diff --git accumulo-handler/src/test/results/positive/accumulo_queries.q.out accumulo-handler/src/test/results/positive/accumulo_queries.q.out index dd42769603..7c552621f2 100644 --- accumulo-handler/src/test/results/positive/accumulo_queries.q.out +++ accumulo-handler/src/test/results/positive/accumulo_queries.q.out @@ -153,6 +153,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: UDFToDouble(_col0) (type: double) + null sort order: a sort order: + Map-reduce partition columns: UDFToDouble(_col0) (type: double) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -168,6 +169,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: UDFToDouble(_col0) (type: double) + null sort order: a sort order: + Map-reduce partition columns: UDFToDouble(_col0) (type: double) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -198,6 +200,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 550 Data size: 97900 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -311,6 +314,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -326,6 +330,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -356,6 +361,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Execution mode: vectorized @@ -558,6 +564,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -596,6 +603,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: double) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -603,6 +611,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: double) Statistics: Num rows: 250 Data size: 4000 Basic stats: COMPLETE Column stats: COMPLETE diff --git accumulo-handler/src/test/results/positive/accumulo_single_sourced_multi_insert.q.out accumulo-handler/src/test/results/positive/accumulo_single_sourced_multi_insert.q.out index 0f64e5a059..fde55a2f49 100644 --- accumulo-handler/src/test/results/positive/accumulo_single_sourced_multi_insert.q.out +++ accumulo-handler/src/test/results/positive/accumulo_single_sourced_multi_insert.q.out @@ -102,6 +102,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git contrib/src/test/results/clientpositive/serde_typedbytes.q.out contrib/src/test/results/clientpositive/serde_typedbytes.q.out index f3c05c0801..ae377077c6 100644 --- contrib/src/test/results/clientpositive/serde_typedbytes.q.out +++ contrib/src/test/results/clientpositive/serde_typedbytes.q.out @@ -87,6 +87,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git contrib/src/test/results/clientpositive/serde_typedbytes2.q.out contrib/src/test/results/clientpositive/serde_typedbytes2.q.out index e23c2b02dd..65582e7c7b 100644 --- contrib/src/test/results/clientpositive/serde_typedbytes2.q.out +++ contrib/src/test/results/clientpositive/serde_typedbytes2.q.out @@ -83,6 +83,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git contrib/src/test/results/clientpositive/serde_typedbytes3.q.out contrib/src/test/results/clientpositive/serde_typedbytes3.q.out index 675dec2de1..7242473aff 100644 --- contrib/src/test/results/clientpositive/serde_typedbytes3.q.out +++ contrib/src/test/results/clientpositive/serde_typedbytes3.q.out @@ -83,6 +83,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git contrib/src/test/results/clientpositive/serde_typedbytes4.q.out contrib/src/test/results/clientpositive/serde_typedbytes4.q.out index 1f33b9594f..bf289a9fde 100644 --- contrib/src/test/results/clientpositive/serde_typedbytes4.q.out +++ contrib/src/test/results/clientpositive/serde_typedbytes4.q.out @@ -67,6 +67,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 15770 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 166 Data size: 15770 Basic stats: COMPLETE Column stats: COMPLETE Reduce Operator Tree: diff --git contrib/src/test/results/clientpositive/serde_typedbytes5.q.out contrib/src/test/results/clientpositive/serde_typedbytes5.q.out index a622278f1b..92f2eaded1 100644 --- contrib/src/test/results/clientpositive/serde_typedbytes5.q.out +++ contrib/src/test/results/clientpositive/serde_typedbytes5.q.out @@ -87,6 +87,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git contrib/src/test/results/clientpositive/udaf_example_avg.q.out contrib/src/test/results/clientpositive/udaf_example_avg.q.out index 55a804513a..7fbe32211b 100644 --- contrib/src/test/results/clientpositive/udaf_example_avg.q.out +++ contrib/src/test/results/clientpositive/udaf_example_avg.q.out @@ -40,6 +40,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 128 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 128 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git contrib/src/test/results/clientpositive/udaf_example_group_concat.q.out contrib/src/test/results/clientpositive/udaf_example_group_concat.q.out index 8fa4e09178..6846720d95 100644 --- contrib/src/test/results/clientpositive/udaf_example_group_concat.q.out +++ contrib/src/test/results/clientpositive/udaf_example_group_concat.q.out @@ -42,6 +42,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 526000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 526000 Basic stats: COMPLETE Column stats: COMPLETE diff --git contrib/src/test/results/clientpositive/udaf_example_max.q.out contrib/src/test/results/clientpositive/udaf_example_max.q.out index 66e3ea52ad..aa6a5eb06a 100644 --- contrib/src/test/results/clientpositive/udaf_example_max.q.out +++ contrib/src/test/results/clientpositive/udaf_example_max.q.out @@ -47,6 +47,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) diff --git contrib/src/test/results/clientpositive/udaf_example_max_n.q.out contrib/src/test/results/clientpositive/udaf_example_max_n.q.out index 09382ffad2..beb687472c 100644 --- contrib/src/test/results/clientpositive/udaf_example_max_n.q.out +++ contrib/src/test/results/clientpositive/udaf_example_max_n.q.out @@ -40,6 +40,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 424 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 424 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct,n:int>), _col1 (type: struct,n:int>) diff --git contrib/src/test/results/clientpositive/udaf_example_min.q.out contrib/src/test/results/clientpositive/udaf_example_min.q.out index 4b96edaf9b..f8df34d50e 100644 --- contrib/src/test/results/clientpositive/udaf_example_min.q.out +++ contrib/src/test/results/clientpositive/udaf_example_min.q.out @@ -47,6 +47,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) diff --git contrib/src/test/results/clientpositive/udaf_example_min_n.q.out contrib/src/test/results/clientpositive/udaf_example_min_n.q.out index 1c3fb0c995..9e54b15f0b 100644 --- contrib/src/test/results/clientpositive/udaf_example_min_n.q.out +++ contrib/src/test/results/clientpositive/udaf_example_min_n.q.out @@ -40,6 +40,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 424 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 424 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct,n:int>), _col1 (type: struct,n:int>) diff --git contrib/src/test/results/clientpositive/udf_row_sequence.q.out contrib/src/test/results/clientpositive/udf_row_sequence.q.out index 79d4c10a80..a8374baf02 100644 --- contrib/src/test/results/clientpositive/udf_row_sequence.q.out +++ contrib/src/test/results/clientpositive/udf_row_sequence.q.out @@ -48,6 +48,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: bigint) + null sort order: z sort order: + Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) diff --git hbase-handler/src/test/results/positive/hbase_queries.q.out hbase-handler/src/test/results/positive/hbase_queries.q.out index 90ef9fb9a2..a32ef81a7b 100644 --- hbase-handler/src/test/results/positive/hbase_queries.q.out +++ hbase-handler/src/test/results/positive/hbase_queries.q.out @@ -152,6 +152,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: UDFToDouble(_col0) (type: double) + null sort order: a sort order: + Map-reduce partition columns: UDFToDouble(_col0) (type: double) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -168,6 +169,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: UDFToDouble(_col0) (type: double) + null sort order: a sort order: + Map-reduce partition columns: UDFToDouble(_col0) (type: double) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -198,6 +200,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 550 Data size: 97900 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -311,6 +314,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -326,6 +330,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -356,6 +361,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Execution mode: vectorized @@ -559,6 +565,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -597,6 +604,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: double) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -604,6 +612,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: double) Statistics: Num rows: 250 Data size: 4000 Basic stats: COMPLETE Column stats: COMPLETE diff --git hbase-handler/src/test/results/positive/hbase_single_sourced_multi_insert.q.out hbase-handler/src/test/results/positive/hbase_single_sourced_multi_insert.q.out index c205440cc6..1adcf67510 100644 --- hbase-handler/src/test/results/positive/hbase_single_sourced_multi_insert.q.out +++ hbase-handler/src/test/results/positive/hbase_single_sourced_multi_insert.q.out @@ -102,6 +102,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git hbase-handler/src/test/results/positive/hbasestats.q.out hbase-handler/src/test/results/positive/hbasestats.q.out index 514478e1fc..3a30adcca6 100644 --- hbase-handler/src/test/results/positive/hbasestats.q.out +++ hbase-handler/src/test/results/positive/hbasestats.q.out @@ -307,6 +307,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -417,6 +418,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git itests/hive-blobstore/src/test/results/clientpositive/explain.q.out itests/hive-blobstore/src/test/results/clientpositive/explain.q.out index 69d7ba3807..1cd55fa9c6 100644 --- itests/hive-blobstore/src/test/results/clientpositive/explain.q.out +++ itests/hive-blobstore/src/test/results/clientpositive/explain.q.out @@ -60,6 +60,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git kudu-handler/src/test/results/positive/kudu_complex_queries.q.out kudu-handler/src/test/results/positive/kudu_complex_queries.q.out index db208b3b8c..1324b27f8e 100644 --- kudu-handler/src/test/results/positive/kudu_complex_queries.q.out +++ kudu-handler/src/test/results/positive/kudu_complex_queries.q.out @@ -94,6 +94,7 @@ STAGE PLANS: Statistics: Num rows: 309 Data size: 1236 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: UDFToDouble(_col0) (type: double) + null sort order: a sort order: + Map-reduce partition columns: UDFToDouble(_col0) (type: double) Statistics: Num rows: 309 Data size: 1236 Basic stats: COMPLETE Column stats: COMPLETE @@ -113,6 +114,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: UDFToDouble(_col0) (type: double) + null sort order: a sort order: + Map-reduce partition columns: UDFToDouble(_col0) (type: double) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -134,6 +136,7 @@ STAGE PLANS: Statistics: Num rows: 488 Data size: 86864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 488 Data size: 86864 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -244,6 +247,7 @@ STAGE PLANS: Statistics: Num rows: 154 Data size: 15862 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: double) Statistics: Num rows: 154 Data size: 15862 Basic stats: COMPLETE Column stats: COMPLETE @@ -264,6 +268,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 4000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 500 Data size: 4000 Basic stats: COMPLETE Column stats: COMPLETE @@ -287,6 +292,7 @@ STAGE PLANS: Statistics: Num rows: 121 Data size: 23232 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 121 Data size: 23232 Basic stats: COMPLETE Column stats: COMPLETE @@ -306,6 +312,7 @@ STAGE PLANS: Statistics: Num rows: 121 Data size: 22748 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: z sort order: + Statistics: Num rows: 121 Data size: 22748 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 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 9257375786..77c8300e32 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") + @Explain(displayName = "sort order", explainLevels = { Level.DEFAULT, Level.EXTENDED, Level.USER }) 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.EXTENDED }) + @Explain(displayName = "null sort order", explainLevels = { Level.DEFAULT, Level.EXTENDED, Level.USER }) 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 84e6149a0e..dc45800d74 100644 --- ql/src/java/org/apache/hadoop/hive/ql/plan/TopNKeyDesc.java +++ ql/src/java/org/apache/hadoop/hive/ql/plan/TopNKeyDesc.java @@ -69,7 +69,7 @@ public void setColumnSortOrder(String columnSortOrder) { this.columnSortOrder = columnSortOrder; } - @Explain(displayName = "null sort order", explainLevels = { Level.EXTENDED }) + @Explain(displayName = "null sort order", explainLevels = { Level.DEFAULT, Level.EXTENDED, Level.USER }) public String getNullOrder() { return nullOrder; } diff --git ql/src/test/results/clientnegative/bucket_mapjoin_mismatch1.q.out ql/src/test/results/clientnegative/bucket_mapjoin_mismatch1.q.out index 6036a755f8..62a36ac7e5 100644 --- ql/src/test/results/clientnegative/bucket_mapjoin_mismatch1.q.out +++ ql/src/test/results/clientnegative/bucket_mapjoin_mismatch1.q.out @@ -115,6 +115,7 @@ STAGE PLANS: Statistics: Num rows: 88 Data size: 13633 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 88 Data size: 13633 Basic stats: PARTIAL Column stats: NONE @@ -132,6 +133,7 @@ STAGE PLANS: Statistics: Num rows: 57 Data size: 8878 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 57 Data size: 8878 Basic stats: PARTIAL Column stats: NONE diff --git ql/src/test/results/clientnegative/masking_mv.q.out ql/src/test/results/clientnegative/masking_mv.q.out index 8e49f9602e..02ff153254 100644 --- ql/src/test/results/clientnegative/masking_mv.q.out +++ ql/src/test/results/clientnegative/masking_mv.q.out @@ -68,6 +68,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 424 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 424 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct) diff --git ql/src/test/results/clientnegative/spark/spark_job_max_tasks.q.out ql/src/test/results/clientnegative/spark/spark_job_max_tasks.q.out index f3dc18e608..9369fbd318 100644 --- ql/src/test/results/clientnegative/spark/spark_job_max_tasks.q.out +++ ql/src/test/results/clientnegative/spark/spark_job_max_tasks.q.out @@ -39,6 +39,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 191 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 191 Basic stats: COMPLETE Column stats: NONE @@ -59,6 +60,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 91 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 12 Data size: 91 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string) diff --git ql/src/test/results/clientnegative/spark/spark_stage_max_tasks.q.out ql/src/test/results/clientnegative/spark/spark_stage_max_tasks.q.out index f3dc18e608..9369fbd318 100644 --- ql/src/test/results/clientnegative/spark/spark_stage_max_tasks.q.out +++ ql/src/test/results/clientnegative/spark/spark_stage_max_tasks.q.out @@ -39,6 +39,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 191 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 191 Basic stats: COMPLETE Column stats: NONE @@ -59,6 +60,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 91 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 12 Data size: 91 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string) diff --git ql/src/test/results/clientpositive/acid_mapjoin.q.out ql/src/test/results/clientpositive/acid_mapjoin.q.out index 4225df061a..f66e978a01 100644 --- ql/src/test/results/clientpositive/acid_mapjoin.q.out +++ ql/src/test/results/clientpositive/acid_mapjoin.q.out @@ -128,6 +128,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/acid_stats3.q.out ql/src/test/results/clientpositive/acid_stats3.q.out index b694e200e7..f9b0c57522 100644 --- ql/src/test/results/clientpositive/acid_stats3.q.out +++ ql/src/test/results/clientpositive/acid_stats3.q.out @@ -70,6 +70,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -246,6 +247,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 12 Basic stats: PARTIAL Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 12 Basic stats: PARTIAL Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -354,6 +356,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 12 Basic stats: PARTIAL Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 12 Basic stats: PARTIAL Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/acid_stats4.q.out ql/src/test/results/clientpositive/acid_stats4.q.out index 2297f05b61..279701d786 100644 --- ql/src/test/results/clientpositive/acid_stats4.q.out +++ ql/src/test/results/clientpositive/acid_stats4.q.out @@ -72,6 +72,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -278,6 +279,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -651,6 +653,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -777,6 +780,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 12 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 12 Basic stats: PARTIAL Column stats: PARTIAL value expressions: _col0 (type: bigint) @@ -864,6 +868,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 12 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 12 Basic stats: PARTIAL Column stats: PARTIAL value expressions: _col0 (type: bigint) @@ -931,6 +936,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 12 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 12 Basic stats: PARTIAL Column stats: PARTIAL value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/acid_stats5.q.out ql/src/test/results/clientpositive/acid_stats5.q.out index ce760542eb..de84870e5d 100644 --- ql/src/test/results/clientpositive/acid_stats5.q.out +++ ql/src/test/results/clientpositive/acid_stats5.q.out @@ -154,6 +154,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -210,6 +211,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -237,6 +239,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -373,6 +376,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int) @@ -611,6 +615,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -638,6 +643,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -774,6 +780,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int) diff --git ql/src/test/results/clientpositive/acid_table_stats.q.out ql/src/test/results/clientpositive/acid_table_stats.q.out index 488096d635..fde167b329 100644 --- ql/src/test/results/clientpositive/acid_table_stats.q.out +++ ql/src/test/results/clientpositive/acid_table_stats.q.out @@ -467,6 +467,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) diff --git ql/src/test/results/clientpositive/allcolref_in_udf.q.out ql/src/test/results/clientpositive/allcolref_in_udf.q.out index eb37c916c5..a836bb9e2a 100644 --- ql/src/test/results/clientpositive/allcolref_in_udf.q.out +++ ql/src/test/results/clientpositive/allcolref_in_udf.q.out @@ -98,6 +98,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 61420 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col3 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: double) Statistics: Num rows: 166 Data size: 61420 Basic stats: COMPLETE Column stats: COMPLETE @@ -115,6 +116,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 185000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col3 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: double) Statistics: Num rows: 500 Data size: 185000 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/alterColumnStatsPart.q.out ql/src/test/results/clientpositive/alterColumnStatsPart.q.out index c47d999c13..fe17d00211 100644 --- ql/src/test/results/clientpositive/alterColumnStatsPart.q.out +++ ql/src/test/results/clientpositive/alterColumnStatsPart.q.out @@ -148,6 +148,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int) @@ -294,6 +295,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int) @@ -395,6 +397,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: int) @@ -466,6 +469,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: int) diff --git ql/src/test/results/clientpositive/ambiguous_col.q.out ql/src/test/results/clientpositive/ambiguous_col.q.out index 70f89461c3..3f454b15af 100644 --- ql/src/test/results/clientpositive/ambiguous_col.q.out +++ ql/src/test/results/clientpositive/ambiguous_col.q.out @@ -29,6 +29,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -46,6 +47,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -154,6 +156,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -170,6 +173,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -278,6 +282,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -294,6 +299,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/annotate_stats_deep_filters.q.out ql/src/test/results/clientpositive/annotate_stats_deep_filters.q.out index 53e1f78c11..e721eacdcc 100644 --- ql/src/test/results/clientpositive/annotate_stats_deep_filters.q.out +++ ql/src/test/results/clientpositive/annotate_stats_deep_filters.q.out @@ -138,6 +138,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -234,6 +235,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/annotate_stats_groupby.q.out ql/src/test/results/clientpositive/annotate_stats_groupby.q.out index 4fbe96d1d1..c19e45b96b 100644 --- ql/src/test/results/clientpositive/annotate_stats_groupby.q.out +++ ql/src/test/results/clientpositive/annotate_stats_groupby.q.out @@ -130,6 +130,7 @@ STAGE PLANS: Statistics: Num rows: 8 Data size: 784 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 8 Data size: 784 Basic stats: COMPLETE Column stats: COMPLETE @@ -162,6 +163,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: bigint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: bigint) Statistics: Num rows: 8 Data size: 784 Basic stats: COMPLETE Column stats: COMPLETE @@ -229,6 +231,7 @@ STAGE PLANS: Statistics: Num rows: 8 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 8 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE @@ -284,6 +287,7 @@ STAGE PLANS: Statistics: Num rows: 8 Data size: 720 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 8 Data size: 720 Basic stats: COMPLETE Column stats: COMPLETE @@ -339,6 +343,7 @@ STAGE PLANS: Statistics: Num rows: 32 Data size: 3136 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int), _col2 (type: bigint) Statistics: Num rows: 32 Data size: 3136 Basic stats: COMPLETE Column stats: COMPLETE @@ -395,6 +400,7 @@ STAGE PLANS: Statistics: Num rows: 24 Data size: 2352 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int), _col2 (type: bigint) Statistics: Num rows: 24 Data size: 2352 Basic stats: COMPLETE Column stats: COMPLETE @@ -451,6 +457,7 @@ STAGE PLANS: Statistics: Num rows: 24 Data size: 2352 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int), _col2 (type: bigint) Statistics: Num rows: 24 Data size: 2352 Basic stats: COMPLETE Column stats: COMPLETE @@ -507,6 +514,7 @@ STAGE PLANS: Statistics: Num rows: 8 Data size: 784 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int), _col2 (type: bigint) Statistics: Num rows: 8 Data size: 784 Basic stats: COMPLETE Column stats: COMPLETE @@ -563,6 +571,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 1568 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int), _col2 (type: bigint) Statistics: Num rows: 16 Data size: 1568 Basic stats: COMPLETE Column stats: COMPLETE @@ -619,6 +628,7 @@ STAGE PLANS: Statistics: Num rows: 24 Data size: 2352 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int), _col2 (type: bigint) Statistics: Num rows: 24 Data size: 2352 Basic stats: COMPLETE Column stats: COMPLETE @@ -675,6 +685,7 @@ STAGE PLANS: Statistics: Num rows: 32 Data size: 3136 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int), _col2 (type: bigint) Statistics: Num rows: 32 Data size: 3136 Basic stats: COMPLETE Column stats: COMPLETE @@ -731,6 +742,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -786,6 +798,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 1568 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int), _col2 (type: bigint) Statistics: Num rows: 16 Data size: 1568 Basic stats: COMPLETE Column stats: COMPLETE @@ -842,6 +855,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 376 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: bigint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: bigint) Statistics: Num rows: 4 Data size: 376 Basic stats: COMPLETE Column stats: COMPLETE @@ -897,6 +911,7 @@ STAGE PLANS: Statistics: Num rows: 32 Data size: 3184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int), _col2 (type: bigint) Statistics: Num rows: 32 Data size: 3184 Basic stats: COMPLETE Column stats: NONE @@ -953,6 +968,7 @@ STAGE PLANS: Statistics: Num rows: 24 Data size: 2388 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int), _col2 (type: bigint) Statistics: Num rows: 24 Data size: 2388 Basic stats: COMPLETE Column stats: NONE @@ -1009,6 +1025,7 @@ STAGE PLANS: Statistics: Num rows: 24 Data size: 2388 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int), _col2 (type: bigint) Statistics: Num rows: 24 Data size: 2388 Basic stats: COMPLETE Column stats: NONE @@ -1065,6 +1082,7 @@ STAGE PLANS: Statistics: Num rows: 8 Data size: 796 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int), _col2 (type: bigint) Statistics: Num rows: 8 Data size: 796 Basic stats: COMPLETE Column stats: NONE @@ -1121,6 +1139,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 1592 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int), _col2 (type: bigint) Statistics: Num rows: 16 Data size: 1592 Basic stats: COMPLETE Column stats: NONE @@ -1177,6 +1196,7 @@ STAGE PLANS: Statistics: Num rows: 24 Data size: 2388 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int), _col2 (type: bigint) Statistics: Num rows: 24 Data size: 2388 Basic stats: COMPLETE Column stats: NONE @@ -1233,6 +1253,7 @@ STAGE PLANS: Statistics: Num rows: 32 Data size: 3184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int), _col2 (type: bigint) Statistics: Num rows: 32 Data size: 3184 Basic stats: COMPLETE Column stats: NONE @@ -1289,6 +1310,7 @@ STAGE PLANS: Statistics: Num rows: 8 Data size: 796 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 8 Data size: 796 Basic stats: COMPLETE Column stats: NONE @@ -1344,6 +1366,7 @@ STAGE PLANS: Statistics: Num rows: 32 Data size: 3184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int), _col2 (type: bigint) Statistics: Num rows: 32 Data size: 3184 Basic stats: COMPLETE Column stats: NONE @@ -1465,6 +1488,7 @@ STAGE PLANS: Statistics: Num rows: 9970 Data size: 79448 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 9970 Data size: 79448 Basic stats: COMPLETE Column stats: COMPLETE @@ -1482,6 +1506,7 @@ STAGE PLANS: Statistics: Num rows: 100000000 Data size: 400000000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 100000000 Data size: 400000000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1514,6 +1539,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 9970 Data size: 159496 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/annotate_stats_groupby2.q.out ql/src/test/results/clientpositive/annotate_stats_groupby2.q.out index 56fa27ad8f..d2679b707e 100644 --- ql/src/test/results/clientpositive/annotate_stats_groupby2.q.out +++ ql/src/test/results/clientpositive/annotate_stats_groupby2.q.out @@ -67,6 +67,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 200 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 20 Data size: 200 Basic stats: COMPLETE Column stats: NONE @@ -122,6 +123,7 @@ STAGE PLANS: Statistics: Num rows: 80 Data size: 800 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Statistics: Num rows: 80 Data size: 800 Basic stats: COMPLETE Column stats: NONE @@ -178,6 +180,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 1730 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 10 Data size: 1730 Basic stats: COMPLETE Column stats: COMPLETE @@ -233,6 +236,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 940 Basic stats: COMPLETE Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: bigint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: bigint) Statistics: Num rows: 10 Data size: 940 Basic stats: COMPLETE Column stats: PARTIAL @@ -288,6 +292,7 @@ STAGE PLANS: Statistics: Num rows: 40 Data size: 7240 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Statistics: Num rows: 40 Data size: 7240 Basic stats: COMPLETE Column stats: COMPLETE @@ -344,6 +349,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 3460 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 20 Data size: 3460 Basic stats: COMPLETE Column stats: COMPLETE @@ -399,6 +405,7 @@ STAGE PLANS: Statistics: Num rows: 80 Data size: 14480 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Statistics: Num rows: 80 Data size: 14480 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/annotate_stats_join.q.out ql/src/test/results/clientpositive/annotate_stats_join.q.out index abe31e02a5..d1d82b2d4e 100644 --- ql/src/test/results/clientpositive/annotate_stats_join.q.out +++ ql/src/test/results/clientpositive/annotate_stats_join.q.out @@ -155,6 +155,7 @@ STAGE PLANS: Statistics: Num rows: 48 Data size: 4752 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 48 Data size: 4752 Basic stats: COMPLETE Column stats: COMPLETE @@ -172,6 +173,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 570 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6 Data size: 570 Basic stats: COMPLETE Column stats: COMPLETE @@ -230,6 +232,7 @@ STAGE PLANS: Statistics: Num rows: 48 Data size: 4752 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 48 Data size: 4752 Basic stats: COMPLETE Column stats: COMPLETE @@ -247,6 +250,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 570 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string), _col0 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col0 (type: int) Statistics: Num rows: 6 Data size: 570 Basic stats: COMPLETE Column stats: COMPLETE @@ -304,6 +308,7 @@ STAGE PLANS: Statistics: Num rows: 48 Data size: 4752 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 48 Data size: 4752 Basic stats: COMPLETE Column stats: COMPLETE @@ -321,6 +326,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 570 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string), _col0 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col0 (type: int) Statistics: Num rows: 6 Data size: 570 Basic stats: COMPLETE Column stats: COMPLETE @@ -378,6 +384,7 @@ STAGE PLANS: Statistics: Num rows: 48 Data size: 4752 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 48 Data size: 4752 Basic stats: COMPLETE Column stats: COMPLETE @@ -395,6 +402,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 570 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string), _col0 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col0 (type: int) Statistics: Num rows: 6 Data size: 570 Basic stats: COMPLETE Column stats: COMPLETE @@ -453,6 +461,7 @@ STAGE PLANS: Statistics: Num rows: 48 Data size: 4752 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 48 Data size: 4752 Basic stats: COMPLETE Column stats: COMPLETE @@ -470,6 +479,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 570 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6 Data size: 570 Basic stats: COMPLETE Column stats: COMPLETE @@ -496,6 +506,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 48 Data size: 9312 Basic stats: COMPLETE Column stats: COMPLETE @@ -513,6 +524,7 @@ STAGE PLANS: Statistics: Num rows: 48 Data size: 4752 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 48 Data size: 4752 Basic stats: COMPLETE Column stats: COMPLETE @@ -574,6 +586,7 @@ STAGE PLANS: Statistics: Num rows: 48 Data size: 4752 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 48 Data size: 4752 Basic stats: COMPLETE Column stats: COMPLETE @@ -591,6 +604,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 570 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6 Data size: 570 Basic stats: COMPLETE Column stats: COMPLETE @@ -617,6 +631,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 48 Data size: 9312 Basic stats: COMPLETE Column stats: COMPLETE @@ -634,6 +649,7 @@ STAGE PLANS: Statistics: Num rows: 8 Data size: 816 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 8 Data size: 816 Basic stats: COMPLETE Column stats: COMPLETE @@ -695,6 +711,7 @@ STAGE PLANS: Statistics: Num rows: 48 Data size: 4752 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 48 Data size: 4752 Basic stats: COMPLETE Column stats: COMPLETE @@ -712,6 +729,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 570 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string), _col0 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col0 (type: int) Statistics: Num rows: 6 Data size: 570 Basic stats: COMPLETE Column stats: COMPLETE @@ -737,6 +755,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 48 Data size: 9312 Basic stats: COMPLETE Column stats: COMPLETE @@ -754,6 +773,7 @@ STAGE PLANS: Statistics: Num rows: 8 Data size: 816 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 8 Data size: 816 Basic stats: COMPLETE Column stats: COMPLETE @@ -808,6 +828,7 @@ STAGE PLANS: Statistics: Num rows: 48 Data size: 4752 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 48 Data size: 4752 Basic stats: COMPLETE Column stats: COMPLETE @@ -825,6 +846,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 570 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string), _col0 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col0 (type: int) Statistics: Num rows: 6 Data size: 570 Basic stats: COMPLETE Column stats: COMPLETE @@ -882,6 +904,7 @@ STAGE PLANS: Statistics: Num rows: 48 Data size: 4752 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 48 Data size: 4752 Basic stats: COMPLETE Column stats: COMPLETE @@ -905,6 +928,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 285 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 3 Data size: 285 Basic stats: COMPLETE Column stats: COMPLETE @@ -962,6 +986,7 @@ STAGE PLANS: Statistics: Num rows: 48 Data size: 4752 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 48 Data size: 4752 Basic stats: COMPLETE Column stats: COMPLETE @@ -975,6 +1000,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 570 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string), _col0 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col0 (type: int) Statistics: Num rows: 6 Data size: 570 Basic stats: COMPLETE Column stats: COMPLETE @@ -1028,6 +1054,7 @@ STAGE PLANS: Statistics: Num rows: 48 Data size: 4752 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 48 Data size: 4752 Basic stats: COMPLETE Column stats: COMPLETE @@ -1041,6 +1068,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 570 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string), _col0 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col0 (type: int) Statistics: Num rows: 6 Data size: 570 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/annotate_stats_join_pkfk.q.out ql/src/test/results/clientpositive/annotate_stats_join_pkfk.q.out index 8a1ebcd966..ce6d3fd286 100644 --- ql/src/test/results/clientpositive/annotate_stats_join_pkfk.q.out +++ ql/src/test/results/clientpositive/annotate_stats_join_pkfk.q.out @@ -389,6 +389,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 12 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -405,6 +406,7 @@ STAGE PLANS: Statistics: Num rows: 964 Data size: 3720 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 964 Data size: 3720 Basic stats: COMPLETE Column stats: COMPLETE @@ -462,6 +464,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 12 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE @@ -478,6 +481,7 @@ STAGE PLANS: Statistics: Num rows: 964 Data size: 7440 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 964 Data size: 7440 Basic stats: COMPLETE Column stats: COMPLETE @@ -535,6 +539,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 12 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -551,6 +556,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 3860 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1000 Data size: 3860 Basic stats: COMPLETE Column stats: COMPLETE @@ -608,6 +614,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: PARTIAL @@ -624,6 +631,7 @@ STAGE PLANS: Statistics: Num rows: 876 Data size: 3380 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 876 Data size: 3380 Basic stats: COMPLETE Column stats: COMPLETE @@ -681,6 +689,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 12 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -697,6 +706,7 @@ STAGE PLANS: Statistics: Num rows: 964 Data size: 3720 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 964 Data size: 3720 Basic stats: COMPLETE Column stats: COMPLETE @@ -754,6 +764,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 12 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -770,6 +781,7 @@ STAGE PLANS: Statistics: Num rows: 876 Data size: 3380 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 876 Data size: 3380 Basic stats: COMPLETE Column stats: COMPLETE @@ -828,6 +840,7 @@ STAGE PLANS: Statistics: Num rows: 964 Data size: 3720 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 964 Data size: 3720 Basic stats: COMPLETE Column stats: COMPLETE @@ -844,6 +857,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 12 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -869,6 +883,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 964 Data size: 7576 Basic stats: COMPLETE Column stats: COMPLETE @@ -886,6 +901,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 12 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -948,6 +964,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -964,6 +981,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -989,6 +1007,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1006,6 +1025,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -1068,6 +1088,7 @@ STAGE PLANS: Statistics: Num rows: 964 Data size: 3720 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 964 Data size: 3720 Basic stats: COMPLETE Column stats: COMPLETE @@ -1084,6 +1105,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 12 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -1109,6 +1131,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 964 Data size: 7576 Basic stats: COMPLETE Column stats: COMPLETE @@ -1126,6 +1149,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 12 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -1188,6 +1212,7 @@ STAGE PLANS: Statistics: Num rows: 876 Data size: 3380 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 876 Data size: 3380 Basic stats: COMPLETE Column stats: COMPLETE @@ -1204,6 +1229,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 12 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -1229,6 +1255,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 876 Data size: 6884 Basic stats: COMPLETE Column stats: COMPLETE @@ -1246,6 +1273,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 12 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -1310,6 +1338,7 @@ STAGE PLANS: Statistics: Num rows: 916 Data size: 7020 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 916 Data size: 7020 Basic stats: COMPLETE Column stats: COMPLETE @@ -1327,6 +1356,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 12 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -1352,6 +1382,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 916 Data size: 7148 Basic stats: COMPLETE Column stats: COMPLETE @@ -1369,6 +1400,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 80 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 20 Data size: 80 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/annotate_stats_select.q.out ql/src/test/results/clientpositive/annotate_stats_select.q.out index 3a57a651f4..dba27998a4 100644 --- ql/src/test/results/clientpositive/annotate_stats_select.q.out +++ ql/src/test/results/clientpositive/annotate_stats_select.q.out @@ -866,6 +866,7 @@ STAGE PLANS: Number of rows: 10 Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -921,6 +922,7 @@ STAGE PLANS: Number of rows: 10 Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -973,6 +975,7 @@ STAGE PLANS: Number of rows: 10 Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -1028,6 +1031,7 @@ STAGE PLANS: Number of rows: 10 Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/autoColumnStats_11.q.out ql/src/test/results/clientpositive/autoColumnStats_11.q.out index 3d895ab899..c7a97865e8 100644 --- ql/src/test/results/clientpositive/autoColumnStats_11.q.out +++ ql/src/test/results/clientpositive/autoColumnStats_11.q.out @@ -62,6 +62,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1368 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1368 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) @@ -318,6 +319,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1368 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1368 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) diff --git ql/src/test/results/clientpositive/autoColumnStats_4.q.out ql/src/test/results/clientpositive/autoColumnStats_4.q.out index 0ca11dfa6e..5efdc069ba 100644 --- ql/src/test/results/clientpositive/autoColumnStats_4.q.out +++ ql/src/test/results/clientpositive/autoColumnStats_4.q.out @@ -75,6 +75,7 @@ STAGE PLANS: Statistics: Num rows: 9173 Data size: 1479384 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 9173 Data size: 1479384 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -101,6 +102,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10 Data size: 1728 Basic stats: COMPLETE Column stats: COMPLETE @@ -161,6 +163,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/autoColumnStats_5.q.out ql/src/test/results/clientpositive/autoColumnStats_5.q.out index 66b47c7ffa..2dcaa3e998 100644 --- ql/src/test/results/clientpositive/autoColumnStats_5.q.out +++ ql/src/test/results/clientpositive/autoColumnStats_5.q.out @@ -65,6 +65,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 868 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 868 Basic stats: COMPLETE Column stats: COMPLETE @@ -320,6 +321,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1732 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 1732 Basic stats: COMPLETE Column stats: COMPLETE @@ -533,6 +535,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1732 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 1732 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/autoColumnStats_5a.q.out ql/src/test/results/clientpositive/autoColumnStats_5a.q.out index 6723ffc79b..9e2606f7d9 100644 --- ql/src/test/results/clientpositive/autoColumnStats_5a.q.out +++ ql/src/test/results/clientpositive/autoColumnStats_5a.q.out @@ -879,6 +879,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 868 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 868 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/autoColumnStats_6.q.out ql/src/test/results/clientpositive/autoColumnStats_6.q.out index c66d3611ac..080254cc21 100644 --- ql/src/test/results/clientpositive/autoColumnStats_6.q.out +++ ql/src/test/results/clientpositive/autoColumnStats_6.q.out @@ -57,6 +57,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 329250 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: string) Statistics: Num rows: 250 Data size: 329250 Basic stats: COMPLETE Column stats: COMPLETE @@ -92,6 +93,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col2 (type: int), _col3 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col2 (type: int), _col3 (type: int) Statistics: Num rows: 500 Data size: 51500 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/autoColumnStats_7.q.out ql/src/test/results/clientpositive/autoColumnStats_7.q.out index 32405b3a1a..d289418517 100644 --- ql/src/test/results/clientpositive/autoColumnStats_7.q.out +++ ql/src/test/results/clientpositive/autoColumnStats_7.q.out @@ -47,6 +47,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 175168 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 175168 Basic stats: COMPLETE Column stats: NONE @@ -71,6 +72,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 175168 Basic stats: COMPLETE Column stats: NONE @@ -129,6 +131,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Map-reduce partition columns: rand() (type: double) Statistics: Num rows: 250 Data size: 87584 Basic stats: COMPLETE Column stats: NONE @@ -152,6 +155,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1672 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) diff --git ql/src/test/results/clientpositive/autoColumnStats_9.q.out ql/src/test/results/clientpositive/autoColumnStats_9.q.out index 37321a1a57..f81312b6fd 100644 --- ql/src/test/results/clientpositive/autoColumnStats_9.q.out +++ ql/src/test/results/clientpositive/autoColumnStats_9.q.out @@ -44,6 +44,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -60,6 +61,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -185,6 +187,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/auto_join0.q.out ql/src/test/results/clientpositive/auto_join0.q.out index 1c1a8bb097..665cf28dea 100644 --- ql/src/test/results/clientpositive/auto_join0.q.out +++ ql/src/test/results/clientpositive/auto_join0.q.out @@ -56,6 +56,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized @@ -121,6 +122,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -186,11 +188,13 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -232,6 +236,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized diff --git ql/src/test/results/clientpositive/auto_join1.q.out ql/src/test/results/clientpositive/auto_join1.q.out index 08fbdb9859..4f02e2db24 100644 --- ql/src/test/results/clientpositive/auto_join1.q.out +++ ql/src/test/results/clientpositive/auto_join1.q.out @@ -126,6 +126,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/auto_join10.q.out ql/src/test/results/clientpositive/auto_join10.q.out index 6eda95beae..3f750166ef 100644 --- ql/src/test/results/clientpositive/auto_join10.q.out +++ ql/src/test/results/clientpositive/auto_join10.q.out @@ -81,6 +81,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/auto_join11.q.out ql/src/test/results/clientpositive/auto_join11.q.out index 1ead729549..6cdfa34d5e 100644 --- ql/src/test/results/clientpositive/auto_join11.q.out +++ ql/src/test/results/clientpositive/auto_join11.q.out @@ -81,6 +81,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/auto_join12.q.out ql/src/test/results/clientpositive/auto_join12.q.out index e294153caf..60a8f4732f 100644 --- ql/src/test/results/clientpositive/auto_join12.q.out +++ ql/src/test/results/clientpositive/auto_join12.q.out @@ -114,6 +114,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/auto_join13.q.out ql/src/test/results/clientpositive/auto_join13.q.out index 6bc7ad9f68..5f83b393fe 100644 --- ql/src/test/results/clientpositive/auto_join13.q.out +++ ql/src/test/results/clientpositive/auto_join13.q.out @@ -114,6 +114,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/auto_join14.q.out ql/src/test/results/clientpositive/auto_join14.q.out index 9ddc3c7977..238befeb5c 100644 --- ql/src/test/results/clientpositive/auto_join14.q.out +++ ql/src/test/results/clientpositive/auto_join14.q.out @@ -132,6 +132,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/auto_join15.q.out ql/src/test/results/clientpositive/auto_join15.q.out index 56a4571e3f..6ea9db28f0 100644 --- ql/src/test/results/clientpositive/auto_join15.q.out +++ ql/src/test/results/clientpositive/auto_join15.q.out @@ -73,6 +73,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/auto_join16.q.out ql/src/test/results/clientpositive/auto_join16.q.out index 8bbede7a52..f13105665c 100644 --- ql/src/test/results/clientpositive/auto_join16.q.out +++ ql/src/test/results/clientpositive/auto_join16.q.out @@ -81,6 +81,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/auto_join17.q.out ql/src/test/results/clientpositive/auto_join17.q.out index abf3b27eb4..88185e790c 100644 --- ql/src/test/results/clientpositive/auto_join17.q.out +++ ql/src/test/results/clientpositive/auto_join17.q.out @@ -126,6 +126,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1728 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct) diff --git ql/src/test/results/clientpositive/auto_join18.q.out ql/src/test/results/clientpositive/auto_join18.q.out index 48415f5f5f..3206807dd8 100644 --- ql/src/test/results/clientpositive/auto_join18.q.out +++ ql/src/test/results/clientpositive/auto_join18.q.out @@ -57,6 +57,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -82,6 +83,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -89,6 +91,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE @@ -124,6 +127,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -161,6 +165,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 2196 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 12 Data size: 2196 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/auto_join18_multi_distinct.q.out ql/src/test/results/clientpositive/auto_join18_multi_distinct.q.out index 6132eb522d..30d3819a96 100644 --- ql/src/test/results/clientpositive/auto_join18_multi_distinct.q.out +++ ql/src/test/results/clientpositive/auto_join18_multi_distinct.q.out @@ -59,6 +59,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -84,6 +85,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -91,6 +93,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 12 Data size: 1224 Basic stats: COMPLETE Column stats: COMPLETE @@ -126,6 +129,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -163,6 +167,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 2292 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 12 Data size: 2292 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/auto_join19.q.out ql/src/test/results/clientpositive/auto_join19.q.out index a69af58a64..cad3e0971e 100644 --- ql/src/test/results/clientpositive/auto_join19.q.out +++ ql/src/test/results/clientpositive/auto_join19.q.out @@ -138,6 +138,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/auto_join19_inclause.q.out ql/src/test/results/clientpositive/auto_join19_inclause.q.out index 4ef4da6780..f42743a39f 100644 --- ql/src/test/results/clientpositive/auto_join19_inclause.q.out +++ ql/src/test/results/clientpositive/auto_join19_inclause.q.out @@ -138,6 +138,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/auto_join2.q.out ql/src/test/results/clientpositive/auto_join2.q.out index 3ed97916b9..c694679e6f 100644 --- ql/src/test/results/clientpositive/auto_join2.q.out +++ ql/src/test/results/clientpositive/auto_join2.q.out @@ -153,6 +153,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/auto_join20.q.out ql/src/test/results/clientpositive/auto_join20.q.out index 08ca69edc4..bd4c4a7725 100644 --- ql/src/test/results/clientpositive/auto_join20.q.out +++ ql/src/test/results/clientpositive/auto_join20.q.out @@ -139,6 +139,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -163,6 +164,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 262 Data size: 93272 Basic stats: COMPLETE Column stats: COMPLETE @@ -172,6 +174,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -371,6 +374,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -395,6 +399,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 86 Data size: 30616 Basic stats: COMPLETE Column stats: COMPLETE @@ -404,6 +409,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/auto_join21.q.out ql/src/test/results/clientpositive/auto_join21.q.out index b68259cf58..aa8577c364 100644 --- ql/src/test/results/clientpositive/auto_join21.q.out +++ ql/src/test/results/clientpositive/auto_join21.q.out @@ -126,6 +126,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string) + null sort order: zzzzzz sort order: ++++++ Statistics: Num rows: 1705 Data size: 687326 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized @@ -148,6 +149,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col5 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col5 (type: string) Statistics: Num rows: 762 Data size: 182450 Basic stats: COMPLETE Column stats: COMPLETE @@ -157,6 +159,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/auto_join22.q.out ql/src/test/results/clientpositive/auto_join22.q.out index 57d5db9545..5a98716fed 100644 --- ql/src/test/results/clientpositive/auto_join22.q.out +++ ql/src/test/results/clientpositive/auto_join22.q.out @@ -98,6 +98,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/auto_join23.q.out ql/src/test/results/clientpositive/auto_join23.q.out index 76bd962eae..9dcfc1aa6f 100644 --- ql/src/test/results/clientpositive/auto_join23.q.out +++ ql/src/test/results/clientpositive/auto_join23.q.out @@ -59,6 +59,7 @@ STAGE PLANS: Statistics: Num rows: 27556 Data size: 9809936 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string) + null sort order: zzzz sort order: ++++ Statistics: Num rows: 27556 Data size: 9809936 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized diff --git ql/src/test/results/clientpositive/auto_join24.q.out ql/src/test/results/clientpositive/auto_join24.q.out index a534b4ee03..56168c3c48 100644 --- ql/src/test/results/clientpositive/auto_join24.q.out +++ ql/src/test/results/clientpositive/auto_join24.q.out @@ -87,6 +87,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/auto_join26.q.out ql/src/test/results/clientpositive/auto_join26.q.out index 73a379cb99..80cb569d7d 100644 --- ql/src/test/results/clientpositive/auto_join26.q.out +++ ql/src/test/results/clientpositive/auto_join26.q.out @@ -83,6 +83,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE @@ -149,6 +150,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 848 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/auto_join27.q.out ql/src/test/results/clientpositive/auto_join27.q.out index 95fff75230..65324fbb6e 100644 --- ql/src/test/results/clientpositive/auto_join27.q.out +++ ql/src/test/results/clientpositive/auto_join27.q.out @@ -52,6 +52,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 14774 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 83 Data size: 14774 Basic stats: COMPLETE Column stats: COMPLETE @@ -162,6 +163,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/auto_join28.q.out ql/src/test/results/clientpositive/auto_join28.q.out index 3c62b1a92c..fe3d2eaae1 100644 --- ql/src/test/results/clientpositive/auto_join28.q.out +++ ql/src/test/results/clientpositive/auto_join28.q.out @@ -126,6 +126,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string) + null sort order: zzzzzz sort order: ++++++ Statistics: Num rows: 1705 Data size: 687326 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized @@ -148,6 +149,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col5 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col5 (type: string) Statistics: Num rows: 762 Data size: 182450 Basic stats: COMPLETE Column stats: COMPLETE @@ -157,6 +159,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -275,6 +278,7 @@ STAGE PLANS: Statistics: Num rows: 1204 Data size: 554114 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string) + null sort order: zzzzzz sort order: ++++++ Statistics: Num rows: 1204 Data size: 554114 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized @@ -384,6 +388,7 @@ STAGE PLANS: Statistics: Num rows: 1204 Data size: 554114 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string) + null sort order: zzzzzz sort order: ++++++ Statistics: Num rows: 1204 Data size: 554114 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized @@ -536,6 +541,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string) + null sort order: zzzzzz sort order: ++++++ Statistics: Num rows: 1705 Data size: 643826 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized @@ -558,6 +564,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col5 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col5 (type: string) Statistics: Num rows: 762 Data size: 182450 Basic stats: COMPLETE Column stats: COMPLETE @@ -567,6 +574,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/auto_join29.q.out ql/src/test/results/clientpositive/auto_join29.q.out index 6210e9c819..6795573eca 100644 --- ql/src/test/results/clientpositive/auto_join29.q.out +++ ql/src/test/results/clientpositive/auto_join29.q.out @@ -126,6 +126,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string) + null sort order: zzzzzz sort order: ++++++ Statistics: Num rows: 1705 Data size: 687326 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized @@ -148,6 +149,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col5 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col5 (type: string) Statistics: Num rows: 762 Data size: 182450 Basic stats: COMPLETE Column stats: COMPLETE @@ -157,6 +159,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -783,6 +786,7 @@ STAGE PLANS: Statistics: Num rows: 1204 Data size: 554114 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string) + null sort order: zzzzzz sort order: ++++++ Statistics: Num rows: 1204 Data size: 554114 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized @@ -1400,6 +1404,7 @@ STAGE PLANS: Statistics: Num rows: 1204 Data size: 554114 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string) + null sort order: zzzzzz sort order: ++++++ Statistics: Num rows: 1204 Data size: 554114 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized @@ -2072,6 +2077,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string) + null sort order: zzzzzz sort order: ++++++ Statistics: Num rows: 1705 Data size: 643826 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized @@ -2094,6 +2100,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col5 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col5 (type: string) Statistics: Num rows: 762 Data size: 182450 Basic stats: COMPLETE Column stats: COMPLETE @@ -2103,6 +2110,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -2739,6 +2747,7 @@ STAGE PLANS: Statistics: Num rows: 221 Data size: 102884 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string) + null sort order: zzzzzz sort order: ++++++ Statistics: Num rows: 221 Data size: 102884 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized @@ -2897,6 +2906,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string) + null sort order: zzzzzz sort order: ++++++ Statistics: Num rows: 636 Data size: 161980 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized @@ -2919,6 +2929,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col5 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col5 (type: string) Statistics: Num rows: 86 Data size: 30616 Basic stats: COMPLETE Column stats: COMPLETE @@ -2928,6 +2939,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -3557,6 +3569,7 @@ STAGE PLANS: Statistics: Num rows: 401 Data size: 184586 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string) + null sort order: zzzzzz sort order: ++++++ Statistics: Num rows: 401 Data size: 184586 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized @@ -3678,6 +3691,7 @@ STAGE PLANS: Statistics: Num rows: 414 Data size: 221076 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string) + null sort order: zzzzzz sort order: ++++++ Statistics: Num rows: 414 Data size: 221076 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized @@ -3815,6 +3829,7 @@ STAGE PLANS: Statistics: Num rows: 135 Data size: 72090 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string) + null sort order: zzzzzz sort order: ++++++ Statistics: Num rows: 135 Data size: 72090 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized diff --git ql/src/test/results/clientpositive/auto_join3.q.out ql/src/test/results/clientpositive/auto_join3.q.out index c845871673..7029bc4178 100644 --- ql/src/test/results/clientpositive/auto_join3.q.out +++ ql/src/test/results/clientpositive/auto_join3.q.out @@ -153,6 +153,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/auto_join31.q.out ql/src/test/results/clientpositive/auto_join31.q.out index 2fc8e70ba1..73651d36f9 100644 --- ql/src/test/results/clientpositive/auto_join31.q.out +++ ql/src/test/results/clientpositive/auto_join31.q.out @@ -105,6 +105,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/auto_join32.q.out ql/src/test/results/clientpositive/auto_join32.q.out index 4ef5c67dc5..c6af68925e 100644 --- ql/src/test/results/clientpositive/auto_join32.q.out +++ ql/src/test/results/clientpositive/auto_join32.q.out @@ -91,6 +91,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 202 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 202 Basic stats: COMPLETE Column stats: NONE @@ -199,6 +200,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Reduce Operator Tree: @@ -318,6 +320,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Reduce Operator Tree: @@ -459,6 +462,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Reduce Operator Tree: diff --git ql/src/test/results/clientpositive/auto_join4.q.out ql/src/test/results/clientpositive/auto_join4.q.out index 86bfffa580..675dac765a 100644 --- ql/src/test/results/clientpositive/auto_join4.q.out +++ ql/src/test/results/clientpositive/auto_join4.q.out @@ -148,6 +148,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1728 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct) diff --git ql/src/test/results/clientpositive/auto_join5.q.out ql/src/test/results/clientpositive/auto_join5.q.out index b2884aa172..6da8d4aab4 100644 --- ql/src/test/results/clientpositive/auto_join5.q.out +++ ql/src/test/results/clientpositive/auto_join5.q.out @@ -148,6 +148,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1728 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct) diff --git ql/src/test/results/clientpositive/auto_join6.q.out ql/src/test/results/clientpositive/auto_join6.q.out index e48c8392a8..de565852a4 100644 --- ql/src/test/results/clientpositive/auto_join6.q.out +++ ql/src/test/results/clientpositive/auto_join6.q.out @@ -63,6 +63,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE @@ -80,6 +81,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE @@ -145,6 +147,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1728 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct) diff --git ql/src/test/results/clientpositive/auto_join7.q.out ql/src/test/results/clientpositive/auto_join7.q.out index 690d42690c..a6b4bd558b 100644 --- ql/src/test/results/clientpositive/auto_join7.q.out +++ ql/src/test/results/clientpositive/auto_join7.q.out @@ -75,6 +75,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE @@ -92,6 +93,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE @@ -202,6 +204,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 2592 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct), _col4 (type: struct), _col5 (type: struct) diff --git ql/src/test/results/clientpositive/auto_join8.q.out ql/src/test/results/clientpositive/auto_join8.q.out index 61a92de7c1..5879fbc74b 100644 --- ql/src/test/results/clientpositive/auto_join8.q.out +++ ql/src/test/results/clientpositive/auto_join8.q.out @@ -151,6 +151,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1728 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct) diff --git ql/src/test/results/clientpositive/auto_join9.q.out ql/src/test/results/clientpositive/auto_join9.q.out index 08bdbb62c8..41a7bc23dd 100644 --- ql/src/test/results/clientpositive/auto_join9.q.out +++ ql/src/test/results/clientpositive/auto_join9.q.out @@ -130,6 +130,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/auto_join_stats.q.out ql/src/test/results/clientpositive/auto_join_stats.q.out index 515ccb09f5..efbcb4d503 100644 --- ql/src/test/results/clientpositive/auto_join_stats.q.out +++ ql/src/test/results/clientpositive/auto_join_stats.q.out @@ -226,6 +226,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE @@ -243,6 +244,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE @@ -538,6 +540,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE @@ -555,6 +558,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/auto_join_without_localtask.q.out ql/src/test/results/clientpositive/auto_join_without_localtask.q.out index 273fa68cdb..30a39169b6 100644 --- ql/src/test/results/clientpositive/auto_join_without_localtask.q.out +++ ql/src/test/results/clientpositive/auto_join_without_localtask.q.out @@ -83,6 +83,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 791 Data size: 140798 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -173,6 +174,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -190,6 +192,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -405,6 +408,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 1288 Data size: 229264 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -468,6 +472,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 791 Data size: 140798 Basic stats: COMPLETE Column stats: COMPLETE @@ -485,6 +490,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE @@ -575,6 +581,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -592,6 +599,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -810,6 +818,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 270 Data size: 48060 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -873,6 +882,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE @@ -890,6 +900,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE @@ -980,6 +991,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE @@ -997,6 +1009,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 14442 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 14442 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/beeline/explain_outputs.q.out ql/src/test/results/clientpositive/beeline/explain_outputs.q.out index 5c90f96de9..4631cce5a4 100644 --- ql/src/test/results/clientpositive/beeline/explain_outputs.q.out +++ ql/src/test/results/clientpositive/beeline/explain_outputs.q.out @@ -66,6 +66,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -82,6 +83,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -112,6 +114,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -168,6 +171,7 @@ STAGE PLANS: Statistics: Num rows: 2/2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2/2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -184,6 +188,7 @@ STAGE PLANS: Statistics: Num rows: 5/5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5/5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -214,6 +219,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1/1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -284,6 +290,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -300,6 +307,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -330,6 +338,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/beeline/mapjoin2.q.out ql/src/test/results/clientpositive/beeline/mapjoin2.q.out index 3ef5b0e66e..3d5bb60da0 100644 --- ql/src/test/results/clientpositive/beeline/mapjoin2.q.out +++ ql/src/test/results/clientpositive/beeline/mapjoin2.q.out @@ -263,6 +263,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 95 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 95 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: string) @@ -278,6 +279,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 95 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 95 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: string) diff --git ql/src/test/results/clientpositive/beeline/materialized_view_create_rewrite.q.out ql/src/test/results/clientpositive/beeline/materialized_view_create_rewrite.q.out index a463f429b3..fd4a6c64d8 100644 --- ql/src/test/results/clientpositive/beeline/materialized_view_create_rewrite.q.out +++ ql/src/test/results/clientpositive/beeline/materialized_view_create_rewrite.q.out @@ -184,6 +184,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 2 Data size: 224 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 2 Data size: 224 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: decimal(10,2)) @@ -199,6 +200,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 112 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 112 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: decimal(10,2)) @@ -322,6 +324,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 112 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 112 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: decimal(10,2)) @@ -329,6 +332,7 @@ STAGE PLANS: alias: default.cmv_mat_view2_n4 Statistics: Num rows: 2 Data size: 232 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 2 Data size: 232 Basic stats: COMPLETE Column stats: COMPLETE value expressions: a (type: int), c (type: decimal(10,2)) @@ -427,6 +431,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 2 Data size: 224 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 2 Data size: 224 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: decimal(10,2)) @@ -442,6 +447,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 112 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 112 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: decimal(10,2)) diff --git ql/src/test/results/clientpositive/beeline/smb_mapjoin_16.q.out ql/src/test/results/clientpositive/beeline/smb_mapjoin_16.q.out index ec7e0d99ee..1112bd3bbf 100644 --- ql/src/test/results/clientpositive/beeline/smb_mapjoin_16.q.out +++ ql/src/test/results/clientpositive/beeline/smb_mapjoin_16.q.out @@ -71,6 +71,7 @@ STAGE PLANS: mode: hash outputColumnNames: _col0 Reduce Output Operator + null sort order: sort order: value expressions: _col0 (type: bigint) Reduce Operator Tree: diff --git ql/src/test/results/clientpositive/beeline/smb_mapjoin_7.q.out ql/src/test/results/clientpositive/beeline/smb_mapjoin_7.q.out index e598a47919..195bd8b1bc 100644 --- ql/src/test/results/clientpositive/beeline/smb_mapjoin_7.q.out +++ ql/src/test/results/clientpositive/beeline/smb_mapjoin_7.q.out @@ -663,6 +663,7 @@ STAGE PLANS: mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Reduce Output Operator + null sort order: sort order: value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct) Reduce Operator Tree: diff --git ql/src/test/results/clientpositive/binarysortable_1.q.out ql/src/test/results/clientpositive/binarysortable_1.q.out index 70c235c1b7..511b08cd12 100644 --- ql/src/test/results/clientpositive/binarysortable_1.q.out +++ ql/src/test/results/clientpositive/binarysortable_1.q.out @@ -64,6 +64,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/bucketsortoptimize_insert_1.q.out ql/src/test/results/clientpositive/bucketsortoptimize_insert_1.q.out index 69d850e309..756bee77fc 100644 --- ql/src/test/results/clientpositive/bucketsortoptimize_insert_1.q.out +++ ql/src/test/results/clientpositive/bucketsortoptimize_insert_1.q.out @@ -370,6 +370,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE @@ -431,6 +432,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 949 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/bucketsortoptimize_insert_3.q.out ql/src/test/results/clientpositive/bucketsortoptimize_insert_3.q.out index b59384d890..fc88d90c74 100644 --- ql/src/test/results/clientpositive/bucketsortoptimize_insert_3.q.out +++ ql/src/test/results/clientpositive/bucketsortoptimize_insert_3.q.out @@ -185,6 +185,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: UDFToInteger(_col1) (type: int) + null sort order: a sort order: + Map-reduce partition columns: UDFToInteger(_col1) (type: int) Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE @@ -246,6 +247,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 949 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/bucketsortoptimize_insert_4.q.out ql/src/test/results/clientpositive/bucketsortoptimize_insert_4.q.out index 91f556fe46..54a3af377e 100644 --- ql/src/test/results/clientpositive/bucketsortoptimize_insert_4.q.out +++ ql/src/test/results/clientpositive/bucketsortoptimize_insert_4.q.out @@ -107,6 +107,7 @@ STAGE PLANS: outputColumnNames: _col1, _col2 Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) value expressions: _col2 (type: string) @@ -163,6 +164,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) value expressions: _col1 (type: struct), _col2 (type: struct), _col3 (type: struct) @@ -317,6 +319,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) value expressions: _col0 (type: int) @@ -373,6 +376,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) value expressions: _col1 (type: struct), _col2 (type: struct) diff --git ql/src/test/results/clientpositive/bucketsortoptimize_insert_5.q.out ql/src/test/results/clientpositive/bucketsortoptimize_insert_5.q.out index f15158dd1d..df087200d8 100644 --- ql/src/test/results/clientpositive/bucketsortoptimize_insert_5.q.out +++ ql/src/test/results/clientpositive/bucketsortoptimize_insert_5.q.out @@ -107,6 +107,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: - Map-reduce partition columns: _col0 (type: int) value expressions: _col1 (type: string) @@ -163,6 +164,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) value expressions: _col1 (type: struct), _col2 (type: struct) @@ -307,6 +309,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: - Map-reduce partition columns: _col0 (type: int) value expressions: _col1 (type: string) @@ -363,6 +366,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) value expressions: _col1 (type: struct), _col2 (type: struct) diff --git ql/src/test/results/clientpositive/bucketsortoptimize_insert_8.q.out ql/src/test/results/clientpositive/bucketsortoptimize_insert_8.q.out index 6e10eb71e1..ddaeafd1ef 100644 --- ql/src/test/results/clientpositive/bucketsortoptimize_insert_8.q.out +++ ql/src/test/results/clientpositive/bucketsortoptimize_insert_8.q.out @@ -107,6 +107,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) value expressions: _col1 (type: int), _col2 (type: string) @@ -163,6 +164,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) value expressions: _col1 (type: struct), _col2 (type: struct), _col3 (type: struct) @@ -302,6 +304,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) value expressions: _col1 (type: int), _col2 (type: string) @@ -358,6 +361,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) value expressions: _col1 (type: struct), _col2 (type: struct), _col3 (type: struct) diff --git ql/src/test/results/clientpositive/case_sensitivity.q.out ql/src/test/results/clientpositive/case_sensitivity.q.out index 8d454cd435..fdcf86b1da 100644 --- ql/src/test/results/clientpositive/case_sensitivity.q.out +++ ql/src/test/results/clientpositive/case_sensitivity.q.out @@ -62,6 +62,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 3544 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 3544 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/cast1.q.out ql/src/test/results/clientpositive/cast1.q.out index cf8beca0cd..c4e76f59ec 100644 --- ql/src/test/results/clientpositive/cast1.q.out +++ ql/src/test/results/clientpositive/cast1.q.out @@ -60,6 +60,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6 Statistics: Num rows: 1 Data size: 2984 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 2984 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct), _col4 (type: struct), _col5 (type: struct), _col6 (type: struct) diff --git ql/src/test/results/clientpositive/cbo_SortUnionTransposeRule.q.out ql/src/test/results/clientpositive/cbo_SortUnionTransposeRule.q.out index 89beaa5d2a..fa53bea0f1 100644 --- ql/src/test/results/clientpositive/cbo_SortUnionTransposeRule.q.out +++ ql/src/test/results/clientpositive/cbo_SortUnionTransposeRule.q.out @@ -45,6 +45,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 1740 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 20 Data size: 1740 Basic stats: COMPLETE Column stats: COMPLETE TableScan @@ -58,6 +59,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 1740 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 20 Data size: 1740 Basic stats: COMPLETE Column stats: COMPLETE Reduce Operator Tree: @@ -211,6 +213,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 1740 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 20 Data size: 1740 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -225,6 +228,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 1740 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 20 Data size: 1740 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -307,6 +311,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -320,6 +325,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -351,6 +357,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -417,6 +424,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -430,6 +438,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -461,6 +470,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -522,6 +532,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 1740 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 20 Data size: 1740 Basic stats: COMPLETE Column stats: COMPLETE TableScan @@ -535,6 +546,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 1740 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 20 Data size: 1740 Basic stats: COMPLETE Column stats: COMPLETE Reduce Operator Tree: @@ -619,6 +631,7 @@ STAGE PLANS: Number of rows: 5 Statistics: Num rows: 5 Data size: 435 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 5 Data size: 435 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -683,6 +696,7 @@ STAGE PLANS: Number of rows: 5 Statistics: Num rows: 5 Data size: 435 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 5 Data size: 435 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -746,6 +760,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 870 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 10 Data size: 870 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -773,6 +788,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 870 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 10 Data size: 870 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -781,6 +797,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 870 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 10 Data size: 870 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -812,6 +829,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 870 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 10 Data size: 870 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -894,6 +912,7 @@ STAGE PLANS: Number of rows: 5 Statistics: Num rows: 5 Data size: 435 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 5 Data size: 435 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -930,6 +949,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -937,6 +957,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 5 Data size: 435 Basic stats: COMPLETE Column stats: COMPLETE @@ -968,6 +989,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 5 Data size: 799 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -1032,6 +1054,7 @@ STAGE PLANS: Number of rows: 5 Statistics: Num rows: 5 Data size: 435 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 5 Data size: 435 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -1068,6 +1091,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1075,6 +1099,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 5 Data size: 435 Basic stats: COMPLETE Column stats: COMPLETE @@ -1106,6 +1131,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 5 Data size: 799 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/cbo_const.q.out ql/src/test/results/clientpositive/cbo_const.q.out index a5409c5d62..93edc9924e 100644 --- ql/src/test/results/clientpositive/cbo_const.q.out +++ ql/src/test/results/clientpositive/cbo_const.q.out @@ -263,6 +263,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 2100 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 12 Data size: 2100 Basic stats: COMPLETE Column stats: COMPLETE @@ -280,6 +281,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 84 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 84 Basic stats: COMPLETE Column stats: COMPLETE @@ -305,6 +307,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 170 Basic stats: COMPLETE Column stats: COMPLETE @@ -322,6 +325,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/cbo_input26.q.out ql/src/test/results/clientpositive/cbo_input26.q.out index 480edcba94..770583505d 100644 --- ql/src/test/results/clientpositive/cbo_input26.q.out +++ ql/src/test/results/clientpositive/cbo_input26.q.out @@ -38,6 +38,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -112,6 +113,7 @@ STAGE PLANS: Number of rows: 5 Statistics: Num rows: 1 Data size: 168 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 168 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -205,6 +207,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -278,6 +281,7 @@ STAGE PLANS: Number of rows: 5 Statistics: Num rows: 1 Data size: 84 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 84 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -371,6 +375,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -444,6 +449,7 @@ STAGE PLANS: Number of rows: 5 Statistics: Num rows: 1 Data size: 84 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 84 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -539,6 +545,7 @@ STAGE PLANS: Number of rows: 5 Statistics: Num rows: 5 Data size: 890 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 5 Data size: 890 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -609,6 +616,7 @@ STAGE PLANS: Number of rows: 5 Statistics: Num rows: 1 Data size: 168 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 168 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/cbo_rp_annotate_stats_groupby.q.out ql/src/test/results/clientpositive/cbo_rp_annotate_stats_groupby.q.out index 802a11bb1c..c21928d990 100644 --- ql/src/test/results/clientpositive/cbo_rp_annotate_stats_groupby.q.out +++ ql/src/test/results/clientpositive/cbo_rp_annotate_stats_groupby.q.out @@ -130,6 +130,7 @@ STAGE PLANS: Statistics: Num rows: 8 Data size: 784 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 8 Data size: 784 Basic stats: COMPLETE Column stats: COMPLETE @@ -162,6 +163,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: bigint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: bigint) Statistics: Num rows: 8 Data size: 784 Basic stats: COMPLETE Column stats: COMPLETE @@ -229,6 +231,7 @@ STAGE PLANS: Statistics: Num rows: 8 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 8 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE @@ -284,6 +287,7 @@ STAGE PLANS: Statistics: Num rows: 8 Data size: 720 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 8 Data size: 720 Basic stats: COMPLETE Column stats: COMPLETE @@ -339,6 +343,7 @@ STAGE PLANS: Statistics: Num rows: 32 Data size: 5632 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 32 Data size: 5632 Basic stats: COMPLETE Column stats: COMPLETE @@ -394,6 +399,7 @@ STAGE PLANS: Statistics: Num rows: 24 Data size: 4224 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 24 Data size: 4224 Basic stats: COMPLETE Column stats: COMPLETE @@ -449,6 +455,7 @@ STAGE PLANS: Statistics: Num rows: 24 Data size: 4224 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 24 Data size: 4224 Basic stats: COMPLETE Column stats: COMPLETE @@ -504,6 +511,7 @@ STAGE PLANS: Statistics: Num rows: 8 Data size: 1408 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 8 Data size: 1408 Basic stats: COMPLETE Column stats: COMPLETE @@ -559,6 +567,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 2816 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 16 Data size: 2816 Basic stats: COMPLETE Column stats: COMPLETE @@ -614,6 +623,7 @@ STAGE PLANS: Statistics: Num rows: 24 Data size: 4224 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 24 Data size: 4224 Basic stats: COMPLETE Column stats: COMPLETE @@ -669,6 +679,7 @@ STAGE PLANS: Statistics: Num rows: 32 Data size: 5632 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 32 Data size: 5632 Basic stats: COMPLETE Column stats: COMPLETE @@ -724,6 +735,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -779,6 +791,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 2816 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 16 Data size: 2816 Basic stats: COMPLETE Column stats: COMPLETE @@ -834,6 +847,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 376 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: bigint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: bigint) Statistics: Num rows: 4 Data size: 376 Basic stats: COMPLETE Column stats: COMPLETE @@ -889,6 +903,7 @@ STAGE PLANS: Statistics: Num rows: 32 Data size: 3184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 32 Data size: 3184 Basic stats: COMPLETE Column stats: NONE @@ -944,6 +959,7 @@ STAGE PLANS: Statistics: Num rows: 24 Data size: 2388 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 24 Data size: 2388 Basic stats: COMPLETE Column stats: NONE @@ -999,6 +1015,7 @@ STAGE PLANS: Statistics: Num rows: 24 Data size: 2388 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 24 Data size: 2388 Basic stats: COMPLETE Column stats: NONE @@ -1054,6 +1071,7 @@ STAGE PLANS: Statistics: Num rows: 8 Data size: 796 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 8 Data size: 796 Basic stats: COMPLETE Column stats: NONE @@ -1109,6 +1127,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 1592 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 16 Data size: 1592 Basic stats: COMPLETE Column stats: NONE @@ -1164,6 +1183,7 @@ STAGE PLANS: Statistics: Num rows: 24 Data size: 2388 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 24 Data size: 2388 Basic stats: COMPLETE Column stats: NONE @@ -1219,6 +1239,7 @@ STAGE PLANS: Statistics: Num rows: 32 Data size: 3184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 32 Data size: 3184 Basic stats: COMPLETE Column stats: NONE @@ -1274,6 +1295,7 @@ STAGE PLANS: Statistics: Num rows: 8 Data size: 796 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 8 Data size: 796 Basic stats: COMPLETE Column stats: NONE @@ -1329,6 +1351,7 @@ STAGE PLANS: Statistics: Num rows: 32 Data size: 3184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 32 Data size: 3184 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/cbo_rp_auto_join0.q.out ql/src/test/results/clientpositive/cbo_rp_auto_join0.q.out index 28ca61a33b..72e041e767 100644 --- ql/src/test/results/clientpositive/cbo_rp_auto_join0.q.out +++ ql/src/test/results/clientpositive/cbo_rp_auto_join0.q.out @@ -88,6 +88,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -208,6 +209,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/cbo_rp_auto_join1.q.out ql/src/test/results/clientpositive/cbo_rp_auto_join1.q.out index 425b92074d..25261f7ae9 100644 --- ql/src/test/results/clientpositive/cbo_rp_auto_join1.q.out +++ ql/src/test/results/clientpositive/cbo_rp_auto_join1.q.out @@ -122,6 +122,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 6 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE @@ -149,6 +150,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 6 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE @@ -184,6 +186,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -280,6 +283,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -296,6 +300,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -325,6 +330,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -446,6 +452,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 6 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE @@ -473,6 +480,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 6 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE @@ -519,6 +527,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 6 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE @@ -546,6 +555,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 6 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE @@ -553,6 +563,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 6 Data size: 120 Basic stats: COMPLETE Column stats: COMPLETE @@ -682,6 +693,7 @@ STAGE PLANS: mode: hash outputColumnNames: _col0 Reduce Output Operator + null sort order: sort order: value expressions: _col0 (type: bigint) Reduce Operator Tree: @@ -783,6 +795,7 @@ STAGE PLANS: mode: hash outputColumnNames: _col0 Reduce Output Operator + null sort order: sort order: value expressions: _col0 (type: bigint) Reduce Operator Tree: @@ -906,6 +919,7 @@ STAGE PLANS: mode: hash outputColumnNames: _col0 Reduce Output Operator + null sort order: sort order: value expressions: _col0 (type: bigint) Reduce Operator Tree: @@ -1019,6 +1033,7 @@ STAGE PLANS: mode: hash outputColumnNames: _col0 Reduce Output Operator + null sort order: sort order: value expressions: _col0 (type: bigint) Reduce Operator Tree: @@ -1109,6 +1124,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 60 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 60 Basic stats: COMPLETE Column stats: COMPLETE @@ -1134,6 +1150,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 5 Data size: 60 Basic stats: COMPLETE Column stats: COMPLETE @@ -1141,6 +1158,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 5 Data size: 60 Basic stats: COMPLETE Column stats: COMPLETE @@ -1176,6 +1194,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1217,6 +1236,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 60 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 60 Basic stats: COMPLETE Column stats: COMPLETE @@ -1309,6 +1329,7 @@ STAGE PLANS: mode: hash outputColumnNames: _col0 Reduce Output Operator + null sort order: sort order: value expressions: _col0 (type: bigint) Reduce Operator Tree: @@ -1404,6 +1425,7 @@ STAGE PLANS: mode: hash outputColumnNames: _col0 Reduce Output Operator + null sort order: sort order: value expressions: _col0 (type: bigint) Reduce Operator Tree: @@ -1513,6 +1535,7 @@ STAGE PLANS: mode: hash outputColumnNames: _col0 Reduce Output Operator + null sort order: sort order: value expressions: _col0 (type: bigint) Reduce Operator Tree: diff --git ql/src/test/results/clientpositive/cbo_rp_auto_join17.q.out ql/src/test/results/clientpositive/cbo_rp_auto_join17.q.out index 30557303f1..2e037fdee9 100644 --- ql/src/test/results/clientpositive/cbo_rp_auto_join17.q.out +++ ql/src/test/results/clientpositive/cbo_rp_auto_join17.q.out @@ -126,6 +126,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1728 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct) diff --git ql/src/test/results/clientpositive/cbo_rp_cross_product_check_2.q.out ql/src/test/results/clientpositive/cbo_rp_cross_product_check_2.q.out index 4c8df5c6dc..876baf3b0a 100644 --- ql/src/test/results/clientpositive/cbo_rp_cross_product_check_2.q.out +++ ql/src/test/results/clientpositive/cbo_rp_cross_product_check_2.q.out @@ -298,6 +298,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 430 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 5 Data size: 430 Basic stats: COMPLETE Column stats: COMPLETE @@ -434,6 +435,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 430 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 5 Data size: 430 Basic stats: COMPLETE Column stats: COMPLETE @@ -550,6 +552,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE @@ -649,11 +652,13 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE value expressions: key (type: string) TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 5 Data size: 430 Basic stats: COMPLETE Column stats: COMPLETE value expressions: key (type: string) @@ -732,6 +737,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 430 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 5 Data size: 430 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/cbo_rp_gby2_map_multi_distinct.q.out ql/src/test/results/clientpositive/cbo_rp_gby2_map_multi_distinct.q.out index ecdc784e4d..efdde8b041 100644 --- ql/src/test/results/clientpositive/cbo_rp_gby2_map_multi_distinct.q.out +++ ql/src/test/results/clientpositive/cbo_rp_gby2_map_multi_distinct.q.out @@ -48,6 +48,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 100000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 100000 Basic stats: COMPLETE Column stats: COMPLETE @@ -111,6 +112,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 2152 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct), _col4 (type: struct) @@ -212,6 +214,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 100000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 100000 Basic stats: COMPLETE Column stats: COMPLETE @@ -275,6 +278,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 2152 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct), _col4 (type: struct) diff --git ql/src/test/results/clientpositive/cbo_rp_groupby3_noskew_multi_distinct.q.out ql/src/test/results/clientpositive/cbo_rp_groupby3_noskew_multi_distinct.q.out index 9f88e5a072..803a2768a1 100644 --- ql/src/test/results/clientpositive/cbo_rp_groupby3_noskew_multi_distinct.q.out +++ ql/src/test/results/clientpositive/cbo_rp_groupby3_noskew_multi_distinct.q.out @@ -58,6 +58,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 100000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: $f0 (type: string) + null sort order: a sort order: + Statistics: Num rows: 500 Data size: 100000 Basic stats: COMPLETE Column stats: COMPLETE value expressions: $f2 (type: double), $f00 (type: double) diff --git ql/src/test/results/clientpositive/cbo_rp_join0.q.out ql/src/test/results/clientpositive/cbo_rp_join0.q.out index 8b072a5d25..54c6efe75c 100644 --- ql/src/test/results/clientpositive/cbo_rp_join0.q.out +++ ql/src/test/results/clientpositive/cbo_rp_join0.q.out @@ -39,6 +39,7 @@ STAGE PLANS: Statistics: Num rows: 18 Data size: 1513 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 18 Data size: 1513 Basic stats: COMPLETE Column stats: COMPLETE @@ -56,6 +57,7 @@ STAGE PLANS: Statistics: Num rows: 18 Data size: 1513 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 18 Data size: 1513 Basic stats: COMPLETE Column stats: COMPLETE @@ -69,6 +71,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 1615 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 20 Data size: 1615 Basic stats: COMPLETE Column stats: COMPLETE @@ -700,6 +703,7 @@ STAGE PLANS: Statistics: Num rows: 18 Data size: 1513 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 18 Data size: 1513 Basic stats: COMPLETE Column stats: COMPLETE @@ -717,6 +721,7 @@ STAGE PLANS: Statistics: Num rows: 18 Data size: 1513 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 18 Data size: 1513 Basic stats: COMPLETE Column stats: COMPLETE @@ -730,6 +735,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 1615 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 20 Data size: 1615 Basic stats: COMPLETE Column stats: COMPLETE @@ -746,6 +752,7 @@ STAGE PLANS: Statistics: Num rows: 18 Data size: 1513 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 18 Data size: 1513 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/cbo_rp_join1.q.out ql/src/test/results/clientpositive/cbo_rp_join1.q.out index 1bc3529c3e..d75b040e4f 100644 --- ql/src/test/results/clientpositive/cbo_rp_join1.q.out +++ ql/src/test/results/clientpositive/cbo_rp_join1.q.out @@ -40,6 +40,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: boolean) @@ -51,6 +52,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: boolean) @@ -88,6 +90,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -148,6 +151,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: boolean), _col3 (type: boolean) @@ -159,6 +163,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: boolean) @@ -196,6 +201,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -256,6 +262,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: boolean) @@ -267,6 +274,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: boolean) @@ -304,6 +312,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -364,6 +373,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: boolean), _col3 (type: boolean), _col4 (type: boolean) @@ -375,6 +385,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: boolean), _col3 (type: boolean), _col4 (type: boolean) @@ -412,6 +423,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/cbo_rp_udaf_percentile_approx_23.q.out ql/src/test/results/clientpositive/cbo_rp_udaf_percentile_approx_23.q.out index a49a17937f..893f689d85 100644 --- ql/src/test/results/clientpositive/cbo_rp_udaf_percentile_approx_23.q.out +++ ql/src/test/results/clientpositive/cbo_rp_udaf_percentile_approx_23.q.out @@ -526,6 +526,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 168 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 168 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: array) @@ -590,6 +591,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 168 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 168 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: array) diff --git ql/src/test/results/clientpositive/columnStatsUpdateForStatsOptimizer_2.q.out ql/src/test/results/clientpositive/columnStatsUpdateForStatsOptimizer_2.q.out index 36be86e95d..a2645dd73b 100644 --- ql/src/test/results/clientpositive/columnStatsUpdateForStatsOptimizer_2.q.out +++ ql/src/test/results/clientpositive/columnStatsUpdateForStatsOptimizer_2.q.out @@ -228,6 +228,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int) @@ -360,6 +361,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int) diff --git ql/src/test/results/clientpositive/column_pruner_multiple_children.q.out ql/src/test/results/clientpositive/column_pruner_multiple_children.q.out index 35aa454363..91d3d968df 100644 --- ql/src/test/results/clientpositive/column_pruner_multiple_children.q.out +++ ql/src/test/results/clientpositive/column_pruner_multiple_children.q.out @@ -47,6 +47,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 176 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 176 Basic stats: COMPLETE Column stats: COMPLETE @@ -105,6 +106,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: COMPLETE value expressions: key (type: int), value (type: string) diff --git ql/src/test/results/clientpositive/columnarserde_create_shortcut.q.out ql/src/test/results/clientpositive/columnarserde_create_shortcut.q.out index 6419a5f056..09ebed0c0a 100644 --- ql/src/test/results/clientpositive/columnarserde_create_shortcut.q.out +++ ql/src/test/results/clientpositive/columnarserde_create_shortcut.q.out @@ -35,6 +35,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4 Statistics: Num rows: 11 Data size: 34628 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Map-reduce partition columns: 1 (type: int) Statistics: Num rows: 11 Data size: 34628 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/columnstats_partlvl.q.out ql/src/test/results/clientpositive/columnstats_partlvl.q.out index 0dde254fcb..3e2557455b 100644 --- ql/src/test/results/clientpositive/columnstats_partlvl.q.out +++ ql/src/test/results/clientpositive/columnstats_partlvl.q.out @@ -71,6 +71,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 1062 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: 2000.0D (type: double) + null sort order: a sort order: + Map-reduce partition columns: 2000.0D (type: double) Statistics: Num rows: 3 Data size: 1062 Basic stats: PARTIAL Column stats: NONE @@ -344,6 +345,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 1062 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: 4000.0D (type: double) + null sort order: a sort order: + Map-reduce partition columns: 4000.0D (type: double) Statistics: Num rows: 3 Data size: 1062 Basic stats: PARTIAL Column stats: NONE @@ -579,6 +581,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 872 Basic stats: COMPLETE Column stats: PARTIAL Reduce Output Operator key expressions: 2000.0D (type: double) + null sort order: a sort order: + Map-reduce partition columns: 2000.0D (type: double) Statistics: Num rows: 1 Data size: 872 Basic stats: COMPLETE Column stats: PARTIAL @@ -704,6 +707,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 1744 Basic stats: COMPLETE Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 2 Data size: 1744 Basic stats: COMPLETE Column stats: PARTIAL @@ -831,6 +835,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: PARTIAL Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: PARTIAL value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/columnstats_partlvl_dp.q.out ql/src/test/results/clientpositive/columnstats_partlvl_dp.q.out index c62296f7e4..61a53b2e24 100644 --- ql/src/test/results/clientpositive/columnstats_partlvl_dp.q.out +++ ql/src/test/results/clientpositive/columnstats_partlvl_dp.q.out @@ -107,6 +107,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1236 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator key expressions: 4000.0D (type: double), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: 4000.0D (type: double), _col1 (type: string) Statistics: Num rows: 1 Data size: 1236 Basic stats: PARTIAL Column stats: PARTIAL @@ -254,6 +255,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 1836 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator key expressions: 2000.0D (type: double), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: 2000.0D (type: double), _col1 (type: string) Statistics: Num rows: 3 Data size: 1836 Basic stats: PARTIAL Column stats: PARTIAL @@ -399,6 +401,7 @@ STAGE PLANS: Statistics: Num rows: 31 Data size: 19216 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: double), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: double), _col1 (type: string) Statistics: Num rows: 31 Data size: 19216 Basic stats: PARTIAL Column stats: PARTIAL @@ -542,6 +545,7 @@ STAGE PLANS: Statistics: Num rows: 8 Data size: 8448 Basic stats: COMPLETE Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: double), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: double), _col1 (type: string) Statistics: Num rows: 8 Data size: 8448 Basic stats: COMPLETE Column stats: PARTIAL diff --git ql/src/test/results/clientpositive/columnstats_quoting.q.out ql/src/test/results/clientpositive/columnstats_quoting.q.out index 431dc749d1..222c0478ca 100644 --- ql/src/test/results/clientpositive/columnstats_quoting.q.out +++ ql/src/test/results/clientpositive/columnstats_quoting.q.out @@ -42,6 +42,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 1056 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1056 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -109,6 +110,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 424 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 424 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct) diff --git ql/src/test/results/clientpositive/columnstats_tbllvl.q.out ql/src/test/results/clientpositive/columnstats_tbllvl.q.out index 9fb75ec4b6..f22d15c2d3 100644 --- ql/src/test/results/clientpositive/columnstats_tbllvl.q.out +++ ql/src/test/results/clientpositive/columnstats_tbllvl.q.out @@ -72,6 +72,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1480 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1480 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) @@ -276,6 +277,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 Statistics: Num rows: 1 Data size: 3928 Basic stats: COMPLETE Column stats: PARTIAL Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 3928 Basic stats: COMPLETE Column stats: PARTIAL value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct), _col4 (type: struct), _col5 (type: struct), _col6 (type: struct), _col7 (type: struct), _col8 (type: struct) @@ -422,6 +424,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4 Statistics: Num rows: 1 Data size: 2192 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 2192 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct), _col4 (type: struct) @@ -574,6 +577,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1480 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1480 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) @@ -778,6 +782,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 Statistics: Num rows: 1 Data size: 3928 Basic stats: COMPLETE Column stats: PARTIAL Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 3928 Basic stats: COMPLETE Column stats: PARTIAL value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct), _col4 (type: struct), _col5 (type: struct), _col6 (type: struct), _col7 (type: struct), _col8 (type: struct) diff --git ql/src/test/results/clientpositive/combine2.q.out ql/src/test/results/clientpositive/combine2.q.out index 1b1f5fca70..85c98a113e 100644 --- ql/src/test/results/clientpositive/combine2.q.out +++ ql/src/test/results/clientpositive/combine2.q.out @@ -216,6 +216,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 192000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1000 Data size: 192000 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/complex_alias.q.out ql/src/test/results/clientpositive/complex_alias.q.out index af5c86fe18..7ae2f8750a 100644 --- ql/src/test/results/clientpositive/complex_alias.q.out +++ ql/src/test/results/clientpositive/complex_alias.q.out @@ -91,6 +91,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -115,10 +116,12 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 172 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -167,6 +170,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 90 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 1 Data size: 90 Basic stats: COMPLETE Column stats: COMPLETE @@ -191,6 +195,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 90 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 1 Data size: 90 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/compute_stats_date.q.out ql/src/test/results/clientpositive/compute_stats_date.q.out index 1e60fcc268..fe36adb1cd 100644 --- ql/src/test/results/clientpositive/compute_stats_date.q.out +++ ql/src/test/results/clientpositive/compute_stats_date.q.out @@ -78,6 +78,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 576 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 576 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct) diff --git ql/src/test/results/clientpositive/constGby.q.out ql/src/test/results/clientpositive/constGby.q.out index f98e5f2c12..554901aa43 100644 --- ql/src/test/results/clientpositive/constGby.q.out +++ ql/src/test/results/clientpositive/constGby.q.out @@ -54,6 +54,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/constant_prop_1.q.out ql/src/test/results/clientpositive/constant_prop_1.q.out index b4d2237755..80d30d1937 100644 --- ql/src/test/results/clientpositive/constant_prop_1.q.out +++ ql/src/test/results/clientpositive/constant_prop_1.q.out @@ -112,6 +112,7 @@ STAGE PLANS: Number of rows: 1 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -128,6 +129,7 @@ STAGE PLANS: Number of rows: 1 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -147,6 +149,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE TableScan @@ -157,6 +160,7 @@ STAGE PLANS: predicate: (value = '12345') (type: boolean) Statistics: Num rows: 2 Data size: 356 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 2 Data size: 356 Basic stats: COMPLETE Column stats: COMPLETE value expressions: key (type: string) @@ -297,6 +301,7 @@ STAGE PLANS: Number of rows: 1 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -314,6 +319,7 @@ STAGE PLANS: Number of rows: 1 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -338,6 +344,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int) @@ -349,6 +356,7 @@ STAGE PLANS: predicate: (value = '12345') (type: boolean) Statistics: Num rows: 2 Data size: 356 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 2 Data size: 356 Basic stats: COMPLETE Column stats: COMPLETE value expressions: key (type: string) @@ -406,6 +414,7 @@ STAGE PLANS: predicate: (key = '238') (type: boolean) Statistics: Num rows: 2 Data size: 174 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 2 Data size: 174 Basic stats: COMPLETE Column stats: COMPLETE TableScan @@ -416,6 +425,7 @@ STAGE PLANS: predicate: (value = '234') (type: boolean) Statistics: Num rows: 2 Data size: 182 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 2 Data size: 182 Basic stats: COMPLETE Column stats: COMPLETE Reduce Operator Tree: @@ -471,6 +481,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -483,6 +494,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 356 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 2 Data size: 356 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/constant_prop_2.q.out ql/src/test/results/clientpositive/constant_prop_2.q.out index 5ed67dd8c4..f4c74faa80 100644 --- ql/src/test/results/clientpositive/constant_prop_2.q.out +++ ql/src/test/results/clientpositive/constant_prop_2.q.out @@ -66,6 +66,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1060 Basic stats: COMPLETE Column stats: PARTIAL Reduce Output Operator key expressions: '2008-04-08' (type: string), '11' (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: '2008-04-08' (type: string), '11' (type: string) Statistics: Num rows: 1 Data size: 1060 Basic stats: COMPLETE Column stats: PARTIAL diff --git ql/src/test/results/clientpositive/constant_prop_3.q.out ql/src/test/results/clientpositive/constant_prop_3.q.out index f91c75b245..210cb0ab85 100644 --- ql/src/test/results/clientpositive/constant_prop_3.q.out +++ ql/src/test/results/clientpositive/constant_prop_3.q.out @@ -197,6 +197,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -229,11 +230,13 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 176 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 176 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: int) TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -259,6 +262,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 192 Basic stats: COMPLETE Column stats: COMPLETE @@ -266,6 +270,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -310,6 +315,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: int), _col3 (type: int) + null sort order: aaaa sort order: ++++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: int) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE @@ -334,6 +340,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col3 (type: bigint), _col0 (type: string), _col1 (type: string), _col2 (type: int) + null sort order: zzzz sort order: -+++ Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized @@ -372,6 +379,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -409,6 +417,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -416,6 +425,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/constprog2.q.out ql/src/test/results/clientpositive/constprog2.q.out index a57a4532ac..b1d99e404d 100644 --- ql/src/test/results/clientpositive/constprog2.q.out +++ ql/src/test/results/clientpositive/constprog2.q.out @@ -29,6 +29,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE TableScan @@ -43,6 +44,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 2 Data size: 182 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 2 Data size: 182 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -104,6 +106,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE TableScan @@ -118,6 +121,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 2 Data size: 182 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 2 Data size: 182 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) diff --git ql/src/test/results/clientpositive/constprog3.q.out ql/src/test/results/clientpositive/constprog3.q.out index a1a7ae810d..b4d2e05a05 100644 --- ql/src/test/results/clientpositive/constprog3.q.out +++ ql/src/test/results/clientpositive/constprog3.q.out @@ -50,6 +50,7 @@ STAGE PLANS: Number of rows: 0 Statistics: Num rows: 0 Data size: 0 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: int) @@ -63,6 +64,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Operator Tree: diff --git ql/src/test/results/clientpositive/constprog_dp.q.out ql/src/test/results/clientpositive/constprog_dp.q.out index 30579863b8..a86075ff56 100644 --- ql/src/test/results/clientpositive/constprog_dp.q.out +++ ql/src/test/results/clientpositive/constprog_dp.q.out @@ -64,6 +64,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 974 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 974 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/constprog_partitioner.q.out ql/src/test/results/clientpositive/constprog_partitioner.q.out index 958f75d5c0..4a25cd73df 100644 --- ql/src/test/results/clientpositive/constprog_partitioner.q.out +++ ql/src/test/results/clientpositive/constprog_partitioner.q.out @@ -29,6 +29,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE TableScan @@ -43,6 +44,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 2 Data size: 182 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 2 Data size: 182 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -110,6 +112,7 @@ STAGE PLANS: Statistics: Num rows: 14 Data size: 224 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), 1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), 1 (type: int) Statistics: Num rows: 14 Data size: 224 Basic stats: COMPLETE Column stats: COMPLETE @@ -133,6 +136,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/constprog_type.q.out ql/src/test/results/clientpositive/constprog_type.q.out index 159abf9cb2..66711dfbae 100644 --- ql/src/test/results/clientpositive/constprog_type.q.out +++ ql/src/test/results/clientpositive/constprog_type.q.out @@ -61,6 +61,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 1008 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1008 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/convert_decimal64_to_decimal.q.out ql/src/test/results/clientpositive/convert_decimal64_to_decimal.q.out index 215f8a83d2..f6cfb92e4f 100644 --- ql/src/test/results/clientpositive/convert_decimal64_to_decimal.q.out +++ ql/src/test/results/clientpositive/convert_decimal64_to_decimal.q.out @@ -227,6 +227,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -386,6 +387,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/correlated_join_keys.q.out ql/src/test/results/clientpositive/correlated_join_keys.q.out index c766e84c69..8d7be661db 100644 --- ql/src/test/results/clientpositive/correlated_join_keys.q.out +++ ql/src/test/results/clientpositive/correlated_join_keys.q.out @@ -98,6 +98,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 3500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 20 Data size: 3500 Basic stats: COMPLETE Column stats: COMPLETE @@ -114,6 +115,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 3500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 20 Data size: 3500 Basic stats: COMPLETE Column stats: COMPLETE @@ -143,6 +145,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -197,6 +200,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 3500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 20 Data size: 3500 Basic stats: COMPLETE Column stats: COMPLETE @@ -213,6 +217,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 3500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 20 Data size: 3500 Basic stats: COMPLETE Column stats: COMPLETE @@ -242,6 +247,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/correlationoptimizer10.q.out ql/src/test/results/clientpositive/correlationoptimizer10.q.out index 315a00f724..7a56ad5cce 100644 --- ql/src/test/results/clientpositive/correlationoptimizer10.q.out +++ ql/src/test/results/clientpositive/correlationoptimizer10.q.out @@ -41,6 +41,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -57,6 +58,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -89,6 +91,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE @@ -114,6 +117,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE @@ -137,6 +141,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE @@ -238,6 +243,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -254,6 +260,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -276,6 +283,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE @@ -423,6 +431,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 4785 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 4785 Basic stats: COMPLETE Column stats: COMPLETE @@ -439,6 +448,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 4785 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 4785 Basic stats: COMPLETE Column stats: COMPLETE @@ -480,6 +490,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 350 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 350 Basic stats: COMPLETE Column stats: COMPLETE @@ -487,6 +498,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 27 Data size: 2349 Basic stats: COMPLETE Column stats: COMPLETE @@ -594,6 +606,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 350 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 350 Basic stats: COMPLETE Column stats: COMPLETE @@ -611,6 +624,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 4785 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 4785 Basic stats: COMPLETE Column stats: COMPLETE @@ -627,6 +641,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 4785 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 4785 Basic stats: COMPLETE Column stats: COMPLETE @@ -760,6 +775,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 4785 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 4785 Basic stats: COMPLETE Column stats: COMPLETE @@ -776,6 +792,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 4785 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 4785 Basic stats: COMPLETE Column stats: COMPLETE @@ -817,6 +834,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE @@ -824,6 +842,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 27 Data size: 2349 Basic stats: COMPLETE Column stats: COMPLETE @@ -941,6 +960,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE @@ -958,6 +978,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 4785 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 4785 Basic stats: COMPLETE Column stats: COMPLETE @@ -974,6 +995,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 4785 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 4785 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/correlationoptimizer11.q.out ql/src/test/results/clientpositive/correlationoptimizer11.q.out index 044218bd31..b1eaf35011 100644 --- ql/src/test/results/clientpositive/correlationoptimizer11.q.out +++ ql/src/test/results/clientpositive/correlationoptimizer11.q.out @@ -74,6 +74,7 @@ STAGE PLANS: Statistics: Num rows: 100 Data size: 8700 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 100 Data size: 8700 Basic stats: COMPLETE Column stats: COMPLETE @@ -90,6 +91,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -122,6 +124,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 7 Data size: 665 Basic stats: COMPLETE Column stats: COMPLETE @@ -214,6 +217,7 @@ STAGE PLANS: Statistics: Num rows: 100 Data size: 8700 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 100 Data size: 8700 Basic stats: COMPLETE Column stats: COMPLETE @@ -230,6 +234,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -331,6 +336,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -347,6 +353,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -379,6 +386,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE @@ -480,6 +488,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -496,6 +505,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/correlationoptimizer12.q.out ql/src/test/results/clientpositive/correlationoptimizer12.q.out index 4730dd12e7..3f86e4e238 100644 --- ql/src/test/results/clientpositive/correlationoptimizer12.q.out +++ ql/src/test/results/clientpositive/correlationoptimizer12.q.out @@ -37,6 +37,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -84,6 +85,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE @@ -91,6 +93,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2350 Basic stats: COMPLETE Column stats: COMPLETE @@ -124,6 +127,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/correlationoptimizer13.q.out ql/src/test/results/clientpositive/correlationoptimizer13.q.out index 4c000f8864..54179e9e9d 100644 --- ql/src/test/results/clientpositive/correlationoptimizer13.q.out +++ ql/src/test/results/clientpositive/correlationoptimizer13.q.out @@ -65,6 +65,7 @@ STAGE PLANS: Statistics: Num rows: 124 Data size: 12772 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string) Statistics: Num rows: 124 Data size: 12772 Basic stats: COMPLETE Column stats: COMPLETE @@ -89,6 +90,7 @@ STAGE PLANS: Statistics: Num rows: 99 Data size: 10197 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string) Statistics: Num rows: 99 Data size: 10197 Basic stats: COMPLETE Column stats: COMPLETE @@ -155,6 +157,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string), _col2 (type: int), _col3 (type: string), _col4 (type: bigint), _col5 (type: bigint) + null sort order: zzzzzz sort order: ++++++ Statistics: Num rows: 272 Data size: 28098 Basic stats: COMPLETE Column stats: NONE Execution mode: vectorized diff --git ql/src/test/results/clientpositive/correlationoptimizer14.q.out ql/src/test/results/clientpositive/correlationoptimizer14.q.out index e3cda19697..24a533546d 100644 --- ql/src/test/results/clientpositive/correlationoptimizer14.q.out +++ ql/src/test/results/clientpositive/correlationoptimizer14.q.out @@ -42,6 +42,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -65,6 +66,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -72,6 +74,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE @@ -108,6 +111,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE @@ -176,6 +180,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: string) @@ -198,6 +203,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -205,6 +211,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE @@ -242,6 +249,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: string) @@ -309,6 +317,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -332,6 +341,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -339,6 +349,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE @@ -376,6 +387,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE @@ -499,6 +511,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -516,6 +529,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE @@ -674,6 +688,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: - Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -697,6 +712,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -704,6 +720,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE @@ -741,6 +758,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: - Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE @@ -809,6 +827,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: string) @@ -831,6 +850,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -838,6 +858,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE @@ -875,6 +896,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: string) @@ -942,6 +964,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -965,6 +988,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -972,6 +996,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE @@ -1009,6 +1034,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE @@ -1132,6 +1158,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1149,6 +1176,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE @@ -1307,6 +1335,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1330,6 +1359,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1337,6 +1367,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE @@ -1377,6 +1408,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE @@ -1502,6 +1534,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1522,6 +1555,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/correlationoptimizer15.q.out ql/src/test/results/clientpositive/correlationoptimizer15.q.out index ddbe4574b5..a27099a440 100644 --- ql/src/test/results/clientpositive/correlationoptimizer15.q.out +++ ql/src/test/results/clientpositive/correlationoptimizer15.q.out @@ -42,6 +42,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -58,6 +59,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -90,6 +92,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE @@ -115,6 +118,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE @@ -132,6 +136,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -157,6 +162,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: bigint), _col2 (type: string) + null sort order: zzz sort order: +++ Statistics: Num rows: 25 Data size: 4525 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized @@ -275,6 +281,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -291,6 +298,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -307,6 +315,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/correlationoptimizer5.q.out ql/src/test/results/clientpositive/correlationoptimizer5.q.out index a0078461be..42de9d9a18 100644 --- ql/src/test/results/clientpositive/correlationoptimizer5.q.out +++ ql/src/test/results/clientpositive/correlationoptimizer5.q.out @@ -138,6 +138,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -154,6 +155,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -179,12 +181,14 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE TableScan Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE @@ -241,6 +245,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -258,6 +263,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -359,6 +365,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -375,6 +382,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -391,6 +399,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -408,6 +417,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -727,12 +737,14 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE TableScan Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/correlationoptimizer7.q.out ql/src/test/results/clientpositive/correlationoptimizer7.q.out index 1365e86ea2..1a93a75946 100644 --- ql/src/test/results/clientpositive/correlationoptimizer7.q.out +++ ql/src/test/results/clientpositive/correlationoptimizer7.q.out @@ -83,6 +83,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 190 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 190 Basic stats: COMPLETE Column stats: COMPLETE @@ -260,6 +261,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE @@ -292,6 +294,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 190 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 190 Basic stats: COMPLETE Column stats: COMPLETE @@ -468,6 +471,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 190 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 190 Basic stats: COMPLETE Column stats: COMPLETE @@ -645,6 +649,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE @@ -677,6 +682,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 190 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 190 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/correlationoptimizer8.q.out ql/src/test/results/clientpositive/correlationoptimizer8.q.out index 9751a965c6..5a78e88530 100644 --- ql/src/test/results/clientpositive/correlationoptimizer8.q.out +++ ql/src/test/results/clientpositive/correlationoptimizer8.q.out @@ -48,6 +48,7 @@ STAGE PLANS: Statistics: Num rows: 74 Data size: 7030 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 74 Data size: 7030 Basic stats: COMPLETE Column stats: COMPLETE @@ -75,6 +76,7 @@ STAGE PLANS: Statistics: Num rows: 148 Data size: 14060 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 148 Data size: 14060 Basic stats: COMPLETE Column stats: COMPLETE @@ -84,6 +86,7 @@ STAGE PLANS: Statistics: Num rows: 148 Data size: 14060 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 148 Data size: 14060 Basic stats: COMPLETE Column stats: COMPLETE @@ -101,6 +104,7 @@ STAGE PLANS: Statistics: Num rows: 23 Data size: 4025 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 23 Data size: 4025 Basic stats: COMPLETE Column stats: COMPLETE @@ -145,6 +149,7 @@ STAGE PLANS: Statistics: Num rows: 74 Data size: 7030 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 74 Data size: 7030 Basic stats: COMPLETE Column stats: COMPLETE @@ -253,6 +258,7 @@ STAGE PLANS: Statistics: Num rows: 74 Data size: 7030 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 74 Data size: 7030 Basic stats: COMPLETE Column stats: COMPLETE @@ -273,6 +279,7 @@ STAGE PLANS: Statistics: Num rows: 74 Data size: 7030 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 74 Data size: 7030 Basic stats: COMPLETE Column stats: COMPLETE @@ -290,6 +297,7 @@ STAGE PLANS: Statistics: Num rows: 23 Data size: 4025 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 23 Data size: 4025 Basic stats: COMPLETE Column stats: COMPLETE @@ -468,6 +476,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 7885 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 83 Data size: 7885 Basic stats: COMPLETE Column stats: COMPLETE @@ -495,6 +504,7 @@ STAGE PLANS: Statistics: Num rows: 87 Data size: 8273 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 87 Data size: 8273 Basic stats: COMPLETE Column stats: COMPLETE @@ -504,6 +514,7 @@ STAGE PLANS: Statistics: Num rows: 87 Data size: 8273 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 87 Data size: 8273 Basic stats: COMPLETE Column stats: COMPLETE @@ -521,6 +532,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE @@ -565,6 +577,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 388 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 4 Data size: 388 Basic stats: COMPLETE Column stats: COMPLETE @@ -693,6 +706,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 7885 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 83 Data size: 7885 Basic stats: COMPLETE Column stats: COMPLETE @@ -717,6 +731,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 388 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 4 Data size: 388 Basic stats: COMPLETE Column stats: COMPLETE @@ -734,6 +749,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE @@ -920,6 +936,7 @@ STAGE PLANS: Statistics: Num rows: 74 Data size: 7030 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 74 Data size: 7030 Basic stats: COMPLETE Column stats: COMPLETE @@ -947,6 +964,7 @@ STAGE PLANS: Statistics: Num rows: 148 Data size: 14060 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 148 Data size: 14060 Basic stats: COMPLETE Column stats: COMPLETE @@ -956,6 +974,7 @@ STAGE PLANS: Statistics: Num rows: 148 Data size: 14060 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 148 Data size: 14060 Basic stats: COMPLETE Column stats: COMPLETE @@ -973,6 +992,7 @@ STAGE PLANS: Statistics: Num rows: 23 Data size: 4025 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 23 Data size: 4025 Basic stats: COMPLETE Column stats: COMPLETE @@ -1017,6 +1037,7 @@ STAGE PLANS: Statistics: Num rows: 74 Data size: 13764 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 74 Data size: 13764 Basic stats: COMPLETE Column stats: COMPLETE @@ -1097,6 +1118,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 7885 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 83 Data size: 7885 Basic stats: COMPLETE Column stats: COMPLETE @@ -1132,6 +1154,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 3984 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: double) Statistics: Num rows: 166 Data size: 3984 Basic stats: COMPLETE Column stats: COMPLETE @@ -1145,6 +1168,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 3984 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: double) Statistics: Num rows: 166 Data size: 3984 Basic stats: COMPLETE Column stats: COMPLETE @@ -1158,6 +1182,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 4575 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: double) Statistics: Num rows: 25 Data size: 4575 Basic stats: COMPLETE Column stats: COMPLETE @@ -1202,6 +1227,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 7885 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 83 Data size: 7885 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/correlationoptimizer9.q.out ql/src/test/results/clientpositive/correlationoptimizer9.q.out index fa8819c029..0c07b3c553 100644 --- ql/src/test/results/clientpositive/correlationoptimizer9.q.out +++ ql/src/test/results/clientpositive/correlationoptimizer9.q.out @@ -66,6 +66,7 @@ STAGE PLANS: Statistics: Num rows: 59 Data size: 708 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 59 Data size: 708 Basic stats: COMPLETE Column stats: COMPLETE @@ -91,6 +92,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 59 Data size: 708 Basic stats: COMPLETE Column stats: COMPLETE @@ -98,6 +100,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 59 Data size: 708 Basic stats: COMPLETE Column stats: COMPLETE @@ -142,6 +145,7 @@ STAGE PLANS: Statistics: Num rows: 59 Data size: 708 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 59 Data size: 708 Basic stats: COMPLETE Column stats: COMPLETE @@ -238,6 +242,7 @@ STAGE PLANS: Statistics: Num rows: 59 Data size: 708 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 59 Data size: 708 Basic stats: COMPLETE Column stats: COMPLETE @@ -258,6 +263,7 @@ STAGE PLANS: Statistics: Num rows: 59 Data size: 708 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 59 Data size: 708 Basic stats: COMPLETE Column stats: COMPLETE @@ -399,6 +405,7 @@ STAGE PLANS: Statistics: Num rows: 124 Data size: 12772 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string) Statistics: Num rows: 124 Data size: 12772 Basic stats: COMPLETE Column stats: COMPLETE @@ -424,6 +431,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string) Statistics: Num rows: 124 Data size: 12772 Basic stats: COMPLETE Column stats: COMPLETE @@ -431,6 +439,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string) Statistics: Num rows: 99 Data size: 10197 Basic stats: COMPLETE Column stats: COMPLETE @@ -479,6 +488,7 @@ STAGE PLANS: Statistics: Num rows: 99 Data size: 10197 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string) Statistics: Num rows: 99 Data size: 10197 Basic stats: COMPLETE Column stats: COMPLETE @@ -575,6 +585,7 @@ STAGE PLANS: Statistics: Num rows: 124 Data size: 12772 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string) Statistics: Num rows: 124 Data size: 12772 Basic stats: COMPLETE Column stats: COMPLETE @@ -599,6 +610,7 @@ STAGE PLANS: Statistics: Num rows: 99 Data size: 10197 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string) Statistics: Num rows: 99 Data size: 10197 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/count_dist_rewrite.q.out ql/src/test/results/clientpositive/count_dist_rewrite.q.out index c8829627b4..84ac926962 100644 --- ql/src/test/results/clientpositive/count_dist_rewrite.q.out +++ ql/src/test/results/clientpositive/count_dist_rewrite.q.out @@ -30,6 +30,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE @@ -57,6 +58,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -123,6 +125,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 67750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 67750 Basic stats: COMPLETE Column stats: COMPLETE @@ -152,6 +155,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 192 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: bigint) @@ -218,6 +222,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 113750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 113750 Basic stats: COMPLETE Column stats: COMPLETE @@ -247,6 +252,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 376 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: bigint), _col2 (type: string) @@ -313,6 +319,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 117750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 117750 Basic stats: COMPLETE Column stats: COMPLETE @@ -341,6 +348,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 392 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: bigint), _col2 (type: string), _col3 (type: double), _col4 (type: bigint) @@ -411,6 +419,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -440,6 +449,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -518,6 +528,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 117750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 117750 Basic stats: COMPLETE Column stats: COMPLETE @@ -547,6 +558,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 392 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: bigint), _col3 (type: string), _col4 (type: string) @@ -625,6 +637,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 29750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 29750 Basic stats: COMPLETE Column stats: COMPLETE @@ -654,6 +667,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: double), _col3 (type: double), _col4 (type: bigint) @@ -751,6 +765,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 146000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 146000 Basic stats: COMPLETE Column stats: COMPLETE @@ -779,6 +794,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 408 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: double), _col1 (type: bigint), _col2 (type: bigint), _col3 (type: string), _col4 (type: string), _col5 (type: double), _col6 (type: double) @@ -866,6 +882,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 142500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 142500 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/cp_sel.q.out ql/src/test/results/clientpositive/cp_sel.q.out index 052db9e3b5..245d6ba2a3 100644 --- ql/src/test/results/clientpositive/cp_sel.q.out +++ ql/src/test/results/clientpositive/cp_sel.q.out @@ -30,6 +30,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 178000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 1000 Data size: 178000 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -115,6 +116,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 356000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1000 Data size: 356000 Basic stats: COMPLETE Column stats: COMPLETE @@ -178,6 +180,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 1058 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/create_genericudaf.q.out ql/src/test/results/clientpositive/create_genericudaf.q.out index 4792a70ab4..85d7850888 100644 --- ql/src/test/results/clientpositive/create_genericudaf.q.out +++ ql/src/test/results/clientpositive/create_genericudaf.q.out @@ -60,6 +60,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 332 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 332 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/cross_join.q.out ql/src/test/results/clientpositive/cross_join.q.out index 9dbcfb2c4b..06fa7c8c8e 100644 --- ql/src/test/results/clientpositive/cross_join.q.out +++ ql/src/test/results/clientpositive/cross_join.q.out @@ -23,6 +23,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -32,6 +33,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Operator Tree: @@ -82,6 +84,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -91,6 +94,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Operator Tree: @@ -145,6 +149,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -161,6 +166,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/cross_join_merge.q.out ql/src/test/results/clientpositive/cross_join_merge.q.out index b01ae26387..baa7ea9fd8 100644 --- ql/src/test/results/clientpositive/cross_join_merge.q.out +++ ql/src/test/results/clientpositive/cross_join_merge.q.out @@ -27,6 +27,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -36,6 +37,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Operator Tree: @@ -59,6 +61,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 250000 Data size: 21750000 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -68,6 +71,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Operator Tree: @@ -125,6 +129,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -141,6 +146,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -166,6 +172,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 791 Data size: 68817 Basic stats: COMPLETE Column stats: COMPLETE @@ -182,6 +189,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -240,6 +248,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -256,6 +265,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -281,6 +291,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 791 Data size: 68817 Basic stats: COMPLETE Column stats: COMPLETE @@ -297,6 +308,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -356,6 +368,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -372,6 +385,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -396,6 +410,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 791 Data size: 68817 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -409,6 +424,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Operator Tree: @@ -463,6 +479,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -472,6 +489,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Operator Tree: @@ -495,6 +513,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 250000 Data size: 21750000 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -504,6 +523,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Operator Tree: @@ -561,6 +581,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -577,6 +598,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -602,6 +624,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 791 Data size: 68817 Basic stats: COMPLETE Column stats: COMPLETE @@ -618,6 +641,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/cross_product_check_1.q.out ql/src/test/results/clientpositive/cross_product_check_1.q.out index 723dfc950a..b6c4e48fe3 100644 --- ql/src/test/results/clientpositive/cross_product_check_1.q.out +++ ql/src/test/results/clientpositive/cross_product_check_1.q.out @@ -55,6 +55,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -66,6 +67,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -125,6 +127,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE @@ -142,6 +145,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE @@ -167,6 +171,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 10 Data size: 3560 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string) @@ -178,6 +183,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -244,6 +250,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 870 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 870 Basic stats: COMPLETE Column stats: COMPLETE @@ -260,6 +267,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 870 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 870 Basic stats: COMPLETE Column stats: COMPLETE @@ -291,6 +299,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 5 Data size: 435 Basic stats: COMPLETE Column stats: COMPLETE @@ -319,11 +328,13 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 5 Data size: 435 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -380,6 +391,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 10 Data size: 870 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 10 Data size: 870 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -389,6 +401,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Operator Tree: @@ -419,6 +432,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 870 Basic stats: COMPLETE Column stats: COMPLETE @@ -447,11 +461,13 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 10 Data size: 870 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -519,6 +535,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE @@ -541,11 +558,13 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 5 Data size: 435 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -582,6 +601,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 870 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 870 Basic stats: COMPLETE Column stats: COMPLETE @@ -598,6 +618,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 870 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 870 Basic stats: COMPLETE Column stats: COMPLETE @@ -629,6 +650,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 5 Data size: 435 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/cross_product_check_2.q.out ql/src/test/results/clientpositive/cross_product_check_2.q.out index f646fb697e..5dcbd29d71 100644 --- ql/src/test/results/clientpositive/cross_product_check_2.q.out +++ ql/src/test/results/clientpositive/cross_product_check_2.q.out @@ -282,6 +282,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 430 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 5 Data size: 430 Basic stats: COMPLETE Column stats: COMPLETE @@ -414,6 +415,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 430 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 5 Data size: 430 Basic stats: COMPLETE Column stats: COMPLETE @@ -530,6 +532,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE @@ -629,11 +632,13 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 5 Data size: 430 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -708,6 +713,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 430 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 5 Data size: 430 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/ctas.q.out ql/src/test/results/clientpositive/ctas.q.out index 4bc22a3843..23cc8b967e 100644 --- ql/src/test/results/clientpositive/ctas.q.out +++ ql/src/test/results/clientpositive/ctas.q.out @@ -45,6 +45,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -70,6 +71,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -134,6 +136,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -248,6 +251,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -273,6 +277,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -337,6 +342,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -451,6 +457,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 96000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 500 Data size: 96000 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -476,6 +483,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: double), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 10 Data size: 1920 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -540,6 +548,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -718,6 +727,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -743,6 +753,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -808,6 +819,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -923,6 +935,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -948,6 +961,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -1015,6 +1029,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/ctas_colname.q.out ql/src/test/results/clientpositive/ctas_colname.q.out index ebc36b07ff..db8afe54be 100644 --- ql/src/test/results/clientpositive/ctas_colname.q.out +++ ql/src/test/results/clientpositive/ctas_colname.q.out @@ -32,6 +32,7 @@ STAGE PLANS: Number of rows: 20 Statistics: Num rows: 20 Data size: 7400 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 20 Data size: 7400 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -97,6 +98,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1744 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct) @@ -222,6 +224,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string), value (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: key (type: string) Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE @@ -308,6 +311,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1304 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) @@ -437,6 +441,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string), value (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -486,6 +491,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 20 Data size: 7240 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -551,6 +557,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1320 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) @@ -699,6 +706,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1304 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1304 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) @@ -898,6 +906,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE @@ -962,6 +971,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1304 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) @@ -1385,6 +1395,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 15438 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 83 Data size: 15438 Basic stats: COMPLETE Column stats: COMPLETE @@ -1449,6 +1460,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1304 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) @@ -1568,6 +1580,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 22493 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 83 Data size: 22493 Basic stats: COMPLETE Column stats: COMPLETE @@ -1639,6 +1652,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/ctas_uses_database_location.q.out ql/src/test/results/clientpositive/ctas_uses_database_location.q.out index 9f779faefb..a497af69e9 100644 --- ql/src/test/results/clientpositive/ctas_uses_database_location.q.out +++ ql/src/test/results/clientpositive/ctas_uses_database_location.q.out @@ -65,6 +65,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/cte_5.q.out ql/src/test/results/clientpositive/cte_5.q.out index 9264bb015d..4088b84d83 100644 --- ql/src/test/results/clientpositive/cte_5.q.out +++ ql/src/test/results/clientpositive/cte_5.q.out @@ -78,6 +78,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE TableScan @@ -90,6 +91,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 2 Data size: 170 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 2 Data size: 170 Basic stats: COMPLETE Column stats: COMPLETE Reduce Operator Tree: diff --git ql/src/test/results/clientpositive/cte_mat_1.q.out ql/src/test/results/clientpositive/cte_mat_1.q.out index 5ddcea04c3..b9cb6daea4 100644 --- ql/src/test/results/clientpositive/cte_mat_1.q.out +++ ql/src/test/results/clientpositive/cte_mat_1.q.out @@ -33,6 +33,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 2 Data size: 170 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 2 Data size: 170 Basic stats: COMPLETE Column stats: COMPLETE TableScan @@ -45,6 +46,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 2 Data size: 170 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 2 Data size: 170 Basic stats: COMPLETE Column stats: COMPLETE Reduce Operator Tree: diff --git ql/src/test/results/clientpositive/cte_mat_2.q.out ql/src/test/results/clientpositive/cte_mat_2.q.out index 5ddcea04c3..b9cb6daea4 100644 --- ql/src/test/results/clientpositive/cte_mat_2.q.out +++ ql/src/test/results/clientpositive/cte_mat_2.q.out @@ -33,6 +33,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 2 Data size: 170 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 2 Data size: 170 Basic stats: COMPLETE Column stats: COMPLETE TableScan @@ -45,6 +46,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 2 Data size: 170 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 2 Data size: 170 Basic stats: COMPLETE Column stats: COMPLETE Reduce Operator Tree: diff --git ql/src/test/results/clientpositive/cte_mat_3.q.out ql/src/test/results/clientpositive/cte_mat_3.q.out index a3484eb594..55c6206821 100644 --- ql/src/test/results/clientpositive/cte_mat_3.q.out +++ ql/src/test/results/clientpositive/cte_mat_3.q.out @@ -81,6 +81,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE @@ -97,6 +98,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/cte_mat_4.q.out ql/src/test/results/clientpositive/cte_mat_4.q.out index 8026e6c23a..d77fdc6bb5 100644 --- ql/src/test/results/clientpositive/cte_mat_4.q.out +++ ql/src/test/results/clientpositive/cte_mat_4.q.out @@ -106,6 +106,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE @@ -122,6 +123,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE @@ -320,6 +322,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE @@ -336,6 +339,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/cte_mat_5.q.out ql/src/test/results/clientpositive/cte_mat_5.q.out index 92f25fe788..101792d61d 100644 --- ql/src/test/results/clientpositive/cte_mat_5.q.out +++ ql/src/test/results/clientpositive/cte_mat_5.q.out @@ -126,6 +126,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: double) Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -143,6 +144,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/decimal_join2.q.out ql/src/test/results/clientpositive/decimal_join2.q.out index 053b1e6930..8b37a8ee2f 100644 --- ql/src/test/results/clientpositive/decimal_join2.q.out +++ ql/src/test/results/clientpositive/decimal_join2.q.out @@ -72,6 +72,7 @@ STAGE PLANS: Statistics: Num rows: 37 Data size: 4292 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(38,18)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: decimal(38,18)) Statistics: Num rows: 37 Data size: 4292 Basic stats: COMPLETE Column stats: COMPLETE @@ -89,6 +90,7 @@ STAGE PLANS: Statistics: Num rows: 37 Data size: 4292 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(38,18)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: decimal(38,18)) Statistics: Num rows: 37 Data size: 4292 Basic stats: COMPLETE Column stats: COMPLETE @@ -115,6 +117,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: decimal(38,18)), _col1 (type: int), _col2 (type: decimal(38,18)), _col3 (type: int) + null sort order: zzzz sort order: ++++ Statistics: Num rows: 48 Data size: 11136 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized @@ -274,6 +277,7 @@ STAGE PLANS: Statistics: Num rows: 48 Data size: 11136 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(38,18)), _col1 (type: int), _col2 (type: decimal(38,18)), _col3 (type: int) + null sort order: zzzz sort order: ++++ Statistics: Num rows: 48 Data size: 11136 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized diff --git ql/src/test/results/clientpositive/decimal_precision.q.out ql/src/test/results/clientpositive/decimal_precision.q.out index c0d06caf8c..179e746b70 100644 --- ql/src/test/results/clientpositive/decimal_precision.q.out +++ ql/src/test/results/clientpositive/decimal_precision.q.out @@ -552,6 +552,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 232 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 232 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: decimal(30,10)), _col1 (type: bigint) diff --git ql/src/test/results/clientpositive/decimal_stats.q.out ql/src/test/results/clientpositive/decimal_stats.q.out index 5b73f44458..0571fae33d 100644 --- ql/src/test/results/clientpositive/decimal_stats.q.out +++ ql/src/test/results/clientpositive/decimal_stats.q.out @@ -86,6 +86,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 112112 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(4,2)) + null sort order: z sort order: + Statistics: Num rows: 500 Data size: 112112 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/decimal_udf.q.out ql/src/test/results/clientpositive/decimal_udf.q.out index d46caff046..429bbe10e8 100644 --- ql/src/test/results/clientpositive/decimal_udf.q.out +++ ql/src/test/results/clientpositive/decimal_udf.q.out @@ -1378,6 +1378,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: NONE @@ -1407,6 +1408,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: decimal(38,18)), _col2 (type: decimal(38,28)), _col3 (type: decimal(30,10)) @@ -1984,6 +1986,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: NONE @@ -2071,6 +2074,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: NONE @@ -2156,6 +2160,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 272 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 272 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: array) @@ -2218,6 +2223,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 224 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 224 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: decimal(20,10)) @@ -2281,6 +2287,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 224 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 224 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: decimal(20,10)) @@ -2344,6 +2351,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 120 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 120 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/deleteAnalyze.q.out ql/src/test/results/clientpositive/deleteAnalyze.q.out index 0b1ac31c73..63ed9daa92 100644 --- ql/src/test/results/clientpositive/deleteAnalyze.q.out +++ ql/src/test/results/clientpositive/deleteAnalyze.q.out @@ -183,6 +183,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 88 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 88 Basic stats: COMPLETE Column stats: COMPLETE @@ -200,6 +201,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 308 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 308 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/display_colstats_tbllvl.q.out ql/src/test/results/clientpositive/display_colstats_tbllvl.q.out index 3107c76f85..ca7ce6f0e4 100644 --- ql/src/test/results/clientpositive/display_colstats_tbllvl.q.out +++ ql/src/test/results/clientpositive/display_colstats_tbllvl.q.out @@ -97,6 +97,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1480 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1480 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) @@ -397,6 +398,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4 Statistics: Num rows: 1 Data size: 2192 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 2192 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct), _col4 (type: struct) diff --git ql/src/test/results/clientpositive/distinct_groupby.q.out ql/src/test/results/clientpositive/distinct_groupby.q.out index 77e354d68a..d9e3cf9eff 100644 --- ql/src/test/results/clientpositive/distinct_groupby.q.out +++ ql/src/test/results/clientpositive/distinct_groupby.q.out @@ -29,6 +29,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 2100 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 12 Data size: 2100 Basic stats: COMPLETE Column stats: COMPLETE @@ -119,6 +120,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -154,6 +156,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 125 Data size: 1000 Basic stats: COMPLETE Column stats: COMPLETE @@ -223,6 +226,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -288,6 +292,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -349,6 +354,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -418,6 +424,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -435,6 +442,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE @@ -466,6 +474,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -534,6 +543,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 564 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 6 Data size: 564 Basic stats: COMPLETE Column stats: COMPLETE @@ -569,6 +579,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -633,6 +644,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 1032 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 12 Data size: 1032 Basic stats: COMPLETE Column stats: COMPLETE @@ -712,6 +724,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 2100 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 12 Data size: 2100 Basic stats: COMPLETE Column stats: COMPLETE @@ -799,6 +812,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 564 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 6 Data size: 564 Basic stats: COMPLETE Column stats: COMPLETE @@ -834,6 +848,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -899,6 +914,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 564 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 6 Data size: 564 Basic stats: COMPLETE Column stats: COMPLETE @@ -967,6 +983,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 2100 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 12 Data size: 2100 Basic stats: COMPLETE Column stats: COMPLETE @@ -1079,6 +1096,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 1050 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 6 Data size: 1050 Basic stats: COMPLETE Column stats: COMPLETE @@ -1145,6 +1163,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 516 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 6 Data size: 516 Basic stats: COMPLETE Column stats: COMPLETE @@ -1212,6 +1231,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1267,6 +1287,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: 0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: 0 (type: int) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -1320,6 +1341,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 12 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE @@ -1375,6 +1397,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: 0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: 0 (type: int) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -1428,6 +1451,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 12 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE @@ -1483,6 +1507,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: value (type: string) + null sort order: a sort order: + Map-reduce partition columns: value (type: string) Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE @@ -1536,6 +1561,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Statistics: Num rows: 12 Data size: 2196 Basic stats: COMPLETE Column stats: COMPLETE @@ -1622,6 +1648,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 2100 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 12 Data size: 2100 Basic stats: COMPLETE Column stats: COMPLETE @@ -1645,6 +1672,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 12 Data size: 2100 Basic stats: COMPLETE Column stats: COMPLETE @@ -1744,6 +1772,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: value (type: string) + null sort order: a sort order: + Map-reduce partition columns: value (type: string) Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE @@ -1858,6 +1887,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE @@ -1893,6 +1923,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 6 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -1974,6 +2005,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1991,6 +2023,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE @@ -2024,6 +2057,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 206 Basic stats: COMPLETE Column stats: COMPLETE @@ -2059,6 +2093,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: bigint), _col1 (type: bigint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: bigint), _col1 (type: bigint) Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -2129,6 +2164,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 2100 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 12 Data size: 2100 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/distinct_stats.q.out ql/src/test/results/clientpositive/distinct_stats.q.out index 24101d610d..288c01ac4f 100644 --- ql/src/test/results/clientpositive/distinct_stats.q.out +++ ql/src/test/results/clientpositive/distinct_stats.q.out @@ -60,6 +60,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE @@ -121,6 +122,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 22750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 22750 Basic stats: COMPLETE Column stats: COMPLETE @@ -179,6 +181,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/distinct_windowing.q.out ql/src/test/results/clientpositive/distinct_windowing.q.out index 8070877073..7ce4b30a34 100644 --- ql/src/test/results/clientpositive/distinct_windowing.q.out +++ ql/src/test/results/clientpositive/distinct_windowing.q.out @@ -68,6 +68,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: si (type: smallint), i (type: int) + null sort order: az sort order: ++ Map-reduce partition columns: si (type: smallint) Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: NONE @@ -121,6 +122,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: tinyint) Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: NONE @@ -193,6 +195,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: si (type: smallint), i (type: int) + null sort order: az sort order: ++ Map-reduce partition columns: si (type: smallint) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -245,6 +248,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -321,6 +325,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: si (type: smallint), i (type: int) + null sort order: az sort order: ++ Map-reduce partition columns: si (type: smallint) Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: NONE @@ -380,6 +385,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: tinyint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: tinyint) Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/distinct_windowing_no_cbo.q.out ql/src/test/results/clientpositive/distinct_windowing_no_cbo.q.out index ad4b62d9c2..ee37ff40e9 100644 --- ql/src/test/results/clientpositive/distinct_windowing_no_cbo.q.out +++ ql/src/test/results/clientpositive/distinct_windowing_no_cbo.q.out @@ -68,6 +68,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: si (type: smallint), i (type: int) + null sort order: az sort order: ++ Map-reduce partition columns: si (type: smallint) Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: NONE @@ -121,6 +122,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: tinyint) Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: NONE @@ -193,6 +195,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: si (type: smallint), i (type: int) + null sort order: az sort order: ++ Map-reduce partition columns: si (type: smallint) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -245,6 +248,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -321,6 +325,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: si (type: smallint), i (type: int) + null sort order: az sort order: ++ Map-reduce partition columns: si (type: smallint) Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: NONE @@ -380,6 +385,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: tinyint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: tinyint) Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: NONE @@ -513,6 +519,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: smallint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: smallint) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -541,6 +548,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: smallint), _col1 (type: float) + null sort order: az sort order: ++ Map-reduce partition columns: _col0 (type: smallint) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -686,6 +694,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: si (type: smallint), i (type: int) + null sort order: az sort order: ++ Map-reduce partition columns: si (type: smallint) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -739,6 +748,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: smallint), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: smallint), _col1 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/druid/druidmini_dynamic_partition.q.out ql/src/test/results/clientpositive/druid/druidmini_dynamic_partition.q.out index 41f27ad156..65f8cca39b 100644 --- ql/src/test/results/clientpositive/druid/druidmini_dynamic_partition.q.out +++ ql/src/test/results/clientpositive/druid/druidmini_dynamic_partition.q.out @@ -139,6 +139,7 @@ STAGE PLANS: Statistics: Num rows: 9173 Data size: 1942190 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: __time_granularity (type: timestamp), __druid_extra_partition_key (type: bigint) + null sort order: aa sort order: ++ Map-reduce partition columns: __time_granularity (type: timestamp), __druid_extra_partition_key (type: bigint) Statistics: Num rows: 9173 Data size: 1942190 Basic stats: COMPLETE Column stats: COMPLETE @@ -378,6 +379,7 @@ STAGE PLANS: Statistics: Num rows: 9174 Data size: 1942340 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: __time_granularity (type: timestamp), __druid_extra_partition_key (type: bigint) + null sort order: aa sort order: ++ Map-reduce partition columns: __time_granularity (type: timestamp), __druid_extra_partition_key (type: bigint) Statistics: Num rows: 9174 Data size: 1942340 Basic stats: COMPLETE Column stats: COMPLETE @@ -519,6 +521,7 @@ STAGE PLANS: Statistics: Num rows: 9173 Data size: 1942190 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: __time_granularity (type: timestamp), __druid_extra_partition_key (type: bigint) + null sort order: aa sort order: ++ Map-reduce partition columns: __time_granularity (type: timestamp), __druid_extra_partition_key (type: bigint) Statistics: Num rows: 9173 Data size: 1942190 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/druid/druidmini_expressions.q.out ql/src/test/results/clientpositive/druid/druidmini_expressions.q.out index cda99dd3f0..31862546b0 100644 --- ql/src/test/results/clientpositive/druid/druidmini_expressions.q.out +++ ql/src/test/results/clientpositive/druid/druidmini_expressions.q.out @@ -384,6 +384,7 @@ STAGE PLANS: Statistics: Num rows: 9173 Data size: 348640 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: timestamp with local time zone) + null sort order: z sort order: + Statistics: Num rows: 9173 Data size: 348640 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -481,6 +482,7 @@ STAGE PLANS: Statistics: Num rows: 9173 Data size: 348640 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: timestamp with local time zone) + null sort order: z sort order: + Statistics: Num rows: 9173 Data size: 348640 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -573,6 +575,7 @@ STAGE PLANS: Statistics: Num rows: 9173 Data size: 3625856 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: timestamp with local time zone), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: timestamp with local time zone), _col1 (type: string) Statistics: Num rows: 9173 Data size: 3625856 Basic stats: COMPLETE Column stats: NONE @@ -645,6 +648,7 @@ STAGE PLANS: Statistics: Num rows: 9173 Data size: 2091840 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: timestamp with local time zone), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: timestamp with local time zone), _col1 (type: string) Statistics: Num rows: 9173 Data size: 2091840 Basic stats: COMPLETE Column stats: NONE @@ -717,6 +721,7 @@ STAGE PLANS: Statistics: Num rows: 9173 Data size: 3625856 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: timestamp with local time zone), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: timestamp with local time zone), _col1 (type: string) Statistics: Num rows: 9173 Data size: 3625856 Basic stats: COMPLETE Column stats: NONE @@ -789,6 +794,7 @@ STAGE PLANS: Statistics: Num rows: 9173 Data size: 3625856 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: timestamp with local time zone), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: timestamp with local time zone), _col1 (type: string) Statistics: Num rows: 9173 Data size: 3625856 Basic stats: COMPLETE Column stats: NONE @@ -859,6 +865,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 192 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 192 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -923,6 +930,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 208 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 208 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: double) @@ -987,6 +995,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 216 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 216 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: double), _col2 (type: int) @@ -1053,6 +1062,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1144,6 +1154,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 192 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 192 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -1280,6 +1291,7 @@ STAGE PLANS: Statistics: Num rows: 9173 Data size: 348640 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: timestamp with local time zone) + null sort order: z sort order: + Statistics: Num rows: 9173 Data size: 348640 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -1297,6 +1309,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 380 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: timestamp with local time zone) + null sort order: z sort order: + Statistics: Num rows: 10 Data size: 380 Basic stats: COMPLETE Column stats: NONE Reducer 3 @@ -1357,6 +1370,7 @@ STAGE PLANS: Statistics: Num rows: 9173 Data size: 348640 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: timestamp) + null sort order: z sort order: + Statistics: Num rows: 9173 Data size: 348640 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -1374,6 +1388,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 380 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: timestamp) + null sort order: z sort order: + Statistics: Num rows: 10 Data size: 380 Basic stats: COMPLETE Column stats: NONE Reducer 3 @@ -1831,6 +1846,7 @@ STAGE PLANS: Statistics: Num rows: 9173 Data size: 1499152 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: date), _col1 (type: date) + null sort order: zz sort order: ++ Statistics: Num rows: 9173 Data size: 1499152 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -2226,6 +2242,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -2299,6 +2316,7 @@ STAGE PLANS: Statistics: Num rows: 9173 Data size: 348640 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: timestamp with local time zone) + null sort order: z sort order: + Statistics: Num rows: 9173 Data size: 348640 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -2316,6 +2334,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 380 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: timestamp with local time zone) + null sort order: z sort order: + Statistics: Num rows: 10 Data size: 380 Basic stats: COMPLETE Column stats: NONE Reducer 3 @@ -2376,6 +2395,7 @@ STAGE PLANS: Statistics: Num rows: 9173 Data size: 348640 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: timestamp) + null sort order: z sort order: + Statistics: Num rows: 9173 Data size: 348640 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -2393,6 +2413,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 380 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: timestamp) + null sort order: z sort order: + Statistics: Num rows: 10 Data size: 380 Basic stats: COMPLETE Column stats: NONE Reducer 3 @@ -2507,6 +2528,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 192 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 192 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -2584,6 +2606,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: float) @@ -2652,6 +2675,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/druid/druidmini_mv.q.out ql/src/test/results/clientpositive/druid/druidmini_mv.q.out index 4f78c6a9bb..b203c67f0e 100644 --- ql/src/test/results/clientpositive/druid/druidmini_mv.q.out +++ ql/src/test/results/clientpositive/druid/druidmini_mv.q.out @@ -243,6 +243,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: double) @@ -259,6 +260,7 @@ STAGE PLANS: druid.query.type scan Statistics: Num rows: 3 Data size: 36 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 3 Data size: 36 Basic stats: COMPLETE Column stats: NONE value expressions: a (type: int), c (type: double) @@ -376,6 +378,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: double) @@ -395,6 +398,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: double) @@ -512,6 +516,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 1104 Basic stats: COMPLETE Column stats: PARTIAL Reduce Output Operator key expressions: __time_granularity (type: timestamp) + null sort order: a sort order: + Map-reduce partition columns: __time_granularity (type: timestamp) Statistics: Num rows: 4 Data size: 1104 Basic stats: COMPLETE Column stats: PARTIAL @@ -533,6 +538,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 1104 Basic stats: COMPLETE Column stats: PARTIAL Reduce Output Operator key expressions: __time_granularity (type: timestamp) + null sort order: a sort order: + Map-reduce partition columns: __time_granularity (type: timestamp) Statistics: Num rows: 4 Data size: 1104 Basic stats: COMPLETE Column stats: PARTIAL @@ -634,6 +640,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: double) @@ -650,6 +657,7 @@ STAGE PLANS: druid.query.type scan Statistics: Num rows: 3 Data size: 36 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 3 Data size: 36 Basic stats: COMPLETE Column stats: NONE value expressions: a (type: int), c (type: double) diff --git ql/src/test/results/clientpositive/druid/druidmini_semijoin_reduction_all_types.q.out ql/src/test/results/clientpositive/druid/druidmini_semijoin_reduction_all_types.q.out index daf1e56a9a..9a41cdadc9 100644 --- ql/src/test/results/clientpositive/druid/druidmini_semijoin_reduction_all_types.q.out +++ ql/src/test/results/clientpositive/druid/druidmini_semijoin_reduction_all_types.q.out @@ -150,6 +150,7 @@ STAGE PLANS: Statistics: Num rows: 69 Data size: 6969 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 69 Data size: 6969 Basic stats: COMPLETE Column stats: COMPLETE @@ -164,6 +165,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) @@ -185,6 +187,7 @@ STAGE PLANS: Statistics: Num rows: 9173 Data size: 1603744 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: cstring1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: cstring1 (type: string) Statistics: Num rows: 9173 Data size: 1603744 Basic stats: COMPLETE Column stats: NONE @@ -207,6 +210,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -234,6 +238,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) @@ -306,6 +311,7 @@ STAGE PLANS: Statistics: Num rows: 69 Data size: 276 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: tinyint) Statistics: Num rows: 69 Data size: 276 Basic stats: COMPLETE Column stats: COMPLETE @@ -320,6 +326,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: tinyint), _col1 (type: tinyint), _col2 (type: binary) @@ -341,6 +348,7 @@ STAGE PLANS: Statistics: Num rows: 9173 Data size: 34864 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: ctinyint (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: ctinyint (type: tinyint) Statistics: Num rows: 9173 Data size: 34864 Basic stats: COMPLETE Column stats: NONE @@ -363,6 +371,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -390,6 +399,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: tinyint), _col1 (type: tinyint), _col2 (type: binary) @@ -462,6 +472,7 @@ STAGE PLANS: Statistics: Num rows: 69 Data size: 276 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: smallint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: smallint) Statistics: Num rows: 69 Data size: 276 Basic stats: COMPLETE Column stats: COMPLETE @@ -476,6 +487,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: smallint), _col1 (type: smallint), _col2 (type: binary) @@ -497,6 +509,7 @@ STAGE PLANS: Statistics: Num rows: 9173 Data size: 34864 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: csmallint (type: smallint) + null sort order: a sort order: + Map-reduce partition columns: csmallint (type: smallint) Statistics: Num rows: 9173 Data size: 34864 Basic stats: COMPLETE Column stats: NONE @@ -519,6 +532,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -546,6 +560,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: smallint), _col1 (type: smallint), _col2 (type: binary) @@ -618,6 +633,7 @@ STAGE PLANS: Statistics: Num rows: 69 Data size: 276 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 69 Data size: 276 Basic stats: COMPLETE Column stats: COMPLETE @@ -632,6 +648,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: binary) @@ -653,6 +670,7 @@ STAGE PLANS: Statistics: Num rows: 9173 Data size: 34864 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: cint (type: int) + null sort order: a sort order: + Map-reduce partition columns: cint (type: int) Statistics: Num rows: 9173 Data size: 34864 Basic stats: COMPLETE Column stats: NONE @@ -675,6 +693,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -702,6 +721,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: binary) @@ -774,6 +794,7 @@ STAGE PLANS: Statistics: Num rows: 69 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 69 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE @@ -788,6 +809,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: binary) @@ -809,6 +831,7 @@ STAGE PLANS: Statistics: Num rows: 9173 Data size: 69728 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: cbigint (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: cbigint (type: bigint) Statistics: Num rows: 9173 Data size: 69728 Basic stats: COMPLETE Column stats: NONE @@ -831,6 +854,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -858,6 +882,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: binary) @@ -930,6 +955,7 @@ STAGE PLANS: Statistics: Num rows: 69 Data size: 276 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: float) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: float) Statistics: Num rows: 69 Data size: 276 Basic stats: COMPLETE Column stats: COMPLETE @@ -944,6 +970,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: float), _col1 (type: float), _col2 (type: binary) @@ -965,6 +992,7 @@ STAGE PLANS: Statistics: Num rows: 9173 Data size: 34864 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: cfloat (type: float) + null sort order: a sort order: + Map-reduce partition columns: cfloat (type: float) Statistics: Num rows: 9173 Data size: 34864 Basic stats: COMPLETE Column stats: NONE @@ -987,6 +1015,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -1014,6 +1043,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: float), _col1 (type: float), _col2 (type: binary) @@ -1086,6 +1116,7 @@ STAGE PLANS: Statistics: Num rows: 69 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 69 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE @@ -1100,6 +1131,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: double), _col1 (type: double), _col2 (type: binary) @@ -1121,6 +1153,7 @@ STAGE PLANS: Statistics: Num rows: 9173 Data size: 69728 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: cdouble (type: double) + null sort order: a sort order: + Map-reduce partition columns: cdouble (type: double) Statistics: Num rows: 9173 Data size: 69728 Basic stats: COMPLETE Column stats: NONE @@ -1143,6 +1176,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -1170,6 +1204,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: double), _col1 (type: double), _col2 (type: binary) @@ -1231,6 +1266,7 @@ STAGE PLANS: Statistics: Num rows: 69 Data size: 2760 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: timestamp with local time zone) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: timestamp with local time zone) Statistics: Num rows: 69 Data size: 2760 Basic stats: COMPLETE Column stats: COMPLETE @@ -1245,6 +1281,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 120 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 120 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: timestamp with local time zone), _col1 (type: timestamp with local time zone), _col2 (type: binary) @@ -1266,6 +1303,7 @@ STAGE PLANS: Statistics: Num rows: 9173 Data size: 348640 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: vc (type: timestamp with local time zone) + null sort order: a sort order: + Map-reduce partition columns: vc (type: timestamp with local time zone) Statistics: Num rows: 9173 Data size: 348640 Basic stats: COMPLETE Column stats: NONE @@ -1288,6 +1326,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -1315,6 +1354,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 120 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 120 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: timestamp with local time zone), _col1 (type: timestamp with local time zone), _col2 (type: binary) @@ -1387,6 +1427,7 @@ STAGE PLANS: Statistics: Num rows: 69 Data size: 276 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Statistics: Num rows: 69 Data size: 276 Basic stats: COMPLETE Column stats: COMPLETE @@ -1401,6 +1442,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: boolean), _col1 (type: boolean), _col2 (type: binary) @@ -1422,6 +1464,7 @@ STAGE PLANS: Statistics: Num rows: 9173 Data size: 34864 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: cboolean1 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: cboolean1 (type: boolean) Statistics: Num rows: 9173 Data size: 34864 Basic stats: COMPLETE Column stats: NONE @@ -1444,6 +1487,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -1471,6 +1515,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: boolean), _col1 (type: boolean), _col2 (type: binary) @@ -1543,6 +1588,7 @@ STAGE PLANS: Statistics: Num rows: 69 Data size: 12696 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 69 Data size: 12696 Basic stats: COMPLETE Column stats: COMPLETE @@ -1557,6 +1603,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) @@ -1578,6 +1625,7 @@ STAGE PLANS: Statistics: Num rows: 9173 Data size: 1603744 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: cintstring (type: string) + null sort order: a sort order: + Map-reduce partition columns: cintstring (type: string) Statistics: Num rows: 9173 Data size: 1603744 Basic stats: COMPLETE Column stats: NONE @@ -1600,6 +1648,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -1627,6 +1676,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) @@ -1699,6 +1749,7 @@ STAGE PLANS: Statistics: Num rows: 69 Data size: 12696 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 69 Data size: 12696 Basic stats: COMPLETE Column stats: COMPLETE @@ -1713,6 +1764,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) @@ -1734,6 +1786,7 @@ STAGE PLANS: Statistics: Num rows: 9173 Data size: 1603744 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: cdoublestring (type: string) + null sort order: a sort order: + Map-reduce partition columns: cdoublestring (type: string) Statistics: Num rows: 9173 Data size: 1603744 Basic stats: COMPLETE Column stats: NONE @@ -1756,6 +1809,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -1783,6 +1837,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) @@ -1855,6 +1910,7 @@ STAGE PLANS: Statistics: Num rows: 69 Data size: 12696 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 69 Data size: 12696 Basic stats: COMPLETE Column stats: COMPLETE @@ -1869,6 +1925,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) @@ -1890,6 +1947,7 @@ STAGE PLANS: Statistics: Num rows: 9173 Data size: 1603744 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: cfloatstring (type: string) + null sort order: a sort order: + Map-reduce partition columns: cfloatstring (type: string) Statistics: Num rows: 9173 Data size: 1603744 Basic stats: COMPLETE Column stats: NONE @@ -1912,6 +1970,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -1939,6 +1998,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) diff --git ql/src/test/results/clientpositive/druid/druidmini_test1.q.out ql/src/test/results/clientpositive/druid/druidmini_test1.q.out index d38e3df958..fe75ddd894 100644 --- ql/src/test/results/clientpositive/druid/druidmini_test1.q.out +++ ql/src/test/results/clientpositive/druid/druidmini_test1.q.out @@ -290,6 +290,7 @@ STAGE PLANS: Statistics: Num rows: 9173 Data size: 348640 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: timestamp with local time zone) + null sort order: z sort order: + Statistics: Num rows: 9173 Data size: 348640 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -381,6 +382,7 @@ STAGE PLANS: Statistics: Num rows: 9173 Data size: 348640 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: timestamp with local time zone) + null sort order: z sort order: + Statistics: Num rows: 9173 Data size: 348640 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -474,6 +476,7 @@ STAGE PLANS: Statistics: Num rows: 9173 Data size: 348640 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: timestamp with local time zone) + null sort order: z sort order: + Statistics: Num rows: 9173 Data size: 348640 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -569,6 +572,7 @@ STAGE PLANS: Statistics: Num rows: 9173 Data size: 348640 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: timestamp with local time zone) + null sort order: z sort order: + Statistics: Num rows: 9173 Data size: 348640 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -664,6 +668,7 @@ STAGE PLANS: Statistics: Num rows: 9173 Data size: 348640 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: timestamp with local time zone) + null sort order: z sort order: + Statistics: Num rows: 9173 Data size: 348640 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -759,6 +764,7 @@ STAGE PLANS: Statistics: Num rows: 9173 Data size: 348640 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: timestamp with local time zone) + null sort order: z sort order: + Statistics: Num rows: 9173 Data size: 348640 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/dynpart_sort_opt_bucketing.q.out ql/src/test/results/clientpositive/dynpart_sort_opt_bucketing.q.out index 5be969dcca..390230e855 100644 --- ql/src/test/results/clientpositive/dynpart_sort_opt_bucketing.q.out +++ ql/src/test/results/clientpositive/dynpart_sort_opt_bucketing.q.out @@ -289,6 +289,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col8 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col8 (type: string) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/dynpart_sort_optimization_acid2.q.out ql/src/test/results/clientpositive/dynpart_sort_optimization_acid2.q.out index 0ac4269b09..43bb789840 100644 --- ql/src/test/results/clientpositive/dynpart_sort_optimization_acid2.q.out +++ ql/src/test/results/clientpositive/dynpart_sort_optimization_acid2.q.out @@ -47,6 +47,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 1092000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string), _col3 (type: string), _bucket_number (type: string), _col1 (type: string) + null sort order: aaaa sort order: ++++ Map-reduce partition columns: _col2 (type: string), _col3 (type: string) Statistics: Num rows: 2000 Data size: 1092000 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/escape_clusterby1.q.out ql/src/test/results/clientpositive/escape_clusterby1.q.out index e9ddf8a1a0..84cf1e5d78 100644 --- ql/src/test/results/clientpositive/escape_clusterby1.q.out +++ ql/src/test/results/clientpositive/escape_clusterby1.q.out @@ -25,6 +25,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -75,6 +76,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/escape_distributeby1.q.out ql/src/test/results/clientpositive/escape_distributeby1.q.out index 40e9abf62e..ef9aec337c 100644 --- ql/src/test/results/clientpositive/escape_distributeby1.q.out +++ ql/src/test/results/clientpositive/escape_distributeby1.q.out @@ -24,6 +24,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -74,6 +75,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/escape_orderby1.q.out ql/src/test/results/clientpositive/escape_orderby1.q.out index 7e99aeef34..5a4e6f175a 100644 --- ql/src/test/results/clientpositive/escape_orderby1.q.out +++ ql/src/test/results/clientpositive/escape_orderby1.q.out @@ -25,6 +25,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized @@ -74,6 +75,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized diff --git ql/src/test/results/clientpositive/escape_sortby1.q.out ql/src/test/results/clientpositive/escape_sortby1.q.out index 505b72346f..182e1e72ba 100644 --- ql/src/test/results/clientpositive/escape_sortby1.q.out +++ ql/src/test/results/clientpositive/escape_sortby1.q.out @@ -25,6 +25,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized @@ -74,6 +75,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized diff --git ql/src/test/results/clientpositive/except_all.q.out ql/src/test/results/clientpositive/except_all.q.out index 6aa7f8e311..0264ff628e 100644 --- ql/src/test/results/clientpositive/except_all.q.out +++ ql/src/test/results/clientpositive/except_all.q.out @@ -244,6 +244,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE @@ -286,6 +287,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 48500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 48500 Basic stats: COMPLETE Column stats: COMPLETE @@ -306,6 +308,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 48500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 48500 Basic stats: COMPLETE Column stats: COMPLETE @@ -355,6 +358,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE @@ -431,6 +435,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE @@ -473,6 +478,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 48500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 48500 Basic stats: COMPLETE Column stats: COMPLETE @@ -493,6 +499,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 48500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 48500 Basic stats: COMPLETE Column stats: COMPLETE @@ -535,6 +542,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -577,6 +585,7 @@ STAGE PLANS: Statistics: Num rows: 125 Data size: 24250 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 125 Data size: 24250 Basic stats: COMPLETE Column stats: COMPLETE @@ -597,6 +606,7 @@ STAGE PLANS: Statistics: Num rows: 125 Data size: 24250 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 125 Data size: 24250 Basic stats: COMPLETE Column stats: COMPLETE @@ -651,6 +661,7 @@ STAGE PLANS: Statistics: Num rows: 135 Data size: 26190 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 135 Data size: 26190 Basic stats: COMPLETE Column stats: COMPLETE @@ -671,6 +682,7 @@ STAGE PLANS: Statistics: Num rows: 135 Data size: 26190 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 135 Data size: 26190 Basic stats: COMPLETE Column stats: COMPLETE @@ -716,6 +728,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE @@ -758,6 +771,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE @@ -800,6 +814,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE @@ -872,6 +887,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -918,6 +934,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -938,6 +955,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -982,6 +1000,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/exec_parallel_column_stats.q.out ql/src/test/results/clientpositive/exec_parallel_column_stats.q.out index cc785d461d..736d59a9b6 100644 --- ql/src/test/results/clientpositive/exec_parallel_column_stats.q.out +++ ql/src/test/results/clientpositive/exec_parallel_column_stats.q.out @@ -42,6 +42,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/explain_ddl.q.out ql/src/test/results/clientpositive/explain_ddl.q.out index 9731e79614..aea46d304f 100644 --- ql/src/test/results/clientpositive/explain_ddl.q.out +++ ql/src/test/results/clientpositive/explain_ddl.q.out @@ -93,6 +93,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -222,6 +223,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -355,6 +357,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -484,6 +487,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -700,6 +704,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/explain_logical.q.out ql/src/test/results/clientpositive/explain_logical.q.out index 80c2f23fd3..ab77807646 100644 --- ql/src/test/results/clientpositive/explain_logical.q.out +++ ql/src/test/results/clientpositive/explain_logical.q.out @@ -95,6 +95,7 @@ srcpart Statistics: Num rows: 316 Data size: 30020 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator (RS_4) key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 316 Data size: 30020 Basic stats: COMPLETE Column stats: COMPLETE @@ -141,6 +142,7 @@ src Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator (RS_3) key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -232,6 +234,7 @@ $hdt$_0:s1 Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator (RS_6) key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -268,6 +271,7 @@ $hdt$_1:s2 Statistics: Num rows: 2000 Data size: 356000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator (RS_7) key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 356000 Basic stats: COMPLETE Column stats: COMPLETE @@ -367,6 +371,7 @@ $hdt$_0:srcpart Statistics: Num rows: 2000 Data size: 174000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator (RS_6) key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 174000 Basic stats: COMPLETE Column stats: COMPLETE @@ -405,6 +410,7 @@ $hdt$_1:src2 Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator (RS_7) key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -451,6 +457,7 @@ $hdt$_0:srcpart Statistics: Num rows: 2000 Data size: 356000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator (RS_9) key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 356000 Basic stats: COMPLETE Column stats: COMPLETE @@ -465,6 +472,7 @@ $hdt$_0:srcpart Statistics: Num rows: 3164 Data size: 838460 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator (RS_12) key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 3164 Data size: 838460 Basic stats: COMPLETE Column stats: COMPLETE @@ -504,6 +512,7 @@ $hdt$_1:src Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator (RS_10) key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -531,6 +540,7 @@ $hdt$_2:src3 Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator (RS_13) key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -611,6 +621,7 @@ $hdt$_0:src Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator (RS_4) key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -623,6 +634,7 @@ $hdt$_0:src Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator (RS_10) key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -641,6 +653,7 @@ $hdt$_0:src Statistics: Num rows: 395 Data size: 73470 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator (RS_14) key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 395 Data size: 73470 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: bigint), _col2 (type: string) @@ -669,6 +682,7 @@ $hdt$_1:s2 Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator (RS_11) key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/explain_outputs.q.out ql/src/test/results/clientpositive/explain_outputs.q.out index d63c656539..05bdc2c8a7 100644 --- ql/src/test/results/clientpositive/explain_outputs.q.out +++ ql/src/test/results/clientpositive/explain_outputs.q.out @@ -66,6 +66,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -82,6 +83,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -112,6 +114,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -180,6 +183,7 @@ STAGE PLANS: Statistics: Num rows: 2/2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2/2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -196,6 +200,7 @@ STAGE PLANS: Statistics: Num rows: 5/5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5/5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -226,6 +231,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1/1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -296,6 +302,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -312,6 +319,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -342,6 +350,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/explain_rearrange.q.out ql/src/test/results/clientpositive/explain_rearrange.q.out index a649ee535f..c7e103565b 100644 --- ql/src/test/results/clientpositive/explain_rearrange.q.out +++ ql/src/test/results/clientpositive/explain_rearrange.q.out @@ -98,6 +98,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) value expressions: _col1 (type: bigint) @@ -161,6 +162,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: bigint), _col2 (type: bigint) + null sort order: zzz sort order: +++ Execution mode: vectorized Reduce Operator Tree: @@ -218,12 +220,14 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) value expressions: _col1 (type: bigint) TableScan Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) value expressions: _col1 (type: bigint) @@ -274,6 +278,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) value expressions: _col1 (type: bigint) @@ -380,6 +385,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) value expressions: _col1 (type: bigint) @@ -443,6 +449,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: bigint), _col2 (type: bigint) + null sort order: zzz sort order: +++ Execution mode: vectorized Reduce Operator Tree: @@ -500,12 +507,14 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) value expressions: _col1 (type: bigint) TableScan Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) value expressions: _col1 (type: bigint) @@ -556,6 +565,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) value expressions: _col1 (type: bigint) @@ -662,6 +672,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) value expressions: _col1 (type: bigint) @@ -707,6 +718,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) value expressions: _col1 (type: bigint) @@ -808,12 +820,14 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) value expressions: _col1 (type: bigint) TableScan Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) value expressions: _col1 (type: bigint) @@ -841,6 +855,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: bigint), _col2 (type: bigint) + null sort order: zzz sort order: +++ Execution mode: vectorized Reduce Operator Tree: @@ -944,6 +959,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) value expressions: _col1 (type: bigint) @@ -989,6 +1005,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) value expressions: _col1 (type: bigint) @@ -1042,12 +1059,14 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) value expressions: _col1 (type: bigint) TableScan Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) value expressions: _col1 (type: bigint) @@ -1123,6 +1142,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: bigint), _col2 (type: bigint) + null sort order: zzz sort order: +++ Execution mode: vectorized Reduce Operator Tree: diff --git ql/src/test/results/clientpositive/extrapolate_part_stats_date.q.out ql/src/test/results/clientpositive/extrapolate_part_stats_date.q.out index ca6a832b7a..d8831fba2c 100644 --- ql/src/test/results/clientpositive/extrapolate_part_stats_date.q.out +++ ql/src/test/results/clientpositive/extrapolate_part_stats_date.q.out @@ -89,6 +89,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/filter_cond_pushdown.q.out ql/src/test/results/clientpositive/filter_cond_pushdown.q.out index af703f148a..0e26c90d56 100644 --- ql/src/test/results/clientpositive/filter_cond_pushdown.q.out +++ ql/src/test/results/clientpositive/filter_cond_pushdown.q.out @@ -34,6 +34,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 91000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 91000 Basic stats: COMPLETE Column stats: COMPLETE @@ -51,6 +52,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 285 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 3 Data size: 285 Basic stats: COMPLETE Column stats: COMPLETE @@ -80,6 +82,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 3 Data size: 570 Basic stats: COMPLETE Column stats: COMPLETE @@ -97,6 +100,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE @@ -163,6 +167,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 91000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 91000 Basic stats: COMPLETE Column stats: COMPLETE @@ -180,6 +185,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 475 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 5 Data size: 475 Basic stats: COMPLETE Column stats: COMPLETE @@ -209,6 +215,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 4 Data size: 760 Basic stats: COMPLETE Column stats: COMPLETE @@ -226,6 +233,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE @@ -310,6 +318,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 930 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 930 Basic stats: COMPLETE Column stats: COMPLETE @@ -327,6 +336,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 267 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 3 Data size: 267 Basic stats: COMPLETE Column stats: COMPLETE @@ -370,12 +380,14 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 5370 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 5370 Basic stats: COMPLETE Column stats: COMPLETE TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 5 Data size: 425 Basic stats: COMPLETE Column stats: COMPLETE @@ -437,6 +449,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE @@ -454,6 +467,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 558 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 3 Data size: 558 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/filter_cond_pushdown2.q.out ql/src/test/results/clientpositive/filter_cond_pushdown2.q.out index bd1c89fc04..a1c6b77e0d 100644 --- ql/src/test/results/clientpositive/filter_cond_pushdown2.q.out +++ ql/src/test/results/clientpositive/filter_cond_pushdown2.q.out @@ -128,6 +128,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 192 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string) Statistics: Num rows: 1 Data size: 192 Basic stats: COMPLETE Column stats: NONE @@ -151,12 +152,14 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string) Statistics: Num rows: 1 Data size: 192 Basic stats: COMPLETE Column stats: NONE TableScan Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string) Statistics: Num rows: 1 Data size: 192 Basic stats: COMPLETE Column stats: NONE @@ -189,6 +192,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 211 Basic stats: COMPLETE Column stats: NONE @@ -214,6 +218,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 1 Data size: 211 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: bigint), _col2 (type: bigint) @@ -252,6 +257,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 192 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string) Statistics: Num rows: 1 Data size: 192 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/filter_cond_pushdown_HIVE_15647.q.out ql/src/test/results/clientpositive/filter_cond_pushdown_HIVE_15647.q.out index f8743ab5fa..dec0d886b7 100644 --- ql/src/test/results/clientpositive/filter_cond_pushdown_HIVE_15647.q.out +++ ql/src/test/results/clientpositive/filter_cond_pushdown_HIVE_15647.q.out @@ -48,6 +48,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: store_id (type: int) + null sort order: a sort order: + Map-reduce partition columns: store_id (type: int) Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: NONE @@ -60,6 +61,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: store_id (type: int) + null sort order: a sort order: + Map-reduce partition columns: store_id (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -89,6 +91,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -147,6 +150,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: store_id (type: int) + null sort order: a sort order: + Map-reduce partition columns: store_id (type: int) Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: NONE @@ -159,6 +163,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: store_id (type: int) + null sort order: a sort order: + Map-reduce partition columns: store_id (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -188,6 +193,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -246,6 +252,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: store_id (type: int) + null sort order: a sort order: + Map-reduce partition columns: store_id (type: int) Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: NONE @@ -258,6 +265,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: store_id (type: int) + null sort order: a sort order: + Map-reduce partition columns: store_id (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -287,6 +295,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -345,6 +354,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: store_id (type: int) + null sort order: a sort order: + Map-reduce partition columns: store_id (type: int) Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: NONE @@ -357,6 +367,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: store_id (type: int) + null sort order: a sort order: + Map-reduce partition columns: store_id (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -386,6 +397,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/filter_union.q.out ql/src/test/results/clientpositive/filter_union.q.out index 088e71d28f..d2c167df7a 100644 --- ql/src/test/results/clientpositive/filter_union.q.out +++ ql/src/test/results/clientpositive/filter_union.q.out @@ -431,6 +431,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -515,6 +516,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -599,6 +601,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/fm-sketch.q.out ql/src/test/results/clientpositive/fm-sketch.q.out index 926e216c21..921546eb64 100644 --- ql/src/test/results/clientpositive/fm-sketch.q.out +++ ql/src/test/results/clientpositive/fm-sketch.q.out @@ -47,6 +47,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 424 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 424 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct) @@ -150,6 +151,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 424 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 424 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct) diff --git ql/src/test/results/clientpositive/fold_case.q.out ql/src/test/results/clientpositive/fold_case.q.out index 6577bb2979..5939a034ce 100644 --- ql/src/test/results/clientpositive/fold_case.q.out +++ ql/src/test/results/clientpositive/fold_case.q.out @@ -32,6 +32,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -90,6 +91,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -147,6 +149,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -225,6 +228,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -282,6 +286,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -340,6 +345,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -474,6 +480,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/fold_eq_with_case_when.q.out ql/src/test/results/clientpositive/fold_eq_with_case_when.q.out index e3c483b329..79ed0e25df 100644 --- ql/src/test/results/clientpositive/fold_eq_with_case_when.q.out +++ ql/src/test/results/clientpositive/fold_eq_with_case_when.q.out @@ -62,6 +62,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 60 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 60 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/fold_to_null.q.out ql/src/test/results/clientpositive/fold_to_null.q.out index 4b6f48052c..df9d0b6a7a 100644 --- ql/src/test/results/clientpositive/fold_to_null.q.out +++ ql/src/test/results/clientpositive/fold_to_null.q.out @@ -68,6 +68,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int) @@ -77,6 +78,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: COMPLETE Reduce Operator Tree: @@ -100,6 +102,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 5 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: int) @@ -109,6 +112,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: COMPLETE Reduce Operator Tree: @@ -172,6 +176,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -188,6 +193,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -213,6 +219,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -229,6 +236,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/fp_literal_arithmetic.q.out ql/src/test/results/clientpositive/fp_literal_arithmetic.q.out index 83341282a1..1d28b276e4 100644 --- ql/src/test/results/clientpositive/fp_literal_arithmetic.q.out +++ ql/src/test/results/clientpositive/fp_literal_arithmetic.q.out @@ -36,6 +36,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: double) @@ -109,6 +110,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: double) @@ -219,6 +221,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: double) @@ -292,6 +295,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: double) diff --git ql/src/test/results/clientpositive/gby_star.q.out ql/src/test/results/clientpositive/gby_star.q.out index 9e34bcd6c5..afedc328e8 100644 --- ql/src/test/results/clientpositive/gby_star.q.out +++ ql/src/test/results/clientpositive/gby_star.q.out @@ -32,6 +32,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE @@ -113,6 +114,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 15438 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 83 Data size: 15438 Basic stats: COMPLETE Column stats: COMPLETE @@ -194,6 +196,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 7885 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 83 Data size: 7885 Basic stats: COMPLETE Column stats: COMPLETE @@ -275,6 +278,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 14442 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 14442 Basic stats: COMPLETE Column stats: COMPLETE @@ -291,6 +295,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 14442 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 14442 Basic stats: COMPLETE Column stats: COMPLETE @@ -323,6 +328,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 83 Data size: 7885 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/gen_udf_example_add10.q.out ql/src/test/results/clientpositive/gen_udf_example_add10.q.out index db50433fbc..bfe313967b 100644 --- ql/src/test/results/clientpositive/gen_udf_example_add10.q.out +++ ql/src/test/results/clientpositive/gen_udf_example_add10.q.out @@ -45,6 +45,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: double) + null sort order: zz sort order: -+ Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/groupby1.q.out ql/src/test/results/clientpositive/groupby1.q.out index 61631f2ee4..9e1a17a2ca 100644 --- ql/src/test/results/clientpositive/groupby1.q.out +++ ql/src/test/results/clientpositive/groupby1.q.out @@ -35,6 +35,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: rand() (type: double) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -60,6 +61,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/groupby10.q.out ql/src/test/results/clientpositive/groupby10.q.out index 0adade4a4a..e68a59d697 100644 --- ql/src/test/results/clientpositive/groupby10.q.out +++ ql/src/test/results/clientpositive/groupby10.q.out @@ -73,6 +73,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: int), substr(value, 5) (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: int) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -107,6 +108,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -165,6 +167,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Map-reduce partition columns: rand() (type: double) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -188,6 +191,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1460 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) @@ -220,6 +224,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: key (type: int), substr(value, 5) (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: int) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -244,6 +249,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -294,6 +300,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Map-reduce partition columns: rand() (type: double) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -317,6 +324,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1460 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) @@ -454,6 +462,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: int), substr(value, 5) (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: int) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -488,6 +497,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -546,6 +556,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Map-reduce partition columns: rand() (type: double) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -569,6 +580,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1460 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) @@ -601,6 +613,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: key (type: int), substr(value, 5) (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: int) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -625,6 +638,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -675,6 +689,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Map-reduce partition columns: rand() (type: double) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -698,6 +713,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1460 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) @@ -830,6 +846,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: int), substr(value, 5) (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: int) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -917,6 +934,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE value expressions: key (type: int), val1 (type: int), val2 (type: int) @@ -958,6 +976,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE value expressions: key (type: int), val1 (type: int), val2 (type: int) diff --git ql/src/test/results/clientpositive/groupby11.q.out ql/src/test/results/clientpositive/groupby11.q.out index c2e5568af1..c045d52bda 100644 --- ql/src/test/results/clientpositive/groupby11.q.out +++ ql/src/test/results/clientpositive/groupby11.q.out @@ -61,6 +61,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: value (type: string), key (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: value (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -95,6 +96,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 53500 Basic stats: COMPLETE Column stats: COMPLETE @@ -156,6 +158,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: '111' (type: string) + null sort order: a sort order: + Map-reduce partition columns: rand() (type: double) Statistics: Num rows: 307 Data size: 57102 Basic stats: COMPLETE Column stats: COMPLETE @@ -181,6 +184,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: '111' (type: string) + null sort order: a sort order: + Map-reduce partition columns: '111' (type: string) Statistics: Num rows: 307 Data size: 422125 Basic stats: COMPLETE Column stats: COMPLETE @@ -219,6 +223,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: substr(value, 5) (type: string), key (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: substr(value, 5) (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -243,6 +248,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 100000 Basic stats: COMPLETE Column stats: COMPLETE @@ -296,6 +302,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: '111' (type: string) + null sort order: a sort order: + Map-reduce partition columns: rand() (type: double) Statistics: Num rows: 307 Data size: 85653 Basic stats: COMPLETE Column stats: COMPLETE @@ -321,6 +328,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: '111' (type: string) + null sort order: a sort order: + Map-reduce partition columns: '111' (type: string) Statistics: Num rows: 307 Data size: 422125 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/groupby12.q.out ql/src/test/results/clientpositive/groupby12.q.out index f2c8e68468..c3b767df90 100644 --- ql/src/test/results/clientpositive/groupby12.q.out +++ ql/src/test/results/clientpositive/groupby12.q.out @@ -37,6 +37,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string), value (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -94,6 +95,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 316 Data size: 59408 Basic stats: COMPLETE Column stats: COMPLETE value expressions: key (type: int), value (type: string) diff --git ql/src/test/results/clientpositive/groupby13.q.out ql/src/test/results/clientpositive/groupby13.q.out index 0af8530fb3..8799e12a56 100644 --- ql/src/test/results/clientpositive/groupby13.q.out +++ ql/src/test/results/clientpositive/groupby13.q.out @@ -60,6 +60,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: int) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int), _col2 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/groupby1_limit.q.out ql/src/test/results/clientpositive/groupby1_limit.q.out index db5fc0347b..9493e32e4d 100644 --- ql/src/test/results/clientpositive/groupby1_limit.q.out +++ ql/src/test/results/clientpositive/groupby1_limit.q.out @@ -42,6 +42,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -69,6 +70,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 5 Data size: 475 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/groupby1_map.q.out ql/src/test/results/clientpositive/groupby1_map.q.out index 0d18dcce47..eff904a4f5 100644 --- ql/src/test/results/clientpositive/groupby1_map.q.out +++ ql/src/test/results/clientpositive/groupby1_map.q.out @@ -42,6 +42,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -105,6 +106,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 848 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/groupby1_map_nomap.q.out ql/src/test/results/clientpositive/groupby1_map_nomap.q.out index 3b55b4e43d..14afbb6a57 100644 --- ql/src/test/results/clientpositive/groupby1_map_nomap.q.out +++ ql/src/test/results/clientpositive/groupby1_map_nomap.q.out @@ -42,6 +42,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -105,6 +106,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 848 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/groupby1_map_skew.q.out ql/src/test/results/clientpositive/groupby1_map_skew.q.out index 49e1831ae8..c8c954b327 100644 --- ql/src/test/results/clientpositive/groupby1_map_skew.q.out +++ ql/src/test/results/clientpositive/groupby1_map_skew.q.out @@ -43,6 +43,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: rand() (type: double) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -67,6 +68,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -131,6 +133,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 848 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/groupby1_noskew.q.out ql/src/test/results/clientpositive/groupby1_noskew.q.out index 30576bd7d3..4234fc7912 100644 --- ql/src/test/results/clientpositive/groupby1_noskew.q.out +++ ql/src/test/results/clientpositive/groupby1_noskew.q.out @@ -35,6 +35,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -93,6 +94,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 316 Data size: 3792 Basic stats: COMPLETE Column stats: COMPLETE value expressions: key (type: int), value (type: double) diff --git ql/src/test/results/clientpositive/groupby2_limit.q.out ql/src/test/results/clientpositive/groupby2_limit.q.out index a146ee5d2e..1579903938 100644 --- ql/src/test/results/clientpositive/groupby2_limit.q.out +++ ql/src/test/results/clientpositive/groupby2_limit.q.out @@ -33,6 +33,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -58,6 +59,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/groupby2_map.q.out ql/src/test/results/clientpositive/groupby2_map.q.out index 7e31d87616..03f0e4937a 100644 --- ql/src/test/results/clientpositive/groupby2_map.q.out +++ ql/src/test/results/clientpositive/groupby2_map.q.out @@ -44,6 +44,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 96000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 96000 Basic stats: COMPLETE Column stats: COMPLETE @@ -107,6 +108,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1304 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) diff --git ql/src/test/results/clientpositive/groupby2_map_multi_distinct.q.out ql/src/test/results/clientpositive/groupby2_map_multi_distinct.q.out index 6c011312b1..4327e7a3b5 100644 --- ql/src/test/results/clientpositive/groupby2_map_multi_distinct.q.out +++ ql/src/test/results/clientpositive/groupby2_map_multi_distinct.q.out @@ -44,6 +44,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 100000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 100000 Basic stats: COMPLETE Column stats: COMPLETE @@ -107,6 +108,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 2152 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct), _col4 (type: struct) @@ -196,6 +198,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 100000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 100000 Basic stats: COMPLETE Column stats: COMPLETE @@ -259,6 +262,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 2152 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct), _col4 (type: struct) diff --git ql/src/test/results/clientpositive/groupby2_map_skew.q.out ql/src/test/results/clientpositive/groupby2_map_skew.q.out index ff9fb26703..a00a653066 100644 --- ql/src/test/results/clientpositive/groupby2_map_skew.q.out +++ ql/src/test/results/clientpositive/groupby2_map_skew.q.out @@ -45,6 +45,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 96000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 96000 Basic stats: COMPLETE Column stats: COMPLETE @@ -69,6 +70,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 50000 Basic stats: COMPLETE Column stats: COMPLETE @@ -133,6 +135,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1304 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) diff --git ql/src/test/results/clientpositive/groupby2_noskew.q.out ql/src/test/results/clientpositive/groupby2_noskew.q.out index 9fcf96656d..5a52c2cb36 100644 --- ql/src/test/results/clientpositive/groupby2_noskew.q.out +++ ql/src/test/results/clientpositive/groupby2_noskew.q.out @@ -37,6 +37,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -94,6 +95,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 316 Data size: 117552 Basic stats: COMPLETE Column stats: COMPLETE value expressions: key (type: string), c1 (type: int), c2 (type: string) diff --git ql/src/test/results/clientpositive/groupby2_noskew_multi_distinct.q.out ql/src/test/results/clientpositive/groupby2_noskew_multi_distinct.q.out index cb4bf90cc8..8add18dba7 100644 --- ql/src/test/results/clientpositive/groupby2_noskew_multi_distinct.q.out +++ ql/src/test/results/clientpositive/groupby2_noskew_multi_distinct.q.out @@ -37,6 +37,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -95,6 +96,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 316 Data size: 120080 Basic stats: COMPLETE Column stats: COMPLETE value expressions: key (type: string), c1 (type: int), c2 (type: string), c3 (type: int), c4 (type: int) diff --git ql/src/test/results/clientpositive/groupby3.q.out ql/src/test/results/clientpositive/groupby3.q.out index 22ad867db0..223ea3e426 100644 --- ql/src/test/results/clientpositive/groupby3.q.out +++ ql/src/test/results/clientpositive/groupby3.q.out @@ -56,6 +56,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: substr(value, 5) (type: string) + null sort order: a sort order: + Map-reduce partition columns: substr(value, 5) (type: string) Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE @@ -78,6 +79,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Map-reduce partition columns: rand() (type: double) Statistics: Num rows: 1 Data size: 1208 Basic stats: COMPLETE Column stats: COMPLETE @@ -140,6 +142,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 3816 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct), _col4 (type: struct), _col5 (type: struct), _col6 (type: struct), _col7 (type: struct), _col8 (type: struct) diff --git ql/src/test/results/clientpositive/groupby3_map.q.out ql/src/test/results/clientpositive/groupby3_map.q.out index 66e68445de..7f6c40b073 100644 --- ql/src/test/results/clientpositive/groupby3_map.q.out +++ ql/src/test/results/clientpositive/groupby3_map.q.out @@ -61,6 +61,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 150000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Statistics: Num rows: 250 Data size: 150000 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: double), _col2 (type: bigint), _col5 (type: string), _col6 (type: string), _col7 (type: double), _col8 (type: double) diff --git ql/src/test/results/clientpositive/groupby3_map_multi_distinct.q.out ql/src/test/results/clientpositive/groupby3_map_multi_distinct.q.out index 643594e63f..876cb5392a 100644 --- ql/src/test/results/clientpositive/groupby3_map_multi_distinct.q.out +++ ql/src/test/results/clientpositive/groupby3_map_multi_distinct.q.out @@ -65,6 +65,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 150000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Statistics: Num rows: 250 Data size: 150000 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: double), _col2 (type: bigint), _col5 (type: string), _col6 (type: string), _col7 (type: double), _col8 (type: double) diff --git ql/src/test/results/clientpositive/groupby3_map_skew.q.out ql/src/test/results/clientpositive/groupby3_map_skew.q.out index fb30755501..4afca8ce5b 100644 --- ql/src/test/results/clientpositive/groupby3_map_skew.q.out +++ ql/src/test/results/clientpositive/groupby3_map_skew.q.out @@ -62,6 +62,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 348000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 348000 Basic stats: COMPLETE Column stats: COMPLETE @@ -84,6 +85,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1208 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: double), _col1 (type: struct), _col2 (type: struct), _col3 (type: string), _col4 (type: string), _col5 (type: struct), _col6 (type: struct), _col7 (type: struct), _col8 (type: struct) diff --git ql/src/test/results/clientpositive/groupby3_noskew.q.out ql/src/test/results/clientpositive/groupby3_noskew.q.out index 71a9d204c5..20382a5b0a 100644 --- ql/src/test/results/clientpositive/groupby3_noskew.q.out +++ ql/src/test/results/clientpositive/groupby3_noskew.q.out @@ -54,6 +54,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col2 (type: double), _col1 (type: double) diff --git ql/src/test/results/clientpositive/groupby3_noskew_multi_distinct.q.out ql/src/test/results/clientpositive/groupby3_noskew_multi_distinct.q.out index 032e75212c..2d496cf688 100644 --- ql/src/test/results/clientpositive/groupby3_noskew_multi_distinct.q.out +++ ql/src/test/results/clientpositive/groupby3_noskew_multi_distinct.q.out @@ -58,6 +58,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col2 (type: double), _col1 (type: double) diff --git ql/src/test/results/clientpositive/groupby4.q.out ql/src/test/results/clientpositive/groupby4.q.out index 9f5076b489..d91654d214 100644 --- ql/src/test/results/clientpositive/groupby4.q.out +++ ql/src/test/results/clientpositive/groupby4.q.out @@ -39,6 +39,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: rand() (type: double) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -62,6 +63,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 92000 Basic stats: COMPLETE Column stats: COMPLETE @@ -114,6 +116,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Map-reduce partition columns: rand() (type: double) Statistics: Num rows: 316 Data size: 58144 Basic stats: COMPLETE Column stats: COMPLETE @@ -137,6 +140,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 440 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct) diff --git ql/src/test/results/clientpositive/groupby4_map.q.out ql/src/test/results/clientpositive/groupby4_map.q.out index 5d94397dbb..73d550f8d6 100644 --- ql/src/test/results/clientpositive/groupby4_map.q.out +++ ql/src/test/results/clientpositive/groupby4_map.q.out @@ -37,6 +37,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/groupby4_map_skew.q.out ql/src/test/results/clientpositive/groupby4_map_skew.q.out index be5f9e30ce..c1ad5b3a7f 100644 --- ql/src/test/results/clientpositive/groupby4_map_skew.q.out +++ ql/src/test/results/clientpositive/groupby4_map_skew.q.out @@ -37,6 +37,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/groupby4_noskew.q.out ql/src/test/results/clientpositive/groupby4_noskew.q.out index e5177f26f8..b3e0717197 100644 --- ql/src/test/results/clientpositive/groupby4_noskew.q.out +++ ql/src/test/results/clientpositive/groupby4_noskew.q.out @@ -37,6 +37,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -89,6 +90,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 316 Data size: 58144 Basic stats: COMPLETE Column stats: COMPLETE value expressions: c1 (type: string) diff --git ql/src/test/results/clientpositive/groupby5.q.out ql/src/test/results/clientpositive/groupby5.q.out index f29a1e51e7..933d9910aa 100644 --- ql/src/test/results/clientpositive/groupby5.q.out +++ ql/src/test/results/clientpositive/groupby5.q.out @@ -43,6 +43,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: rand() (type: double) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -68,6 +69,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE @@ -126,6 +128,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Map-reduce partition columns: rand() (type: double) Statistics: Num rows: 316 Data size: 59408 Basic stats: COMPLETE Column stats: COMPLETE @@ -149,6 +152,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/groupby5_map.q.out ql/src/test/results/clientpositive/groupby5_map.q.out index b31b872b62..c6cd69de5b 100644 --- ql/src/test/results/clientpositive/groupby5_map.q.out +++ ql/src/test/results/clientpositive/groupby5_map.q.out @@ -39,6 +39,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: double) diff --git ql/src/test/results/clientpositive/groupby5_map_skew.q.out ql/src/test/results/clientpositive/groupby5_map_skew.q.out index c6284322ed..f8c4ee77ca 100644 --- ql/src/test/results/clientpositive/groupby5_map_skew.q.out +++ ql/src/test/results/clientpositive/groupby5_map_skew.q.out @@ -39,6 +39,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: double) diff --git ql/src/test/results/clientpositive/groupby5_noskew.q.out ql/src/test/results/clientpositive/groupby5_noskew.q.out index 64b6b942bc..8a9e5225b5 100644 --- ql/src/test/results/clientpositive/groupby5_noskew.q.out +++ ql/src/test/results/clientpositive/groupby5_noskew.q.out @@ -41,6 +41,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -99,6 +100,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 316 Data size: 59408 Basic stats: COMPLETE Column stats: COMPLETE value expressions: key (type: int), value (type: string) diff --git ql/src/test/results/clientpositive/groupby6.q.out ql/src/test/results/clientpositive/groupby6.q.out index 7ecebf6740..2b2d765747 100644 --- ql/src/test/results/clientpositive/groupby6.q.out +++ ql/src/test/results/clientpositive/groupby6.q.out @@ -39,6 +39,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: rand() (type: double) Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE @@ -62,6 +63,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 92000 Basic stats: COMPLETE Column stats: COMPLETE @@ -114,6 +116,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Map-reduce partition columns: rand() (type: double) Statistics: Num rows: 307 Data size: 56488 Basic stats: COMPLETE Column stats: COMPLETE @@ -137,6 +140,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 440 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct) diff --git ql/src/test/results/clientpositive/groupby6_map.q.out ql/src/test/results/clientpositive/groupby6_map.q.out index 3cdb17a5be..797c535280 100644 --- ql/src/test/results/clientpositive/groupby6_map.q.out +++ ql/src/test/results/clientpositive/groupby6_map.q.out @@ -43,6 +43,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 46000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 46000 Basic stats: COMPLETE Column stats: COMPLETE @@ -101,6 +102,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 440 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct) diff --git ql/src/test/results/clientpositive/groupby6_map_skew.q.out ql/src/test/results/clientpositive/groupby6_map_skew.q.out index 861ece65a3..a7b0193df0 100644 --- ql/src/test/results/clientpositive/groupby6_map_skew.q.out +++ ql/src/test/results/clientpositive/groupby6_map_skew.q.out @@ -44,6 +44,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 46000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: rand() (type: double) Statistics: Num rows: 250 Data size: 46000 Basic stats: COMPLETE Column stats: COMPLETE @@ -67,6 +68,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 46000 Basic stats: COMPLETE Column stats: COMPLETE @@ -125,6 +127,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 440 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct) diff --git ql/src/test/results/clientpositive/groupby6_noskew.q.out ql/src/test/results/clientpositive/groupby6_noskew.q.out index 5a68c757aa..9f82ed8c58 100644 --- ql/src/test/results/clientpositive/groupby6_noskew.q.out +++ ql/src/test/results/clientpositive/groupby6_noskew.q.out @@ -37,6 +37,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE @@ -89,6 +90,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 307 Data size: 56488 Basic stats: COMPLETE Column stats: COMPLETE value expressions: c1 (type: string) diff --git ql/src/test/results/clientpositive/groupby7_map.q.out ql/src/test/results/clientpositive/groupby7_map.q.out index e71ee7a8c0..cd40e1b04f 100644 --- ql/src/test/results/clientpositive/groupby7_map.q.out +++ ql/src/test/results/clientpositive/groupby7_map.q.out @@ -60,6 +60,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -140,6 +141,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -172,6 +174,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -228,6 +231,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/groupby7_map_multi_single_reducer.q.out ql/src/test/results/clientpositive/groupby7_map_multi_single_reducer.q.out index 5d0d2c44b6..b2ad17f76e 100644 --- ql/src/test/results/clientpositive/groupby7_map_multi_single_reducer.q.out +++ ql/src/test/results/clientpositive/groupby7_map_multi_single_reducer.q.out @@ -52,6 +52,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -152,6 +153,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -193,6 +195,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/groupby7_map_skew.q.out ql/src/test/results/clientpositive/groupby7_map_skew.q.out index 55b51d2558..dcf70b94c6 100644 --- ql/src/test/results/clientpositive/groupby7_map_skew.q.out +++ ql/src/test/results/clientpositive/groupby7_map_skew.q.out @@ -62,6 +62,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: rand() (type: double) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -103,6 +104,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -167,6 +169,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -199,6 +202,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: rand() (type: double) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -224,6 +228,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -280,6 +285,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/groupby7_noskew.q.out ql/src/test/results/clientpositive/groupby7_noskew.q.out index 99e24a8152..6aab9d3fd9 100644 --- ql/src/test/results/clientpositive/groupby7_noskew.q.out +++ ql/src/test/results/clientpositive/groupby7_noskew.q.out @@ -53,6 +53,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -121,6 +122,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 316 Data size: 59408 Basic stats: COMPLETE Column stats: COMPLETE value expressions: key (type: int), value (type: string) @@ -153,6 +155,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -203,6 +206,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 316 Data size: 59408 Basic stats: COMPLETE Column stats: COMPLETE value expressions: key (type: int), value (type: string) diff --git ql/src/test/results/clientpositive/groupby7_noskew_multi_single_reducer.q.out ql/src/test/results/clientpositive/groupby7_noskew_multi_single_reducer.q.out index 3e94d1af2e..96fe7e77da 100644 --- ql/src/test/results/clientpositive/groupby7_noskew_multi_single_reducer.q.out +++ ql/src/test/results/clientpositive/groupby7_noskew_multi_single_reducer.q.out @@ -54,6 +54,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -93,6 +94,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 316 Data size: 30020 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -152,6 +154,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 10 Data size: 1880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: key (type: int), value (type: string) @@ -184,6 +187,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 316 Data size: 30020 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -235,6 +239,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 10 Data size: 1880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: key (type: int), value (type: string) diff --git ql/src/test/results/clientpositive/groupby8.q.out ql/src/test/results/clientpositive/groupby8.q.out index b5e234a724..c50ce258c5 100644 --- ql/src/test/results/clientpositive/groupby8.q.out +++ ql/src/test/results/clientpositive/groupby8.q.out @@ -57,6 +57,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string), substr(value, 5) (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -91,6 +92,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE @@ -149,6 +151,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Map-reduce partition columns: rand() (type: double) Statistics: Num rows: 316 Data size: 59408 Basic stats: COMPLETE Column stats: COMPLETE @@ -172,6 +175,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -204,6 +208,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: key (type: string), substr(value, 5) (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -228,6 +233,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE @@ -278,6 +284,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Map-reduce partition columns: rand() (type: double) Statistics: Num rows: 316 Data size: 59408 Basic stats: COMPLETE Column stats: COMPLETE @@ -301,6 +308,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -1014,6 +1022,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string), substr(value, 5) (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1048,6 +1057,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE @@ -1106,6 +1116,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Map-reduce partition columns: rand() (type: double) Statistics: Num rows: 316 Data size: 59408 Basic stats: COMPLETE Column stats: COMPLETE @@ -1129,6 +1140,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -1161,6 +1173,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: key (type: string), substr(value, 5) (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1185,6 +1198,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE @@ -1235,6 +1249,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Map-reduce partition columns: rand() (type: double) Statistics: Num rows: 316 Data size: 59408 Basic stats: COMPLETE Column stats: COMPLETE @@ -1258,6 +1273,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/groupby8_map.q.out ql/src/test/results/clientpositive/groupby8_map.q.out index 77b9db3747..414c4cba67 100644 --- ql/src/test/results/clientpositive/groupby8_map.q.out +++ ql/src/test/results/clientpositive/groupby8_map.q.out @@ -52,6 +52,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string), substr(value, 5) (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -151,6 +152,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -192,6 +194,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/groupby8_map_skew.q.out ql/src/test/results/clientpositive/groupby8_map_skew.q.out index 75aa8c7e83..39f8f3c169 100644 --- ql/src/test/results/clientpositive/groupby8_map_skew.q.out +++ ql/src/test/results/clientpositive/groupby8_map_skew.q.out @@ -62,6 +62,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 69750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 69750 Basic stats: COMPLETE Column stats: COMPLETE @@ -102,6 +103,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -166,6 +168,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -198,6 +201,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 69750 Basic stats: COMPLETE Column stats: COMPLETE @@ -222,6 +226,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -278,6 +283,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/groupby8_noskew.q.out ql/src/test/results/clientpositive/groupby8_noskew.q.out index 0563c7f8c8..bea0ed269f 100644 --- ql/src/test/results/clientpositive/groupby8_noskew.q.out +++ ql/src/test/results/clientpositive/groupby8_noskew.q.out @@ -52,6 +52,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string), substr(value, 5) (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -139,6 +140,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 316 Data size: 59408 Basic stats: COMPLETE Column stats: COMPLETE value expressions: key (type: int), value (type: string) @@ -180,6 +182,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 316 Data size: 59408 Basic stats: COMPLETE Column stats: COMPLETE value expressions: key (type: int), value (type: string) diff --git ql/src/test/results/clientpositive/groupby9.q.out ql/src/test/results/clientpositive/groupby9.q.out index 9ab10a09cd..f6afa95f42 100644 --- ql/src/test/results/clientpositive/groupby9.q.out +++ ql/src/test/results/clientpositive/groupby9.q.out @@ -60,6 +60,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 69750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 69750 Basic stats: COMPLETE Column stats: COMPLETE @@ -139,6 +140,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -171,6 +173,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 185000 Basic stats: COMPLETE Column stats: COMPLETE @@ -226,6 +229,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1304 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) @@ -943,6 +947,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 69750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 69750 Basic stats: COMPLETE Column stats: COMPLETE @@ -1022,6 +1027,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -1054,6 +1060,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 185000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1109,6 +1116,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1304 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) @@ -1826,6 +1834,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 69750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 69750 Basic stats: COMPLETE Column stats: COMPLETE @@ -1905,6 +1914,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -1937,6 +1947,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 185000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1992,6 +2003,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1304 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) @@ -2709,6 +2721,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -2790,6 +2803,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -2822,6 +2836,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE @@ -2878,6 +2893,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1304 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) @@ -3595,6 +3611,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 69750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 69750 Basic stats: COMPLETE Column stats: COMPLETE @@ -3674,6 +3691,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -3706,6 +3724,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 185000 Basic stats: COMPLETE Column stats: COMPLETE @@ -3761,6 +3780,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1304 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) diff --git ql/src/test/results/clientpositive/groupby_complex_types.q.out ql/src/test/results/clientpositive/groupby_complex_types.q.out index e4e6efb40a..06b67a976f 100644 --- ql/src/test/results/clientpositive/groupby_complex_types.q.out +++ ql/src/test/results/clientpositive/groupby_complex_types.q.out @@ -73,6 +73,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 482000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: array) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: array) Statistics: Num rows: 250 Data size: 482000 Basic stats: COMPLETE Column stats: COMPLETE @@ -147,6 +148,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: map) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: map) Statistics: Num rows: 250 Data size: 232000 Basic stats: COMPLETE Column stats: COMPLETE @@ -188,6 +190,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: struct) Statistics: Num rows: 250 Data size: 106000 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/groupby_complex_types_multi_single_reducer.q.out ql/src/test/results/clientpositive/groupby_complex_types_multi_single_reducer.q.out index b0ff3f8d93..dd2ea4a357 100644 --- ql/src/test/results/clientpositive/groupby_complex_types_multi_single_reducer.q.out +++ ql/src/test/results/clientpositive/groupby_complex_types_multi_single_reducer.q.out @@ -60,6 +60,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 482000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: array) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: array) Statistics: Num rows: 250 Data size: 482000 Basic stats: COMPLETE Column stats: COMPLETE @@ -102,6 +103,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: array) + null sort order: z sort order: + Statistics: Num rows: 250 Data size: 482000 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -144,6 +146,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: map) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: map) Statistics: Num rows: 250 Data size: 232000 Basic stats: COMPLETE Column stats: COMPLETE @@ -170,6 +173,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: map) + null sort order: z sort order: + Statistics: Num rows: 250 Data size: 232000 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/groupby_cube1.q.out ql/src/test/results/clientpositive/groupby_cube1.q.out index 4697f294de..4fb9c1d68e 100644 --- ql/src/test/results/clientpositive/groupby_cube1.q.out +++ ql/src/test/results/clientpositive/groupby_cube1.q.out @@ -48,6 +48,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 1472 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Statistics: Num rows: 4 Data size: 1472 Basic stats: COMPLETE Column stats: NONE @@ -112,6 +113,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 1472 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Statistics: Num rows: 4 Data size: 1472 Basic stats: COMPLETE Column stats: NONE @@ -202,6 +204,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 1472 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Statistics: Num rows: 4 Data size: 1472 Basic stats: COMPLETE Column stats: NONE @@ -291,6 +294,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 736 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: bigint), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: bigint) Statistics: Num rows: 2 Data size: 736 Basic stats: COMPLETE Column stats: NONE @@ -369,6 +373,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 1472 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: rand() (type: double) Statistics: Num rows: 4 Data size: 1472 Basic stats: COMPLETE Column stats: NONE @@ -393,6 +398,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 4 Data size: 1472 Basic stats: COMPLETE Column stats: NONE @@ -484,6 +490,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 736 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: bigint), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 736 Basic stats: COMPLETE Column stats: NONE @@ -507,6 +514,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: bigint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 736 Basic stats: COMPLETE Column stats: NONE @@ -615,6 +623,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 1472 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: rand() (type: double) Statistics: Num rows: 4 Data size: 1472 Basic stats: COMPLETE Column stats: NONE @@ -656,6 +665,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 4 Data size: 1472 Basic stats: COMPLETE Column stats: NONE @@ -720,6 +730,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1680 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) @@ -751,6 +762,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: rand() (type: double) Statistics: Num rows: 4 Data size: 1472 Basic stats: COMPLETE Column stats: NONE @@ -775,6 +787,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 4 Data size: 1472 Basic stats: COMPLETE Column stats: NONE @@ -831,6 +844,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1680 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) diff --git ql/src/test/results/clientpositive/groupby_cube_multi_gby.q.out ql/src/test/results/clientpositive/groupby_cube_multi_gby.q.out index 8f16ca6388..26d4905cd6 100644 --- ql/src/test/results/clientpositive/groupby_cube_multi_gby.q.out +++ ql/src/test/results/clientpositive/groupby_cube_multi_gby.q.out @@ -65,6 +65,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 186000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Statistics: Num rows: 1000 Data size: 186000 Basic stats: COMPLETE Column stats: COMPLETE @@ -143,6 +144,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -175,6 +177,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE @@ -226,6 +229,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/groupby_distinct_samekey.q.out ql/src/test/results/clientpositive/groupby_distinct_samekey.q.out index ef0274094c..de1cfecbf9 100644 --- ql/src/test/results/clientpositive/groupby_distinct_samekey.q.out +++ ql/src/test/results/clientpositive/groupby_distinct_samekey.q.out @@ -50,6 +50,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 4 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -106,6 +107,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 4 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/groupby_duplicate_key.q.out ql/src/test/results/clientpositive/groupby_duplicate_key.q.out index f2f96204c5..8e488bd21c 100644 --- ql/src/test/results/clientpositive/groupby_duplicate_key.q.out +++ ql/src/test/results/clientpositive/groupby_duplicate_key.q.out @@ -32,6 +32,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 63750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), '' (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), '' (type: string) Statistics: Num rows: 250 Data size: 63750 Basic stats: COMPLETE Column stats: COMPLETE @@ -119,6 +120,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 64250 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), 'X' (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), 'X' (type: string) Statistics: Num rows: 250 Data size: 64250 Basic stats: COMPLETE Column stats: COMPLETE @@ -185,6 +187,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1320 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) @@ -270,6 +273,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 113750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 113750 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/groupby_grouping_id3.q.out ql/src/test/results/clientpositive/groupby_grouping_id3.q.out index 53604204c2..a6ea82419e 100644 --- ql/src/test/results/clientpositive/groupby_grouping_id3.q.out +++ ql/src/test/results/clientpositive/groupby_grouping_id3.q.out @@ -59,6 +59,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), 1L (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int), 1L (type: bigint) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -151,6 +152,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/groupby_grouping_sets1.q.out ql/src/test/results/clientpositive/groupby_grouping_sets1.q.out index abf52cefd8..41eb85dde8 100644 --- ql/src/test/results/clientpositive/groupby_grouping_sets1.q.out +++ ql/src/test/results/clientpositive/groupby_grouping_sets1.q.out @@ -64,6 +64,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 1472 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Statistics: Num rows: 4 Data size: 1472 Basic stats: COMPLETE Column stats: NONE @@ -153,6 +154,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 1472 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Statistics: Num rows: 4 Data size: 1472 Basic stats: COMPLETE Column stats: NONE @@ -242,6 +244,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 1472 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Statistics: Num rows: 4 Data size: 1472 Basic stats: COMPLETE Column stats: NONE @@ -331,6 +334,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 736 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Statistics: Num rows: 2 Data size: 736 Basic stats: COMPLETE Column stats: NONE @@ -415,6 +419,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 1656 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: bigint) + null sort order: aaaa sort order: ++++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: bigint) Statistics: Num rows: 3 Data size: 1656 Basic stats: COMPLETE Column stats: NONE @@ -500,6 +505,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE @@ -572,6 +578,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/groupby_grouping_sets2.q.out ql/src/test/results/clientpositive/groupby_grouping_sets2.q.out index ec46e3bd71..00e550d724 100644 --- ql/src/test/results/clientpositive/groupby_grouping_sets2.q.out +++ ql/src/test/results/clientpositive/groupby_grouping_sets2.q.out @@ -50,6 +50,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -74,6 +75,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Statistics: Num rows: 4 Data size: 1472 Basic stats: COMPLETE Column stats: NONE @@ -140,6 +142,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -164,6 +167,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Statistics: Num rows: 4 Data size: 1472 Basic stats: COMPLETE Column stats: NONE @@ -254,6 +258,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: NONE @@ -278,6 +283,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Statistics: Num rows: 4 Data size: 2208 Basic stats: COMPLETE Column stats: NONE @@ -391,6 +397,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 534 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 3 Data size: 534 Basic stats: COMPLETE Column stats: COMPLETE @@ -415,6 +422,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Statistics: Num rows: 12 Data size: 2232 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/groupby_grouping_sets3.q.out ql/src/test/results/clientpositive/groupby_grouping_sets3.q.out index eaa47af1e4..7032214887 100644 --- ql/src/test/results/clientpositive/groupby_grouping_sets3.q.out +++ ql/src/test/results/clientpositive/groupby_grouping_sets3.q.out @@ -57,6 +57,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 2208 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Statistics: Num rows: 4 Data size: 2208 Basic stats: COMPLETE Column stats: NONE @@ -122,6 +123,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 2208 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Statistics: Num rows: 4 Data size: 2208 Basic stats: COMPLETE Column stats: NONE @@ -213,6 +215,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: NONE @@ -237,6 +240,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Statistics: Num rows: 4 Data size: 2208 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/groupby_grouping_sets4.q.out ql/src/test/results/clientpositive/groupby_grouping_sets4.q.out index c72c586612..1ae55e284c 100644 --- ql/src/test/results/clientpositive/groupby_grouping_sets4.q.out +++ ql/src/test/results/clientpositive/groupby_grouping_sets4.q.out @@ -58,6 +58,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 1472 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Statistics: Num rows: 4 Data size: 1472 Basic stats: COMPLETE Column stats: NONE @@ -90,6 +91,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 736 Basic stats: COMPLETE Column stats: NONE @@ -97,6 +99,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 736 Basic stats: COMPLETE Column stats: NONE @@ -137,6 +140,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 1472 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Statistics: Num rows: 4 Data size: 1472 Basic stats: COMPLETE Column stats: NONE @@ -213,6 +217,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 1472 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Statistics: Num rows: 4 Data size: 1472 Basic stats: COMPLETE Column stats: NONE @@ -245,6 +250,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 736 Basic stats: COMPLETE Column stats: NONE @@ -252,6 +258,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 736 Basic stats: COMPLETE Column stats: NONE @@ -292,6 +299,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 1472 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Statistics: Num rows: 4 Data size: 1472 Basic stats: COMPLETE Column stats: NONE @@ -399,6 +407,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -423,6 +432,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Statistics: Num rows: 4 Data size: 1472 Basic stats: COMPLETE Column stats: NONE @@ -455,6 +465,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 736 Basic stats: COMPLETE Column stats: NONE @@ -462,6 +473,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 736 Basic stats: COMPLETE Column stats: NONE @@ -502,6 +514,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -526,6 +539,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Statistics: Num rows: 4 Data size: 1472 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/groupby_grouping_sets5.q.out ql/src/test/results/clientpositive/groupby_grouping_sets5.q.out index 2397201eca..ee50508d33 100644 --- ql/src/test/results/clientpositive/groupby_grouping_sets5.q.out +++ ql/src/test/results/clientpositive/groupby_grouping_sets5.q.out @@ -50,6 +50,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -79,6 +80,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Statistics: Num rows: 4 Data size: 1472 Basic stats: COMPLETE Column stats: NONE @@ -145,6 +147,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -174,6 +177,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Statistics: Num rows: 4 Data size: 1472 Basic stats: COMPLETE Column stats: NONE @@ -266,6 +270,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -295,6 +300,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -319,6 +325,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Statistics: Num rows: 4 Data size: 1472 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/groupby_grouping_sets6.q.out ql/src/test/results/clientpositive/groupby_grouping_sets6.q.out index b3ae48b63f..5e38dcf560 100644 --- ql/src/test/results/clientpositive/groupby_grouping_sets6.q.out +++ ql/src/test/results/clientpositive/groupby_grouping_sets6.q.out @@ -50,6 +50,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 736 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Statistics: Num rows: 2 Data size: 736 Basic stats: COMPLETE Column stats: NONE @@ -124,6 +125,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 736 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Statistics: Num rows: 2 Data size: 736 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/groupby_grouping_sets_grouping.q.out ql/src/test/results/clientpositive/groupby_grouping_sets_grouping.q.out index db3fd7c926..3fa6a42067 100644 --- ql/src/test/results/clientpositive/groupby_grouping_sets_grouping.q.out +++ ql/src/test/results/clientpositive/groupby_grouping_sets_grouping.q.out @@ -51,6 +51,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: NONE @@ -138,6 +139,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 32 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) Statistics: Num rows: 4 Data size: 32 Basic stats: COMPLETE Column stats: NONE @@ -232,6 +234,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 32 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) Statistics: Num rows: 4 Data size: 32 Basic stats: COMPLETE Column stats: NONE @@ -324,6 +327,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 32 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) Statistics: Num rows: 4 Data size: 32 Basic stats: COMPLETE Column stats: NONE @@ -353,6 +357,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col2 (type: bigint), _col3 (type: int) + null sort order: zz sort order: -+ Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: int) @@ -438,6 +443,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: NONE @@ -525,6 +531,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 32 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) Statistics: Num rows: 4 Data size: 32 Basic stats: COMPLETE Column stats: NONE @@ -622,6 +629,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: NONE @@ -711,6 +719,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 32 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) Statistics: Num rows: 4 Data size: 32 Basic stats: COMPLETE Column stats: NONE @@ -737,6 +746,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col2 (type: bigint), CASE WHEN ((_col2 = 1L)) THEN (_col0) END (type: int) + null sort order: zz sort order: -+ Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: int) @@ -822,6 +832,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -904,6 +915,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -988,6 +1000,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -1068,6 +1081,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 32 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) Statistics: Num rows: 4 Data size: 32 Basic stats: COMPLETE Column stats: NONE @@ -1160,6 +1174,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 32 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) Statistics: Num rows: 4 Data size: 32 Basic stats: COMPLETE Column stats: NONE @@ -1252,6 +1267,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: NONE @@ -1339,6 +1355,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/groupby_grouping_sets_limit.q.out ql/src/test/results/clientpositive/groupby_grouping_sets_limit.q.out index 644b95a6d1..d0eaf46d86 100644 --- ql/src/test/results/clientpositive/groupby_grouping_sets_limit.q.out +++ ql/src/test/results/clientpositive/groupby_grouping_sets_limit.q.out @@ -48,6 +48,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 1472 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Statistics: Num rows: 4 Data size: 1472 Basic stats: COMPLETE Column stats: NONE @@ -135,6 +136,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 1472 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Statistics: Num rows: 4 Data size: 1472 Basic stats: COMPLETE Column stats: NONE @@ -222,6 +224,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 736 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Statistics: Num rows: 2 Data size: 736 Basic stats: COMPLETE Column stats: NONE @@ -308,6 +311,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 1656 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: bigint) + null sort order: aaaa sort order: ++++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: bigint) Statistics: Num rows: 3 Data size: 1656 Basic stats: COMPLETE Column stats: NONE @@ -392,6 +396,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE @@ -467,6 +472,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/groupby_grouping_window.q.out ql/src/test/results/clientpositive/groupby_grouping_window.q.out index 7f687da45b..96a2468dd3 100644 --- ql/src/test/results/clientpositive/groupby_grouping_window.q.out +++ ql/src/test/results/clientpositive/groupby_grouping_window.q.out @@ -60,6 +60,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 60 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: bigint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: bigint) Statistics: Num rows: 3 Data size: 60 Basic stats: COMPLETE Column stats: COMPLETE @@ -89,6 +90,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int), _col3 (type: int) + null sort order: az sort order: ++ Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 60 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/groupby_join_pushdown.q.out ql/src/test/results/clientpositive/groupby_join_pushdown.q.out index dc1e808dcc..a685ea478e 100644 --- ql/src/test/results/clientpositive/groupby_join_pushdown.q.out +++ ql/src/test/results/clientpositive/groupby_join_pushdown.q.out @@ -42,6 +42,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -67,6 +68,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -74,6 +76,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -122,6 +125,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -190,6 +194,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE @@ -213,12 +218,14 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE @@ -261,6 +268,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE @@ -325,6 +333,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 22750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 22750 Basic stats: COMPLETE Column stats: COMPLETE @@ -348,12 +357,14 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 22750 Basic stats: COMPLETE Column stats: COMPLETE TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 22750 Basic stats: COMPLETE Column stats: COMPLETE @@ -396,6 +407,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 22750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 22750 Basic stats: COMPLETE Column stats: COMPLETE @@ -463,6 +475,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -488,6 +501,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -495,6 +509,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -543,6 +558,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -604,6 +620,7 @@ STAGE PLANS: Statistics: Num rows: 9173 Data size: 109584 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 9173 Data size: 109584 Basic stats: COMPLETE Column stats: COMPLETE @@ -621,6 +638,7 @@ STAGE PLANS: Statistics: Num rows: 9173 Data size: 54792 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 9173 Data size: 54792 Basic stats: COMPLETE Column stats: COMPLETE @@ -654,6 +672,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: tinyint), _col1 (type: tinyint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: tinyint), _col1 (type: tinyint) Statistics: Num rows: 9232 Data size: 138416 Basic stats: COMPLETE Column stats: COMPLETE @@ -724,6 +743,7 @@ STAGE PLANS: Statistics: Num rows: 4419 Data size: 44076 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 4419 Data size: 44076 Basic stats: COMPLETE Column stats: COMPLETE @@ -749,6 +769,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 4419 Data size: 44076 Basic stats: COMPLETE Column stats: COMPLETE @@ -756,6 +777,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 4419 Data size: 26400 Basic stats: COMPLETE Column stats: COMPLETE @@ -802,6 +824,7 @@ STAGE PLANS: Statistics: Num rows: 4419 Data size: 26400 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 4419 Data size: 26400 Basic stats: COMPLETE Column stats: COMPLETE @@ -869,6 +892,7 @@ STAGE PLANS: Statistics: Num rows: 99 Data size: 696 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: tinyint) Statistics: Num rows: 99 Data size: 696 Basic stats: COMPLETE Column stats: COMPLETE @@ -894,6 +918,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: tinyint) Statistics: Num rows: 99 Data size: 696 Basic stats: COMPLETE Column stats: COMPLETE @@ -901,6 +926,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: tinyint) Statistics: Num rows: 99 Data size: 300 Basic stats: COMPLETE Column stats: COMPLETE @@ -947,6 +973,7 @@ STAGE PLANS: Statistics: Num rows: 99 Data size: 300 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: tinyint) Statistics: Num rows: 99 Data size: 300 Basic stats: COMPLETE Column stats: COMPLETE @@ -1014,6 +1041,7 @@ STAGE PLANS: Statistics: Num rows: 99 Data size: 696 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: tinyint) Statistics: Num rows: 99 Data size: 696 Basic stats: COMPLETE Column stats: COMPLETE @@ -1039,6 +1067,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: tinyint) Statistics: Num rows: 99 Data size: 696 Basic stats: COMPLETE Column stats: COMPLETE @@ -1046,6 +1075,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: tinyint) Statistics: Num rows: 99 Data size: 300 Basic stats: COMPLETE Column stats: COMPLETE @@ -1092,6 +1122,7 @@ STAGE PLANS: Statistics: Num rows: 99 Data size: 300 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: tinyint) Statistics: Num rows: 99 Data size: 300 Basic stats: COMPLETE Column stats: COMPLETE @@ -1159,6 +1190,7 @@ STAGE PLANS: Statistics: Num rows: 99 Data size: 1092 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: tinyint) Statistics: Num rows: 99 Data size: 1092 Basic stats: COMPLETE Column stats: COMPLETE @@ -1184,6 +1216,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: tinyint) Statistics: Num rows: 99 Data size: 1092 Basic stats: COMPLETE Column stats: COMPLETE @@ -1191,6 +1224,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: tinyint) Statistics: Num rows: 99 Data size: 1092 Basic stats: COMPLETE Column stats: COMPLETE @@ -1239,6 +1273,7 @@ STAGE PLANS: Statistics: Num rows: 99 Data size: 1092 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: tinyint) Statistics: Num rows: 99 Data size: 1092 Basic stats: COMPLETE Column stats: COMPLETE @@ -1308,6 +1343,7 @@ STAGE PLANS: Statistics: Num rows: 99 Data size: 1092 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: tinyint) Statistics: Num rows: 99 Data size: 1092 Basic stats: COMPLETE Column stats: COMPLETE @@ -1333,6 +1369,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: tinyint) Statistics: Num rows: 99 Data size: 1092 Basic stats: COMPLETE Column stats: COMPLETE @@ -1340,6 +1377,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: tinyint) Statistics: Num rows: 99 Data size: 1092 Basic stats: COMPLETE Column stats: COMPLETE @@ -1388,6 +1426,7 @@ STAGE PLANS: Statistics: Num rows: 99 Data size: 1092 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: tinyint) Statistics: Num rows: 99 Data size: 1092 Basic stats: COMPLETE Column stats: COMPLETE @@ -1457,6 +1496,7 @@ STAGE PLANS: Statistics: Num rows: 99 Data size: 1092 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: tinyint) Statistics: Num rows: 99 Data size: 1092 Basic stats: COMPLETE Column stats: COMPLETE @@ -1482,6 +1522,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: tinyint) Statistics: Num rows: 99 Data size: 1092 Basic stats: COMPLETE Column stats: COMPLETE @@ -1489,6 +1530,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: tinyint) Statistics: Num rows: 99 Data size: 1092 Basic stats: COMPLETE Column stats: COMPLETE @@ -1537,6 +1579,7 @@ STAGE PLANS: Statistics: Num rows: 99 Data size: 1092 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: tinyint) Statistics: Num rows: 99 Data size: 1092 Basic stats: COMPLETE Column stats: COMPLETE @@ -1598,6 +1641,7 @@ STAGE PLANS: Statistics: Num rows: 12288 Data size: 73392 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: tinyint) Statistics: Num rows: 12288 Data size: 73392 Basic stats: COMPLETE Column stats: COMPLETE @@ -1611,6 +1655,7 @@ STAGE PLANS: Statistics: Num rows: 12288 Data size: 36696 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: tinyint) Statistics: Num rows: 12288 Data size: 36696 Basic stats: COMPLETE Column stats: COMPLETE @@ -1643,6 +1688,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: tinyint), _col1 (type: tinyint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: tinyint), _col1 (type: tinyint) Statistics: Num rows: 17161 Data size: 274216 Basic stats: COMPLETE Column stats: COMPLETE @@ -1717,6 +1763,7 @@ STAGE PLANS: Statistics: Num rows: 9173 Data size: 54792 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: tinyint) Statistics: Num rows: 9173 Data size: 54792 Basic stats: COMPLETE Column stats: COMPLETE @@ -1734,6 +1781,7 @@ STAGE PLANS: Statistics: Num rows: 9173 Data size: 27396 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: tinyint) Statistics: Num rows: 9173 Data size: 27396 Basic stats: COMPLETE Column stats: COMPLETE @@ -1766,6 +1814,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: tinyint), _col1 (type: tinyint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: tinyint), _col1 (type: tinyint) Statistics: Num rows: 9801 Data size: 156608 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/groupby_multi_insert_common_distinct.q.out ql/src/test/results/clientpositive/groupby_multi_insert_common_distinct.q.out index 9cbb5effbe..6959d4e1b3 100644 --- ql/src/test/results/clientpositive/groupby_multi_insert_common_distinct.q.out +++ ql/src/test/results/clientpositive/groupby_multi_insert_common_distinct.q.out @@ -60,6 +60,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE @@ -139,6 +140,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 848 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -171,6 +173,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: double), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 250 Data size: 26750 Basic stats: COMPLETE Column stats: COMPLETE @@ -226,6 +229,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 848 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/groupby_multi_single_reducer.q.out ql/src/test/results/clientpositive/groupby_multi_single_reducer.q.out index 569f950b8f..3966be7128 100644 --- ql/src/test/results/clientpositive/groupby_multi_single_reducer.q.out +++ ql/src/test/results/clientpositive/groupby_multi_single_reducer.q.out @@ -80,6 +80,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: substr(key, 1, 1) (type: string), substr(value, 5) (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: substr(key, 1, 1) (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -324,6 +325,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: substr(key, 1, 1) (type: string), substr(value, 5) (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: substr(key, 1, 1) (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -451,6 +453,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: substr(key, 1, 1) (type: string), substr(key, 2, 1) (type: string), substr(value, 5) (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: substr(key, 1, 1) (type: string), substr(key, 2, 1) (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -503,6 +506,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: bigint) + null sort order: zz sort order: ++ Statistics: Num rows: 500 Data size: 196000 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/groupby_multi_single_reducer2.q.out ql/src/test/results/clientpositive/groupby_multi_single_reducer2.q.out index 5b67147c7f..89d5edaab9 100644 --- ql/src/test/results/clientpositive/groupby_multi_single_reducer2.q.out +++ ql/src/test/results/clientpositive/groupby_multi_single_reducer2.q.out @@ -52,6 +52,7 @@ STAGE PLANS: Statistics: Num rows: 332 Data size: 59096 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: substr(key, 1, 1) (type: string), key (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: substr(key, 1, 1) (type: string) Statistics: Num rows: 332 Data size: 59096 Basic stats: COMPLETE Column stats: COMPLETE @@ -158,6 +159,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -199,6 +201,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1288 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) diff --git ql/src/test/results/clientpositive/groupby_multi_single_reducer3.q.out ql/src/test/results/clientpositive/groupby_multi_single_reducer3.q.out index 00a6628621..45dccd7902 100644 --- ql/src/test/results/clientpositive/groupby_multi_single_reducer3.q.out +++ ql/src/test/results/clientpositive/groupby_multi_single_reducer3.q.out @@ -64,6 +64,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 890 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 5 Data size: 890 Basic stats: COMPLETE Column stats: COMPLETE @@ -170,6 +171,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -211,6 +213,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -328,6 +331,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: value (type: string) + null sort order: a sort order: + Map-reduce partition columns: value (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -434,6 +438,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -475,6 +480,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -591,6 +597,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 890 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 5 Data size: 890 Basic stats: COMPLETE Column stats: COMPLETE @@ -697,6 +704,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -738,6 +746,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -854,6 +863,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: value (type: string) + null sort order: a sort order: + Map-reduce partition columns: value (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -960,6 +970,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -1001,6 +1012,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/groupby_multialias.q.out ql/src/test/results/clientpositive/groupby_multialias.q.out index 4b77d0ffe9..4daa5d711b 100644 --- ql/src/test/results/clientpositive/groupby_multialias.q.out +++ ql/src/test/results/clientpositive/groupby_multialias.q.out @@ -44,6 +44,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/groupby_nocolumnalign.q.out ql/src/test/results/clientpositive/groupby_nocolumnalign.q.out index eefc9b1d74..367343a2c3 100644 --- ql/src/test/results/clientpositive/groupby_nocolumnalign.q.out +++ ql/src/test/results/clientpositive/groupby_nocolumnalign.q.out @@ -44,6 +44,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 185000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 185000 Basic stats: COMPLETE Column stats: COMPLETE @@ -106,6 +107,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1304 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) diff --git ql/src/test/results/clientpositive/groupby_position.q.out ql/src/test/results/clientpositive/groupby_position.q.out index 9c6659377d..a658370b26 100644 --- ql/src/test/results/clientpositive/groupby_position.q.out +++ ql/src/test/results/clientpositive/groupby_position.q.out @@ -59,6 +59,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 23157 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 83 Data size: 23157 Basic stats: COMPLETE Column stats: COMPLETE @@ -137,6 +138,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -169,6 +171,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 166 Data size: 61420 Basic stats: COMPLETE Column stats: COMPLETE @@ -224,6 +227,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1304 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) @@ -348,6 +352,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 23157 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 83 Data size: 23157 Basic stats: COMPLETE Column stats: COMPLETE @@ -426,6 +431,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -458,6 +464,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 166 Data size: 61420 Basic stats: COMPLETE Column stats: COMPLETE @@ -513,6 +520,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1304 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) @@ -631,6 +639,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 7885 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 83 Data size: 7885 Basic stats: COMPLETE Column stats: COMPLETE @@ -656,6 +665,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: bigint), _col0 (type: string) + null sort order: zz sort order: -+ Statistics: Num rows: 83 Data size: 7885 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized @@ -766,6 +776,7 @@ STAGE PLANS: Statistics: Num rows: 27 Data size: 4806 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 27 Data size: 4806 Basic stats: COMPLETE Column stats: COMPLETE @@ -789,6 +800,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 27 Data size: 4806 Basic stats: COMPLETE Column stats: COMPLETE @@ -796,6 +808,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 27 Data size: 4806 Basic stats: COMPLETE Column stats: COMPLETE @@ -822,6 +835,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string) + null sort order: zzzz sort order: --++ Statistics: Num rows: 27 Data size: 9612 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized @@ -856,6 +870,7 @@ STAGE PLANS: Statistics: Num rows: 27 Data size: 4806 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 27 Data size: 4806 Basic stats: COMPLETE Column stats: COMPLETE @@ -943,6 +958,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized @@ -1507,6 +1523,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE @@ -1530,6 +1547,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized diff --git ql/src/test/results/clientpositive/groupby_ppd.q.out ql/src/test/results/clientpositive/groupby_ppd.q.out index c8bb05b392..01191f418a 100644 --- ql/src/test/results/clientpositive/groupby_ppd.q.out +++ ql/src/test/results/clientpositive/groupby_ppd.q.out @@ -43,6 +43,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: NONE @@ -67,6 +68,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/groupby_rollup1.q.out ql/src/test/results/clientpositive/groupby_rollup1.q.out index 23ba15d2d9..a46554f088 100644 --- ql/src/test/results/clientpositive/groupby_rollup1.q.out +++ ql/src/test/results/clientpositive/groupby_rollup1.q.out @@ -48,6 +48,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 1104 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Statistics: Num rows: 3 Data size: 1104 Basic stats: COMPLETE Column stats: NONE @@ -132,6 +133,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 736 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: bigint), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: bigint) Statistics: Num rows: 2 Data size: 736 Basic stats: COMPLETE Column stats: NONE @@ -210,6 +212,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 1104 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: rand() (type: double) Statistics: Num rows: 3 Data size: 1104 Basic stats: COMPLETE Column stats: NONE @@ -234,6 +237,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 3 Data size: 1104 Basic stats: COMPLETE Column stats: NONE @@ -319,6 +323,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 736 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: bigint), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 736 Basic stats: COMPLETE Column stats: NONE @@ -342,6 +347,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: bigint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 736 Basic stats: COMPLETE Column stats: NONE @@ -450,6 +456,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 1104 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: rand() (type: double) Statistics: Num rows: 3 Data size: 1104 Basic stats: COMPLETE Column stats: NONE @@ -491,6 +498,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 3 Data size: 1104 Basic stats: COMPLETE Column stats: NONE @@ -555,6 +563,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1680 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) @@ -586,6 +595,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: rand() (type: double) Statistics: Num rows: 3 Data size: 1104 Basic stats: COMPLETE Column stats: NONE @@ -610,6 +620,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 3 Data size: 1104 Basic stats: COMPLETE Column stats: NONE @@ -666,6 +677,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1680 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) diff --git ql/src/test/results/clientpositive/groupby_rollup_empty.q.out ql/src/test/results/clientpositive/groupby_rollup_empty.q.out index 56f30cdc44..1fcdf15976 100644 --- ql/src/test/results/clientpositive/groupby_rollup_empty.q.out +++ ql/src/test/results/clientpositive/groupby_rollup_empty.q.out @@ -181,6 +181,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 36 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) Statistics: Num rows: 3 Data size: 36 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/groupby_sort_10.q.out ql/src/test/results/clientpositive/groupby_sort_10.q.out index 5016561f99..4eea3e3c03 100644 --- ql/src/test/results/clientpositive/groupby_sort_10.q.out +++ ql/src/test/results/clientpositive/groupby_sort_10.q.out @@ -125,6 +125,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 170 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 170 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/groupby_sort_11.q.out ql/src/test/results/clientpositive/groupby_sort_11.q.out index e9a02e4c01..8617a9b3f8 100644 --- ql/src/test/results/clientpositive/groupby_sort_11.q.out +++ ql/src/test/results/clientpositive/groupby_sort_11.q.out @@ -55,6 +55,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 465 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Statistics: Num rows: 5 Data size: 465 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: bigint) @@ -124,6 +125,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 585 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Statistics: Num rows: 5 Data size: 585 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: bigint), _col2 (type: bigint), _col3 (type: bigint), _col4 (type: double) @@ -193,6 +195,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 585 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 5 Data size: 585 Basic stats: COMPLETE Column stats: COMPLETE @@ -273,6 +276,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 585 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 5 Data size: 585 Basic stats: COMPLETE Column stats: COMPLETE @@ -348,6 +352,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 5 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -374,6 +379,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -440,6 +446,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Operator Tree: @@ -500,6 +507,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 850 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Statistics: Num rows: 10 Data size: 850 Basic stats: COMPLETE Column stats: COMPLETE Reduce Operator Tree: diff --git ql/src/test/results/clientpositive/groupby_sort_1_23.q.out ql/src/test/results/clientpositive/groupby_sort_1_23.q.out index d915c07fa9..13074dd1de 100644 --- ql/src/test/results/clientpositive/groupby_sort_1_23.q.out +++ ql/src/test/results/clientpositive/groupby_sort_1_23.q.out @@ -7209,6 +7209,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 279 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 3 Data size: 279 Basic stats: COMPLETE Column stats: COMPLETE @@ -7310,6 +7311,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 848 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -7351,6 +7353,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1288 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) @@ -7469,6 +7472,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 93 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 93 Basic stats: COMPLETE Column stats: COMPLETE @@ -7566,6 +7570,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 848 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -7607,6 +7612,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1288 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) diff --git ql/src/test/results/clientpositive/groupby_sort_2.q.out ql/src/test/results/clientpositive/groupby_sort_2.q.out index ec7ef55616..36ba34e7e1 100644 --- ql/src/test/results/clientpositive/groupby_sort_2.q.out +++ ql/src/test/results/clientpositive/groupby_sort_2.q.out @@ -73,6 +73,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 1104 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 6 Data size: 1104 Basic stats: COMPLETE Column stats: NONE @@ -137,6 +138,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1048 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/groupby_sort_3.q.out ql/src/test/results/clientpositive/groupby_sort_3.q.out index 1c4ee480ec..e657a28396 100644 --- ql/src/test/results/clientpositive/groupby_sort_3.q.out +++ ql/src/test/results/clientpositive/groupby_sort_3.q.out @@ -96,6 +96,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1672 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1672 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) @@ -267,6 +268,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 1048 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1048 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/groupby_sort_4.q.out ql/src/test/results/clientpositive/groupby_sort_4.q.out index bb7bbe921a..8f01a481b4 100644 --- ql/src/test/results/clientpositive/groupby_sort_4.q.out +++ ql/src/test/results/clientpositive/groupby_sort_4.q.out @@ -73,6 +73,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 1104 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 6 Data size: 1104 Basic stats: COMPLETE Column stats: NONE @@ -137,6 +138,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1048 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -226,6 +228,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 2208 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 6 Data size: 2208 Basic stats: COMPLETE Column stats: NONE @@ -290,6 +293,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1672 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) diff --git ql/src/test/results/clientpositive/groupby_sort_5.q.out ql/src/test/results/clientpositive/groupby_sort_5.q.out index 6c5a92f5bd..c5f977368f 100644 --- ql/src/test/results/clientpositive/groupby_sort_5.q.out +++ ql/src/test/results/clientpositive/groupby_sort_5.q.out @@ -96,6 +96,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1672 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1672 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) @@ -295,6 +296,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1672 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1672 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) @@ -479,6 +481,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 1104 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 6 Data size: 1104 Basic stats: COMPLETE Column stats: NONE @@ -543,6 +546,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1048 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/groupby_sort_7.q.out ql/src/test/results/clientpositive/groupby_sort_7.q.out index a28d2631ab..a0a193d720 100644 --- ql/src/test/results/clientpositive/groupby_sort_7.q.out +++ ql/src/test/results/clientpositive/groupby_sort_7.q.out @@ -102,6 +102,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1672 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1672 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) diff --git ql/src/test/results/clientpositive/groupby_sort_8.q.out ql/src/test/results/clientpositive/groupby_sort_8.q.out index d7b17b9a41..104e6f4e4a 100644 --- ql/src/test/results/clientpositive/groupby_sort_8.q.out +++ ql/src/test/results/clientpositive/groupby_sort_8.q.out @@ -66,6 +66,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 1104 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Statistics: Num rows: 6 Data size: 1104 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: bigint) diff --git ql/src/test/results/clientpositive/groupby_sort_9.q.out ql/src/test/results/clientpositive/groupby_sort_9.q.out index eaa3771fed..b2ecca6b65 100644 --- ql/src/test/results/clientpositive/groupby_sort_9.q.out +++ ql/src/test/results/clientpositive/groupby_sort_9.q.out @@ -80,6 +80,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 2208 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 12 Data size: 2208 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/groupby_sort_skew_1_23.q.out ql/src/test/results/clientpositive/groupby_sort_skew_1_23.q.out index 93c98fd9bc..96e4b9d140 100644 --- ql/src/test/results/clientpositive/groupby_sort_skew_1_23.q.out +++ ql/src/test/results/clientpositive/groupby_sort_skew_1_23.q.out @@ -7700,6 +7700,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 279 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: rand() (type: double) Statistics: Num rows: 3 Data size: 279 Basic stats: COMPLETE Column stats: COMPLETE @@ -7762,6 +7763,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 3 Data size: 279 Basic stats: COMPLETE Column stats: COMPLETE @@ -7826,6 +7828,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 848 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -7867,6 +7870,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1288 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) @@ -7986,6 +7990,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 93 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: rand() (type: double) Statistics: Num rows: 1 Data size: 93 Basic stats: COMPLETE Column stats: COMPLETE @@ -8044,6 +8049,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 93 Basic stats: COMPLETE Column stats: COMPLETE @@ -8108,6 +8114,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 848 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -8149,6 +8156,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1288 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) diff --git ql/src/test/results/clientpositive/groupby_sort_test_1.q.out ql/src/test/results/clientpositive/groupby_sort_test_1.q.out index 322c75b8cd..405374af77 100644 --- ql/src/test/results/clientpositive/groupby_sort_test_1.q.out +++ ql/src/test/results/clientpositive/groupby_sort_test_1.q.out @@ -96,6 +96,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 1032 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1032 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/having.q.out ql/src/test/results/clientpositive/having.q.out index 5e336e7255..34a4ed5286 100644 --- ql/src/test/results/clientpositive/having.q.out +++ ql/src/test/results/clientpositive/having.q.out @@ -30,6 +30,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -117,6 +118,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 67750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 67750 Basic stats: COMPLETE Column stats: COMPLETE @@ -491,6 +493,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 67750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 67750 Basic stats: COMPLETE Column stats: COMPLETE @@ -763,6 +766,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 22493 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 83 Data size: 22493 Basic stats: COMPLETE Column stats: COMPLETE @@ -961,6 +965,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 67750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 67750 Basic stats: COMPLETE Column stats: COMPLETE @@ -1229,6 +1234,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/having2.q.out ql/src/test/results/clientpositive/having2.q.out index 95084571e3..cd12a7eaa7 100644 --- ql/src/test/results/clientpositive/having2.q.out +++ ql/src/test/results/clientpositive/having2.q.out @@ -148,6 +148,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 208 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 208 Basic stats: COMPLETE Column stats: NONE @@ -221,6 +222,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 208 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 208 Basic stats: COMPLETE Column stats: NONE @@ -300,6 +302,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 200 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 200 Basic stats: COMPLETE Column stats: NONE @@ -317,6 +320,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -350,6 +354,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 550 Data size: 97900 Basic stats: COMPLETE Column stats: NONE @@ -429,6 +434,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 200 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 200 Basic stats: COMPLETE Column stats: NONE @@ -446,6 +452,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -479,6 +486,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 550 Data size: 97900 Basic stats: COMPLETE Column stats: NONE @@ -562,6 +570,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 200 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 200 Basic stats: COMPLETE Column stats: NONE @@ -579,6 +588,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -612,6 +622,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 550 Data size: 97900 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/hll.q.out ql/src/test/results/clientpositive/hll.q.out index ecbacebf5d..9cb85bb61c 100644 --- ql/src/test/results/clientpositive/hll.q.out +++ ql/src/test/results/clientpositive/hll.q.out @@ -47,6 +47,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 424 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 424 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct) @@ -150,6 +151,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 424 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 424 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct) diff --git ql/src/test/results/clientpositive/implicit_cast_during_insert.q.out ql/src/test/results/clientpositive/implicit_cast_during_insert.q.out index 7547c3db8b..164594162f 100644 --- ql/src/test/results/clientpositive/implicit_cast_during_insert.q.out +++ ql/src/test/results/clientpositive/implicit_cast_during_insert.q.out @@ -43,6 +43,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 534 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 3 Data size: 534 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/in_typecheck_char.q.out ql/src/test/results/clientpositive/in_typecheck_char.q.out index 4d59ddf8eb..cded6d380e 100644 --- ql/src/test/results/clientpositive/in_typecheck_char.q.out +++ ql/src/test/results/clientpositive/in_typecheck_char.q.out @@ -50,6 +50,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -121,6 +122,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -225,6 +227,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -311,6 +314,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -384,6 +388,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/in_typecheck_pointlook.q.out ql/src/test/results/clientpositive/in_typecheck_pointlook.q.out index 2a5ee51cbe..7274a24da2 100644 --- ql/src/test/results/clientpositive/in_typecheck_pointlook.q.out +++ ql/src/test/results/clientpositive/in_typecheck_pointlook.q.out @@ -64,6 +64,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -143,6 +144,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/in_typecheck_varchar.q.out ql/src/test/results/clientpositive/in_typecheck_varchar.q.out index cebfe536f3..689f50adda 100644 --- ql/src/test/results/clientpositive/in_typecheck_varchar.q.out +++ ql/src/test/results/clientpositive/in_typecheck_varchar.q.out @@ -50,6 +50,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -121,6 +122,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/infer_bucket_sort_dyn_part.q.out ql/src/test/results/clientpositive/infer_bucket_sort_dyn_part.q.out index 2299395c52..b5764dfa56 100644 --- ql/src/test/results/clientpositive/infer_bucket_sort_dyn_part.q.out +++ ql/src/test/results/clientpositive/infer_bucket_sort_dyn_part.q.out @@ -450,6 +450,7 @@ STAGE PLANS: Statistics: Num rows: 316 Data size: 30020 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 316 Data size: 30020 Basic stats: COMPLETE Column stats: COMPLETE @@ -496,6 +497,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 158 Data size: 182964 Basic stats: COMPLETE Column stats: COMPLETE @@ -534,6 +536,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 316 Data size: 143780 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/infer_bucket_sort_grouping_operators.q.out ql/src/test/results/clientpositive/infer_bucket_sort_grouping_operators.q.out index 542adc40a7..8fa79f708b 100644 --- ql/src/test/results/clientpositive/infer_bucket_sort_grouping_operators.q.out +++ ql/src/test/results/clientpositive/infer_bucket_sort_grouping_operators.q.out @@ -50,6 +50,7 @@ STAGE PLANS: Statistics: Num rows: 750 Data size: 145500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Statistics: Num rows: 750 Data size: 145500 Basic stats: COMPLETE Column stats: COMPLETE @@ -119,6 +120,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 1405 Basic stats: COMPLETE Column stats: COMPLETE @@ -1537,6 +1539,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 194000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Statistics: Num rows: 1000 Data size: 194000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1606,6 +1609,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 1405 Basic stats: COMPLETE Column stats: COMPLETE @@ -1770,6 +1774,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 97000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Statistics: Num rows: 500 Data size: 97000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1839,6 +1844,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 1405 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/infer_bucket_sort_map_operators.q.out ql/src/test/results/clientpositive/infer_bucket_sort_map_operators.q.out index b892d2e10a..add5e2efec 100644 --- ql/src/test/results/clientpositive/infer_bucket_sort_map_operators.q.out +++ ql/src/test/results/clientpositive/infer_bucket_sort_map_operators.q.out @@ -108,6 +108,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 965 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 965 Basic stats: COMPLETE Column stats: COMPLETE @@ -294,6 +295,7 @@ STAGE PLANS: Statistics: Num rows: 316 Data size: 32548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: double) Statistics: Num rows: 316 Data size: 32548 Basic stats: COMPLETE Column stats: COMPLETE @@ -311,6 +313,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 4000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 500 Data size: 4000 Basic stats: COMPLETE Column stats: COMPLETE @@ -379,6 +382,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 965 Basic stats: COMPLETE Column stats: COMPLETE @@ -525,6 +529,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Reduce Output Operator key expressions: '1' (type: string) + null sort order: a sort order: + Map-reduce partition columns: '1' (type: string) value expressions: _col1 (type: struct), _col2 (type: struct) @@ -700,6 +705,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) value expressions: _col1 (type: bigint) @@ -761,6 +767,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: '1' (type: string) + null sort order: a sort order: + Map-reduce partition columns: '1' (type: string) value expressions: _col1 (type: struct), _col2 (type: struct) diff --git ql/src/test/results/clientpositive/infer_bucket_sort_num_buckets.q.out ql/src/test/results/clientpositive/infer_bucket_sort_num_buckets.q.out index 5283db7cd1..abaf28ef5f 100644 --- ql/src/test/results/clientpositive/infer_bucket_sort_num_buckets.q.out +++ ql/src/test/results/clientpositive/infer_bucket_sort_num_buckets.q.out @@ -49,6 +49,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1000 Data size: 99000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1000 Data size: 99000 Basic stats: COMPLETE Column stats: COMPLETE @@ -89,6 +90,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: '2008-04-08' (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: '2008-04-08' (type: string), _col1 (type: string) Statistics: Num rows: 316 Data size: 360872 Basic stats: COMPLETE Column stats: COMPLETE @@ -127,6 +129,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 1000 Data size: 99000 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/infer_join_preds.q.out ql/src/test/results/clientpositive/infer_join_preds.q.out index 06ace97ded..99b2360f87 100644 --- ql/src/test/results/clientpositive/infer_join_preds.q.out +++ ql/src/test/results/clientpositive/infer_join_preds.q.out @@ -31,6 +31,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -48,6 +49,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE @@ -163,6 +165,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 178 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 178 Basic stats: COMPLETE Column stats: COMPLETE @@ -180,6 +183,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE @@ -261,6 +265,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 178 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 178 Basic stats: COMPLETE Column stats: COMPLETE @@ -278,6 +283,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE @@ -362,6 +368,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 178 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 178 Basic stats: COMPLETE Column stats: COMPLETE @@ -375,6 +382,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE @@ -481,6 +489,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 178 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 178 Basic stats: COMPLETE Column stats: COMPLETE @@ -494,6 +503,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE @@ -601,6 +611,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -617,6 +628,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 175 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 175 Basic stats: COMPLETE Column stats: COMPLETE @@ -693,6 +705,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE @@ -709,6 +722,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 350 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 2 Data size: 350 Basic stats: COMPLETE Column stats: COMPLETE @@ -1199,6 +1213,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 668 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: bigint) Statistics: Num rows: 1 Data size: 668 Basic stats: COMPLETE Column stats: NONE @@ -1216,6 +1231,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -1241,6 +1257,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: bigint) Statistics: Num rows: 1 Data size: 734 Basic stats: COMPLETE Column stats: NONE @@ -1258,6 +1275,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 776 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 1 Data size: 776 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/innerjoin.q.out ql/src/test/results/clientpositive/innerjoin.q.out index 9694ed1a72..85c81ad408 100644 --- ql/src/test/results/clientpositive/innerjoin.q.out +++ ql/src/test/results/clientpositive/innerjoin.q.out @@ -41,6 +41,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -57,6 +58,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -122,6 +124,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -1247,6 +1250,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1264,6 +1268,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/innerjoin1.q.out ql/src/test/results/clientpositive/innerjoin1.q.out index 7a1f105628..340981365a 100644 --- ql/src/test/results/clientpositive/innerjoin1.q.out +++ ql/src/test/results/clientpositive/innerjoin1.q.out @@ -93,6 +93,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 708 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 2 Data size: 708 Basic stats: COMPLETE Column stats: COMPLETE @@ -110,6 +111,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 708 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 2 Data size: 708 Basic stats: COMPLETE Column stats: COMPLETE @@ -184,6 +186,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 708 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 2 Data size: 708 Basic stats: COMPLETE Column stats: COMPLETE @@ -201,6 +204,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 708 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 2 Data size: 708 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/input11.q.out ql/src/test/results/clientpositive/input11.q.out index 562c6134e7..5d2a1e19bc 100644 --- ql/src/test/results/clientpositive/input11.q.out +++ ql/src/test/results/clientpositive/input11.q.out @@ -62,6 +62,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/input11_limit.q.out ql/src/test/results/clientpositive/input11_limit.q.out index eb0a971639..60f5709091 100644 --- ql/src/test/results/clientpositive/input11_limit.q.out +++ ql/src/test/results/clientpositive/input11_limit.q.out @@ -42,6 +42,7 @@ STAGE PLANS: Number of rows: 10 Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/input12.q.out ql/src/test/results/clientpositive/input12.q.out index 4f640b8581..3e241985aa 100644 --- ql/src/test/results/clientpositive/input12.q.out +++ ql/src/test/results/clientpositive/input12.q.out @@ -91,6 +91,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -251,6 +252,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -296,6 +298,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: '2008-04-08' (type: string), '12' (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: '2008-04-08' (type: string), '12' (type: string) Statistics: Num rows: 1 Data size: 604 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/input13.q.out ql/src/test/results/clientpositive/input13.q.out index 5199b31655..886c754edc 100644 --- ql/src/test/results/clientpositive/input13.q.out +++ ql/src/test/results/clientpositive/input13.q.out @@ -96,6 +96,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -270,6 +271,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -315,6 +317,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: '2008-04-08' (type: string), '12' (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: '2008-04-08' (type: string), '12' (type: string) Statistics: Num rows: 1 Data size: 604 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/input14.q.out ql/src/test/results/clientpositive/input14.q.out index 6b9da77717..0e61434791 100644 --- ql/src/test/results/clientpositive/input14.q.out +++ ql/src/test/results/clientpositive/input14.q.out @@ -57,6 +57,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE @@ -114,6 +115,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/input14_limit.q.out ql/src/test/results/clientpositive/input14_limit.q.out index c5c78645d3..fe9d907663 100644 --- ql/src/test/results/clientpositive/input14_limit.q.out +++ ql/src/test/results/clientpositive/input14_limit.q.out @@ -54,6 +54,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -80,6 +81,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 20 Data size: 3560 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/input17.q.out ql/src/test/results/clientpositive/input17.q.out index 8b0c85ee94..9c03f5b0af 100644 --- ql/src/test/results/clientpositive/input17.q.out +++ ql/src/test/results/clientpositive/input17.q.out @@ -54,6 +54,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 29524 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 11 Data size: 29524 Basic stats: COMPLETE Column stats: NONE @@ -111,6 +112,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 3548 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/input18.q.out ql/src/test/results/clientpositive/input18.q.out index 12da5fc7fa..ce731e6b2b 100644 --- ql/src/test/results/clientpositive/input18.q.out +++ ql/src/test/results/clientpositive/input18.q.out @@ -57,6 +57,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 30876 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 30876 Basic stats: COMPLETE Column stats: COMPLETE @@ -114,6 +115,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/input1_limit.q.out ql/src/test/results/clientpositive/input1_limit.q.out index 927596dd3b..b2e87859b7 100644 --- ql/src/test/results/clientpositive/input1_limit.q.out +++ ql/src/test/results/clientpositive/input1_limit.q.out @@ -58,6 +58,7 @@ STAGE PLANS: Number of rows: 10 Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -139,6 +140,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -170,6 +172,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 5 Data size: 890 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -227,6 +230,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/input20.q.out ql/src/test/results/clientpositive/input20.q.out index ef1259ec81..d90b9083c3 100644 --- ql/src/test/results/clientpositive/input20.q.out +++ ql/src/test/results/clientpositive/input20.q.out @@ -59,6 +59,7 @@ STAGE PLANS: serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe Statistics: Num rows: 500 Data size: 87000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 87000 Basic stats: COMPLETE Column stats: COMPLETE @@ -127,6 +128,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/input21.q.out ql/src/test/results/clientpositive/input21.q.out index c01fd2a99b..c5481c7797 100644 --- ql/src/test/results/clientpositive/input21.q.out +++ ql/src/test/results/clientpositive/input21.q.out @@ -39,6 +39,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 736 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: string) + null sort order: z sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 1 Data size: 736 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/input22.q.out ql/src/test/results/clientpositive/input22.q.out index 40a6dbd2c3..a6dbe370e6 100644 --- ql/src/test/results/clientpositive/input22.q.out +++ ql/src/test/results/clientpositive/input22.q.out @@ -47,6 +47,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/input25.q.out ql/src/test/results/clientpositive/input25.q.out index f8ec810ff9..efc337c9b3 100644 --- ql/src/test/results/clientpositive/input25.q.out +++ ql/src/test/results/clientpositive/input25.q.out @@ -64,6 +64,7 @@ STAGE PLANS: Number of rows: 10 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -127,6 +128,7 @@ STAGE PLANS: Number of rows: 10 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/input26.q.out ql/src/test/results/clientpositive/input26.q.out index fb68f151cb..82d6fb6ff9 100644 --- ql/src/test/results/clientpositive/input26.q.out +++ ql/src/test/results/clientpositive/input26.q.out @@ -38,6 +38,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -112,6 +113,7 @@ STAGE PLANS: Number of rows: 5 Statistics: Num rows: 1 Data size: 168 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 168 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/input30.q.out ql/src/test/results/clientpositive/input30.q.out index 0ce7bbb258..84fbd17ef1 100644 --- ql/src/test/results/clientpositive/input30.q.out +++ ql/src/test/results/clientpositive/input30.q.out @@ -48,6 +48,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -162,6 +163,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/input32.q.out ql/src/test/results/clientpositive/input32.q.out index 6515d5f8f9..76c46e72e7 100644 --- ql/src/test/results/clientpositive/input32.q.out +++ ql/src/test/results/clientpositive/input32.q.out @@ -47,6 +47,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/input33.q.out ql/src/test/results/clientpositive/input33.q.out index d191f46935..c8df2efede 100644 --- ql/src/test/results/clientpositive/input33.q.out +++ ql/src/test/results/clientpositive/input33.q.out @@ -59,6 +59,7 @@ STAGE PLANS: serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe Statistics: Num rows: 500 Data size: 87000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 87000 Basic stats: COMPLETE Column stats: COMPLETE @@ -127,6 +128,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/input34.q.out ql/src/test/results/clientpositive/input34.q.out index ada36c4976..00dd35d803 100644 --- ql/src/test/results/clientpositive/input34.q.out +++ ql/src/test/results/clientpositive/input34.q.out @@ -79,6 +79,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/input35.q.out ql/src/test/results/clientpositive/input35.q.out index c0e2cbde54..cee491fc82 100644 --- ql/src/test/results/clientpositive/input35.q.out +++ ql/src/test/results/clientpositive/input35.q.out @@ -79,6 +79,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/input36.q.out ql/src/test/results/clientpositive/input36.q.out index 5129f5bbf5..45289b2143 100644 --- ql/src/test/results/clientpositive/input36.q.out +++ ql/src/test/results/clientpositive/input36.q.out @@ -79,6 +79,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/input38.q.out ql/src/test/results/clientpositive/input38.q.out index 90349dcefd..d46ddf03ca 100644 --- ql/src/test/results/clientpositive/input38.q.out +++ ql/src/test/results/clientpositive/input38.q.out @@ -73,6 +73,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/input39.q.out ql/src/test/results/clientpositive/input39.q.out index 99ba4ff749..751395ba9e 100644 --- ql/src/test/results/clientpositive/input39.q.out +++ ql/src/test/results/clientpositive/input39.q.out @@ -90,6 +90,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE @@ -108,6 +109,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE @@ -137,6 +139,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/input3_limit.q.out ql/src/test/results/clientpositive/input3_limit.q.out index e5805b35e8..a39f8ccda5 100644 --- ql/src/test/results/clientpositive/input3_limit.q.out +++ ql/src/test/results/clientpositive/input3_limit.q.out @@ -59,6 +59,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -82,6 +83,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -142,6 +144,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1248 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/input4_limit.q.out ql/src/test/results/clientpositive/input4_limit.q.out index fd1fd66717..34f4821c7d 100644 --- ql/src/test/results/clientpositive/input4_limit.q.out +++ ql/src/test/results/clientpositive/input4_limit.q.out @@ -26,6 +26,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -52,6 +53,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/input5.q.out ql/src/test/results/clientpositive/input5.q.out index 2f237562b6..becfc1876a 100644 --- ql/src/test/results/clientpositive/input5.q.out +++ ql/src/test/results/clientpositive/input5.q.out @@ -54,6 +54,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 29480 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 11 Data size: 29480 Basic stats: COMPLETE Column stats: NONE @@ -111,6 +112,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 3560 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/input6.q.out ql/src/test/results/clientpositive/input6.q.out index eb5034e698..799634a460 100644 --- ql/src/test/results/clientpositive/input6.q.out +++ ql/src/test/results/clientpositive/input6.q.out @@ -62,6 +62,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/input7.q.out ql/src/test/results/clientpositive/input7.q.out index c8addf2155..d6e2d14cba 100644 --- ql/src/test/results/clientpositive/input7.q.out +++ ql/src/test/results/clientpositive/input7.q.out @@ -58,6 +58,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 848 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 848 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/input8.q.out ql/src/test/results/clientpositive/input8.q.out index 781fb967df..d3034ca14e 100644 --- ql/src/test/results/clientpositive/input8.q.out +++ ql/src/test/results/clientpositive/input8.q.out @@ -58,6 +58,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1288 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1288 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) diff --git ql/src/test/results/clientpositive/input9.q.out ql/src/test/results/clientpositive/input9.q.out index a055b8a08c..1aafc79fd8 100644 --- ql/src/test/results/clientpositive/input9.q.out +++ ql/src/test/results/clientpositive/input9.q.out @@ -65,6 +65,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/input_columnarserde.q.out ql/src/test/results/clientpositive/input_columnarserde.q.out index 85660a6b32..ff065730c4 100644 --- ql/src/test/results/clientpositive/input_columnarserde.q.out +++ ql/src/test/results/clientpositive/input_columnarserde.q.out @@ -45,6 +45,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4 Statistics: Num rows: 11 Data size: 34628 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Map-reduce partition columns: 1 (type: int) Statistics: Num rows: 11 Data size: 34628 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/input_lazyserde.q.out ql/src/test/results/clientpositive/input_lazyserde.q.out index 978219f4b2..79cc9e72dc 100644 --- ql/src/test/results/clientpositive/input_lazyserde.q.out +++ ql/src/test/results/clientpositive/input_lazyserde.q.out @@ -51,6 +51,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4 Statistics: Num rows: 11 Data size: 34628 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Map-reduce partition columns: 1 (type: int) Statistics: Num rows: 11 Data size: 34628 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/input_lazyserde2.q.out ql/src/test/results/clientpositive/input_lazyserde2.q.out index 9097700f45..5f3adcfb8a 100644 --- ql/src/test/results/clientpositive/input_lazyserde2.q.out +++ ql/src/test/results/clientpositive/input_lazyserde2.q.out @@ -51,6 +51,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4 Statistics: Num rows: 11 Data size: 34628 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Map-reduce partition columns: 1 (type: int) Statistics: Num rows: 11 Data size: 34628 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/input_part10.q.out ql/src/test/results/clientpositive/input_part10.q.out index e26ce0ecc6..20c7e2db86 100644 --- ql/src/test/results/clientpositive/input_part10.q.out +++ ql/src/test/results/clientpositive/input_part10.q.out @@ -51,6 +51,7 @@ STAGE PLANS: Number of rows: 1 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -121,6 +122,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 1070 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/input_part5.q.out ql/src/test/results/clientpositive/input_part5.q.out index f8fb93c032..a7a305a8d3 100644 --- ql/src/test/results/clientpositive/input_part5.q.out +++ ql/src/test/results/clientpositive/input_part5.q.out @@ -66,6 +66,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 1760 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1760 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct) diff --git ql/src/test/results/clientpositive/input_testsequencefile.q.out ql/src/test/results/clientpositive/input_testsequencefile.q.out index a646ad9d90..6ec8c09559 100644 --- ql/src/test/results/clientpositive/input_testsequencefile.q.out +++ ql/src/test/results/clientpositive/input_testsequencefile.q.out @@ -58,6 +58,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/input_testxpath.q.out ql/src/test/results/clientpositive/input_testxpath.q.out index 695ce1f5a3..c400c0d4b9 100644 --- ql/src/test/results/clientpositive/input_testxpath.q.out +++ ql/src/test/results/clientpositive/input_testxpath.q.out @@ -58,6 +58,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 4904 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4904 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) diff --git ql/src/test/results/clientpositive/input_testxpath2.q.out ql/src/test/results/clientpositive/input_testxpath2.q.out index 1bd5bcc8ea..408bc6a504 100644 --- ql/src/test/results/clientpositive/input_testxpath2.q.out +++ ql/src/test/results/clientpositive/input_testxpath2.q.out @@ -62,6 +62,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 4872 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4872 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) diff --git ql/src/test/results/clientpositive/insert1.q.out ql/src/test/results/clientpositive/insert1.q.out index 93a3402367..4a733b0590 100644 --- ql/src/test/results/clientpositive/insert1.q.out +++ ql/src/test/results/clientpositive/insert1.q.out @@ -76,6 +76,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 1052 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1052 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -202,6 +203,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 1052 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1052 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -342,6 +344,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 1052 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1052 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -468,6 +471,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 1052 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1052 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -604,6 +608,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 1052 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1052 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -732,6 +737,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1052 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/insert2_overwrite_partitions.q.out ql/src/test/results/clientpositive/insert2_overwrite_partitions.q.out index fb375f1cb5..36096a509a 100644 --- ql/src/test/results/clientpositive/insert2_overwrite_partitions.q.out +++ ql/src/test/results/clientpositive/insert2_overwrite_partitions.q.out @@ -75,6 +75,7 @@ STAGE PLANS: Statistics: Num rows: 124 Data size: 40480 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: -- Statistics: Num rows: 124 Data size: 40480 Basic stats: PARTIAL Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -139,6 +140,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 5 Data size: 1630 Basic stats: PARTIAL Column stats: NONE @@ -224,6 +226,7 @@ STAGE PLANS: Statistics: Num rows: 124 Data size: 40480 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: -- Statistics: Num rows: 124 Data size: 40480 Basic stats: PARTIAL Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -288,6 +291,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 5 Data size: 1630 Basic stats: PARTIAL Column stats: NONE diff --git ql/src/test/results/clientpositive/insert_into1.q.out ql/src/test/results/clientpositive/insert_into1.q.out index 6eed07bcc2..9c88be16ca 100644 --- ql/src/test/results/clientpositive/insert_into1.q.out +++ ql/src/test/results/clientpositive/insert_into1.q.out @@ -37,6 +37,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -102,6 +103,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -199,6 +201,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -264,6 +267,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -361,6 +365,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -426,6 +431,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -545,6 +551,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -678,6 +685,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -908,6 +916,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/insert_into2.q.out ql/src/test/results/clientpositive/insert_into2.q.out index c4837fac9d..834365388a 100644 --- ql/src/test/results/clientpositive/insert_into2.q.out +++ ql/src/test/results/clientpositive/insert_into2.q.out @@ -41,6 +41,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -110,6 +111,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 949 Basic stats: COMPLETE Column stats: COMPLETE @@ -256,6 +258,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -325,6 +328,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 949 Basic stats: COMPLETE Column stats: COMPLETE @@ -436,6 +440,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -505,6 +510,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 949 Basic stats: COMPLETE Column stats: COMPLETE @@ -630,6 +636,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/insert_into3.q.out ql/src/test/results/clientpositive/insert_into3.q.out index 292ade7219..60fd42d6fe 100644 --- ql/src/test/results/clientpositive/insert_into3.q.out +++ ql/src/test/results/clientpositive/insert_into3.q.out @@ -57,6 +57,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -131,6 +132,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -163,6 +165,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -219,6 +222,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -316,6 +320,7 @@ STAGE PLANS: Number of rows: 10 Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -394,6 +399,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -425,6 +431,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -482,6 +489,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/insert_into4.q.out ql/src/test/results/clientpositive/insert_into4.q.out index 66eaaa97ed..031d562a43 100644 --- ql/src/test/results/clientpositive/insert_into4.q.out +++ ql/src/test/results/clientpositive/insert_into4.q.out @@ -51,6 +51,7 @@ STAGE PLANS: Number of rows: 10 Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -116,6 +117,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -186,6 +188,7 @@ STAGE PLANS: Number of rows: 10 Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -251,6 +254,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -340,6 +344,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/insert_into5.q.out ql/src/test/results/clientpositive/insert_into5.q.out index 6489b6ab82..cdf9851f2e 100644 --- ql/src/test/results/clientpositive/insert_into5.q.out +++ ql/src/test/results/clientpositive/insert_into5.q.out @@ -51,6 +51,7 @@ STAGE PLANS: Number of rows: 10 Statistics: Num rows: 10 Data size: 910 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 10 Data size: 910 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -112,6 +113,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -201,6 +203,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -350,6 +353,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 949 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 949 Basic stats: COMPLETE Column stats: COMPLETE @@ -511,6 +515,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 949 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 949 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/insert_into6.q.out ql/src/test/results/clientpositive/insert_into6.q.out index c7655cc659..ac653c6310 100644 --- ql/src/test/results/clientpositive/insert_into6.q.out +++ ql/src/test/results/clientpositive/insert_into6.q.out @@ -53,6 +53,7 @@ STAGE PLANS: Number of rows: 150 Statistics: Num rows: 150 Data size: 26700 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 150 Data size: 26700 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -122,6 +123,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 949 Basic stats: COMPLETE Column stats: COMPLETE @@ -238,6 +240,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 2096 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 2096 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/insertoverwrite_bucket.q.out ql/src/test/results/clientpositive/insertoverwrite_bucket.q.out index 694ed3b4c6..c02cb2dae9 100644 --- ql/src/test/results/clientpositive/insertoverwrite_bucket.q.out +++ ql/src/test/results/clientpositive/insertoverwrite_bucket.q.out @@ -125,6 +125,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 576 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 3 Data size: 576 Basic stats: COMPLETE Column stats: COMPLETE @@ -182,6 +183,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -253,6 +255,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -311,6 +314,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1688 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) diff --git ql/src/test/results/clientpositive/interval_3.q.out ql/src/test/results/clientpositive/interval_3.q.out index 221d10e41c..e2c43118df 100644 --- ql/src/test/results/clientpositive/interval_3.q.out +++ ql/src/test/results/clientpositive/interval_3.q.out @@ -163,6 +163,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: timestamp), _col2 (type: date) @@ -178,6 +179,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: timestamp), _col1 (type: date) diff --git ql/src/test/results/clientpositive/join0.q.out ql/src/test/results/clientpositive/join0.q.out index ac9928bd4d..cda0f3f0a5 100644 --- ql/src/test/results/clientpositive/join0.q.out +++ ql/src/test/results/clientpositive/join0.q.out @@ -40,6 +40,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -55,6 +56,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -80,6 +82,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string) + null sort order: zzzz sort order: ++++ Statistics: Num rows: 27556 Data size: 9809936 Basic stats: COMPLETE Column stats: COMPLETE Reduce Operator Tree: @@ -122,7 +125,7 @@ SELECT src1.key as k1, src1.value as v1, POSTHOOK: type: QUERY POSTHOOK: Input: default@src #### A masked pattern was here #### -{"cboInfo":"Plan not optimized by CBO because the statement has sort by","STAGE DEPENDENCIES":{"Stage-1":{"ROOT STAGE":"TRUE"},"Stage-2":{"DEPENDENT STAGES":"Stage-1"},"Stage-0":{"DEPENDENT STAGES":"Stage-2"}},"STAGE PLANS":{"Stage-1":{"Map Reduce":{"Map Operator Tree:":[{"TableScan":{"alias:":"src","columns:":["key","value"],"database:":"default","filterExpr:":"(key < 10) (type: boolean)","Statistics:":"Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE","table:":"src","isTempTable:":"false","OperatorId:":"TS_0","children":{"Filter Operator":{"predicate:":"(key < 10) (type: boolean)","Statistics:":"Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"FIL_13","children":{"Select Operator":{"expressions:":"key (type: string), value (type: string)","columnExprMap:":{"_col0":"key","_col1":"value"},"outputColumnNames:":["_col0","_col1"],"Statistics:":"Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"SEL_2","children":{"Reduce Output Operator":{"columnExprMap:":{"VALUE._col0":"_col0","VALUE._col1":"_col1"},"sort order:":"","Statistics:":"Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE","value expressions:":"_col0 (type: string), _col1 (type: string)","OperatorId:":"RS_6"}}}}}}}},{"TableScan":{"alias:":"src","columns:":["key","value"],"database:":"default","filterExpr:":"(key < 10) (type: boolean)","Statistics:":"Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE","table:":"src","isTempTable:":"false","OperatorId:":"TS_3","children":{"Filter Operator":{"predicate:":"(key < 10) (type: boolean)","Statistics:":"Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"FIL_14","children":{"Select Operator":{"expressions:":"key (type: string), value (type: string)","columnExprMap:":{"_col0":"key","_col1":"value"},"outputColumnNames:":["_col0","_col1"],"Statistics:":"Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"SEL_5","children":{"Reduce Output Operator":{"columnExprMap:":{"VALUE._col0":"_col0","VALUE._col1":"_col1"},"sort order:":"","Statistics:":"Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE","value expressions:":"_col0 (type: string), _col1 (type: string)","OperatorId:":"RS_7"}}}}}}}}],"Reduce Operator Tree:":{"Join Operator":{"columnExprMap:":{"_col0":"0:VALUE._col0","_col1":"0:VALUE._col1","_col2":"1:VALUE._col0","_col3":"1:VALUE._col1"},"condition map:":[{"":"Inner Join 0 to 1"}],"keys:":{},"outputColumnNames:":["_col0","_col1","_col2","_col3"],"Statistics:":"Num rows: 27556 Data size: 9809936 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"JOIN_8","children":{"File Output Operator":{"compressed:":"false","table:":{"input format:":"org.apache.hadoop.mapred.SequenceFileInputFormat","output format:":"org.apache.hadoop.hive.ql.io.HiveSequenceFileOutputFormat","serde:":"org.apache.hadoop.hive.serde2.lazybinary.LazyBinarySerDe"},"OperatorId:":"FS_15"}}}}}},"Stage-2":{"Map Reduce":{"Map Operator Tree:":[{"TableScan":{"columns:":["_col0","_col1","_col2","_col3"],"OperatorId:":"TS_16","children":{"Reduce Output Operator":{"columnExprMap:":{"KEY.reducesinkkey0":"_col0","KEY.reducesinkkey1":"_col1","KEY.reducesinkkey2":"_col2","KEY.reducesinkkey3":"_col3"},"key expressions:":"_col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string)","sort order:":"++++","Statistics:":"Num rows: 27556 Data size: 9809936 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"RS_10"}}}}],"Reduce Operator Tree:":{"Select Operator":{"expressions:":"KEY.reducesinkkey0 (type: string), KEY.reducesinkkey1 (type: string), KEY.reducesinkkey2 (type: string), KEY.reducesinkkey3 (type: string)","columnExprMap:":{"_col0":"KEY.reducesinkkey0","_col1":"KEY.reducesinkkey1","_col2":"KEY.reducesinkkey2","_col3":"KEY.reducesinkkey3"},"outputColumnNames:":["_col0","_col1","_col2","_col3"],"Statistics:":"Num rows: 27556 Data size: 9809936 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"SEL_11","children":{"File Output Operator":{"compressed:":"false","Statistics:":"Num rows: 27556 Data size: 9809936 Basic stats: COMPLETE Column stats: COMPLETE","table:":{"input format:":"org.apache.hadoop.mapred.SequenceFileInputFormat","output format:":"org.apache.hadoop.hive.ql.io.HiveSequenceFileOutputFormat","serde:":"org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe"},"OperatorId:":"FS_12"}}}}}},"Stage-0":{"Fetch Operator":{"limit:":"-1","Processor Tree:":{"ListSink":{"OperatorId:":"LIST_SINK_17"}}}}}} +{"cboInfo":"Plan not optimized by CBO because the statement has sort by","STAGE DEPENDENCIES":{"Stage-1":{"ROOT STAGE":"TRUE"},"Stage-2":{"DEPENDENT STAGES":"Stage-1"},"Stage-0":{"DEPENDENT STAGES":"Stage-2"}},"STAGE PLANS":{"Stage-1":{"Map Reduce":{"Map Operator Tree:":[{"TableScan":{"alias:":"src","columns:":["key","value"],"database:":"default","filterExpr:":"(key < 10) (type: boolean)","Statistics:":"Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE","table:":"src","isTempTable:":"false","OperatorId:":"TS_0","children":{"Filter Operator":{"predicate:":"(key < 10) (type: boolean)","Statistics:":"Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"FIL_13","children":{"Select Operator":{"expressions:":"key (type: string), value (type: string)","columnExprMap:":{"_col0":"key","_col1":"value"},"outputColumnNames:":["_col0","_col1"],"Statistics:":"Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"SEL_2","children":{"Reduce Output Operator":{"columnExprMap:":{"VALUE._col0":"_col0","VALUE._col1":"_col1"},"null sort order:":"","sort order:":"","Statistics:":"Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE","value expressions:":"_col0 (type: string), _col1 (type: string)","OperatorId:":"RS_6"}}}}}}}},{"TableScan":{"alias:":"src","columns:":["key","value"],"database:":"default","filterExpr:":"(key < 10) (type: boolean)","Statistics:":"Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE","table:":"src","isTempTable:":"false","OperatorId:":"TS_3","children":{"Filter Operator":{"predicate:":"(key < 10) (type: boolean)","Statistics:":"Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"FIL_14","children":{"Select Operator":{"expressions:":"key (type: string), value (type: string)","columnExprMap:":{"_col0":"key","_col1":"value"},"outputColumnNames:":["_col0","_col1"],"Statistics:":"Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"SEL_5","children":{"Reduce Output Operator":{"columnExprMap:":{"VALUE._col0":"_col0","VALUE._col1":"_col1"},"null sort order:":"","sort order:":"","Statistics:":"Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE","value expressions:":"_col0 (type: string), _col1 (type: string)","OperatorId:":"RS_7"}}}}}}}}],"Reduce Operator Tree:":{"Join Operator":{"columnExprMap:":{"_col0":"0:VALUE._col0","_col1":"0:VALUE._col1","_col2":"1:VALUE._col0","_col3":"1:VALUE._col1"},"condition map:":[{"":"Inner Join 0 to 1"}],"keys:":{},"outputColumnNames:":["_col0","_col1","_col2","_col3"],"Statistics:":"Num rows: 27556 Data size: 9809936 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"JOIN_8","children":{"File Output Operator":{"compressed:":"false","table:":{"input format:":"org.apache.hadoop.mapred.SequenceFileInputFormat","output format:":"org.apache.hadoop.hive.ql.io.HiveSequenceFileOutputFormat","serde:":"org.apache.hadoop.hive.serde2.lazybinary.LazyBinarySerDe"},"OperatorId:":"FS_15"}}}}}},"Stage-2":{"Map Reduce":{"Map Operator Tree:":[{"TableScan":{"columns:":["_col0","_col1","_col2","_col3"],"OperatorId:":"TS_16","children":{"Reduce Output Operator":{"columnExprMap:":{"KEY.reducesinkkey0":"_col0","KEY.reducesinkkey1":"_col1","KEY.reducesinkkey2":"_col2","KEY.reducesinkkey3":"_col3"},"key expressions:":"_col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string)","null sort order:":"zzzz","sort order:":"++++","Statistics:":"Num rows: 27556 Data size: 9809936 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"RS_10"}}}}],"Reduce Operator Tree:":{"Select Operator":{"expressions:":"KEY.reducesinkkey0 (type: string), KEY.reducesinkkey1 (type: string), KEY.reducesinkkey2 (type: string), KEY.reducesinkkey3 (type: string)","columnExprMap:":{"_col0":"KEY.reducesinkkey0","_col1":"KEY.reducesinkkey1","_col2":"KEY.reducesinkkey2","_col3":"KEY.reducesinkkey3"},"outputColumnNames:":["_col0","_col1","_col2","_col3"],"Statistics:":"Num rows: 27556 Data size: 9809936 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"SEL_11","children":{"File Output Operator":{"compressed:":"false","Statistics:":"Num rows: 27556 Data size: 9809936 Basic stats: COMPLETE Column stats: COMPLETE","table:":{"input format:":"org.apache.hadoop.mapred.SequenceFileInputFormat","output format:":"org.apache.hadoop.hive.ql.io.HiveSequenceFileOutputFormat","serde:":"org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe"},"OperatorId:":"FS_12"}}}}}},"Stage-0":{"Fetch Operator":{"limit:":"-1","Processor Tree:":{"ListSink":{"OperatorId:":"LIST_SINK_17"}}}}}} Warning: Shuffle Join JOIN[8][tables = [src1, src2]] in Stage 'Stage-1:MAPRED' is a cross product PREHOOK: query: SELECT src1.key as k1, src1.value as v1, src2.key as k2, src2.value as v2 FROM diff --git ql/src/test/results/clientpositive/join10.q.out ql/src/test/results/clientpositive/join10.q.out index 9445ac99c8..f43f78ea29 100644 --- ql/src/test/results/clientpositive/join10.q.out +++ ql/src/test/results/clientpositive/join10.q.out @@ -37,6 +37,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -53,6 +54,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/join11.q.out ql/src/test/results/clientpositive/join11.q.out index f41f9b72da..1679ca4e10 100644 --- ql/src/test/results/clientpositive/join11.q.out +++ ql/src/test/results/clientpositive/join11.q.out @@ -39,6 +39,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 14442 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 14442 Basic stats: COMPLETE Column stats: COMPLETE @@ -55,6 +56,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/join12.q.out ql/src/test/results/clientpositive/join12.q.out index 1b4a27dbdf..262917da65 100644 --- ql/src/test/results/clientpositive/join12.q.out +++ ql/src/test/results/clientpositive/join12.q.out @@ -46,6 +46,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 14442 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 14442 Basic stats: COMPLETE Column stats: COMPLETE @@ -62,6 +63,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 14442 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 14442 Basic stats: COMPLETE Column stats: COMPLETE @@ -87,6 +89,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 14442 Basic stats: COMPLETE Column stats: COMPLETE @@ -103,6 +106,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/join13.q.out ql/src/test/results/clientpositive/join13.q.out index 8eb6ab4bc8..876826aa98 100644 --- ql/src/test/results/clientpositive/join13.q.out +++ ql/src/test/results/clientpositive/join13.q.out @@ -46,6 +46,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE @@ -63,6 +64,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 14442 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 14442 Basic stats: COMPLETE Column stats: COMPLETE @@ -88,6 +90,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: (UDFToDouble(_col2) + UDFToDouble(_col0)) (type: double) + null sort order: a sort order: + Map-reduce partition columns: (UDFToDouble(_col2) + UDFToDouble(_col0)) (type: double) Statistics: Num rows: 166 Data size: 43990 Basic stats: COMPLETE Column stats: COMPLETE @@ -105,6 +108,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1328 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 166 Data size: 1328 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/join14.q.out ql/src/test/results/clientpositive/join14.q.out index dfe54f182a..85759ee92c 100644 --- ql/src/test/results/clientpositive/join14.q.out +++ ql/src/test/results/clientpositive/join14.q.out @@ -47,6 +47,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 14442 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 14442 Basic stats: COMPLETE Column stats: COMPLETE @@ -63,6 +64,7 @@ STAGE PLANS: Statistics: Num rows: 333 Data size: 59274 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 333 Data size: 59274 Basic stats: COMPLETE Column stats: COMPLETE @@ -128,6 +130,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/join15.q.out ql/src/test/results/clientpositive/join15.q.out index 6f54cbbefa..d897a4c4ea 100644 --- ql/src/test/results/clientpositive/join15.q.out +++ ql/src/test/results/clientpositive/join15.q.out @@ -26,6 +26,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -39,6 +40,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -69,6 +71,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string) + null sort order: zzzz sort order: ++++ Statistics: Num rows: 791 Data size: 281596 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized diff --git ql/src/test/results/clientpositive/join16.q.out ql/src/test/results/clientpositive/join16.q.out index ccb4ef8256..68146df01b 100644 --- ql/src/test/results/clientpositive/join16.q.out +++ ql/src/test/results/clientpositive/join16.q.out @@ -27,6 +27,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE @@ -43,6 +44,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/join18.q.out ql/src/test/results/clientpositive/join18.q.out index bb325a8afe..4f3db24583 100644 --- ql/src/test/results/clientpositive/join18.q.out +++ ql/src/test/results/clientpositive/join18.q.out @@ -56,6 +56,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -81,6 +82,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -88,6 +90,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE @@ -128,6 +131,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 2196 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 12 Data size: 2196 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/join18_multi_distinct.q.out ql/src/test/results/clientpositive/join18_multi_distinct.q.out index 33367ba672..546b84d24a 100644 --- ql/src/test/results/clientpositive/join18_multi_distinct.q.out +++ ql/src/test/results/clientpositive/join18_multi_distinct.q.out @@ -58,6 +58,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -83,6 +84,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -90,6 +92,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 12 Data size: 1224 Basic stats: COMPLETE Column stats: COMPLETE @@ -130,6 +133,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 2292 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 12 Data size: 2292 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/join19.q.out ql/src/test/results/clientpositive/join19.q.out index b347fccfaa..1f73360e3c 100644 --- ql/src/test/results/clientpositive/join19.q.out +++ ql/src/test/results/clientpositive/join19.q.out @@ -147,6 +147,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: NONE @@ -164,6 +165,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: NONE @@ -190,6 +192,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 607 Basic stats: COMPLETE Column stats: NONE @@ -197,6 +200,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 1 Data size: 607 Basic stats: COMPLETE Column stats: NONE @@ -223,6 +227,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col5 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col5 (type: string) Statistics: Num rows: 1 Data size: 667 Basic stats: COMPLETE Column stats: NONE @@ -230,6 +235,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 1 Data size: 607 Basic stats: COMPLETE Column stats: NONE @@ -271,6 +277,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: NONE @@ -288,6 +295,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: NONE @@ -323,6 +331,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: NONE @@ -340,6 +349,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/join2.q.out ql/src/test/results/clientpositive/join2.q.out index 71fa8f0b38..a8bae008e9 100644 --- ql/src/test/results/clientpositive/join2.q.out +++ ql/src/test/results/clientpositive/join2.q.out @@ -41,6 +41,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE @@ -58,6 +59,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE @@ -84,6 +86,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: (_col1 + _col3) (type: double) + null sort order: a sort order: + Map-reduce partition columns: (_col1 + _col3) (type: double) Statistics: Num rows: 791 Data size: 81473 Basic stats: COMPLETE Column stats: COMPLETE @@ -101,6 +104,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 49500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: double) Statistics: Num rows: 500 Data size: 49500 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/join20.q.out ql/src/test/results/clientpositive/join20.q.out index 75fd7fbd7d..d8966f97a1 100644 --- ql/src/test/results/clientpositive/join20.q.out +++ ql/src/test/results/clientpositive/join20.q.out @@ -29,6 +29,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE @@ -42,6 +43,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE @@ -68,6 +70,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 262 Data size: 93272 Basic stats: COMPLETE Column stats: COMPLETE @@ -77,6 +80,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -110,6 +114,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string) + null sort order: zzzzzz sort order: ++++++ Statistics: Num rows: 914 Data size: 310432 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized @@ -721,6 +726,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE @@ -734,6 +740,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE @@ -760,6 +767,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 86 Data size: 30616 Basic stats: COMPLETE Column stats: COMPLETE @@ -769,6 +777,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -802,6 +811,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string) + null sort order: zzzzzz sort order: ++++++ Statistics: Num rows: 636 Data size: 161980 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized diff --git ql/src/test/results/clientpositive/join21.q.out ql/src/test/results/clientpositive/join21.q.out index 228f07ca29..599ab361f9 100644 --- ql/src/test/results/clientpositive/join21.q.out +++ ql/src/test/results/clientpositive/join21.q.out @@ -23,6 +23,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -36,6 +37,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE @@ -65,6 +67,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col5 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col5 (type: string) Statistics: Num rows: 762 Data size: 182450 Basic stats: COMPLETE Column stats: COMPLETE @@ -74,6 +77,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -107,6 +111,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string) + null sort order: zzzzzz sort order: ++++++ Statistics: Num rows: 1705 Data size: 687326 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized diff --git ql/src/test/results/clientpositive/join22.q.out ql/src/test/results/clientpositive/join22.q.out index b509046340..e953c64827 100644 --- ql/src/test/results/clientpositive/join22.q.out +++ ql/src/test/results/clientpositive/join22.q.out @@ -30,6 +30,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -47,6 +48,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -72,6 +74,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 791 Data size: 140798 Basic stats: COMPLETE Column stats: COMPLETE @@ -89,6 +92,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 177500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 177500 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/join23.q.out ql/src/test/results/clientpositive/join23.q.out index 59e7a0dc43..4f8f0d8c14 100644 --- ql/src/test/results/clientpositive/join23.q.out +++ ql/src/test/results/clientpositive/join23.q.out @@ -26,6 +26,7 @@ STAGE PLANS: predicate: (key < 10) (type: boolean) Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE value expressions: key (type: string), value (type: string) @@ -37,6 +38,7 @@ STAGE PLANS: predicate: (key < 10) (type: boolean) Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE value expressions: key (type: string), value (type: string) @@ -66,6 +68,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string) + null sort order: zzzz sort order: ++++ Statistics: Num rows: 27556 Data size: 9809936 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized diff --git ql/src/test/results/clientpositive/join25.q.out ql/src/test/results/clientpositive/join25.q.out index 76d830f7c0..b3a613cb1d 100644 --- ql/src/test/results/clientpositive/join25.q.out +++ ql/src/test/results/clientpositive/join25.q.out @@ -130,6 +130,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1304 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) diff --git ql/src/test/results/clientpositive/join27.q.out ql/src/test/results/clientpositive/join27.q.out index 8b7fe248f2..e1d7b0e6e5 100644 --- ql/src/test/results/clientpositive/join27.q.out +++ ql/src/test/results/clientpositive/join27.q.out @@ -130,6 +130,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1304 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) diff --git ql/src/test/results/clientpositive/join28.q.out ql/src/test/results/clientpositive/join28.q.out index 26857950a5..b1a559ceea 100644 --- ql/src/test/results/clientpositive/join28.q.out +++ ql/src/test/results/clientpositive/join28.q.out @@ -167,6 +167,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/join29.q.out ql/src/test/results/clientpositive/join29.q.out index a41134b068..02566c21ac 100644 --- ql/src/test/results/clientpositive/join29.q.out +++ ql/src/test/results/clientpositive/join29.q.out @@ -57,6 +57,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE @@ -159,6 +160,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1288 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) @@ -240,6 +242,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE @@ -247,6 +250,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -308,6 +312,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/join3.q.out ql/src/test/results/clientpositive/join3.q.out index 8aeb5ea8b4..fc9fd35106 100644 --- ql/src/test/results/clientpositive/join3.q.out +++ ql/src/test/results/clientpositive/join3.q.out @@ -42,6 +42,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -58,6 +59,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -83,6 +85,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 791 Data size: 68817 Basic stats: COMPLETE Column stats: COMPLETE @@ -99,6 +102,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -164,6 +168,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/join30.q.out ql/src/test/results/clientpositive/join30.q.out index 1ae3de3d36..d8864f0fb0 100644 --- ql/src/test/results/clientpositive/join30.q.out +++ ql/src/test/results/clientpositive/join30.q.out @@ -83,6 +83,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE @@ -149,6 +150,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 848 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/join31.q.out ql/src/test/results/clientpositive/join31.q.out index 6cc5641474..b8c7d6d813 100644 --- ql/src/test/results/clientpositive/join31.q.out +++ ql/src/test/results/clientpositive/join31.q.out @@ -53,6 +53,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 1032 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 12 Data size: 1032 Basic stats: COMPLETE Column stats: COMPLETE @@ -121,6 +122,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 564 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 6 Data size: 564 Basic stats: COMPLETE Column stats: COMPLETE @@ -187,6 +189,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/join36.q.out ql/src/test/results/clientpositive/join36.q.out index d5ab3dbe93..33f7b72996 100644 --- ql/src/test/results/clientpositive/join36.q.out +++ ql/src/test/results/clientpositive/join36.q.out @@ -170,6 +170,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1272 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) diff --git ql/src/test/results/clientpositive/join37.q.out ql/src/test/results/clientpositive/join37.q.out index d4e4d19db6..9d0709623f 100644 --- ql/src/test/results/clientpositive/join37.q.out +++ ql/src/test/results/clientpositive/join37.q.out @@ -130,6 +130,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1304 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) diff --git ql/src/test/results/clientpositive/join38.q.out ql/src/test/results/clientpositive/join38.q.out index 9cbc5b1c48..24780d477a 100644 --- ql/src/test/results/clientpositive/join38.q.out +++ ql/src/test/results/clientpositive/join38.q.out @@ -115,6 +115,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 186 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 186 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/join39.q.out ql/src/test/results/clientpositive/join39.q.out index 2706260f77..ff8d2980e4 100644 --- ql/src/test/results/clientpositive/join39.q.out +++ ql/src/test/results/clientpositive/join39.q.out @@ -120,6 +120,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1760 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct) diff --git ql/src/test/results/clientpositive/join4.q.out ql/src/test/results/clientpositive/join4.q.out index c40bd14ee0..a01a85811f 100644 --- ql/src/test/results/clientpositive/join4.q.out +++ ql/src/test/results/clientpositive/join4.q.out @@ -63,6 +63,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE @@ -80,6 +81,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE @@ -145,6 +147,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1728 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct) diff --git ql/src/test/results/clientpositive/join40.q.out ql/src/test/results/clientpositive/join40.q.out index fe2a78c3ae..692598e575 100644 --- ql/src/test/results/clientpositive/join40.q.out +++ ql/src/test/results/clientpositive/join40.q.out @@ -25,6 +25,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -42,6 +43,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE @@ -676,6 +678,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -692,6 +695,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1792,6 +1796,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE @@ -1805,6 +1810,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE @@ -1831,6 +1837,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 262 Data size: 93272 Basic stats: COMPLETE Column stats: COMPLETE @@ -1840,6 +1847,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1873,6 +1881,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string) + null sort order: zzzzzz sort order: ++++++ Statistics: Num rows: 914 Data size: 310432 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized @@ -2484,6 +2493,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE @@ -2497,6 +2507,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE @@ -2523,6 +2534,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 86 Data size: 30616 Basic stats: COMPLETE Column stats: COMPLETE @@ -2532,6 +2544,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -2565,6 +2578,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string) + null sort order: zzzzzz sort order: ++++++ Statistics: Num rows: 636 Data size: 161980 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized @@ -3866,6 +3880,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/join41.q.out ql/src/test/results/clientpositive/join41.q.out index 8bd6fd88d6..4f34d8e73f 100644 --- ql/src/test/results/clientpositive/join41.q.out +++ ql/src/test/results/clientpositive/join41.q.out @@ -37,6 +37,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 522 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 3 Data size: 522 Basic stats: COMPLETE Column stats: COMPLETE @@ -54,6 +55,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 174 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 174 Basic stats: COMPLETE Column stats: COMPLETE @@ -119,6 +121,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 522 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 3 Data size: 522 Basic stats: COMPLETE Column stats: COMPLETE @@ -136,6 +139,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 174 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 174 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/join42.q.out ql/src/test/results/clientpositive/join42.q.out index 890811da0b..f236113168 100644 --- ql/src/test/results/clientpositive/join42.q.out +++ ql/src/test/results/clientpositive/join42.q.out @@ -157,6 +157,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -174,6 +175,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -199,6 +201,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -216,6 +219,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -240,6 +244,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col2 (type: int) @@ -253,6 +258,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Operator Tree: @@ -277,12 +283,14 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE TableScan Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -323,6 +331,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: int) @@ -336,6 +345,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Operator Tree: diff --git ql/src/test/results/clientpositive/join43.q.out ql/src/test/results/clientpositive/join43.q.out index 08e5c9125a..00aebd7000 100644 --- ql/src/test/results/clientpositive/join43.q.out +++ ql/src/test/results/clientpositive/join43.q.out @@ -271,6 +271,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 534 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 6 Data size: 534 Basic stats: COMPLETE Column stats: COMPLETE @@ -288,6 +289,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 356 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 4 Data size: 356 Basic stats: COMPLETE Column stats: COMPLETE @@ -324,6 +326,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 1 Data size: 93 Basic stats: COMPLETE Column stats: COMPLETE @@ -366,12 +369,14 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 534 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 6 Data size: 534 Basic stats: COMPLETE Column stats: COMPLETE TableScan Reduce Output Operator key expressions: _col0 (type: string), _col2 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col2 (type: int) Statistics: Num rows: 1 Data size: 89 Basic stats: COMPLETE Column stats: COMPLETE @@ -506,6 +511,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 534 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 6 Data size: 534 Basic stats: COMPLETE Column stats: COMPLETE @@ -523,6 +529,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 356 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 4 Data size: 356 Basic stats: COMPLETE Column stats: COMPLETE @@ -559,6 +566,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 1 Data size: 93 Basic stats: COMPLETE Column stats: COMPLETE @@ -597,6 +605,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 1086 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col3 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col3 (type: int) Statistics: Num rows: 6 Data size: 1086 Basic stats: COMPLETE Column stats: COMPLETE @@ -604,6 +613,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col2 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col2 (type: int) Statistics: Num rows: 1 Data size: 93 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/join44.q.out ql/src/test/results/clientpositive/join44.q.out index f1f381efe6..37aec61133 100644 --- ql/src/test/results/clientpositive/join44.q.out +++ ql/src/test/results/clientpositive/join44.q.out @@ -41,6 +41,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: val1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: val1 (type: int) Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: NONE @@ -54,6 +55,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: val1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: val1 (type: int) Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/join45.q.out ql/src/test/results/clientpositive/join45.q.out index 312474e2fb..59276b6fdb 100644 --- ql/src/test/results/clientpositive/join45.q.out +++ ql/src/test/results/clientpositive/join45.q.out @@ -41,6 +41,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 350 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 350 Basic stats: COMPLETE Column stats: COMPLETE @@ -58,6 +59,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE @@ -147,6 +149,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE @@ -164,6 +167,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -263,6 +267,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 2 Data size: 350 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 2 Data size: 350 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -278,6 +283,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -367,6 +373,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 25 Data size: 4475 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 25 Data size: 4475 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: boolean) @@ -378,6 +385,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 500 Data size: 91000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 91000 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: boolean) @@ -482,6 +490,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 25 Data size: 4575 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 25 Data size: 4575 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: double) @@ -493,6 +502,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: double) @@ -591,6 +601,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 25 Data size: 4575 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 25 Data size: 4575 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: double) @@ -602,6 +613,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: double) @@ -702,6 +714,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 25 Data size: 4575 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 25 Data size: 4575 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: double) @@ -713,6 +726,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: double) @@ -805,6 +819,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE @@ -822,6 +837,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE @@ -847,6 +863,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 539 Data size: 107254 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: double), _col3 (type: string), _col4 (type: string) @@ -858,6 +875,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 25 Data size: 4575 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 25 Data size: 4575 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: double) @@ -962,6 +980,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE @@ -979,6 +998,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE @@ -1004,6 +1024,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 539 Data size: 107254 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: double), _col3 (type: string), _col4 (type: string) @@ -1015,6 +1036,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 25 Data size: 4575 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 25 Data size: 4575 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: double) @@ -1122,6 +1144,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: double) @@ -1133,6 +1156,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 25 Data size: 4575 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 25 Data size: 4575 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: double) @@ -1165,6 +1189,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 4166 Data size: 1470598 Basic stats: COMPLETE Column stats: COMPLETE @@ -1178,6 +1203,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE @@ -1280,6 +1306,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1293,6 +1320,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE @@ -1318,6 +1346,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 64 Data size: 18640 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: double), _col3 (type: string), _col4 (type: string) @@ -1329,6 +1358,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 25 Data size: 4575 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 25 Data size: 4575 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: double) @@ -1422,6 +1452,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: double) @@ -1433,6 +1464,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 25 Data size: 4575 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 25 Data size: 4575 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: double) @@ -1465,6 +1497,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 4166 Data size: 1470598 Basic stats: COMPLETE Column stats: COMPLETE @@ -1478,6 +1511,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE @@ -1576,6 +1610,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1589,6 +1624,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE @@ -1614,6 +1650,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 564 Data size: 14440 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: double), _col3 (type: string), _col4 (type: string) @@ -1625,6 +1662,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 25 Data size: 4575 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 25 Data size: 4575 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: double) @@ -1736,6 +1774,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6 Statistics: Num rows: 20 Data size: 7218 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 20 Data size: 7218 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: int), _col3 (type: float), _col4 (type: boolean), _col5 (type: string), _col6 (type: boolean) @@ -1747,6 +1786,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5 Statistics: Num rows: 20 Data size: 7138 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 20 Data size: 7138 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: int), _col3 (type: float), _col4 (type: boolean), _col5 (type: string) @@ -1771,6 +1811,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 400 Data size: 294036 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: int), _col3 (type: float), _col4 (type: boolean), _col5 (type: string), _col6 (type: boolean), _col7 (type: string), _col8 (type: string), _col9 (type: int), _col10 (type: float), _col11 (type: boolean), _col12 (type: string) @@ -1782,6 +1823,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5 Statistics: Num rows: 20 Data size: 7138 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 20 Data size: 7138 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: int), _col3 (type: float), _col4 (type: boolean), _col5 (type: string) @@ -1806,11 +1848,13 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 8000 Data size: 8815454 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: int), _col3 (type: float), _col4 (type: boolean), _col5 (type: string), _col6 (type: boolean), _col7 (type: string), _col8 (type: string), _col9 (type: int), _col10 (type: float), _col11 (type: boolean), _col12 (type: string), _col13 (type: string), _col14 (type: string), _col15 (type: int), _col16 (type: float), _col17 (type: boolean), _col18 (type: string) TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 90 Data size: 65601 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: int), _col3 (type: float), _col4 (type: boolean), _col5 (type: string), _col6 (type: string), _col7 (type: string), _col8 (type: int), _col9 (type: float), _col10 (type: boolean), _col11 (type: string) @@ -1857,6 +1901,7 @@ STAGE PLANS: Statistics: Num rows: 18 Data size: 6406 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 18 Data size: 6406 Basic stats: COMPLETE Column stats: COMPLETE @@ -1870,6 +1915,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 7138 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 20 Data size: 7138 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/join46.q.out ql/src/test/results/clientpositive/join46.q.out index c7ae1eb11e..23604d8647 100644 --- ql/src/test/results/clientpositive/join46.q.out +++ ql/src/test/results/clientpositive/join46.q.out @@ -73,6 +73,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE @@ -90,6 +91,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 285 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 3 Data size: 285 Basic stats: COMPLETE Column stats: COMPLETE @@ -176,6 +178,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 596 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 6 Data size: 596 Basic stats: COMPLETE Column stats: COMPLETE @@ -193,6 +196,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 95 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 1 Data size: 95 Basic stats: COMPLETE Column stats: COMPLETE @@ -286,6 +290,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 6 Data size: 596 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 6 Data size: 596 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string), _col3 (type: boolean) @@ -301,6 +306,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 95 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 95 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -394,6 +400,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 384 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 4 Data size: 384 Basic stats: COMPLETE Column stats: COMPLETE @@ -407,6 +414,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE @@ -487,6 +495,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 6 Data size: 596 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 6 Data size: 596 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string), _col3 (type: boolean) @@ -498,6 +507,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -595,6 +605,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 6 Data size: 596 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 6 Data size: 596 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string), _col3 (type: boolean) @@ -606,6 +617,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -704,6 +716,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 6 Data size: 596 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 6 Data size: 596 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string), _col3 (type: boolean) @@ -715,6 +728,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -811,6 +825,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -822,6 +837,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -911,6 +927,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 596 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 6 Data size: 596 Basic stats: COMPLETE Column stats: COMPLETE @@ -928,6 +945,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 285 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 3 Data size: 285 Basic stats: COMPLETE Column stats: COMPLETE @@ -1020,6 +1038,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -1031,6 +1050,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -1124,6 +1144,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -1135,6 +1156,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 4 Data size: 396 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 4 Data size: 396 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string), _col3 (type: boolean) @@ -1233,6 +1255,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -1244,6 +1267,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -1333,6 +1357,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -1344,6 +1369,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 4 Data size: 396 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 4 Data size: 396 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string), _col3 (type: boolean) @@ -1443,6 +1469,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 384 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 4 Data size: 384 Basic stats: COMPLETE Column stats: COMPLETE @@ -1456,6 +1483,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 396 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 4 Data size: 396 Basic stats: COMPLETE Column stats: COMPLETE @@ -1548,6 +1576,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -1559,6 +1588,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -1653,6 +1683,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -1664,6 +1695,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -1756,6 +1788,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -1767,6 +1800,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -1858,6 +1892,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE @@ -1871,6 +1906,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE @@ -1992,6 +2028,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 396 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 4 Data size: 396 Basic stats: COMPLETE Column stats: COMPLETE @@ -2009,6 +2046,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 384 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 4 Data size: 384 Basic stats: COMPLETE Column stats: COMPLETE @@ -2039,11 +2077,13 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 8 Data size: 1528 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string), _col3 (type: int), _col4 (type: int), _col5 (type: string) TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 9 Data size: 1521 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string), _col3 (type: int), _col4 (type: int), _col5 (type: string) @@ -2077,6 +2117,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 596 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 6 Data size: 596 Basic stats: COMPLETE Column stats: COMPLETE @@ -2094,6 +2135,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 285 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 3 Data size: 285 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/join47.q.out ql/src/test/results/clientpositive/join47.q.out index e94ad43ec4..5e7d32cf3b 100644 --- ql/src/test/results/clientpositive/join47.q.out +++ ql/src/test/results/clientpositive/join47.q.out @@ -41,6 +41,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 350 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 350 Basic stats: COMPLETE Column stats: COMPLETE @@ -58,6 +59,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE @@ -147,6 +149,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE @@ -164,6 +167,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -263,6 +267,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 2 Data size: 350 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 2 Data size: 350 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -278,6 +283,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -367,6 +373,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 25 Data size: 4475 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 25 Data size: 4475 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: boolean) @@ -378,6 +385,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 500 Data size: 91000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 91000 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: boolean) @@ -480,6 +488,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 25 Data size: 4575 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 25 Data size: 4575 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: double) @@ -491,6 +500,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: double) @@ -587,6 +597,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 25 Data size: 4575 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 25 Data size: 4575 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: double) @@ -598,6 +609,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: double) @@ -696,6 +708,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 25 Data size: 4575 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 25 Data size: 4575 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: double) @@ -707,6 +720,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: double) @@ -797,6 +811,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE @@ -814,6 +829,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE @@ -839,6 +855,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 539 Data size: 107254 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: double), _col3 (type: string), _col4 (type: string) @@ -850,6 +867,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 25 Data size: 4575 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 25 Data size: 4575 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: double) @@ -952,6 +970,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE @@ -969,6 +988,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE @@ -994,6 +1014,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 539 Data size: 107254 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: double), _col3 (type: string), _col4 (type: string) @@ -1005,6 +1026,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 25 Data size: 4575 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 25 Data size: 4575 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: double) @@ -1110,6 +1132,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: double) @@ -1121,6 +1144,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 25 Data size: 4575 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 25 Data size: 4575 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: double) @@ -1151,6 +1175,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 4166 Data size: 1470598 Basic stats: COMPLETE Column stats: COMPLETE @@ -1164,6 +1189,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE @@ -1266,6 +1292,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1279,6 +1306,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE @@ -1304,6 +1332,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 64 Data size: 18640 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: double), _col3 (type: string), _col4 (type: string) @@ -1315,6 +1344,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 25 Data size: 4575 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 25 Data size: 4575 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: double) @@ -1406,6 +1436,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: double) @@ -1417,6 +1448,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 25 Data size: 4575 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 25 Data size: 4575 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: double) @@ -1447,6 +1479,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 4166 Data size: 1470598 Basic stats: COMPLETE Column stats: COMPLETE @@ -1460,6 +1493,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE @@ -1558,6 +1592,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1571,6 +1606,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE @@ -1596,6 +1632,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 564 Data size: 14440 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: double), _col3 (type: string), _col4 (type: string) @@ -1607,6 +1644,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 25 Data size: 4575 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 25 Data size: 4575 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: double) @@ -1716,6 +1754,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6 Statistics: Num rows: 20 Data size: 7218 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 20 Data size: 7218 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: int), _col3 (type: float), _col4 (type: boolean), _col5 (type: string), _col6 (type: boolean) @@ -1727,6 +1766,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5 Statistics: Num rows: 20 Data size: 7138 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 20 Data size: 7138 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: int), _col3 (type: float), _col4 (type: boolean), _col5 (type: string) @@ -1751,6 +1791,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 400 Data size: 294036 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: int), _col3 (type: float), _col4 (type: boolean), _col5 (type: string), _col6 (type: boolean), _col7 (type: string), _col8 (type: string), _col9 (type: int), _col10 (type: float), _col11 (type: boolean), _col12 (type: string) @@ -1762,6 +1803,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5 Statistics: Num rows: 20 Data size: 7138 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 20 Data size: 7138 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: int), _col3 (type: float), _col4 (type: boolean), _col5 (type: string) @@ -1786,11 +1828,13 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 8000 Data size: 8815454 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: int), _col3 (type: float), _col4 (type: boolean), _col5 (type: string), _col6 (type: boolean), _col7 (type: string), _col8 (type: string), _col9 (type: int), _col10 (type: float), _col11 (type: boolean), _col12 (type: string), _col13 (type: string), _col14 (type: string), _col15 (type: int), _col16 (type: float), _col17 (type: boolean), _col18 (type: string) TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 90 Data size: 65601 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: int), _col3 (type: float), _col4 (type: boolean), _col5 (type: string), _col6 (type: string), _col7 (type: string), _col8 (type: int), _col9 (type: float), _col10 (type: boolean), _col11 (type: string) @@ -1835,6 +1879,7 @@ STAGE PLANS: Statistics: Num rows: 18 Data size: 6406 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 18 Data size: 6406 Basic stats: COMPLETE Column stats: COMPLETE @@ -1848,6 +1893,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 7138 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 20 Data size: 7138 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/join5.q.out ql/src/test/results/clientpositive/join5.q.out index e02aff9f7d..c165242300 100644 --- ql/src/test/results/clientpositive/join5.q.out +++ ql/src/test/results/clientpositive/join5.q.out @@ -63,6 +63,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE @@ -80,6 +81,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE @@ -145,6 +147,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1728 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct) diff --git ql/src/test/results/clientpositive/join6.q.out ql/src/test/results/clientpositive/join6.q.out index 64a83e98c0..6cc88db05e 100644 --- ql/src/test/results/clientpositive/join6.q.out +++ ql/src/test/results/clientpositive/join6.q.out @@ -63,6 +63,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE @@ -80,6 +81,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE @@ -145,6 +147,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1728 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct) diff --git ql/src/test/results/clientpositive/join7.q.out ql/src/test/results/clientpositive/join7.q.out index d4fddfa537..b1538732f4 100644 --- ql/src/test/results/clientpositive/join7.q.out +++ ql/src/test/results/clientpositive/join7.q.out @@ -74,6 +74,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE @@ -91,6 +92,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE @@ -117,6 +119,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 110 Data size: 39160 Basic stats: COMPLETE Column stats: COMPLETE @@ -134,6 +137,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE @@ -199,6 +203,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 2592 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct), _col4 (type: struct), _col5 (type: struct) diff --git ql/src/test/results/clientpositive/join8.q.out ql/src/test/results/clientpositive/join8.q.out index 4c04a45c94..38bc38a846 100644 --- ql/src/test/results/clientpositive/join8.q.out +++ ql/src/test/results/clientpositive/join8.q.out @@ -63,6 +63,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE @@ -80,6 +81,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE @@ -148,6 +150,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1728 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct) diff --git ql/src/test/results/clientpositive/join_alt_syntax.q.out ql/src/test/results/clientpositive/join_alt_syntax.q.out index f413e7c39a..76cf901d57 100644 --- ql/src/test/results/clientpositive/join_alt_syntax.q.out +++ ql/src/test/results/clientpositive/join_alt_syntax.q.out @@ -25,6 +25,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 26 Data size: 3146 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 3146 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -36,6 +37,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 26 Data size: 3146 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 3146 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -96,6 +98,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3146 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3146 Basic stats: COMPLETE Column stats: COMPLETE @@ -112,6 +115,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3146 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3146 Basic stats: COMPLETE Column stats: COMPLETE @@ -137,6 +141,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 27 Data size: 6534 Basic stats: COMPLETE Column stats: COMPLETE @@ -154,6 +159,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3146 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3146 Basic stats: COMPLETE Column stats: COMPLETE @@ -214,6 +220,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3146 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3146 Basic stats: COMPLETE Column stats: COMPLETE @@ -230,6 +237,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3146 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3146 Basic stats: COMPLETE Column stats: COMPLETE @@ -255,6 +263,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 27 Data size: 6534 Basic stats: COMPLETE Column stats: COMPLETE @@ -272,6 +281,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3146 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3146 Basic stats: COMPLETE Column stats: COMPLETE @@ -333,6 +343,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3250 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 3250 Basic stats: COMPLETE Column stats: COMPLETE @@ -350,6 +361,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3146 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3146 Basic stats: COMPLETE Column stats: COMPLETE @@ -374,6 +386,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 27 Data size: 6642 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string) @@ -385,6 +398,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 26 Data size: 3250 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 3250 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: string) @@ -455,6 +469,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3250 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 3250 Basic stats: COMPLETE Column stats: COMPLETE @@ -472,6 +487,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3250 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 3250 Basic stats: COMPLETE Column stats: COMPLETE @@ -498,6 +514,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string) Statistics: Num rows: 27 Data size: 6642 Basic stats: COMPLETE Column stats: COMPLETE @@ -505,6 +522,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string) Statistics: Num rows: 27 Data size: 6642 Basic stats: COMPLETE Column stats: COMPLETE @@ -546,6 +564,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3250 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 3250 Basic stats: COMPLETE Column stats: COMPLETE @@ -563,6 +582,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3146 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3146 Basic stats: COMPLETE Column stats: COMPLETE @@ -625,6 +645,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3250 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 3250 Basic stats: COMPLETE Column stats: COMPLETE @@ -642,6 +663,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3250 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 3250 Basic stats: COMPLETE Column stats: COMPLETE @@ -668,6 +690,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string) Statistics: Num rows: 27 Data size: 6642 Basic stats: COMPLETE Column stats: COMPLETE @@ -675,6 +698,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string) Statistics: Num rows: 27 Data size: 6642 Basic stats: COMPLETE Column stats: COMPLETE @@ -716,6 +740,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3250 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 3250 Basic stats: COMPLETE Column stats: COMPLETE @@ -733,6 +758,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3146 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3146 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/join_by_range_rule_not_null.q.out ql/src/test/results/clientpositive/join_by_range_rule_not_null.q.out index 04e38e80d3..23db890e37 100644 --- ql/src/test/results/clientpositive/join_by_range_rule_not_null.q.out +++ ql/src/test/results/clientpositive/join_by_range_rule_not_null.q.out @@ -29,6 +29,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -46,6 +47,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE @@ -104,6 +106,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -119,6 +122,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -179,6 +183,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -196,6 +201,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE @@ -257,6 +263,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -272,6 +279,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -328,6 +336,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -339,6 +348,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -388,6 +398,7 @@ STAGE PLANS: alias: a Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE value expressions: key (type: string), value (type: string) @@ -395,6 +406,7 @@ STAGE PLANS: alias: b Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE value expressions: key (type: string), value (type: string) diff --git ql/src/test/results/clientpositive/join_cond_pushdown_1.q.out ql/src/test/results/clientpositive/join_cond_pushdown_1.q.out index 5fea4c2470..6b23239da6 100644 --- ql/src/test/results/clientpositive/join_cond_pushdown_1.q.out +++ ql/src/test/results/clientpositive/join_cond_pushdown_1.q.out @@ -30,6 +30,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -47,6 +48,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -73,6 +75,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col10 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col10 (type: string) Statistics: Num rows: 27 Data size: 33426 Basic stats: COMPLETE Column stats: COMPLETE @@ -90,6 +93,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -149,6 +153,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -166,6 +171,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -192,6 +198,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col10 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col10 (type: string) Statistics: Num rows: 27 Data size: 33426 Basic stats: COMPLETE Column stats: COMPLETE @@ -209,6 +216,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -269,6 +277,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -286,6 +295,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -311,6 +321,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 27 Data size: 33426 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string), _col9 (type: int), _col10 (type: string), _col11 (type: string), _col12 (type: string), _col13 (type: string), _col14 (type: int), _col15 (type: string), _col16 (type: double), _col17 (type: string) @@ -322,6 +333,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string) @@ -388,6 +400,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -405,6 +418,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 615 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 615 Basic stats: COMPLETE Column stats: COMPLETE @@ -430,6 +444,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1234 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string), _col9 (type: string), _col10 (type: string), _col11 (type: string), _col12 (type: string), _col13 (type: int), _col14 (type: string), _col15 (type: double), _col16 (type: string) @@ -441,6 +456,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string) diff --git ql/src/test/results/clientpositive/join_cond_pushdown_2.q.out ql/src/test/results/clientpositive/join_cond_pushdown_2.q.out index f1e07d10d5..63ac252dac 100644 --- ql/src/test/results/clientpositive/join_cond_pushdown_2.q.out +++ ql/src/test/results/clientpositive/join_cond_pushdown_2.q.out @@ -31,6 +31,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -48,6 +49,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -74,6 +76,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col10 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col10 (type: string) Statistics: Num rows: 27 Data size: 33426 Basic stats: COMPLETE Column stats: COMPLETE @@ -81,6 +84,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 27 Data size: 33426 Basic stats: COMPLETE Column stats: COMPLETE @@ -122,6 +126,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -139,6 +144,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -200,6 +206,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -217,6 +224,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -243,6 +251,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col9 (type: int), _col10 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col9 (type: int), _col10 (type: string) Statistics: Num rows: 27 Data size: 33426 Basic stats: COMPLETE Column stats: COMPLETE @@ -250,6 +259,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string) Statistics: Num rows: 27 Data size: 33426 Basic stats: COMPLETE Column stats: COMPLETE @@ -291,6 +301,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -308,6 +319,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/join_cond_pushdown_3.q.out ql/src/test/results/clientpositive/join_cond_pushdown_3.q.out index 3364572100..7f49a33452 100644 --- ql/src/test/results/clientpositive/join_cond_pushdown_3.q.out +++ ql/src/test/results/clientpositive/join_cond_pushdown_3.q.out @@ -32,6 +32,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -49,6 +50,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -75,6 +77,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col10 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col10 (type: string) Statistics: Num rows: 27 Data size: 33426 Basic stats: COMPLETE Column stats: COMPLETE @@ -92,6 +95,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -153,6 +157,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -170,6 +175,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -196,6 +202,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col10 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col10 (type: string) Statistics: Num rows: 27 Data size: 33426 Basic stats: COMPLETE Column stats: COMPLETE @@ -213,6 +220,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -275,6 +283,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -292,6 +301,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -317,6 +327,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 27 Data size: 33426 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string), _col9 (type: int), _col10 (type: string), _col11 (type: string), _col12 (type: string), _col13 (type: string), _col14 (type: int), _col15 (type: string), _col16 (type: double), _col17 (type: string) @@ -328,6 +339,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string) @@ -396,6 +408,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -413,6 +426,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 615 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 615 Basic stats: COMPLETE Column stats: COMPLETE @@ -438,6 +452,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1234 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string), _col9 (type: string), _col10 (type: string), _col11 (type: string), _col12 (type: string), _col13 (type: int), _col14 (type: string), _col15 (type: double), _col16 (type: string) @@ -449,6 +464,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string) diff --git ql/src/test/results/clientpositive/join_cond_pushdown_4.q.out ql/src/test/results/clientpositive/join_cond_pushdown_4.q.out index 7ec61126c8..0699615740 100644 --- ql/src/test/results/clientpositive/join_cond_pushdown_4.q.out +++ ql/src/test/results/clientpositive/join_cond_pushdown_4.q.out @@ -33,6 +33,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -50,6 +51,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -76,6 +78,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col10 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col10 (type: string) Statistics: Num rows: 27 Data size: 33426 Basic stats: COMPLETE Column stats: COMPLETE @@ -83,6 +86,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 27 Data size: 33426 Basic stats: COMPLETE Column stats: COMPLETE @@ -124,6 +128,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -141,6 +146,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -204,6 +210,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -221,6 +228,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -247,6 +255,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col9 (type: int), _col10 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col9 (type: int), _col10 (type: string) Statistics: Num rows: 27 Data size: 33426 Basic stats: COMPLETE Column stats: COMPLETE @@ -254,6 +263,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string) Statistics: Num rows: 27 Data size: 33426 Basic stats: COMPLETE Column stats: COMPLETE @@ -295,6 +305,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -312,6 +323,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/join_cond_pushdown_unqual1.q.out ql/src/test/results/clientpositive/join_cond_pushdown_unqual1.q.out index 8a76f40505..b68949589a 100644 --- ql/src/test/results/clientpositive/join_cond_pushdown_unqual1.q.out +++ ql/src/test/results/clientpositive/join_cond_pushdown_unqual1.q.out @@ -90,6 +90,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE @@ -107,6 +108,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE @@ -133,6 +135,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 1232 Basic stats: COMPLETE Column stats: NONE @@ -150,6 +153,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -217,6 +221,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE @@ -234,6 +239,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE @@ -260,6 +266,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 1232 Basic stats: COMPLETE Column stats: NONE @@ -277,6 +284,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -345,6 +353,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE @@ -362,6 +371,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE @@ -387,6 +397,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1232 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string), _col9 (type: int), _col10 (type: string), _col11 (type: string), _col12 (type: string), _col13 (type: string), _col14 (type: int), _col15 (type: string), _col16 (type: double), _col17 (type: string) @@ -398,6 +409,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string) @@ -468,6 +480,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE @@ -485,6 +498,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE @@ -510,6 +524,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1232 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string), _col9 (type: string), _col10 (type: string), _col11 (type: string), _col12 (type: string), _col13 (type: int), _col14 (type: string), _col15 (type: double), _col16 (type: string) @@ -521,6 +536,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string) diff --git ql/src/test/results/clientpositive/join_cond_pushdown_unqual2.q.out ql/src/test/results/clientpositive/join_cond_pushdown_unqual2.q.out index a44725d686..811b86e9d0 100644 --- ql/src/test/results/clientpositive/join_cond_pushdown_unqual2.q.out +++ ql/src/test/results/clientpositive/join_cond_pushdown_unqual2.q.out @@ -91,6 +91,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE @@ -108,6 +109,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE @@ -134,6 +136,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 1232 Basic stats: COMPLETE Column stats: NONE @@ -151,6 +154,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -177,6 +181,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col19 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col19 (type: string) Statistics: Num rows: 28 Data size: 17703 Basic stats: COMPLETE Column stats: NONE @@ -194,6 +199,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -264,6 +270,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE @@ -281,6 +288,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE @@ -307,6 +315,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string) Statistics: Num rows: 1 Data size: 1232 Basic stats: COMPLETE Column stats: NONE @@ -324,6 +333,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -350,6 +360,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col18 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col18 (type: int) Statistics: Num rows: 28 Data size: 17703 Basic stats: COMPLETE Column stats: NONE @@ -367,6 +378,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/join_cond_pushdown_unqual3.q.out ql/src/test/results/clientpositive/join_cond_pushdown_unqual3.q.out index 82ab905165..c5ae2219cf 100644 --- ql/src/test/results/clientpositive/join_cond_pushdown_unqual3.q.out +++ ql/src/test/results/clientpositive/join_cond_pushdown_unqual3.q.out @@ -92,6 +92,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE @@ -109,6 +110,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE @@ -135,6 +137,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 1232 Basic stats: COMPLETE Column stats: NONE @@ -152,6 +155,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -221,6 +225,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE @@ -238,6 +243,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE @@ -264,6 +270,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 1232 Basic stats: COMPLETE Column stats: NONE @@ -281,6 +288,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -351,6 +359,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE @@ -368,6 +377,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE @@ -393,6 +403,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1232 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string), _col9 (type: int), _col10 (type: string), _col11 (type: string), _col12 (type: string), _col13 (type: string), _col14 (type: int), _col15 (type: string), _col16 (type: double), _col17 (type: string) @@ -404,6 +415,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string) @@ -476,6 +488,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE @@ -493,6 +506,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE @@ -518,6 +532,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1232 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string), _col9 (type: string), _col10 (type: string), _col11 (type: string), _col12 (type: string), _col13 (type: int), _col14 (type: string), _col15 (type: double), _col16 (type: string) @@ -529,6 +544,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string) diff --git ql/src/test/results/clientpositive/join_cond_pushdown_unqual4.q.out ql/src/test/results/clientpositive/join_cond_pushdown_unqual4.q.out index 71cf5d7d07..937e1a6ae9 100644 --- ql/src/test/results/clientpositive/join_cond_pushdown_unqual4.q.out +++ ql/src/test/results/clientpositive/join_cond_pushdown_unqual4.q.out @@ -93,6 +93,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE @@ -110,6 +111,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE @@ -136,6 +138,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 1232 Basic stats: COMPLETE Column stats: NONE @@ -153,6 +156,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -179,6 +183,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col19 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col19 (type: string) Statistics: Num rows: 28 Data size: 17703 Basic stats: COMPLETE Column stats: NONE @@ -196,6 +201,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -268,6 +274,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE @@ -285,6 +292,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE @@ -311,6 +319,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string) Statistics: Num rows: 1 Data size: 1232 Basic stats: COMPLETE Column stats: NONE @@ -328,6 +337,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -354,6 +364,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col18 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col18 (type: int) Statistics: Num rows: 28 Data size: 17703 Basic stats: COMPLETE Column stats: NONE @@ -371,6 +382,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/join_cond_pushdown_unqual5.q.out ql/src/test/results/clientpositive/join_cond_pushdown_unqual5.q.out index ea2535775b..c55cfb2e59 100644 --- ql/src/test/results/clientpositive/join_cond_pushdown_unqual5.q.out +++ ql/src/test/results/clientpositive/join_cond_pushdown_unqual5.q.out @@ -64,6 +64,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 388 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string), _col3 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col2 (type: string), _col3 (type: string) Statistics: Num rows: 2 Data size: 388 Basic stats: COMPLETE Column stats: COMPLETE @@ -81,6 +82,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 384 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string), _col2 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col2 (type: string) Statistics: Num rows: 2 Data size: 384 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/join_emit_interval.q.out ql/src/test/results/clientpositive/join_emit_interval.q.out index ef406607b1..e8ca3e2ac7 100644 --- ql/src/test/results/clientpositive/join_emit_interval.q.out +++ ql/src/test/results/clientpositive/join_emit_interval.q.out @@ -73,6 +73,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 596 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 6 Data size: 596 Basic stats: COMPLETE Column stats: COMPLETE @@ -90,6 +91,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 285 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 3 Data size: 285 Basic stats: COMPLETE Column stats: COMPLETE @@ -178,6 +180,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 6 Data size: 596 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 6 Data size: 596 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string), _col3 (type: boolean) @@ -189,6 +192,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) diff --git ql/src/test/results/clientpositive/join_grp_diff_keys.q.out ql/src/test/results/clientpositive/join_grp_diff_keys.q.out index 9839aea4a1..072100544d 100644 --- ql/src/test/results/clientpositive/join_grp_diff_keys.q.out +++ ql/src/test/results/clientpositive/join_grp_diff_keys.q.out @@ -80,6 +80,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 192 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 1 Data size: 192 Basic stats: COMPLETE Column stats: NONE @@ -96,6 +97,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -121,6 +123,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 1 Data size: 211 Basic stats: COMPLETE Column stats: NONE @@ -137,6 +140,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -162,6 +166,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 1 Data size: 232 Basic stats: COMPLETE Column stats: NONE @@ -178,6 +183,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -210,6 +216,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 255 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/join_hive_626.q.out ql/src/test/results/clientpositive/join_hive_626.q.out index 04279a686b..28121850fe 100644 --- ql/src/test/results/clientpositive/join_hive_626.q.out +++ ql/src/test/results/clientpositive/join_hive_626.q.out @@ -94,6 +94,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 192 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 1 Data size: 192 Basic stats: COMPLETE Column stats: NONE @@ -111,6 +112,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -137,6 +139,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 211 Basic stats: COMPLETE Column stats: NONE @@ -154,6 +157,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/join_merge_multi_expressions.q.out ql/src/test/results/clientpositive/join_merge_multi_expressions.q.out index 89c293e36c..5f51b061f8 100644 --- ql/src/test/results/clientpositive/join_merge_multi_expressions.q.out +++ ql/src/test/results/clientpositive/join_merge_multi_expressions.q.out @@ -39,6 +39,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 542000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 2000 Data size: 542000 Basic stats: COMPLETE Column stats: COMPLETE @@ -55,6 +56,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 542000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 2000 Data size: 542000 Basic stats: COMPLETE Column stats: COMPLETE @@ -80,6 +82,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 12658 Data size: 3430318 Basic stats: COMPLETE Column stats: COMPLETE @@ -96,6 +99,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 542000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 2000 Data size: 542000 Basic stats: COMPLETE Column stats: COMPLETE @@ -125,6 +129,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/join_merging.q.out ql/src/test/results/clientpositive/join_merging.q.out index 6fd4052dea..26a77c2a53 100644 --- ql/src/test/results/clientpositive/join_merging.q.out +++ ql/src/test/results/clientpositive/join_merging.q.out @@ -34,6 +34,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 208 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 208 Basic stats: COMPLETE Column stats: COMPLETE @@ -51,6 +52,7 @@ STAGE PLANS: Statistics: Num rows: 21 Data size: 168 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 21 Data size: 168 Basic stats: COMPLETE Column stats: COMPLETE @@ -87,12 +89,14 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE TableScan Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 21 Data size: 252 Basic stats: COMPLETE Column stats: COMPLETE @@ -160,6 +164,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 312 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 312 Basic stats: COMPLETE Column stats: COMPLETE @@ -177,6 +182,7 @@ STAGE PLANS: Statistics: Num rows: 21 Data size: 168 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 21 Data size: 168 Basic stats: COMPLETE Column stats: COMPLETE @@ -216,12 +222,14 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE TableScan Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 7 Data size: 84 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/join_on_varchar.q.out ql/src/test/results/clientpositive/join_on_varchar.q.out index b383153bd6..01bd1e3ae9 100644 --- ql/src/test/results/clientpositive/join_on_varchar.q.out +++ ql/src/test/results/clientpositive/join_on_varchar.q.out @@ -118,6 +118,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 382 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: varchar(10)), _col1 (type: varchar(30)) + null sort order: zz sort order: ++ Statistics: Num rows: 2 Data size: 382 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized diff --git ql/src/test/results/clientpositive/join_parse.q.out ql/src/test/results/clientpositive/join_parse.q.out index aba4cb5056..3f0a3fa966 100644 --- ql/src/test/results/clientpositive/join_parse.q.out +++ ql/src/test/results/clientpositive/join_parse.q.out @@ -44,6 +44,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 356000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 356000 Basic stats: COMPLETE Column stats: COMPLETE @@ -61,6 +62,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -86,6 +88,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 3164 Data size: 563192 Basic stats: COMPLETE Column stats: COMPLETE @@ -103,6 +106,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE @@ -179,6 +183,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 356000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 356000 Basic stats: COMPLETE Column stats: COMPLETE @@ -196,6 +201,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -221,6 +227,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 3164 Data size: 563192 Basic stats: COMPLETE Column stats: COMPLETE @@ -238,6 +245,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE @@ -314,6 +322,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 356000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 356000 Basic stats: COMPLETE Column stats: COMPLETE @@ -331,6 +340,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -356,6 +366,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 3164 Data size: 563192 Basic stats: COMPLETE Column stats: COMPLETE @@ -373,6 +384,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE @@ -452,6 +464,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 356000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 356000 Basic stats: COMPLETE Column stats: COMPLETE @@ -469,6 +482,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -494,6 +508,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 3164 Data size: 563192 Basic stats: COMPLETE Column stats: COMPLETE @@ -501,6 +516,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 791 Data size: 71981 Basic stats: COMPLETE Column stats: COMPLETE @@ -541,6 +557,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -558,6 +575,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/join_rc.q.out ql/src/test/results/clientpositive/join_rc.q.out index 27c9222479..ab2aad641a 100644 --- ql/src/test/results/clientpositive/join_rc.q.out +++ ql/src/test/results/clientpositive/join_rc.q.out @@ -69,6 +69,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -85,6 +86,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/join_reorder.q.out ql/src/test/results/clientpositive/join_reorder.q.out index e30750bcbc..09d62c6507 100644 --- ql/src/test/results/clientpositive/join_reorder.q.out +++ ql/src/test/results/clientpositive/join_reorder.q.out @@ -75,6 +75,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: UDFToDouble(key) (type: double) + null sort order: a sort order: + Map-reduce partition columns: UDFToDouble(key) (type: double) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -88,6 +89,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: (key + 1) (type: double) + null sort order: a sort order: + Map-reduce partition columns: (key + 1) (type: double) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -148,6 +150,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: UDFToDouble(key) (type: double) + null sort order: a sort order: + Map-reduce partition columns: UDFToDouble(key) (type: double) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -161,6 +164,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: (key + 1) (type: double) + null sort order: a sort order: + Map-reduce partition columns: (key + 1) (type: double) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -256,6 +260,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -265,6 +270,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE @@ -290,6 +296,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 404 Basic stats: COMPLETE Column stats: NONE @@ -299,6 +306,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: val (type: string) + null sort order: a sort order: + Map-reduce partition columns: val (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE @@ -361,6 +369,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -370,6 +379,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE @@ -395,6 +405,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 404 Basic stats: COMPLETE Column stats: NONE @@ -404,6 +415,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: val (type: string) + null sort order: a sort order: + Map-reduce partition columns: val (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE @@ -511,6 +523,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string), val (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string), val (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -519,6 +532,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string), val (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string), val (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -527,6 +541,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string), val (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string), val (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -593,6 +608,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string), val (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string), val (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -601,6 +617,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string), val (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string), val (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -609,6 +626,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string), val (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string), val (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/join_reorder2.q.out ql/src/test/results/clientpositive/join_reorder2.q.out index 540694c8d1..7f799255d6 100644 --- ql/src/test/results/clientpositive/join_reorder2.q.out +++ ql/src/test/results/clientpositive/join_reorder2.q.out @@ -103,6 +103,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -116,6 +117,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -142,6 +144,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col5 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col5 (type: string) Statistics: Num rows: 1 Data size: 404 Basic stats: COMPLETE Column stats: NONE @@ -155,6 +158,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -181,6 +185,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col10 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col10 (type: string) Statistics: Num rows: 1 Data size: 444 Basic stats: COMPLETE Column stats: NONE @@ -194,6 +199,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -287,6 +293,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -300,6 +307,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -326,6 +334,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 404 Basic stats: COMPLETE Column stats: NONE @@ -339,6 +348,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: val (type: string) + null sort order: a sort order: + Map-reduce partition columns: val (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -365,6 +375,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: (_col0 + 1) (type: double) + null sort order: a sort order: + Map-reduce partition columns: (_col0 + 1) (type: double) Statistics: Num rows: 1 Data size: 444 Basic stats: COMPLETE Column stats: NONE @@ -378,6 +389,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: (key + 1) (type: double) + null sort order: a sort order: + Map-reduce partition columns: (key + 1) (type: double) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/join_reorder3.q.out ql/src/test/results/clientpositive/join_reorder3.q.out index 8e419e55a0..d6665054a9 100644 --- ql/src/test/results/clientpositive/join_reorder3.q.out +++ ql/src/test/results/clientpositive/join_reorder3.q.out @@ -103,6 +103,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -116,6 +117,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -142,6 +144,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col5 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col5 (type: string) Statistics: Num rows: 1 Data size: 404 Basic stats: COMPLETE Column stats: NONE @@ -155,6 +158,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -181,6 +185,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col10 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col10 (type: string) Statistics: Num rows: 1 Data size: 444 Basic stats: COMPLETE Column stats: NONE @@ -194,6 +199,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -287,6 +293,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -300,6 +307,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -326,6 +334,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 404 Basic stats: COMPLETE Column stats: NONE @@ -339,6 +348,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: val (type: string) + null sort order: a sort order: + Map-reduce partition columns: val (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -365,6 +375,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: (_col0 + 1) (type: double) + null sort order: a sort order: + Map-reduce partition columns: (_col0 + 1) (type: double) Statistics: Num rows: 1 Data size: 444 Basic stats: COMPLETE Column stats: NONE @@ -378,6 +389,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: (key + 1) (type: double) + null sort order: a sort order: + Map-reduce partition columns: (key + 1) (type: double) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/join_reorder4.q.out ql/src/test/results/clientpositive/join_reorder4.q.out index d99526ad04..bcbc6d46c9 100644 --- ql/src/test/results/clientpositive/join_reorder4.q.out +++ ql/src/test/results/clientpositive/join_reorder4.q.out @@ -76,6 +76,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: key1 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -89,6 +90,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: key2 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -115,6 +117,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 404 Basic stats: COMPLETE Column stats: NONE @@ -128,6 +131,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key3 (type: string) + null sort order: a sort order: + Map-reduce partition columns: key3 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -202,6 +206,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: key1 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -215,6 +220,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: key2 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -241,6 +247,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 404 Basic stats: COMPLETE Column stats: NONE @@ -254,6 +261,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key3 (type: string) + null sort order: a sort order: + Map-reduce partition columns: key3 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -328,6 +336,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: key1 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -341,6 +350,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: key2 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -367,6 +377,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 404 Basic stats: COMPLETE Column stats: NONE @@ -380,6 +391,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key3 (type: string) + null sort order: a sort order: + Map-reduce partition columns: key3 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/join_thrift.q.out ql/src/test/results/clientpositive/join_thrift.q.out index 2684c3322e..491cbf4e5a 100644 --- ql/src/test/results/clientpositive/join_thrift.q.out +++ ql/src/test/results/clientpositive/join_thrift.q.out @@ -47,6 +47,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: aint (type: int) + null sort order: a sort order: + Map-reduce partition columns: aint (type: int) Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: NONE @@ -59,6 +60,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 28204 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: aint (type: int) + null sort order: a sort order: + Map-reduce partition columns: aint (type: int) Statistics: Num rows: 11 Data size: 28204 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/join_vc.q.out ql/src/test/results/clientpositive/join_vc.q.out index 9d8141aef6..305dbd1050 100644 --- ql/src/test/results/clientpositive/join_vc.q.out +++ ql/src/test/results/clientpositive/join_vc.q.out @@ -29,6 +29,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -46,6 +47,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -71,6 +73,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 791 Data size: 71981 Basic stats: COMPLETE Column stats: COMPLETE @@ -87,6 +90,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE @@ -117,6 +121,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: bigint), _col1 (type: string), _col2 (type: string) + null sort order: zzz sort order: +++ Statistics: Num rows: 1288 Data size: 239568 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -188,6 +193,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 14442 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 14442 Basic stats: COMPLETE Column stats: COMPLETE @@ -204,6 +210,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 15770 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 15770 Basic stats: COMPLETE Column stats: COMPLETE @@ -234,6 +241,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: z sort order: + Statistics: Num rows: 166 Data size: 1328 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized diff --git ql/src/test/results/clientpositive/join_view.q.out ql/src/test/results/clientpositive/join_view.q.out index 7d7277de3e..eb8e7717dd 100644 --- ql/src/test/results/clientpositive/join_view.q.out +++ ql/src/test/results/clientpositive/join_view.q.out @@ -72,6 +72,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 84 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 84 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -89,6 +90,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: COMPLETE value expressions: _col0 (type: int) diff --git ql/src/test/results/clientpositive/keep_uniform.q.out ql/src/test/results/clientpositive/keep_uniform.q.out index 9d02932b95..3b75dbbec8 100644 --- ql/src/test/results/clientpositive/keep_uniform.q.out +++ ql/src/test/results/clientpositive/keep_uniform.q.out @@ -460,6 +460,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 240 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 1 Data size: 240 Basic stats: COMPLETE Column stats: NONE @@ -477,6 +478,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -509,6 +511,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 1 Data size: 264 Basic stats: COMPLETE Column stats: NONE @@ -526,6 +529,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -558,6 +562,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col3 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: int) Statistics: Num rows: 1 Data size: 290 Basic stats: COMPLETE Column stats: NONE @@ -565,6 +570,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -597,6 +603,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col3 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: int) Statistics: Num rows: 1 Data size: 319 Basic stats: COMPLETE Column stats: NONE @@ -604,6 +611,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -636,6 +644,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 350 Basic stats: COMPLETE Column stats: NONE @@ -653,6 +662,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -695,6 +705,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:_col0:int, 1:_col2:decimal(17,2), 2:_col3:decimal(17,2)] Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -751,6 +762,7 @@ STAGE PLANS: native: true vectorizationSchemaColumns: [0:_col0:bigint, 1:_col1:decimal(17,2), 2:_col2:decimal(17,2)] Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -809,6 +821,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -826,6 +839,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -875,6 +889,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:_col0:int] Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -932,6 +947,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -949,6 +965,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -999,12 +1016,14 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col13 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col13 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE TableScan Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -1046,6 +1065,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:_col0:int] Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/lateral_view_cp.q.out ql/src/test/results/clientpositive/lateral_view_cp.q.out index 893900f8d3..0198ca5f8e 100644 --- ql/src/test/results/clientpositive/lateral_view_cp.q.out +++ ql/src/test/results/clientpositive/lateral_view_cp.q.out @@ -48,6 +48,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -60,6 +61,7 @@ STAGE PLANS: Statistics: Num rows: 475 Data size: 951428 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 475 Data size: 951428 Basic stats: COMPLETE Column stats: NONE @@ -124,6 +126,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/lateral_view_explode2.q.out ql/src/test/results/clientpositive/lateral_view_explode2.q.out index ca1188e53d..5100e149e9 100644 --- ql/src/test/results/clientpositive/lateral_view_explode2.q.out +++ ql/src/test/results/clientpositive/lateral_view_explode2.q.out @@ -38,6 +38,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -60,6 +61,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/lateral_view_noalias.q.out ql/src/test/results/clientpositive/lateral_view_noalias.q.out index d9ae650946..c5d0867905 100644 --- ql/src/test/results/clientpositive/lateral_view_noalias.q.out +++ ql/src/test/results/clientpositive/lateral_view_noalias.q.out @@ -156,6 +156,7 @@ STAGE PLANS: Number of rows: 2 Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -178,6 +179,7 @@ STAGE PLANS: Number of rows: 2 Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -206,6 +208,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -213,6 +216,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -255,6 +259,7 @@ STAGE PLANS: Number of rows: 2 Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -277,6 +282,7 @@ STAGE PLANS: Number of rows: 2 Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/lateral_view_onview.q.out ql/src/test/results/clientpositive/lateral_view_onview.q.out index 6a735c0327..01d5549907 100644 --- ql/src/test/results/clientpositive/lateral_view_onview.q.out +++ ql/src/test/results/clientpositive/lateral_view_onview.q.out @@ -69,6 +69,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 374136 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col4 (type: int) + null sort order: zz sort order: ++ Statistics: Num rows: 1000 Data size: 374136 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -85,6 +86,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 374136 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col4 (type: int) + null sort order: zz sort order: ++ Statistics: Num rows: 1000 Data size: 374136 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -110,6 +112,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col4 (type: int) + null sort order: zz sort order: ++ Statistics: Num rows: 1 Data size: 374 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -715,6 +718,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 485000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: c1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: c1 (type: string) Statistics: Num rows: 500 Data size: 485000 Basic stats: COMPLETE Column stats: COMPLETE @@ -728,6 +732,7 @@ STAGE PLANS: Statistics: Num rows: 475 Data size: 137468 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: c1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: c1 (type: string) Statistics: Num rows: 475 Data size: 137468 Basic stats: COMPLETE Column stats: NONE @@ -783,6 +788,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col13 (type: int) + null sort order: zz sort order: ++ Statistics: Num rows: 1100 Data size: 1067000 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -809,6 +815,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col13 (type: int) + null sort order: zz sort order: ++ Statistics: Num rows: 1 Data size: 970 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/leftsemijoin.q.out ql/src/test/results/clientpositive/leftsemijoin.q.out index 1cb576faa8..22e37fbe7e 100644 --- ql/src/test/results/clientpositive/leftsemijoin.q.out +++ ql/src/test/results/clientpositive/leftsemijoin.q.out @@ -138,6 +138,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 26 Data size: 3146 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 3146 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -147,6 +148,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Reduce Operator Tree: @@ -187,6 +189,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 5850 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 5850 Basic stats: COMPLETE Column stats: COMPLETE @@ -194,6 +197,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 3025 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/limit_pushdown2.q.out ql/src/test/results/clientpositive/limit_pushdown2.q.out index a1f50ec216..7455345e61 100644 --- ql/src/test/results/clientpositive/limit_pushdown2.q.out +++ ql/src/test/results/clientpositive/limit_pushdown2.q.out @@ -36,6 +36,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 48500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 48500 Basic stats: COMPLETE Column stats: COMPLETE @@ -140,6 +141,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 48500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: +- Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 48500 Basic stats: COMPLETE Column stats: COMPLETE @@ -244,6 +246,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 48500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: -+ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 48500 Basic stats: COMPLETE Column stats: COMPLETE @@ -348,6 +351,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 48500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 48500 Basic stats: COMPLETE Column stats: COMPLETE @@ -452,6 +456,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 48500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: -+ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 48500 Basic stats: COMPLETE Column stats: COMPLETE @@ -556,6 +561,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 48500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: za sort order: -+ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 48500 Basic stats: COMPLETE Column stats: COMPLETE @@ -661,6 +667,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE @@ -687,6 +694,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: zzz sort order: +++ Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.3 @@ -784,6 +792,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: -+ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE @@ -810,6 +819,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: zzz sort order: -++ Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.3 @@ -907,6 +917,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 26750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 26750 Basic stats: COMPLETE Column stats: COMPLETE @@ -936,6 +947,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: double), _col0 (type: string) + null sort order: zz sort order: +- Statistics: Num rows: 250 Data size: 24750 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.3 @@ -1033,6 +1045,7 @@ STAGE PLANS: Statistics: Num rows: 750 Data size: 151500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Statistics: Num rows: 750 Data size: 151500 Basic stats: COMPLETE Column stats: COMPLETE @@ -1063,6 +1076,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 750 Data size: 139500 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.3 @@ -1129,6 +1143,7 @@ STAGE PLANS: Statistics: Num rows: 750 Data size: 151500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Statistics: Num rows: 750 Data size: 151500 Basic stats: COMPLETE Column stats: COMPLETE @@ -1159,6 +1174,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 750 Data size: 139500 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.3 diff --git ql/src/test/results/clientpositive/limit_pushdown_negative.q.out ql/src/test/results/clientpositive/limit_pushdown_negative.q.out index d4d15284e1..64ca392d79 100644 --- ql/src/test/results/clientpositive/limit_pushdown_negative.q.out +++ ql/src/test/results/clientpositive/limit_pushdown_negative.q.out @@ -27,6 +27,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -44,6 +45,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -106,6 +108,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 24750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 24750 Basic stats: COMPLETE Column stats: COMPLETE @@ -267,6 +270,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: value (type: string) + null sort order: a sort order: + Map-reduce partition columns: value (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -348,6 +352,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -379,6 +384,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 20 Data size: 1980 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.3 @@ -436,6 +442,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/lineage1.q.out ql/src/test/results/clientpositive/lineage1.q.out index e63bb24a49..888cd1ec47 100644 --- ql/src/test/results/clientpositive/lineage1.q.out +++ ql/src/test/results/clientpositive/lineage1.q.out @@ -67,6 +67,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -80,6 +81,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -132,6 +134,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -161,6 +164,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -251,6 +255,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -264,6 +269,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/acid_no_buckets.q.out ql/src/test/results/clientpositive/llap/acid_no_buckets.q.out index 2a35594cfc..5571c53905 100644 --- ql/src/test/results/clientpositive/llap/acid_no_buckets.q.out +++ ql/src/test/results/clientpositive/llap/acid_no_buckets.q.out @@ -148,6 +148,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 617000 Basic stats: COMPLETE Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: z sort order: + Map-reduce partition columns: UDFToInteger(_col0) (type: int) Statistics: Num rows: 1000 Data size: 617000 Basic stats: COMPLETE Column stats: PARTIAL @@ -482,6 +483,7 @@ STAGE PLANS: Statistics: Num rows: 19 Data size: 8436 Basic stats: COMPLETE Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: z sort order: + Map-reduce partition columns: UDFToInteger(_col0) (type: int) Statistics: Num rows: 19 Data size: 8436 Basic stats: COMPLETE Column stats: PARTIAL @@ -809,6 +811,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 617000 Basic stats: COMPLETE Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: z sort order: + Map-reduce partition columns: UDFToInteger(_col0) (type: int) Statistics: Num rows: 1000 Data size: 617000 Basic stats: COMPLETE Column stats: PARTIAL @@ -1019,6 +1022,7 @@ STAGE PLANS: Statistics: Num rows: 19 Data size: 8436 Basic stats: COMPLETE Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: z sort order: + Map-reduce partition columns: UDFToInteger(_col0) (type: int) Statistics: Num rows: 19 Data size: 8436 Basic stats: COMPLETE Column stats: PARTIAL diff --git ql/src/test/results/clientpositive/llap/acid_vectorization_original.q.out ql/src/test/results/clientpositive/llap/acid_vectorization_original.q.out index 362f3720af..7763e6b30b 100644 --- ql/src/test/results/clientpositive/llap/acid_vectorization_original.q.out +++ ql/src/test/results/clientpositive/llap/acid_vectorization_original.q.out @@ -443,6 +443,7 @@ STAGE PLANS: Statistics: Num rows: 7 Data size: 84 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint), _col1 (type: smallint), _col2 (type: int) + null sort order: zzz sort order: +++ Statistics: Num rows: 7 Data size: 84 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized, llap @@ -517,6 +518,7 @@ STAGE PLANS: Statistics: Num rows: 7 Data size: 616 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: z sort order: + Statistics: Num rows: 7 Data size: 616 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: tinyint), _col2 (type: smallint), _col3 (type: int) @@ -594,6 +596,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 2502 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: z sort order: + Map-reduce partition columns: UDFToInteger(_col0) (type: int) Statistics: Num rows: 6 Data size: 2502 Basic stats: COMPLETE Column stats: COMPLETE @@ -695,6 +698,7 @@ STAGE PLANS: Statistics: Num rows: 1049 Data size: 88116 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: struct) Statistics: Num rows: 1049 Data size: 88116 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/auto_join0.q.out ql/src/test/results/clientpositive/llap/auto_join0.q.out index 94dda42564..31b776fd5d 100644 --- ql/src/test/results/clientpositive/llap/auto_join0.q.out +++ ql/src/test/results/clientpositive/llap/auto_join0.q.out @@ -55,10 +55,12 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized, llap @@ -71,6 +73,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -92,6 +95,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -118,6 +122,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) diff --git ql/src/test/results/clientpositive/llap/auto_join1.q.out ql/src/test/results/clientpositive/llap/auto_join1.q.out index 211e4f54cd..379d4484ec 100644 --- ql/src/test/results/clientpositive/llap/auto_join1.q.out +++ ql/src/test/results/clientpositive/llap/auto_join1.q.out @@ -48,6 +48,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -99,6 +100,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/llap/auto_join21.q.out ql/src/test/results/clientpositive/llap/auto_join21.q.out index c12ff877b2..6db921091c 100644 --- ql/src/test/results/clientpositive/llap/auto_join21.q.out +++ ql/src/test/results/clientpositive/llap/auto_join21.q.out @@ -42,6 +42,7 @@ STAGE PLANS: Statistics: Num rows: 762 Data size: 182450 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col5 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col5 (type: string) Statistics: Num rows: 762 Data size: 182450 Basic stats: COMPLETE Column stats: COMPLETE @@ -59,6 +60,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE @@ -89,6 +91,7 @@ STAGE PLANS: Statistics: Num rows: 1705 Data size: 687326 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string) + null sort order: zzzzzz sort order: ++++++ Statistics: Num rows: 1705 Data size: 687326 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized, llap diff --git ql/src/test/results/clientpositive/llap/auto_join29.q.out ql/src/test/results/clientpositive/llap/auto_join29.q.out index 964bfd9932..01b7ac9611 100644 --- ql/src/test/results/clientpositive/llap/auto_join29.q.out +++ ql/src/test/results/clientpositive/llap/auto_join29.q.out @@ -42,6 +42,7 @@ STAGE PLANS: Statistics: Num rows: 762 Data size: 182450 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col5 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col5 (type: string) Statistics: Num rows: 762 Data size: 182450 Basic stats: COMPLETE Column stats: COMPLETE @@ -59,6 +60,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE @@ -89,6 +91,7 @@ STAGE PLANS: Statistics: Num rows: 1705 Data size: 687326 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string) + null sort order: zzzzzz sort order: ++++++ Statistics: Num rows: 1705 Data size: 687326 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized, llap @@ -679,6 +682,7 @@ STAGE PLANS: Statistics: Num rows: 1204 Data size: 554114 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string) + null sort order: zzzzzz sort order: ++++++ Statistics: Num rows: 1204 Data size: 554114 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized, llap @@ -694,6 +698,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE @@ -711,6 +716,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE @@ -1280,6 +1286,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE @@ -1320,6 +1327,7 @@ STAGE PLANS: Statistics: Num rows: 1204 Data size: 554114 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string) + null sort order: zzzzzz sort order: ++++++ Statistics: Num rows: 1204 Data size: 554114 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized, llap @@ -1335,6 +1343,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE @@ -1917,6 +1926,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE @@ -1943,6 +1953,7 @@ STAGE PLANS: Statistics: Num rows: 762 Data size: 182450 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col5 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col5 (type: string) Statistics: Num rows: 762 Data size: 182450 Basic stats: COMPLETE Column stats: COMPLETE @@ -1973,6 +1984,7 @@ STAGE PLANS: Statistics: Num rows: 1705 Data size: 643826 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string) + null sort order: zzzzzz sort order: ++++++ Statistics: Num rows: 1705 Data size: 643826 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized, llap @@ -2576,6 +2588,7 @@ STAGE PLANS: Statistics: Num rows: 221 Data size: 102884 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string) + null sort order: zzzzzz sort order: ++++++ Statistics: Num rows: 221 Data size: 102884 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized, llap @@ -2591,6 +2604,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE @@ -2608,6 +2622,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE @@ -2688,6 +2703,7 @@ STAGE PLANS: Statistics: Num rows: 86 Data size: 30616 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col5 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col5 (type: string) Statistics: Num rows: 86 Data size: 30616 Basic stats: COMPLETE Column stats: COMPLETE @@ -2705,6 +2721,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE @@ -2735,6 +2752,7 @@ STAGE PLANS: Statistics: Num rows: 636 Data size: 161980 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string) + null sort order: zzzzzz sort order: ++++++ Statistics: Num rows: 636 Data size: 161980 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized, llap @@ -3328,6 +3346,7 @@ STAGE PLANS: Statistics: Num rows: 401 Data size: 184586 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string) + null sort order: zzzzzz sort order: ++++++ Statistics: Num rows: 401 Data size: 184586 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized, llap @@ -3343,6 +3362,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE @@ -3360,6 +3380,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE @@ -3429,6 +3450,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE @@ -3473,6 +3495,7 @@ STAGE PLANS: Statistics: Num rows: 414 Data size: 221076 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string) + null sort order: zzzzzz sort order: ++++++ Statistics: Num rows: 414 Data size: 221076 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized, llap @@ -3488,6 +3511,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE @@ -3590,6 +3614,7 @@ STAGE PLANS: Statistics: Num rows: 86 Data size: 30616 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col5 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col5 (type: string) Statistics: Num rows: 86 Data size: 30616 Basic stats: COMPLETE Column stats: COMPLETE @@ -3607,6 +3632,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE @@ -3638,6 +3664,7 @@ STAGE PLANS: Statistics: Num rows: 135 Data size: 72090 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string) + null sort order: zzzzzz sort order: ++++++ Statistics: Num rows: 135 Data size: 72090 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized, llap diff --git ql/src/test/results/clientpositive/llap/auto_join30.q.out ql/src/test/results/clientpositive/llap/auto_join30.q.out index 1eab5386d4..4370004ca4 100644 --- ql/src/test/results/clientpositive/llap/auto_join30.q.out +++ ql/src/test/results/clientpositive/llap/auto_join30.q.out @@ -46,6 +46,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -81,6 +82,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -186,6 +188,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -202,6 +205,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -293,6 +297,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -324,6 +329,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -424,6 +430,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -469,6 +476,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -489,6 +497,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -595,6 +604,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -640,6 +650,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -656,6 +667,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -783,6 +795,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -799,6 +812,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -816,6 +830,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -929,6 +944,7 @@ STAGE PLANS: Statistics: Num rows: 791 Data size: 209615 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 791 Data size: 209615 Basic stats: COMPLETE Column stats: COMPLETE @@ -946,6 +962,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -978,6 +995,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1081,6 +1099,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -1107,6 +1126,7 @@ STAGE PLANS: Statistics: Num rows: 791 Data size: 209615 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 791 Data size: 209615 Basic stats: COMPLETE Column stats: COMPLETE @@ -1139,6 +1159,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/llap/auto_join_filters.q.out ql/src/test/results/clientpositive/llap/auto_join_filters.q.out index 064013d3d1..2e482db7dc 100644 --- ql/src/test/results/clientpositive/llap/auto_join_filters.q.out +++ ql/src/test/results/clientpositive/llap/auto_join_filters.q.out @@ -86,6 +86,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: boolean), _col3 (type: boolean), _col4 (type: boolean) @@ -101,6 +102,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: boolean), _col3 (type: boolean), _col4 (type: boolean) @@ -131,6 +133,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -342,6 +345,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -359,6 +363,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -390,6 +395,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -779,6 +785,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -796,6 +803,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -827,6 +835,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/llap/auto_join_nulls.q.out ql/src/test/results/clientpositive/llap/auto_join_nulls.q.out index 3c962c5597..e34054640a 100644 --- ql/src/test/results/clientpositive/llap/auto_join_nulls.q.out +++ ql/src/test/results/clientpositive/llap/auto_join_nulls.q.out @@ -220,6 +220,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -237,6 +238,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -265,6 +267,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/llap/auto_smb_mapjoin_14.q.out ql/src/test/results/clientpositive/llap/auto_smb_mapjoin_14.q.out index 650d2cc4b9..2080da527b 100644 --- ql/src/test/results/clientpositive/llap/auto_smb_mapjoin_14.q.out +++ ql/src/test/results/clientpositive/llap/auto_smb_mapjoin_14.q.out @@ -105,6 +105,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -226,6 +227,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -247,6 +249,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -393,6 +396,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE @@ -440,6 +444,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE @@ -456,6 +461,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE @@ -493,6 +499,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE @@ -619,6 +626,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -745,6 +753,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -893,6 +902,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1031,6 +1041,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1124,6 +1135,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -1144,6 +1156,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -1166,6 +1179,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1277,6 +1291,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1392,6 +1407,7 @@ STAGE PLANS: Statistics: Num rows: 9 Data size: 36 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 9 Data size: 36 Basic stats: COMPLETE Column stats: COMPLETE @@ -1411,6 +1427,7 @@ STAGE PLANS: Statistics: Num rows: 7 Data size: 28 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 7 Data size: 28 Basic stats: COMPLETE Column stats: COMPLETE @@ -1433,6 +1450,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1566,6 +1584,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1738,6 +1757,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -1760,6 +1780,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1304 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1304 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) @@ -2027,6 +2048,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -2043,6 +2065,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE @@ -2095,6 +2118,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 848 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 848 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/llap/auto_sortmerge_join_10.q.out ql/src/test/results/clientpositive/llap/auto_sortmerge_join_10.q.out index 629a8f389a..212317cc13 100644 --- ql/src/test/results/clientpositive/llap/auto_sortmerge_join_10.q.out +++ ql/src/test/results/clientpositive/llap/auto_sortmerge_join_10.q.out @@ -98,6 +98,7 @@ STAGE PLANS: Statistics: Num rows: 7 Data size: 28 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 14 Data size: 56 Basic stats: COMPLETE Column stats: COMPLETE @@ -118,6 +119,7 @@ STAGE PLANS: Statistics: Num rows: 7 Data size: 28 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 14 Data size: 56 Basic stats: COMPLETE Column stats: COMPLETE @@ -138,6 +140,7 @@ STAGE PLANS: Statistics: Num rows: 7 Data size: 28 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 7 Data size: 28 Basic stats: COMPLETE Column stats: COMPLETE @@ -160,6 +163,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -288,6 +292,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/llap/auto_sortmerge_join_13.q.out ql/src/test/results/clientpositive/llap/auto_sortmerge_join_13.q.out index ceb1e98204..78e032eb1b 100644 --- ql/src/test/results/clientpositive/llap/auto_sortmerge_join_13.q.out +++ ql/src/test/results/clientpositive/llap/auto_sortmerge_join_13.q.out @@ -138,6 +138,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 848 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 848 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -164,6 +165,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -184,6 +186,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 930 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10 Data size: 930 Basic stats: COMPLETE Column stats: COMPLETE @@ -434,6 +437,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 848 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 848 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -460,6 +464,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -480,6 +485,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 930 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10 Data size: 930 Basic stats: COMPLETE Column stats: COMPLETE @@ -730,6 +736,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 848 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 848 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -756,6 +763,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -776,6 +784,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 930 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10 Data size: 930 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/auto_sortmerge_join_14.q.out ql/src/test/results/clientpositive/llap/auto_sortmerge_join_14.q.out index cbd5dbf479..1a053330be 100644 --- ql/src/test/results/clientpositive/llap/auto_sortmerge_join_14.q.out +++ ql/src/test/results/clientpositive/llap/auto_sortmerge_join_14.q.out @@ -93,6 +93,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -199,6 +200,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/llap/auto_sortmerge_join_15.q.out ql/src/test/results/clientpositive/llap/auto_sortmerge_join_15.q.out index 19054c3b2e..2c000212fd 100644 --- ql/src/test/results/clientpositive/llap/auto_sortmerge_join_15.q.out +++ ql/src/test/results/clientpositive/llap/auto_sortmerge_join_15.q.out @@ -93,6 +93,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -178,6 +179,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/llap/auto_sortmerge_join_16.q.out ql/src/test/results/clientpositive/llap/auto_sortmerge_join_16.q.out index 32d617f61c..10e5d9cab3 100644 --- ql/src/test/results/clientpositive/llap/auto_sortmerge_join_16.q.out +++ ql/src/test/results/clientpositive/llap/auto_sortmerge_join_16.q.out @@ -216,6 +216,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 495 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 5 Data size: 495 Basic stats: COMPLETE Column stats: COMPLETE @@ -237,6 +238,7 @@ STAGE PLANS: Statistics: Num rows: 225 Data size: 41369 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 225 Data size: 41369 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/llap/auto_sortmerge_join_6.q.out ql/src/test/results/clientpositive/llap/auto_sortmerge_join_6.q.out index bbe673e838..aca492d582 100644 --- ql/src/test/results/clientpositive/llap/auto_sortmerge_join_6.q.out +++ ql/src/test/results/clientpositive/llap/auto_sortmerge_join_6.q.out @@ -111,6 +111,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE @@ -132,6 +133,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE @@ -152,6 +154,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE @@ -170,6 +173,7 @@ STAGE PLANS: Statistics: Num rows: 814 Data size: 3256 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 814 Data size: 3256 Basic stats: COMPLETE Column stats: COMPLETE @@ -190,6 +194,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -269,6 +274,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE @@ -290,6 +296,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE @@ -310,6 +317,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE @@ -328,6 +336,7 @@ STAGE PLANS: Statistics: Num rows: 814 Data size: 3256 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 814 Data size: 3256 Basic stats: COMPLETE Column stats: COMPLETE @@ -348,6 +357,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -427,6 +437,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE @@ -448,6 +459,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE @@ -468,6 +480,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE @@ -486,6 +499,7 @@ STAGE PLANS: Statistics: Num rows: 814 Data size: 3256 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 814 Data size: 3256 Basic stats: COMPLETE Column stats: COMPLETE @@ -506,6 +520,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -604,6 +619,7 @@ STAGE PLANS: Statistics: Num rows: 825 Data size: 6600 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: double) Statistics: Num rows: 825 Data size: 6600 Basic stats: COMPLETE Column stats: COMPLETE @@ -623,6 +639,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 4000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 500 Data size: 4000 Basic stats: COMPLETE Column stats: COMPLETE @@ -645,6 +662,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -743,6 +761,7 @@ STAGE PLANS: Statistics: Num rows: 825 Data size: 3300 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 825 Data size: 3300 Basic stats: COMPLETE Column stats: COMPLETE @@ -762,6 +781,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE @@ -784,6 +804,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -863,6 +884,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE @@ -884,6 +906,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE @@ -904,6 +927,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE @@ -922,6 +946,7 @@ STAGE PLANS: Statistics: Num rows: 814 Data size: 3256 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 814 Data size: 3256 Basic stats: COMPLETE Column stats: COMPLETE @@ -942,6 +967,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1021,6 +1047,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE @@ -1042,6 +1069,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE @@ -1062,6 +1090,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1080,6 +1109,7 @@ STAGE PLANS: Statistics: Num rows: 814 Data size: 3256 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 814 Data size: 3256 Basic stats: COMPLETE Column stats: COMPLETE @@ -1100,6 +1130,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1198,6 +1229,7 @@ STAGE PLANS: Statistics: Num rows: 825 Data size: 6600 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: double) Statistics: Num rows: 825 Data size: 6600 Basic stats: COMPLETE Column stats: COMPLETE @@ -1217,6 +1249,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 4000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 500 Data size: 4000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1239,6 +1272,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1337,6 +1371,7 @@ STAGE PLANS: Statistics: Num rows: 825 Data size: 3300 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 825 Data size: 3300 Basic stats: COMPLETE Column stats: COMPLETE @@ -1356,6 +1391,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1378,6 +1414,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1457,6 +1494,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE @@ -1478,6 +1516,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE @@ -1498,6 +1537,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1516,6 +1556,7 @@ STAGE PLANS: Statistics: Num rows: 814 Data size: 3256 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 814 Data size: 3256 Basic stats: COMPLETE Column stats: COMPLETE @@ -1536,6 +1577,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/llap/auto_sortmerge_join_9.q.out ql/src/test/results/clientpositive/llap/auto_sortmerge_join_9.q.out index fe21b2d0b9..ad9f704d19 100644 --- ql/src/test/results/clientpositive/llap/auto_sortmerge_join_9.q.out +++ ql/src/test/results/clientpositive/llap/auto_sortmerge_join_9.q.out @@ -105,6 +105,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -220,6 +221,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE @@ -352,6 +354,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -373,6 +376,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -519,6 +523,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE @@ -566,6 +571,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE @@ -582,6 +588,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE @@ -619,6 +626,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE @@ -745,6 +753,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -871,6 +880,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1019,6 +1029,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1157,6 +1168,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1250,6 +1262,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -1270,6 +1283,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -1292,6 +1306,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1403,6 +1418,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1513,6 +1529,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1630,6 +1647,7 @@ STAGE PLANS: Statistics: Num rows: 9 Data size: 36 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 9 Data size: 36 Basic stats: COMPLETE Column stats: COMPLETE @@ -1649,6 +1667,7 @@ STAGE PLANS: Statistics: Num rows: 7 Data size: 28 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 7 Data size: 28 Basic stats: COMPLETE Column stats: COMPLETE @@ -1671,6 +1690,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1804,6 +1824,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1928,6 +1949,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -2043,6 +2065,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE @@ -2175,6 +2198,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -2196,6 +2220,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -2342,6 +2367,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE @@ -2389,6 +2415,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE @@ -2405,6 +2432,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE @@ -2442,6 +2470,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE @@ -2568,6 +2597,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -2694,6 +2724,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -2842,6 +2873,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -2980,6 +3012,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -3092,6 +3125,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -3202,6 +3236,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -3319,6 +3354,7 @@ STAGE PLANS: Statistics: Num rows: 9 Data size: 36 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 9 Data size: 36 Basic stats: COMPLETE Column stats: COMPLETE @@ -3338,6 +3374,7 @@ STAGE PLANS: Statistics: Num rows: 7 Data size: 28 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 7 Data size: 28 Basic stats: COMPLETE Column stats: COMPLETE @@ -3360,6 +3397,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -3493,6 +3531,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/llap/bucket6.q.out ql/src/test/results/clientpositive/llap/bucket6.q.out index dda539e13a..ac9fb00c57 100644 --- ql/src/test/results/clientpositive/llap/bucket6.q.out +++ ql/src/test/results/clientpositive/llap/bucket6.q.out @@ -50,6 +50,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 356000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 356000 Basic stats: COMPLETE Column stats: COMPLETE @@ -82,6 +83,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/llap/bucket_groupby.q.out ql/src/test/results/clientpositive/llap/bucket_groupby.q.out index 04e6f1452c..0c051c926b 100644 --- ql/src/test/results/clientpositive/llap/bucket_groupby.q.out +++ ql/src/test/results/clientpositive/llap/bucket_groupby.q.out @@ -77,6 +77,7 @@ STAGE PLANS: Top N Key Operator sort order: + keys: key (type: string) + null sort order: z Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE top n: 10 Group By Operator @@ -88,6 +89,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -106,6 +108,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -217,6 +220,7 @@ STAGE PLANS: Top N Key Operator sort order: + keys: key (type: string) + null sort order: z Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE top n: 10 Group By Operator @@ -228,6 +232,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -246,6 +251,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -331,6 +337,7 @@ STAGE PLANS: Top N Key Operator sort order: + keys: _col0 (type: int) + null sort order: a Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE top n: 10 Group By Operator @@ -342,6 +349,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 3000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 250 Data size: 3000 Basic stats: COMPLETE Column stats: COMPLETE @@ -425,6 +433,7 @@ STAGE PLANS: Top N Key Operator sort order: + keys: _col0 (type: int) + null sort order: a Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE top n: 10 Group By Operator @@ -436,6 +445,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 3000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 250 Data size: 3000 Basic stats: COMPLETE Column stats: COMPLETE @@ -520,6 +530,7 @@ STAGE PLANS: Top N Key Operator sort order: + keys: key (type: string) + null sort order: z Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE top n: 10 Group By Operator @@ -531,6 +542,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -549,6 +561,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -635,6 +648,7 @@ STAGE PLANS: Top N Key Operator sort order: + keys: value (type: string) + null sort order: z Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE top n: 10 Group By Operator @@ -646,6 +660,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 24750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 24750 Basic stats: COMPLETE Column stats: COMPLETE @@ -664,6 +679,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 24750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 250 Data size: 24750 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -756,6 +772,7 @@ STAGE PLANS: Statistics: Num rows: 316 Data size: 30020 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 316 Data size: 30020 Basic stats: COMPLETE Column stats: COMPLETE @@ -1150,6 +1167,7 @@ STAGE PLANS: Statistics: Num rows: 316 Data size: 30020 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 316 Data size: 30020 Basic stats: COMPLETE Column stats: COMPLETE @@ -1266,6 +1284,7 @@ STAGE PLANS: Top N Key Operator sort order: + keys: key (type: string) + null sort order: z Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE top n: 10 Group By Operator @@ -1278,6 +1297,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -1296,6 +1316,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -1382,6 +1403,7 @@ STAGE PLANS: Top N Key Operator sort order: + keys: value (type: string) + null sort order: z Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE top n: 10 Group By Operator @@ -1393,6 +1415,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 24750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 24750 Basic stats: COMPLETE Column stats: COMPLETE @@ -1411,6 +1434,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 24750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 250 Data size: 24750 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -1604,6 +1628,7 @@ STAGE PLANS: Top N Key Operator sort order: + keys: key (type: string) + null sort order: z Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE top n: 10 Group By Operator @@ -1616,6 +1641,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -1634,6 +1660,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -1720,6 +1747,7 @@ STAGE PLANS: Top N Key Operator sort order: ++ keys: key (type: string), value (type: string) + null sort order: za Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE top n: 10 Group By Operator @@ -1731,6 +1759,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: za sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE @@ -1753,6 +1782,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/llap/bucket_map_join_tez2.q.out ql/src/test/results/clientpositive/llap/bucket_map_join_tez2.q.out index dda878fcce..14a0ee1c6b 100644 --- ql/src/test/results/clientpositive/llap/bucket_map_join_tez2.q.out +++ ql/src/test/results/clientpositive/llap/bucket_map_join_tez2.q.out @@ -202,6 +202,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE @@ -223,6 +224,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE @@ -244,6 +246,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE @@ -262,6 +265,7 @@ STAGE PLANS: Statistics: Num rows: 814 Data size: 6512 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 814 Data size: 6512 Basic stats: COMPLETE Column stats: COMPLETE @@ -333,6 +337,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE @@ -354,6 +359,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE @@ -375,6 +381,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE @@ -393,6 +400,7 @@ STAGE PLANS: Statistics: Num rows: 814 Data size: 6512 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 814 Data size: 6512 Basic stats: COMPLETE Column stats: COMPLETE @@ -499,6 +507,7 @@ STAGE PLANS: Statistics: Num rows: 242 Data size: 24926 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: double) Statistics: Num rows: 242 Data size: 24926 Basic stats: COMPLETE Column stats: COMPLETE @@ -589,6 +598,7 @@ STAGE PLANS: Statistics: Num rows: 242 Data size: 24926 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: double) Statistics: Num rows: 242 Data size: 24926 Basic stats: COMPLETE Column stats: COMPLETE @@ -677,6 +687,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 664 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 166 Data size: 664 Basic stats: COMPLETE Column stats: COMPLETE @@ -697,6 +708,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 664 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 166 Data size: 664 Basic stats: COMPLETE Column stats: COMPLETE @@ -798,6 +810,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 664 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 166 Data size: 664 Basic stats: COMPLETE Column stats: COMPLETE @@ -849,6 +862,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 664 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 166 Data size: 664 Basic stats: COMPLETE Column stats: COMPLETE @@ -869,6 +883,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 664 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 166 Data size: 664 Basic stats: COMPLETE Column stats: COMPLETE @@ -970,6 +985,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 664 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 166 Data size: 664 Basic stats: COMPLETE Column stats: COMPLETE @@ -1021,6 +1037,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 664 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 166 Data size: 664 Basic stats: COMPLETE Column stats: COMPLETE @@ -1041,6 +1058,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 664 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 166 Data size: 664 Basic stats: COMPLETE Column stats: COMPLETE @@ -1110,6 +1128,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 664 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 166 Data size: 664 Basic stats: COMPLETE Column stats: COMPLETE @@ -1194,6 +1213,7 @@ STAGE PLANS: Statistics: Num rows: 121 Data size: 484 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 121 Data size: 484 Basic stats: COMPLETE Column stats: COMPLETE @@ -1203,6 +1223,7 @@ STAGE PLANS: Statistics: Num rows: 242 Data size: 968 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 242 Data size: 968 Basic stats: COMPLETE Column stats: COMPLETE @@ -1218,6 +1239,7 @@ STAGE PLANS: Statistics: Num rows: 121 Data size: 484 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 121 Data size: 484 Basic stats: COMPLETE Column stats: COMPLETE @@ -1286,6 +1308,7 @@ STAGE PLANS: Statistics: Num rows: 121 Data size: 484 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 121 Data size: 484 Basic stats: COMPLETE Column stats: COMPLETE @@ -1333,6 +1356,7 @@ STAGE PLANS: Statistics: Num rows: 121 Data size: 484 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 121 Data size: 484 Basic stats: COMPLETE Column stats: COMPLETE @@ -1383,6 +1407,7 @@ STAGE PLANS: Statistics: Num rows: 121 Data size: 11011 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 121 Data size: 11011 Basic stats: COMPLETE Column stats: COMPLETE @@ -1403,6 +1428,7 @@ STAGE PLANS: Statistics: Num rows: 242 Data size: 23958 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: double) Statistics: Num rows: 242 Data size: 23958 Basic stats: COMPLETE Column stats: COMPLETE @@ -1423,6 +1449,7 @@ STAGE PLANS: Statistics: Num rows: 121 Data size: 11979 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: double) Statistics: Num rows: 121 Data size: 11979 Basic stats: COMPLETE Column stats: COMPLETE @@ -1496,6 +1523,7 @@ STAGE PLANS: Statistics: Num rows: 121 Data size: 11011 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 121 Data size: 11011 Basic stats: COMPLETE Column stats: COMPLETE @@ -1516,6 +1544,7 @@ STAGE PLANS: Statistics: Num rows: 242 Data size: 23958 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: double) Statistics: Num rows: 242 Data size: 23958 Basic stats: COMPLETE Column stats: COMPLETE @@ -1536,6 +1565,7 @@ STAGE PLANS: Statistics: Num rows: 121 Data size: 11979 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: double) Statistics: Num rows: 121 Data size: 11979 Basic stats: COMPLETE Column stats: COMPLETE @@ -1655,6 +1685,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -1675,6 +1706,7 @@ STAGE PLANS: Statistics: Num rows: 242 Data size: 22990 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string) Statistics: Num rows: 242 Data size: 22990 Basic stats: COMPLETE Column stats: COMPLETE @@ -1704,6 +1736,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1779,6 +1812,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -1799,6 +1833,7 @@ STAGE PLANS: Statistics: Num rows: 242 Data size: 22990 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string) Statistics: Num rows: 242 Data size: 22990 Basic stats: COMPLETE Column stats: COMPLETE @@ -1828,6 +1863,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1937,6 +1973,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: NONE @@ -2076,6 +2113,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE @@ -2097,6 +2135,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE @@ -2118,6 +2157,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE @@ -2136,6 +2176,7 @@ STAGE PLANS: Statistics: Num rows: 814 Data size: 6512 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 814 Data size: 6512 Basic stats: COMPLETE Column stats: COMPLETE @@ -2208,6 +2249,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE @@ -2229,6 +2271,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE @@ -2250,6 +2293,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE @@ -2268,6 +2312,7 @@ STAGE PLANS: Statistics: Num rows: 814 Data size: 6512 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 814 Data size: 6512 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/bucket_map_join_tez_empty.q.out ql/src/test/results/clientpositive/llap/bucket_map_join_tez_empty.q.out index e9e03af7c1..6f10c90ff7 100644 --- ql/src/test/results/clientpositive/llap/bucket_map_join_tez_empty.q.out +++ ql/src/test/results/clientpositive/llap/bucket_map_join_tez_empty.q.out @@ -103,6 +103,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 182 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 182 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/bucketsortoptimize_insert_2.q.out ql/src/test/results/clientpositive/llap/bucketsortoptimize_insert_2.q.out index e30f97ab88..55c7094fe6 100644 --- ql/src/test/results/clientpositive/llap/bucketsortoptimize_insert_2.q.out +++ ql/src/test/results/clientpositive/llap/bucketsortoptimize_insert_2.q.out @@ -152,6 +152,7 @@ STAGE PLANS: Statistics: Num rows: 14 Data size: 2632 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 14 Data size: 2632 Basic stats: COMPLETE Column stats: COMPLETE @@ -185,6 +186,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 949 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 949 Basic stats: COMPLETE Column stats: COMPLETE @@ -375,6 +377,7 @@ STAGE PLANS: Statistics: Num rows: 29 Data size: 5452 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 29 Data size: 5452 Basic stats: COMPLETE Column stats: COMPLETE @@ -408,6 +411,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 949 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 949 Basic stats: COMPLETE Column stats: COMPLETE @@ -622,6 +626,7 @@ STAGE PLANS: Statistics: Num rows: 29 Data size: 5452 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 29 Data size: 5452 Basic stats: COMPLETE Column stats: COMPLETE @@ -655,6 +660,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 949 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 949 Basic stats: COMPLETE Column stats: COMPLETE @@ -873,6 +879,7 @@ STAGE PLANS: Statistics: Num rows: 14 Data size: 2632 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 14 Data size: 2632 Basic stats: COMPLETE Column stats: COMPLETE @@ -906,6 +913,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 949 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 949 Basic stats: COMPLETE Column stats: COMPLETE @@ -1106,6 +1114,7 @@ STAGE PLANS: Statistics: Num rows: 14 Data size: 2632 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 14 Data size: 2632 Basic stats: COMPLETE Column stats: COMPLETE @@ -1139,6 +1148,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 949 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 949 Basic stats: COMPLETE Column stats: COMPLETE @@ -1339,6 +1349,7 @@ STAGE PLANS: Statistics: Num rows: 14 Data size: 2632 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 14 Data size: 2632 Basic stats: COMPLETE Column stats: COMPLETE @@ -1372,6 +1383,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 949 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 949 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/bucketsortoptimize_insert_6.q.out ql/src/test/results/clientpositive/llap/bucketsortoptimize_insert_6.q.out index 64848a4739..b5c3b51b76 100644 --- ql/src/test/results/clientpositive/llap/bucketsortoptimize_insert_6.q.out +++ ql/src/test/results/clientpositive/llap/bucketsortoptimize_insert_6.q.out @@ -107,6 +107,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 970 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 10 Data size: 970 Basic stats: COMPLETE Column stats: COMPLETE @@ -142,6 +143,7 @@ STAGE PLANS: Statistics: Num rows: 14 Data size: 2688 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: az sort order: +- Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 14 Data size: 2688 Basic stats: COMPLETE Column stats: COMPLETE @@ -176,6 +178,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1373 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 1373 Basic stats: COMPLETE Column stats: COMPLETE @@ -348,6 +351,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 970 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 10 Data size: 970 Basic stats: COMPLETE Column stats: COMPLETE @@ -383,6 +387,7 @@ STAGE PLANS: Statistics: Num rows: 14 Data size: 2688 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: az sort order: +- Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 14 Data size: 2688 Basic stats: COMPLETE Column stats: COMPLETE @@ -417,6 +422,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1373 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 1373 Basic stats: COMPLETE Column stats: COMPLETE @@ -589,6 +595,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 970 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 10 Data size: 970 Basic stats: COMPLETE Column stats: COMPLETE @@ -624,6 +631,7 @@ STAGE PLANS: Statistics: Num rows: 14 Data size: 2688 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: az sort order: +- Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 14 Data size: 2688 Basic stats: COMPLETE Column stats: COMPLETE @@ -658,6 +666,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1373 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 1373 Basic stats: COMPLETE Column stats: COMPLETE @@ -765,6 +774,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 970 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 10 Data size: 970 Basic stats: COMPLETE Column stats: COMPLETE @@ -800,6 +810,7 @@ STAGE PLANS: Statistics: Num rows: 14 Data size: 2688 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: az sort order: +- Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 14 Data size: 2688 Basic stats: COMPLETE Column stats: COMPLETE @@ -834,6 +845,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1373 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 1373 Basic stats: COMPLETE Column stats: COMPLETE @@ -947,6 +959,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 970 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 10 Data size: 970 Basic stats: COMPLETE Column stats: COMPLETE @@ -982,6 +995,7 @@ STAGE PLANS: Statistics: Num rows: 14 Data size: 2688 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: az sort order: +- Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 14 Data size: 2688 Basic stats: COMPLETE Column stats: COMPLETE @@ -1016,6 +1030,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1373 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 1373 Basic stats: COMPLETE Column stats: COMPLETE @@ -1206,6 +1221,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 970 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 10 Data size: 970 Basic stats: COMPLETE Column stats: COMPLETE @@ -1241,6 +1257,7 @@ STAGE PLANS: Statistics: Num rows: 14 Data size: 2688 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: az sort order: +- Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 14 Data size: 2688 Basic stats: COMPLETE Column stats: COMPLETE @@ -1275,6 +1292,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1373 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 1373 Basic stats: COMPLETE Column stats: COMPLETE @@ -1475,6 +1493,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 970 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 10 Data size: 970 Basic stats: COMPLETE Column stats: COMPLETE @@ -1510,6 +1529,7 @@ STAGE PLANS: Statistics: Num rows: 14 Data size: 2688 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: zz sort order: -- Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 14 Data size: 2688 Basic stats: COMPLETE Column stats: COMPLETE @@ -1544,6 +1564,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1373 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 1373 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/bucketsortoptimize_insert_7.q.out ql/src/test/results/clientpositive/llap/bucketsortoptimize_insert_7.q.out index 07b0b63d3e..0fd18949eb 100644 --- ql/src/test/results/clientpositive/llap/bucketsortoptimize_insert_7.q.out +++ ql/src/test/results/clientpositive/llap/bucketsortoptimize_insert_7.q.out @@ -130,6 +130,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 564 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 564 Basic stats: COMPLETE Column stats: COMPLETE @@ -163,6 +164,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 949 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 949 Basic stats: COMPLETE Column stats: COMPLETE @@ -355,6 +357,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 564 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 564 Basic stats: COMPLETE Column stats: COMPLETE @@ -388,6 +391,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 949 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 949 Basic stats: COMPLETE Column stats: COMPLETE @@ -586,6 +590,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 564 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 564 Basic stats: COMPLETE Column stats: COMPLETE @@ -619,6 +624,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 949 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 949 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/cbo_no_stats.q.out ql/src/test/results/clientpositive/llap/cbo_no_stats.q.out index 09a02e2db0..f05285b3ee 100644 --- ql/src/test/results/clientpositive/llap/cbo_no_stats.q.out +++ ql/src/test/results/clientpositive/llap/cbo_no_stats.q.out @@ -104,6 +104,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -125,6 +126,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 4 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -145,6 +147,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -163,6 +166,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 4 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE @@ -185,6 +189,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -265,6 +270,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 1 Basic stats: COMPLETE Column stats: NONE @@ -286,6 +292,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 1 Basic stats: COMPLETE Column stats: NONE @@ -306,6 +313,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 2 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 2 Basic stats: COMPLETE Column stats: NONE @@ -324,6 +332,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 1 Basic stats: COMPLETE Column stats: NONE @@ -346,6 +355,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -422,6 +432,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: x (type: int) + null sort order: a sort order: + Map-reduce partition columns: x (type: int) Statistics: Num rows: 1 Data size: 1 Basic stats: COMPLETE Column stats: NONE @@ -438,6 +449,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: y (type: int) + null sort order: a sort order: + Map-reduce partition columns: y (type: int) Statistics: Num rows: 1 Data size: 1 Basic stats: COMPLETE Column stats: NONE @@ -454,6 +466,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 2 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: z (type: int) + null sort order: a sort order: + Map-reduce partition columns: z (type: int) Statistics: Num rows: 1 Data size: 2 Basic stats: COMPLETE Column stats: NONE @@ -472,6 +485,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 1 Basic stats: COMPLETE Column stats: NONE @@ -493,6 +507,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/llap/check_constraint.q.out ql/src/test/results/clientpositive/llap/check_constraint.q.out index 5671d7f192..9f2c9a1cd0 100644 --- ql/src/test/results/clientpositive/llap/check_constraint.q.out +++ ql/src/test/results/clientpositive/llap/check_constraint.q.out @@ -120,6 +120,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1376,6 +1377,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 51750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 250 Data size: 51750 Basic stats: COMPLETE Column stats: COMPLETE @@ -1459,6 +1461,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 103500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 500 Data size: 103500 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -1480,6 +1483,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 1035 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 1035 Basic stats: COMPLETE Column stats: COMPLETE @@ -1568,6 +1572,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 30212 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 30212 Basic stats: COMPLETE Column stats: COMPLETE @@ -1589,6 +1594,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 99500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 99500 Basic stats: COMPLETE Column stats: COMPLETE @@ -1614,6 +1620,7 @@ STAGE PLANS: Number of rows: 10 Statistics: Num rows: 10 Data size: 1734 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 10 Data size: 1734 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -1633,6 +1640,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 923 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 923 Basic stats: COMPLETE Column stats: COMPLETE @@ -1751,6 +1759,7 @@ STAGE PLANS: Top N Key Operator sort order: ++ keys: _col0 (type: string), _col1 (type: string) + null sort order: zz Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE top n: 10 Group By Operator @@ -1762,6 +1771,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 73500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 73500 Basic stats: COMPLETE Column stats: COMPLETE @@ -1790,6 +1800,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 1035 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 1035 Basic stats: COMPLETE Column stats: COMPLETE @@ -1914,6 +1925,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 17181 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 83 Data size: 17181 Basic stats: COMPLETE Column stats: COMPLETE @@ -2028,6 +2040,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 328 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: z sort order: + Map-reduce partition columns: UDFToInteger(_col0) (type: int) Statistics: Num rows: 1 Data size: 328 Basic stats: COMPLETE Column stats: NONE @@ -2134,6 +2147,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: z sort order: + Map-reduce partition columns: UDFToInteger(_col0) (type: int) Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: NONE @@ -2307,6 +2321,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -2320,6 +2335,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 372 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 1 Data size: 372 Basic stats: COMPLETE Column stats: NONE @@ -2346,6 +2362,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: z sort order: + Map-reduce partition columns: UDFToInteger(_col0) (type: int) Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE @@ -2358,6 +2375,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: z sort order: + Map-reduce partition columns: UDFToInteger(_col0) (type: int) Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE @@ -2371,6 +2389,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE @@ -2509,6 +2528,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -2522,6 +2542,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 372 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 1 Data size: 372 Basic stats: COMPLETE Column stats: NONE @@ -2548,6 +2569,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: z sort order: + Map-reduce partition columns: UDFToInteger(_col0) (type: int) Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE @@ -2560,6 +2582,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: z sort order: + Map-reduce partition columns: UDFToInteger(_col0) (type: int) Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE @@ -2580,6 +2603,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: struct) Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE @@ -2593,6 +2617,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE @@ -2759,6 +2784,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -2772,6 +2798,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 372 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 1 Data size: 372 Basic stats: COMPLETE Column stats: NONE @@ -2798,6 +2825,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: z sort order: + Map-reduce partition columns: UDFToInteger(_col0) (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -2817,6 +2845,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: struct) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -2830,6 +2859,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -3084,6 +3114,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: UDFToLong(_col1) (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: UDFToLong(_col1) (type: bigint) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -3241,6 +3272,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: bigint) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -3321,6 +3353,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: UDFToLong(_col1) (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: UDFToLong(_col1) (type: bigint) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -3427,6 +3460,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: z sort order: + Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/llap/cluster.q.out ql/src/test/results/clientpositive/llap/cluster.q.out index 1dad44894e..2f7bbae192 100644 --- ql/src/test/results/clientpositive/llap/cluster.q.out +++ ql/src/test/results/clientpositive/llap/cluster.q.out @@ -35,6 +35,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 356 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 356 Basic stats: COMPLETE Column stats: COMPLETE @@ -108,6 +109,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 356 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 356 Basic stats: COMPLETE Column stats: COMPLETE @@ -181,6 +183,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 356 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 356 Basic stats: COMPLETE Column stats: COMPLETE @@ -254,6 +257,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 356 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 356 Basic stats: COMPLETE Column stats: COMPLETE @@ -327,6 +331,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 356 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 356 Basic stats: COMPLETE Column stats: COMPLETE @@ -400,6 +405,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 356 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 356 Basic stats: COMPLETE Column stats: COMPLETE @@ -473,6 +479,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 356 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 2 Data size: 356 Basic stats: COMPLETE Column stats: COMPLETE @@ -546,6 +553,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 356 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 356 Basic stats: COMPLETE Column stats: COMPLETE @@ -616,6 +624,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 356 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 2 Data size: 356 Basic stats: COMPLETE Column stats: COMPLETE @@ -633,6 +642,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 174 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 2 Data size: 174 Basic stats: COMPLETE Column stats: COMPLETE @@ -655,6 +665,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 530 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 2 Data size: 530 Basic stats: COMPLETE Column stats: COMPLETE @@ -723,6 +734,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 356 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 2 Data size: 356 Basic stats: COMPLETE Column stats: COMPLETE @@ -740,6 +752,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 356 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 2 Data size: 356 Basic stats: COMPLETE Column stats: COMPLETE @@ -763,6 +776,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 712 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 2 Data size: 712 Basic stats: COMPLETE Column stats: COMPLETE @@ -831,6 +845,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 356 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 2 Data size: 356 Basic stats: COMPLETE Column stats: COMPLETE @@ -848,6 +863,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 356 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 2 Data size: 356 Basic stats: COMPLETE Column stats: COMPLETE @@ -871,6 +887,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 712 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 712 Basic stats: COMPLETE Column stats: COMPLETE @@ -939,6 +956,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 356 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 2 Data size: 356 Basic stats: COMPLETE Column stats: COMPLETE @@ -956,6 +974,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 174 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 2 Data size: 174 Basic stats: COMPLETE Column stats: COMPLETE @@ -978,6 +997,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 530 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 530 Basic stats: COMPLETE Column stats: COMPLETE @@ -1063,6 +1083,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 332 Data size: 59096 Basic stats: COMPLETE Column stats: COMPLETE @@ -1084,6 +1105,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 332 Data size: 59096 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/columnStatsUpdateForStatsOptimizer_1.q.out ql/src/test/results/clientpositive/llap/columnStatsUpdateForStatsOptimizer_1.q.out index 2adabfbfa5..951bc530db 100644 --- ql/src/test/results/clientpositive/llap/columnStatsUpdateForStatsOptimizer_1.q.out +++ ql/src/test/results/clientpositive/llap/columnStatsUpdateForStatsOptimizer_1.q.out @@ -152,6 +152,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int) @@ -350,6 +351,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int) @@ -422,6 +424,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int) @@ -566,6 +569,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int) @@ -766,6 +770,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int) @@ -956,6 +961,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int) diff --git ql/src/test/results/clientpositive/llap/column_access_stats.q.out ql/src/test/results/clientpositive/llap/column_access_stats.q.out index d3e9a10850..f5b1234c66 100644 --- ql/src/test/results/clientpositive/llap/column_access_stats.q.out +++ ql/src/test/results/clientpositive/llap/column_access_stats.q.out @@ -409,6 +409,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE @@ -429,6 +430,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 425 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 5 Data size: 425 Basic stats: COMPLETE Column stats: COMPLETE @@ -545,6 +547,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -566,6 +569,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 340 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 340 Basic stats: COMPLETE Column stats: COMPLETE @@ -652,6 +656,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -672,6 +677,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 170 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 170 Basic stats: COMPLETE Column stats: COMPLETE @@ -772,6 +778,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 425 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 5 Data size: 425 Basic stats: COMPLETE Column stats: COMPLETE @@ -792,6 +799,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE @@ -812,6 +820,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 865 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 5 Data size: 865 Basic stats: COMPLETE Column stats: COMPLETE @@ -831,6 +840,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 467 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 5 Data size: 467 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/llap/constprog_dpp.q.out ql/src/test/results/clientpositive/llap/constprog_dpp.q.out index 5653d40f3a..11af918604 100644 --- ql/src/test/results/clientpositive/llap/constprog_dpp.q.out +++ ql/src/test/results/clientpositive/llap/constprog_dpp.q.out @@ -62,14 +62,14 @@ Stage-0 Conds:RS_35._col0=RS_39._col0(Left Outer),Output:["_col0"] <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_35] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_34] (rows=1 width=4) Output:["_col0"] TableScan [TS_0] (rows=1 width=4) default@tb1,a,Tbl:COMPLETE,Col:NONE,Output:["id"] <-Reducer 5 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_39] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Filter Operator [FIL_38] (rows=1 width=2) predicate:_col0 is not null Limit [LIM_37] (rows=1 width=2) diff --git ql/src/test/results/clientpositive/llap/constprog_semijoin.q.out ql/src/test/results/clientpositive/llap/constprog_semijoin.q.out index e377bb0e55..90dd54b78e 100644 --- ql/src/test/results/clientpositive/llap/constprog_semijoin.q.out +++ ql/src/test/results/clientpositive/llap/constprog_semijoin.q.out @@ -80,7 +80,7 @@ Stage-0 Conds:RS_30._col3=RS_34._col0(Left Semi),Output:["_col0","_col2"] <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_30] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Select Operator [SEL_29] (rows=2 width=189) Output:["_col0","_col2","_col3"] Filter Operator [FIL_28] (rows=2 width=189) @@ -89,7 +89,7 @@ Stage-0 default@table1_n10,table1_n10,Tbl:COMPLETE,Col:COMPLETE,Output:["id","val","val1","dimid"] <-Map 3 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_34] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_33] (rows=2 width=4) Output:["_col0"],keys:_col0 Select Operator [SEL_32] (rows=5 width=4) @@ -142,7 +142,7 @@ Stage-0 Conds:RS_14._col2=RS_58._col0(Left Semi),Output:["_col0","_col4"] <-Map 5 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_58] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_57] (rows=2 width=4) Output:["_col0"],keys:_col0 Select Operator [SEL_56] (rows=5 width=4) @@ -153,12 +153,12 @@ Stage-0 default@table3_n0,table3_n0,Tbl:COMPLETE,Col:COMPLETE,Output:["id"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_14] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_47] (rows=2 width=100) Conds:RS_51._col0=RS_54._col0(Inner),Output:["_col0","_col2","_col4"] <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_51] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_50] (rows=2 width=99) Output:["_col0","_col2"] Filter Operator [FIL_49] (rows=2 width=99) @@ -167,7 +167,7 @@ Stage-0 default@table1_n10,table1_n10,Tbl:COMPLETE,Col:COMPLETE,Output:["id","val","dimid"] <-Map 4 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_54] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_53] (rows=3 width=96) Output:["_col0","_col1"] Filter Operator [FIL_52] (rows=3 width=96) @@ -220,7 +220,7 @@ Stage-0 Conds:RS_52._col0=RS_16._col0(Inner),Output:["_col1","_col2"] <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_52] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_51] (rows=3 width=96) Output:["_col0","_col1"] Filter Operator [FIL_50] (rows=3 width=96) @@ -229,12 +229,12 @@ Stage-0 default@table2_n6,table2_n6,Tbl:COMPLETE,Col:COMPLETE,Output:["id","val2"] <-Reducer 4 [SIMPLE_EDGE] llap SHUFFLE [RS_16] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_48] (rows=2 width=4) Conds:RS_55._col2=RS_59._col0(Left Semi),Output:["_col0"] <-Map 3 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_55] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Select Operator [SEL_54] (rows=2 width=99) Output:["_col0","_col2"] Filter Operator [FIL_53] (rows=2 width=99) @@ -243,7 +243,7 @@ Stage-0 default@table1_n10,table1_n10,Tbl:COMPLETE,Col:COMPLETE,Output:["id","val","dimid"] <-Map 5 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_59] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_58] (rows=2 width=4) Output:["_col0"],keys:_col0 Select Operator [SEL_57] (rows=5 width=4) @@ -319,7 +319,7 @@ Stage-0 Conds:RS_20.100, true=RS_24._col0, _col1(Left Semi),Output:["_col0","_col1","_col2"] <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_20] - PartitionCols:100, true + PartitionCols:100, true,null sort order:aa,sort order:++ Select Operator [SEL_19] (rows=3 width=193) Output:["_col0","_col1","_col2"] Filter Operator [FIL_18] (rows=3 width=189) @@ -328,7 +328,7 @@ Stage-0 default@table1_n10,table1_n10,Tbl:COMPLETE,Col:COMPLETE,Output:["id","val","val1","dimid"] <-Map 3 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_24] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_23] (rows=1 width=8) Output:["_col0","_col1"],keys:_col0, _col1 Select Operator [SEL_22] (rows=1 width=8) @@ -401,7 +401,7 @@ Stage-0 Conds:RS_20.100, true=RS_24._col0, _col1(Left Semi),Output:["_col0","_col1","_col2"] <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_20] - PartitionCols:100, true + PartitionCols:100, true,null sort order:aa,sort order:++ Select Operator [SEL_19] (rows=3 width=193) Output:["_col0","_col1","_col2"] Filter Operator [FIL_18] (rows=3 width=189) @@ -410,7 +410,7 @@ Stage-0 default@table1_n10,table1_n10,Tbl:COMPLETE,Col:COMPLETE,Output:["id","val","val1","dimid"] <-Map 3 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_24] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_23] (rows=1 width=8) Output:["_col0","_col1"],keys:_col0, _col1 Select Operator [SEL_22] (rows=1 width=8) @@ -457,7 +457,7 @@ Stage-0 Conds:RS_20.100, true=RS_24._col0, _col1(Left Semi),Output:["_col0","_col1","_col2"] <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_20] - PartitionCols:100, true + PartitionCols:100, true,null sort order:aa,sort order:++ Select Operator [SEL_19] (rows=3 width=193) Output:["_col0","_col1","_col2"] Filter Operator [FIL_18] (rows=3 width=189) @@ -466,7 +466,7 @@ Stage-0 default@table1_n10,table1_n10,Tbl:COMPLETE,Col:COMPLETE,Output:["id","val","val1","dimid"] <-Map 3 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_24] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_23] (rows=1 width=8) Output:["_col0","_col1"],keys:_col0, _col1 Select Operator [SEL_22] (rows=1 width=8) diff --git ql/src/test/results/clientpositive/llap/constraints_optimization.q.out ql/src/test/results/clientpositive/llap/constraints_optimization.q.out index 3c45a0d6a5..b6d210becf 100644 --- ql/src/test/results/clientpositive/llap/constraints_optimization.q.out +++ ql/src/test/results/clientpositive/llap/constraints_optimization.q.out @@ -193,6 +193,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: z sort order: + Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -261,6 +262,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: z sort order: + Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -331,6 +333,7 @@ STAGE PLANS: Top N Key Operator sort order: ++ keys: d_datekey (type: bigint), d_id (type: bigint) + null sort order: za Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: NONE top n: 10 Group By Operator @@ -342,6 +345,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint), _col1 (type: bigint) + null sort order: za sort order: ++ Map-reduce partition columns: _col0 (type: bigint), _col1 (type: bigint) Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: NONE @@ -364,6 +368,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: bigint) + null sort order: z sort order: + Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -495,6 +500,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -511,6 +517,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -594,6 +601,7 @@ STAGE PLANS: Top N Key Operator sort order: ++ keys: d_datekey (type: bigint), d_sellingseason (type: string) + null sort order: za Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE top n: 10 Group By Operator @@ -604,6 +612,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 92 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint), _col1 (type: string) + null sort order: za sort order: ++ Map-reduce partition columns: _col0 (type: bigint), _col1 (type: string) Statistics: Num rows: 1 Data size: 92 Basic stats: COMPLETE Column stats: COMPLETE @@ -624,6 +633,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: z sort order: + Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -699,6 +709,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -925,6 +936,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 36 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 36 Basic stats: COMPLETE Column stats: COMPLETE @@ -1014,6 +1026,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 36 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 36 Basic stats: COMPLETE Column stats: COMPLETE @@ -1091,6 +1104,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -1111,6 +1125,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 4 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -1182,6 +1197,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -1202,6 +1218,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 4 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -1227,6 +1244,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -1351,6 +1369,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 36 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 36 Basic stats: COMPLETE Column stats: COMPLETE @@ -1456,6 +1475,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int), _col2 (type: string) Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE @@ -1535,6 +1555,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int), _col2 (type: string) Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE @@ -1613,6 +1634,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int), _col2 (type: string) Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE @@ -1687,6 +1709,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 276 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 276 Basic stats: COMPLETE Column stats: COMPLETE @@ -1708,6 +1731,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1733,6 +1757,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 100 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string) Statistics: Num rows: 1 Data size: 100 Basic stats: COMPLETE Column stats: COMPLETE @@ -1806,6 +1831,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 276 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 276 Basic stats: COMPLETE Column stats: COMPLETE @@ -1823,6 +1849,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -1848,6 +1875,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 100 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string) Statistics: Num rows: 1 Data size: 100 Basic stats: COMPLETE Column stats: COMPLETE @@ -1974,6 +2002,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: double) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: double) Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/llap/convert_decimal64_to_decimal.q.out ql/src/test/results/clientpositive/llap/convert_decimal64_to_decimal.q.out index b385554f13..46de62ca98 100644 --- ql/src/test/results/clientpositive/llap/convert_decimal64_to_decimal.q.out +++ ql/src/test/results/clientpositive/llap/convert_decimal64_to_decimal.q.out @@ -215,6 +215,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -266,6 +267,7 @@ STAGE PLANS: Statistics: Num rows: 894 Data size: 92824 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: decimal(9,2)) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: decimal(9,2)) Reduce Sink Vectorization: @@ -434,6 +436,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -486,6 +489,7 @@ STAGE PLANS: Statistics: Num rows: 894 Data size: 92824 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: decimal(9,2)) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: decimal(9,2)) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/llap/correlationoptimizer1.q.out ql/src/test/results/clientpositive/llap/correlationoptimizer1.q.out index f0eface6d5..a18e047647 100644 --- ql/src/test/results/clientpositive/llap/correlationoptimizer1.q.out +++ ql/src/test/results/clientpositive/llap/correlationoptimizer1.q.out @@ -45,6 +45,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -65,6 +66,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -90,6 +92,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE @@ -114,6 +117,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -203,6 +207,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -223,6 +228,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -248,6 +254,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE @@ -272,6 +279,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -361,6 +369,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -398,6 +407,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE @@ -424,6 +434,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -513,6 +524,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -539,6 +551,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE @@ -564,6 +577,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE @@ -588,6 +602,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -677,6 +692,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -703,6 +719,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE @@ -728,6 +745,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE @@ -752,6 +770,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -837,6 +856,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -857,6 +877,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -882,6 +903,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE @@ -906,6 +928,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -991,6 +1014,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -1011,6 +1035,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -1036,6 +1061,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE @@ -1060,6 +1086,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -1145,6 +1172,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -1165,6 +1193,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -1190,6 +1219,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 293 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 4 Data size: 293 Basic stats: COMPLETE Column stats: COMPLETE @@ -1214,6 +1244,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -1299,6 +1330,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -1319,6 +1351,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -1344,6 +1377,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 293 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 4 Data size: 293 Basic stats: COMPLETE Column stats: COMPLETE @@ -1368,6 +1402,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -1450,6 +1485,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE @@ -1470,6 +1506,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1495,6 +1532,7 @@ STAGE PLANS: Statistics: Num rows: 32 Data size: 4828 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 32 Data size: 4828 Basic stats: COMPLETE Column stats: COMPLETE @@ -1592,6 +1630,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE @@ -1612,6 +1651,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1637,6 +1677,7 @@ STAGE PLANS: Statistics: Num rows: 32 Data size: 4828 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 32 Data size: 4828 Basic stats: COMPLETE Column stats: COMPLETE @@ -1741,6 +1782,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -1757,6 +1799,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -1782,6 +1825,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 1520 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 16 Data size: 1520 Basic stats: COMPLETE Column stats: COMPLETE @@ -1806,6 +1850,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -1895,6 +1940,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -1911,6 +1957,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -1936,6 +1983,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 1520 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 16 Data size: 1520 Basic stats: COMPLETE Column stats: COMPLETE @@ -1960,6 +2008,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -2049,6 +2098,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -2065,6 +2115,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -2090,6 +2141,7 @@ STAGE PLANS: Statistics: Num rows: 17 Data size: 308 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 17 Data size: 308 Basic stats: COMPLETE Column stats: COMPLETE @@ -2114,6 +2166,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -2203,6 +2256,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -2219,6 +2273,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -2244,6 +2299,7 @@ STAGE PLANS: Statistics: Num rows: 17 Data size: 308 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 17 Data size: 308 Basic stats: COMPLETE Column stats: COMPLETE @@ -2268,6 +2324,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -2353,6 +2410,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -2369,6 +2427,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -2394,6 +2453,7 @@ STAGE PLANS: Statistics: Num rows: 17 Data size: 308 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 17 Data size: 308 Basic stats: COMPLETE Column stats: COMPLETE @@ -2418,6 +2478,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -2503,6 +2564,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -2519,6 +2581,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -2544,6 +2607,7 @@ STAGE PLANS: Statistics: Num rows: 17 Data size: 308 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 17 Data size: 308 Basic stats: COMPLETE Column stats: COMPLETE @@ -2568,6 +2632,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -2653,6 +2718,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -2669,6 +2735,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -2694,6 +2761,7 @@ STAGE PLANS: Statistics: Num rows: 17 Data size: 308 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 17 Data size: 308 Basic stats: COMPLETE Column stats: COMPLETE @@ -2718,6 +2786,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -2803,6 +2872,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -2819,6 +2889,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -2844,6 +2915,7 @@ STAGE PLANS: Statistics: Num rows: 17 Data size: 308 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 17 Data size: 308 Basic stats: COMPLETE Column stats: COMPLETE @@ -2868,6 +2940,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -2957,6 +3030,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE @@ -2978,6 +3052,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -3003,6 +3078,7 @@ STAGE PLANS: Statistics: Num rows: 19 Data size: 3477 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 19 Data size: 3477 Basic stats: COMPLETE Column stats: COMPLETE @@ -3027,6 +3103,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: bigint) @@ -3116,6 +3193,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE @@ -3137,6 +3215,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -3162,6 +3241,7 @@ STAGE PLANS: Statistics: Num rows: 19 Data size: 3477 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 19 Data size: 3477 Basic stats: COMPLETE Column stats: COMPLETE @@ -3186,6 +3266,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: bigint) @@ -3275,6 +3356,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE @@ -3295,6 +3377,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -3320,6 +3403,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE @@ -3344,6 +3428,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -3433,6 +3518,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE @@ -3453,6 +3539,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -3478,6 +3565,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE @@ -3502,6 +3590,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) diff --git ql/src/test/results/clientpositive/llap/correlationoptimizer2.q.out ql/src/test/results/clientpositive/llap/correlationoptimizer2.q.out index 5b190bfc33..a8a397b875 100644 --- ql/src/test/results/clientpositive/llap/correlationoptimizer2.q.out +++ ql/src/test/results/clientpositive/llap/correlationoptimizer2.q.out @@ -49,6 +49,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -73,6 +74,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE @@ -114,6 +116,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: bigint), _col3 (type: bigint) @@ -209,6 +212,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -233,6 +237,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE @@ -274,6 +279,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: bigint), _col3 (type: bigint) @@ -369,6 +375,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -393,6 +400,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE @@ -434,6 +442,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: bigint), _col3 (type: bigint) @@ -529,6 +538,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -553,6 +563,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE @@ -594,6 +605,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: bigint), _col3 (type: bigint) @@ -689,6 +701,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -713,6 +726,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE @@ -754,6 +768,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: bigint), _col3 (type: bigint) @@ -849,6 +864,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -873,6 +889,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE @@ -914,6 +931,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: bigint), _col3 (type: bigint) @@ -1011,6 +1029,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -1035,6 +1054,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE @@ -1052,6 +1072,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -1078,6 +1099,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: bigint), _col3 (type: bigint) @@ -1107,6 +1129,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE @@ -1190,6 +1213,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -1214,6 +1238,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE @@ -1231,6 +1256,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -1257,6 +1283,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: bigint), _col3 (type: bigint) @@ -1286,6 +1313,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE @@ -1369,6 +1397,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -1393,6 +1422,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE @@ -1410,6 +1440,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -1436,6 +1467,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: bigint), _col3 (type: bigint) @@ -1465,6 +1497,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE @@ -1548,6 +1581,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -1572,6 +1606,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE @@ -1589,6 +1624,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -1615,6 +1651,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: bigint), _col3 (type: bigint) @@ -1644,6 +1681,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE @@ -1729,6 +1767,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE @@ -1751,6 +1790,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 1032 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 12 Data size: 1032 Basic stats: COMPLETE Column stats: COMPLETE @@ -1766,6 +1806,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE @@ -1789,6 +1830,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 278 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 278 Basic stats: COMPLETE Column stats: COMPLETE @@ -1813,6 +1855,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -1841,6 +1884,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 1032 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 12 Data size: 1032 Basic stats: COMPLETE Column stats: COMPLETE @@ -1927,6 +1971,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE @@ -1949,6 +1994,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 1032 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 12 Data size: 1032 Basic stats: COMPLETE Column stats: COMPLETE @@ -1964,6 +2010,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE @@ -1987,6 +2034,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 278 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 278 Basic stats: COMPLETE Column stats: COMPLETE @@ -2011,6 +2059,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -2039,6 +2088,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 1032 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 12 Data size: 1032 Basic stats: COMPLETE Column stats: COMPLETE @@ -2125,6 +2175,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE @@ -2147,6 +2198,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 1032 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 12 Data size: 1032 Basic stats: COMPLETE Column stats: COMPLETE @@ -2162,6 +2214,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE @@ -2185,6 +2238,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 278 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 278 Basic stats: COMPLETE Column stats: COMPLETE @@ -2209,6 +2263,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -2237,6 +2292,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 1032 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 12 Data size: 1032 Basic stats: COMPLETE Column stats: COMPLETE @@ -2323,6 +2379,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE @@ -2345,6 +2402,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 1032 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 12 Data size: 1032 Basic stats: COMPLETE Column stats: COMPLETE @@ -2360,6 +2418,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE @@ -2383,6 +2442,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 278 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 278 Basic stats: COMPLETE Column stats: COMPLETE @@ -2407,6 +2467,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -2435,6 +2496,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 1032 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 12 Data size: 1032 Basic stats: COMPLETE Column stats: COMPLETE @@ -2515,6 +2577,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE @@ -2528,6 +2591,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE @@ -2549,6 +2613,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -2578,6 +2643,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: bigint), _col3 (type: bigint) @@ -2607,6 +2673,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE @@ -2687,6 +2754,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE @@ -2700,6 +2768,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE @@ -2721,6 +2790,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -2739,6 +2809,7 @@ STAGE PLANS: Statistics: Num rows: 18 Data size: 4842 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 18 Data size: 4842 Basic stats: COMPLETE Column stats: COMPLETE @@ -2765,6 +2836,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: bigint), _col3 (type: bigint) @@ -2794,6 +2866,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE @@ -2873,6 +2946,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE @@ -2886,6 +2960,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE @@ -2907,6 +2982,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -2936,6 +3012,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: bigint), _col3 (type: bigint) @@ -2965,6 +3042,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE @@ -3045,6 +3123,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE @@ -3058,6 +3137,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE @@ -3079,6 +3159,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -3097,6 +3178,7 @@ STAGE PLANS: Statistics: Num rows: 18 Data size: 4842 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 18 Data size: 4842 Basic stats: COMPLETE Column stats: COMPLETE @@ -3123,6 +3205,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: bigint), _col3 (type: bigint) @@ -3152,6 +3235,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/correlationoptimizer3.q.out ql/src/test/results/clientpositive/llap/correlationoptimizer3.q.out index c9bfde2a99..7f946e4661 100644 --- ql/src/test/results/clientpositive/llap/correlationoptimizer3.q.out +++ ql/src/test/results/clientpositive/llap/correlationoptimizer3.q.out @@ -49,11 +49,13 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -74,6 +76,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE @@ -95,6 +98,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -117,6 +121,7 @@ STAGE PLANS: Statistics: Num rows: 39 Data size: 6825 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 39 Data size: 6825 Basic stats: COMPLETE Column stats: COMPLETE @@ -143,6 +148,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: bigint) @@ -181,6 +187,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE @@ -196,6 +203,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE @@ -277,11 +285,13 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -302,6 +312,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE @@ -323,6 +334,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -345,6 +357,7 @@ STAGE PLANS: Statistics: Num rows: 39 Data size: 6825 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 39 Data size: 6825 Basic stats: COMPLETE Column stats: COMPLETE @@ -371,6 +384,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: bigint) @@ -409,6 +423,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE @@ -424,6 +439,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE @@ -537,6 +553,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: bigint) @@ -557,6 +574,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE @@ -595,6 +613,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE @@ -616,6 +635,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -647,6 +667,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE @@ -728,11 +749,13 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -753,6 +776,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE @@ -774,6 +798,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -792,6 +817,7 @@ STAGE PLANS: Statistics: Num rows: 39 Data size: 6825 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 39 Data size: 6825 Basic stats: COMPLETE Column stats: COMPLETE @@ -818,6 +844,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: bigint) @@ -856,6 +883,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE @@ -871,6 +899,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE @@ -952,11 +981,13 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -977,6 +1008,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE @@ -998,6 +1030,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -1016,6 +1049,7 @@ STAGE PLANS: Statistics: Num rows: 39 Data size: 6825 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 39 Data size: 6825 Basic stats: COMPLETE Column stats: COMPLETE @@ -1042,6 +1076,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: bigint) @@ -1080,6 +1115,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE @@ -1095,6 +1131,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE @@ -1185,6 +1222,7 @@ STAGE PLANS: Statistics: Num rows: 39 Data size: 6825 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 39 Data size: 6825 Basic stats: COMPLETE Column stats: COMPLETE @@ -1206,6 +1244,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE @@ -1244,6 +1283,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE @@ -1265,6 +1305,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -1300,6 +1341,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: bigint) diff --git ql/src/test/results/clientpositive/llap/correlationoptimizer4.q.out ql/src/test/results/clientpositive/llap/correlationoptimizer4.q.out index cde692dbd5..ea3a282072 100644 --- ql/src/test/results/clientpositive/llap/correlationoptimizer4.q.out +++ ql/src/test/results/clientpositive/llap/correlationoptimizer4.q.out @@ -96,6 +96,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -116,6 +117,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -136,6 +138,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -154,6 +157,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -177,6 +181,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -201,6 +206,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -299,6 +305,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -328,6 +335,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -357,6 +365,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -384,6 +393,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -410,6 +420,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -443,6 +454,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -573,6 +585,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -603,6 +616,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -632,6 +646,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -672,6 +687,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -772,6 +788,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -801,6 +818,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -830,6 +848,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -857,6 +876,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -884,6 +904,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -917,6 +938,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -1017,6 +1039,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -1046,6 +1069,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -1075,6 +1099,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -1102,6 +1127,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -1129,6 +1155,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -1162,6 +1189,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -1262,6 +1290,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -1291,6 +1320,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -1320,6 +1350,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -1347,6 +1378,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -1373,6 +1405,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -1406,6 +1439,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -1506,6 +1540,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -1535,6 +1570,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -1564,6 +1600,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -1598,6 +1635,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -1631,6 +1669,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -1668,6 +1707,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -1750,6 +1790,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -1779,6 +1820,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -1808,6 +1850,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -1842,6 +1885,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -1875,6 +1919,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -1912,6 +1957,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -1994,6 +2040,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -2023,6 +2070,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -2052,6 +2100,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -2086,6 +2135,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -2119,6 +2169,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -2156,6 +2207,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -2238,6 +2290,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -2263,6 +2316,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -2288,6 +2342,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -2319,6 +2374,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -2345,6 +2401,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -2378,6 +2435,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -2478,6 +2536,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -2503,6 +2562,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -2528,6 +2588,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -2559,6 +2620,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -2585,6 +2647,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -2618,6 +2681,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -2718,6 +2782,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -2743,6 +2808,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -2768,6 +2834,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -2799,6 +2866,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -2825,6 +2893,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -2858,6 +2927,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -2958,6 +3028,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -2983,6 +3054,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -3008,6 +3080,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -3039,6 +3112,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -3065,6 +3139,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -3098,6 +3173,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) diff --git ql/src/test/results/clientpositive/llap/correlationoptimizer6.q.out ql/src/test/results/clientpositive/llap/correlationoptimizer6.q.out index aaf95ccfa4..9328c3b70f 100644 --- ql/src/test/results/clientpositive/llap/correlationoptimizer6.q.out +++ ql/src/test/results/clientpositive/llap/correlationoptimizer6.q.out @@ -51,6 +51,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -71,6 +72,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -91,6 +93,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -111,6 +114,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -136,6 +140,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE @@ -151,6 +156,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE @@ -193,6 +199,7 @@ STAGE PLANS: Statistics: Num rows: 316 Data size: 30020 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 316 Data size: 30020 Basic stats: COMPLETE Column stats: COMPLETE @@ -208,6 +215,7 @@ STAGE PLANS: Statistics: Num rows: 316 Data size: 30020 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 316 Data size: 30020 Basic stats: COMPLETE Column stats: COMPLETE @@ -307,6 +315,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -327,6 +336,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -347,6 +357,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -367,6 +378,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -392,6 +404,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE @@ -407,6 +420,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE @@ -449,6 +463,7 @@ STAGE PLANS: Statistics: Num rows: 316 Data size: 30020 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 316 Data size: 30020 Basic stats: COMPLETE Column stats: COMPLETE @@ -464,6 +479,7 @@ STAGE PLANS: Statistics: Num rows: 316 Data size: 30020 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 316 Data size: 30020 Basic stats: COMPLETE Column stats: COMPLETE @@ -579,6 +595,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE @@ -600,6 +617,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -637,6 +655,7 @@ STAGE PLANS: Statistics: Num rows: 316 Data size: 30020 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 316 Data size: 30020 Basic stats: COMPLETE Column stats: COMPLETE @@ -658,6 +677,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -674,6 +694,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE @@ -794,6 +815,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -817,6 +839,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -852,6 +875,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -944,6 +968,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -967,6 +992,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -1002,6 +1028,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -1095,6 +1122,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -1115,6 +1143,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -1135,6 +1164,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -1178,6 +1208,7 @@ STAGE PLANS: Statistics: Num rows: 316 Data size: 30020 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 316 Data size: 30020 Basic stats: COMPLETE Column stats: COMPLETE @@ -1193,6 +1224,7 @@ STAGE PLANS: Statistics: Num rows: 316 Data size: 30020 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 316 Data size: 30020 Basic stats: COMPLETE Column stats: COMPLETE @@ -1286,6 +1318,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -1306,6 +1339,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -1326,6 +1360,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -1369,6 +1404,7 @@ STAGE PLANS: Statistics: Num rows: 316 Data size: 30020 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 316 Data size: 30020 Basic stats: COMPLETE Column stats: COMPLETE @@ -1384,6 +1420,7 @@ STAGE PLANS: Statistics: Num rows: 316 Data size: 30020 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 316 Data size: 30020 Basic stats: COMPLETE Column stats: COMPLETE @@ -1477,6 +1514,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -1497,6 +1535,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -1517,6 +1556,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -1542,6 +1582,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE @@ -1557,6 +1598,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE @@ -1690,6 +1732,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -1710,6 +1753,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -1730,6 +1774,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -1755,6 +1800,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE @@ -1770,6 +1816,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE @@ -1906,6 +1953,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -1926,11 +1974,13 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -1951,6 +2001,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -1969,6 +2020,7 @@ STAGE PLANS: Statistics: Num rows: 39 Data size: 6747 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 39 Data size: 6747 Basic stats: COMPLETE Column stats: COMPLETE @@ -2015,6 +2067,7 @@ STAGE PLANS: Statistics: Num rows: 316 Data size: 30020 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 316 Data size: 30020 Basic stats: COMPLETE Column stats: COMPLETE @@ -2030,6 +2083,7 @@ STAGE PLANS: Statistics: Num rows: 316 Data size: 30020 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 316 Data size: 30020 Basic stats: COMPLETE Column stats: COMPLETE @@ -2150,6 +2204,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -2170,11 +2225,13 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -2195,6 +2252,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -2213,6 +2271,7 @@ STAGE PLANS: Statistics: Num rows: 39 Data size: 6747 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 39 Data size: 6747 Basic stats: COMPLETE Column stats: COMPLETE @@ -2259,6 +2318,7 @@ STAGE PLANS: Statistics: Num rows: 316 Data size: 30020 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 316 Data size: 30020 Basic stats: COMPLETE Column stats: COMPLETE @@ -2274,6 +2334,7 @@ STAGE PLANS: Statistics: Num rows: 316 Data size: 30020 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 316 Data size: 30020 Basic stats: COMPLETE Column stats: COMPLETE @@ -2394,11 +2455,13 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -2419,6 +2482,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -2439,6 +2503,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -2464,6 +2529,7 @@ STAGE PLANS: Statistics: Num rows: 316 Data size: 30020 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 316 Data size: 30020 Basic stats: COMPLETE Column stats: COMPLETE @@ -2479,6 +2545,7 @@ STAGE PLANS: Statistics: Num rows: 316 Data size: 30020 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 316 Data size: 30020 Basic stats: COMPLETE Column stats: COMPLETE @@ -2496,6 +2563,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE @@ -2638,11 +2706,13 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -2663,6 +2733,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -2683,6 +2754,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -2708,6 +2780,7 @@ STAGE PLANS: Statistics: Num rows: 316 Data size: 30020 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 316 Data size: 30020 Basic stats: COMPLETE Column stats: COMPLETE @@ -2723,6 +2796,7 @@ STAGE PLANS: Statistics: Num rows: 316 Data size: 30020 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 316 Data size: 30020 Basic stats: COMPLETE Column stats: COMPLETE @@ -2740,6 +2814,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE @@ -2886,6 +2961,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -2910,6 +2986,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE @@ -2931,6 +3008,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -2970,6 +3048,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 103 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 103 Basic stats: COMPLETE Column stats: COMPLETE @@ -2985,6 +3064,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 103 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 103 Basic stats: COMPLETE Column stats: COMPLETE @@ -3133,6 +3213,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -3157,6 +3238,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 12 Data size: 1128 Basic stats: COMPLETE Column stats: COMPLETE @@ -3178,6 +3260,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -3217,6 +3300,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 103 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 103 Basic stats: COMPLETE Column stats: COMPLETE @@ -3232,6 +3316,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 103 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 103 Basic stats: COMPLETE Column stats: COMPLETE @@ -3378,6 +3463,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -3398,6 +3484,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -3418,6 +3505,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -3438,6 +3526,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -3464,6 +3553,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE @@ -3479,6 +3569,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE @@ -3496,6 +3587,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 5600 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: bigint), _col2 (type: string), _col3 (type: string), _col4 (type: bigint) + null sort order: zzzzz sort order: +++++ Statistics: Num rows: 20 Data size: 5600 Basic stats: COMPLETE Column stats: COMPLETE Reducer 5 @@ -3532,6 +3624,7 @@ STAGE PLANS: Statistics: Num rows: 395 Data size: 73470 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 395 Data size: 73470 Basic stats: COMPLETE Column stats: COMPLETE @@ -3547,6 +3640,7 @@ STAGE PLANS: Statistics: Num rows: 395 Data size: 73470 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 395 Data size: 73470 Basic stats: COMPLETE Column stats: COMPLETE @@ -3646,6 +3740,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -3666,6 +3761,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -3686,6 +3782,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -3707,6 +3804,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -3732,6 +3830,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE @@ -3747,6 +3846,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE @@ -3789,6 +3889,7 @@ STAGE PLANS: Statistics: Num rows: 395 Data size: 73470 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 395 Data size: 73470 Basic stats: COMPLETE Column stats: COMPLETE @@ -3804,6 +3905,7 @@ STAGE PLANS: Statistics: Num rows: 395 Data size: 73470 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 395 Data size: 73470 Basic stats: COMPLETE Column stats: COMPLETE @@ -3919,6 +4021,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE @@ -3940,6 +4043,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -3977,6 +4081,7 @@ STAGE PLANS: Statistics: Num rows: 395 Data size: 73470 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 395 Data size: 73470 Basic stats: COMPLETE Column stats: COMPLETE @@ -3998,6 +4103,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -4014,6 +4120,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 16 Data size: 1504 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/count.q.out ql/src/test/results/clientpositive/llap/count.q.out index 4037896355..75cbfbfec0 100644 --- ql/src/test/results/clientpositive/llap/count.q.out +++ ql/src/test/results/clientpositive/llap/count.q.out @@ -67,6 +67,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: int) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE @@ -146,6 +147,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: int), _col3 (type: int) + null sort order: aaaa sort order: ++++ Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col4 (type: bigint), _col5 (type: bigint), _col6 (type: bigint), _col7 (type: bigint), _col8 (type: bigint) @@ -217,6 +219,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: a (type: int), b (type: int), c (type: int) + null sort order: aaa sort order: +++ Map-reduce partition columns: a (type: int) Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE @@ -289,6 +292,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: a (type: int), b (type: int), c (type: int), d (type: int) + null sort order: aaaa sort order: ++++ Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Execution mode: vectorized, llap @@ -366,6 +370,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: int), _col3 (type: int) + null sort order: aaaa sort order: ++++ Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col4 (type: bigint), _col5 (type: bigint), _col6 (type: bigint), _col7 (type: bigint), _col8 (type: bigint) @@ -438,6 +443,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: a (type: int), b (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: a (type: int), b (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -453,6 +459,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: a (type: int) + null sort order: a sort order: + Map-reduce partition columns: a (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -528,6 +535,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: b (type: int) + null sort order: a sort order: + Map-reduce partition columns: b (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -543,6 +551,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: b (type: int) + null sort order: a sort order: + Map-reduce partition columns: b (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -617,6 +626,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: b (type: int), c (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: b (type: int), c (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -632,6 +642,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: c (type: int) + null sort order: a sort order: + Map-reduce partition columns: c (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -709,6 +720,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: d (type: int), c (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: d (type: int) Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: NONE @@ -788,6 +800,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: $f0 (type: int), $f1 (type: int), $f2 (type: int) + null sort order: aaa sort order: +++ Map-reduce partition columns: $f0 (type: int) Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE @@ -860,6 +873,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: a (type: int), b (type: int), c (type: int) + null sort order: aaa sort order: +++ Map-reduce partition columns: a (type: int) Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE @@ -932,6 +946,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: a (type: int), b (type: int), c (type: int), d (type: int) + null sort order: aaaa sort order: ++++ Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Execution mode: vectorized, llap diff --git ql/src/test/results/clientpositive/llap/count_dist_rewrite.q.out ql/src/test/results/clientpositive/llap/count_dist_rewrite.q.out index 4d01b07435..d2608ad9a8 100644 --- ql/src/test/results/clientpositive/llap/count_dist_rewrite.q.out +++ ql/src/test/results/clientpositive/llap/count_dist_rewrite.q.out @@ -36,6 +36,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE @@ -56,6 +57,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -129,6 +131,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 67750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 67750 Basic stats: COMPLETE Column stats: COMPLETE @@ -150,6 +153,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 192 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 192 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: bigint) @@ -223,6 +227,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 113750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 113750 Basic stats: COMPLETE Column stats: COMPLETE @@ -244,6 +249,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 376 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 376 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: bigint), _col2 (type: string) @@ -317,6 +323,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 117750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 117750 Basic stats: COMPLETE Column stats: COMPLETE @@ -338,6 +345,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4 Statistics: Num rows: 1 Data size: 392 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 392 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: bigint), _col2 (type: string), _col3 (type: double), _col4 (type: bigint) @@ -415,6 +423,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -436,6 +445,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -521,6 +531,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 117750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 117750 Basic stats: COMPLETE Column stats: COMPLETE @@ -542,6 +553,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4 Statistics: Num rows: 1 Data size: 392 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 392 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: bigint), _col3 (type: string), _col4 (type: string) @@ -627,6 +639,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 29750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 29750 Basic stats: COMPLETE Column stats: COMPLETE @@ -648,6 +661,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4 Statistics: Num rows: 1 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: double), _col3 (type: double), _col4 (type: bigint) @@ -752,6 +766,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 146000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 146000 Basic stats: COMPLETE Column stats: COMPLETE @@ -773,6 +788,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6 Statistics: Num rows: 1 Data size: 408 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 408 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: double), _col1 (type: bigint), _col2 (type: bigint), _col3 (type: string), _col4 (type: string), _col5 (type: double), _col6 (type: double) @@ -867,6 +883,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 142500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 142500 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/cross_join.q.out ql/src/test/results/clientpositive/llap/cross_join.q.out index e1e172e691..c4777e6e32 100644 --- ql/src/test/results/clientpositive/llap/cross_join.q.out +++ ql/src/test/results/clientpositive/llap/cross_join.q.out @@ -29,6 +29,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -42,6 +43,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized, llap @@ -102,6 +104,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -115,6 +118,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized, llap @@ -179,6 +183,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -199,6 +204,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -260,6 +266,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -273,6 +280,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized, llap @@ -333,6 +341,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -346,6 +355,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized, llap @@ -442,6 +452,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/cross_prod_1.q.out ql/src/test/results/clientpositive/llap/cross_prod_1.q.out index 4e77fda63b..b45c6a0982 100644 --- ql/src/test/results/clientpositive/llap/cross_prod_1.q.out +++ ql/src/test/results/clientpositive/llap/cross_prod_1.q.out @@ -44,6 +44,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -59,6 +60,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -77,6 +79,7 @@ STAGE PLANS: Statistics: Num rows: 100 Data size: 35600 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col2 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 100 Data size: 35600 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: string), _col3 (type: string) @@ -245,6 +248,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -264,6 +268,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -384,6 +389,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 178 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 178 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -399,6 +405,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -501,10 +508,12 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -520,6 +529,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -537,6 +547,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 100 Data size: 35600 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 100 Data size: 35600 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string) @@ -1614,6 +1625,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 3 Data size: 534 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 3 Data size: 534 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -1629,6 +1641,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -1730,6 +1743,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 10 Data size: 870 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 10 Data size: 870 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -1743,6 +1757,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized, llap @@ -1767,6 +1782,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 950 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 950 Basic stats: COMPLETE Column stats: COMPLETE @@ -1844,6 +1860,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 10 Data size: 1820 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 10 Data size: 1820 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: boolean) @@ -1859,6 +1876,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -1925,6 +1943,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -1940,6 +1959,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -2002,6 +2022,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -2017,6 +2038,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -2089,12 +2111,14 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 475 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 5 Data size: 475 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: bigint) Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 5 Data size: 475 Basic stats: COMPLETE Column stats: COMPLETE @@ -2111,6 +2135,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 5 Data size: 475 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 5 Data size: 475 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: bigint) @@ -2142,6 +2167,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 5 Data size: 475 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 5 Data size: 475 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: bigint) @@ -2294,6 +2320,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 20 Data size: 3560 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -2309,6 +2336,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 20 Data size: 3560 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -2324,6 +2352,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) diff --git ql/src/test/results/clientpositive/llap/cross_prod_3.q.out ql/src/test/results/clientpositive/llap/cross_prod_3.q.out index 8351da4c7b..6e5ece72b1 100644 --- ql/src/test/results/clientpositive/llap/cross_prod_3.q.out +++ ql/src/test/results/clientpositive/llap/cross_prod_3.q.out @@ -78,6 +78,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 352 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 352 Basic stats: COMPLETE Column stats: COMPLETE @@ -99,6 +100,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 174 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 174 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/cross_prod_4.q.out ql/src/test/results/clientpositive/llap/cross_prod_4.q.out index 310a0fa787..cb0cf816c6 100644 --- ql/src/test/results/clientpositive/llap/cross_prod_4.q.out +++ ql/src/test/results/clientpositive/llap/cross_prod_4.q.out @@ -43,6 +43,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -58,6 +59,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) diff --git ql/src/test/results/clientpositive/llap/cross_product_check_1.q.out ql/src/test/results/clientpositive/llap/cross_product_check_1.q.out index 17740a84a1..f744fc9ba7 100644 --- ql/src/test/results/clientpositive/llap/cross_product_check_1.q.out +++ ql/src/test/results/clientpositive/llap/cross_product_check_1.q.out @@ -61,6 +61,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -76,6 +77,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -145,6 +147,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE @@ -166,6 +169,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE @@ -182,6 +186,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -199,6 +204,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 10 Data size: 3560 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 10 Data size: 3560 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string) @@ -268,6 +274,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -288,6 +295,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 870 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 870 Basic stats: COMPLETE Column stats: COMPLETE @@ -308,6 +316,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 870 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 870 Basic stats: COMPLETE Column stats: COMPLETE @@ -350,6 +359,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 435 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 5 Data size: 435 Basic stats: COMPLETE Column stats: COMPLETE @@ -362,6 +372,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 435 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 5 Data size: 435 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -408,6 +419,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -423,6 +435,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 10 Data size: 870 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 10 Data size: 870 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -436,6 +449,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized, llap @@ -477,6 +491,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 870 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 870 Basic stats: COMPLETE Column stats: COMPLETE @@ -489,6 +504,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 10 Data size: 870 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 10 Data size: 870 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -546,6 +562,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE @@ -566,6 +583,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 870 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 870 Basic stats: COMPLETE Column stats: COMPLETE @@ -586,6 +604,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 870 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 870 Basic stats: COMPLETE Column stats: COMPLETE @@ -600,6 +619,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -640,6 +660,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 435 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 5 Data size: 435 Basic stats: COMPLETE Column stats: COMPLETE @@ -652,6 +673,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 435 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 5 Data size: 435 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) diff --git ql/src/test/results/clientpositive/llap/cross_product_check_2.q.out ql/src/test/results/clientpositive/llap/cross_product_check_2.q.out index 47e0b971f0..1a5acbc014 100644 --- ql/src/test/results/clientpositive/llap/cross_product_check_2.q.out +++ ql/src/test/results/clientpositive/llap/cross_product_check_2.q.out @@ -61,6 +61,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -76,6 +77,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 10 Data size: 1760 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 10 Data size: 1760 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -154,6 +156,7 @@ STAGE PLANS: 1 Map 3 Statistics: Num rows: 20 Data size: 7040 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 20 Data size: 7040 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string) @@ -174,6 +177,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 1760 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 1760 Basic stats: COMPLETE Column stats: COMPLETE @@ -190,6 +194,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -261,6 +266,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -297,6 +303,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 430 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 5 Data size: 430 Basic stats: COMPLETE Column stats: COMPLETE @@ -317,6 +324,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 860 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 860 Basic stats: COMPLETE Column stats: COMPLETE @@ -349,6 +357,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 430 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 5 Data size: 430 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -395,6 +404,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -410,6 +420,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 10 Data size: 860 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 10 Data size: 860 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -423,6 +434,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized, llap @@ -464,6 +476,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 430 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 5 Data size: 430 Basic stats: COMPLETE Column stats: COMPLETE @@ -476,6 +489,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 430 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 5 Data size: 430 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -533,6 +547,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE @@ -569,6 +584,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 430 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 5 Data size: 430 Basic stats: COMPLETE Column stats: COMPLETE @@ -589,6 +605,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 860 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 860 Basic stats: COMPLETE Column stats: COMPLETE @@ -603,6 +620,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -633,6 +651,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 430 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 5 Data size: 430 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) diff --git ql/src/test/results/clientpositive/llap/ctas.q.out ql/src/test/results/clientpositive/llap/ctas.q.out index ec9fb48ee8..c10d75d081 100644 --- ql/src/test/results/clientpositive/llap/ctas.q.out +++ ql/src/test/results/clientpositive/llap/ctas.q.out @@ -52,6 +52,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -69,6 +70,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -101,6 +103,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -248,6 +251,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -265,6 +269,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -297,6 +302,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -444,6 +450,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 96000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 500 Data size: 96000 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -461,6 +468,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 1920 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 10 Data size: 1920 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -493,6 +501,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -704,6 +713,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -721,6 +731,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -753,6 +764,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -902,6 +914,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -919,6 +932,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -951,6 +965,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/llap/cte_mat_3.q.out ql/src/test/results/clientpositive/llap/cte_mat_3.q.out index 53cf4a16b7..2433e99dbb 100644 --- ql/src/test/results/clientpositive/llap/cte_mat_3.q.out +++ ql/src/test/results/clientpositive/llap/cte_mat_3.q.out @@ -29,7 +29,7 @@ Stage-3 Conds:RS_36._col0=RS_39._col0(Inner),Output:["_col0"] <-Map 2 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_36] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_35] (rows=1 width=184) Output:["_col0"] Filter Operator [FIL_34] (rows=1 width=184) @@ -38,7 +38,7 @@ Stage-3 default@q1,a,Tbl:COMPLETE,Col:NONE,Output:["key"] <-Map 4 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_39] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_38] (rows=1 width=184) Output:["_col0"] Filter Operator [FIL_37] (rows=1 width=184) diff --git ql/src/test/results/clientpositive/llap/cte_mat_4.q.out ql/src/test/results/clientpositive/llap/cte_mat_4.q.out index 0915338a4a..52ed4a78b3 100644 --- ql/src/test/results/clientpositive/llap/cte_mat_4.q.out +++ ql/src/test/results/clientpositive/llap/cte_mat_4.q.out @@ -54,7 +54,7 @@ Stage-3 Conds:RS_36._col0=RS_39._col0(Inner),Output:["_col0"] <-Map 2 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_36] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_35] (rows=1 width=184) Output:["_col0"] Filter Operator [FIL_34] (rows=1 width=184) @@ -63,7 +63,7 @@ Stage-3 default@q1,a,Tbl:COMPLETE,Col:NONE,Output:["key"] <-Map 4 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_39] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_38] (rows=1 width=184) Output:["_col0"] Filter Operator [FIL_37] (rows=1 width=184) @@ -176,7 +176,7 @@ Stage-3 Conds:RS_36._col0=RS_39._col0(Inner),Output:["_col0"] <-Map 2 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_36] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_35] (rows=1 width=184) Output:["_col0"] Filter Operator [FIL_34] (rows=1 width=184) @@ -185,7 +185,7 @@ Stage-3 default@q1,a,Tbl:COMPLETE,Col:NONE,Output:["key"] <-Map 4 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_39] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_38] (rows=1 width=184) Output:["_col0"] Filter Operator [FIL_37] (rows=1 width=184) diff --git ql/src/test/results/clientpositive/llap/cte_mat_5.q.out ql/src/test/results/clientpositive/llap/cte_mat_5.q.out index f5ef440701..fac092947a 100644 --- ql/src/test/results/clientpositive/llap/cte_mat_5.q.out +++ ql/src/test/results/clientpositive/llap/cte_mat_5.q.out @@ -74,7 +74,7 @@ Stage-3 Conds:RS_36._col1=RS_39._col0(Inner),Output:["_col0"] <-Map 2 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_36] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_35] (rows=1 width=12) Output:["_col0","_col1"] Filter Operator [FIL_34] (rows=1 width=4) @@ -83,7 +83,7 @@ Stage-3 mydb@q1,a,Tbl:COMPLETE,Col:COMPLETE,Output:["colnum"] <-Map 4 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_39] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_38] (rows=1 width=184) Output:["_col0"] Filter Operator [FIL_37] (rows=1 width=184) diff --git ql/src/test/results/clientpositive/llap/default_constraint.q.out ql/src/test/results/clientpositive/llap/default_constraint.q.out index a8db5aefc3..1270a426e8 100644 --- ql/src/test/results/clientpositive/llap/default_constraint.q.out +++ ql/src/test/results/clientpositive/llap/default_constraint.q.out @@ -109,6 +109,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: tinyint) Statistics: Num rows: 1 Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -209,6 +210,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: tinyint) Statistics: Num rows: 1 Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -625,6 +627,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -724,6 +727,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -885,6 +889,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Statistics: Num rows: 1 Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -981,6 +986,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Statistics: Num rows: 1 Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -1462,6 +1468,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: UDFToShort(_col1) (type: smallint) + null sort order: a sort order: + Map-reduce partition columns: UDFToShort(_col1) (type: smallint) Statistics: Num rows: 1 Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -1631,6 +1638,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: UDFToShort(_col1) (type: smallint) + null sort order: a sort order: + Map-reduce partition columns: UDFToShort(_col1) (type: smallint) Statistics: Num rows: 1 Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -1898,6 +1906,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: smallint) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: smallint) Statistics: Num rows: 1 Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -2239,6 +2248,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: smallint) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: smallint) Statistics: Num rows: 1 Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -2652,6 +2662,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: UDFToShort(_col1) (type: smallint) + null sort order: a sort order: + Map-reduce partition columns: UDFToShort(_col1) (type: smallint) Statistics: Num rows: 1 Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -2821,6 +2832,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: UDFToShort(_col1) (type: smallint) + null sort order: a sort order: + Map-reduce partition columns: UDFToShort(_col1) (type: smallint) Statistics: Num rows: 1 Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/deleteAnalyze.q.out ql/src/test/results/clientpositive/llap/deleteAnalyze.q.out index 832afff5e0..a095fcc0ae 100644 --- ql/src/test/results/clientpositive/llap/deleteAnalyze.q.out +++ ql/src/test/results/clientpositive/llap/deleteAnalyze.q.out @@ -179,7 +179,7 @@ Stage-0 Conds:RS_28._col1=RS_31._col0(Inner),Output:["_col0","_col3","_col4"] <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_28] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_27] (rows=1 width=88) Output:["_col0","_col1"] Filter Operator [FIL_26] (rows=1 width=88) @@ -188,7 +188,7 @@ Stage-0 default@testdeci2_n0,s,Tbl:COMPLETE,Col:COMPLETE,Output:["id","item"] <-Map 3 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_31] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_30] (rows=1 width=308) Output:["_col0","_col1","_col2"] Filter Operator [FIL_29] (rows=1 width=312) diff --git ql/src/test/results/clientpositive/llap/disable_merge_for_bucketing.q.out ql/src/test/results/clientpositive/llap/disable_merge_for_bucketing.q.out index 0a7425a900..72b19e1c44 100644 --- ql/src/test/results/clientpositive/llap/disable_merge_for_bucketing.q.out +++ ql/src/test/results/clientpositive/llap/disable_merge_for_bucketing.q.out @@ -277,6 +277,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: string) diff --git ql/src/test/results/clientpositive/llap/dpp.q.out ql/src/test/results/clientpositive/llap/dpp.q.out index 431df21495..aac6be8240 100644 --- ql/src/test/results/clientpositive/llap/dpp.q.out +++ ql/src/test/results/clientpositive/llap/dpp.q.out @@ -200,6 +200,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 368 Basic stats: COMPLETE Column stats: COMPLETE @@ -233,6 +234,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 368 Basic stats: COMPLETE Column stats: COMPLETE @@ -269,6 +271,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 440 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 6 Data size: 624 Basic stats: COMPLETE Column stats: COMPLETE @@ -286,6 +289,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 6 Data size: 624 Basic stats: COMPLETE Column stats: COMPLETE @@ -308,6 +312,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/llap/dynamic_partition_join_noncbo.q.out ql/src/test/results/clientpositive/llap/dynamic_partition_join_noncbo.q.out index 53f2810e25..e201ff241f 100644 --- ql/src/test/results/clientpositive/llap/dynamic_partition_join_noncbo.q.out +++ ql/src/test/results/clientpositive/llap/dynamic_partition_join_noncbo.q.out @@ -1020,6 +1020,7 @@ STAGE PLANS: Statistics: Num rows: 8146725 Data size: 46331126445 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: phi (type: bigint), 'P30' (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: phi (type: bigint), 'P30' (type: string) Statistics: Num rows: 8146725 Data size: 46331126445 Basic stats: COMPLETE Column stats: NONE @@ -1037,6 +1038,7 @@ STAGE PLANS: Statistics: Num rows: 15680439 Data size: 56180088521 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: phi (type: bigint), 'P30' (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: phi (type: bigint), 'P30' (type: string) Statistics: Num rows: 15680439 Data size: 56180088521 Basic stats: COMPLETE Column stats: NONE @@ -1054,6 +1056,7 @@ STAGE PLANS: Statistics: Num rows: 15390381 Data size: 116471238533 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: pli (type: bigint), p1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: pli (type: bigint), p1 (type: string) Statistics: Num rows: 15390381 Data size: 116471238533 Basic stats: COMPLETE Column stats: NONE @@ -1076,6 +1079,7 @@ STAGE PLANS: DynamicPartitionHashJoin: true Reduce Output Operator key expressions: _col314 (type: bigint), 'P30' (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col314 (type: bigint), 'P30' (type: string) Statistics: Num rows: 17248483 Data size: 61798098712 Basic stats: COMPLETE Column stats: NONE @@ -2546,6 +2550,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: col567 (type: string) + null sort order: a sort order: + Map-reduce partition columns: col567 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -2579,6 +2584,7 @@ STAGE PLANS: Statistics: Num rows: 139943033 Data size: 26813085279 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Statistics: Num rows: 139943033 Data size: 26813085279 Basic stats: COMPLETE Column stats: NONE @@ -2599,6 +2605,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 279 Basic stats: COMPLETE Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 1 Data size: 279 Basic stats: COMPLETE Column stats: PARTIAL @@ -2626,6 +2633,7 @@ STAGE PLANS: Statistics: Num rows: 15021067 Data size: 124591407923 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: 'P30' (type: string), _col86 (type: bigint) + null sort order: aa sort order: ++ Map-reduce partition columns: 'P30' (type: string), _col86 (type: bigint) Statistics: Num rows: 15021067 Data size: 124591407923 Basic stats: COMPLETE Column stats: NONE @@ -2643,6 +2651,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 95 Basic stats: COMPLETE Column stats: PARTIAL Reduce Output Operator key expressions: 'P30' (type: string), col5679 (type: bigint) + null sort order: aa sort order: ++ Map-reduce partition columns: 'P30' (type: string), col5679 (type: bigint) Statistics: Num rows: 1 Data size: 95 Basic stats: COMPLETE Column stats: PARTIAL @@ -2662,6 +2671,7 @@ STAGE PLANS: Statistics: Num rows: 69971516 Data size: 13406542543 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string), _col2 (type: bigint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col2 (type: bigint) Statistics: Num rows: 69971516 Data size: 13406542543 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/llap/dynamic_partition_pruning.q.out ql/src/test/results/clientpositive/llap/dynamic_partition_pruning.q.out index d657659620..c93b092994 100644 --- ql/src/test/results/clientpositive/llap/dynamic_partition_pruning.q.out +++ ql/src/test/results/clientpositive/llap/dynamic_partition_pruning.q.out @@ -85,6 +85,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 368 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 368 Basic stats: COMPLETE Column stats: COMPLETE @@ -121,6 +122,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -290,6 +292,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 368000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 368000 Basic stats: COMPLETE Column stats: COMPLETE @@ -310,6 +313,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE @@ -348,6 +352,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -435,6 +440,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 368000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 368000 Basic stats: COMPLETE Column stats: COMPLETE @@ -455,6 +461,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE @@ -477,6 +484,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -580,6 +588,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 8000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2000 Data size: 8000 Basic stats: COMPLETE Column stats: COMPLETE @@ -600,6 +609,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -638,6 +648,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -728,6 +739,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 8000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2000 Data size: 8000 Basic stats: COMPLETE Column stats: COMPLETE @@ -748,6 +760,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -770,6 +783,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -861,6 +875,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 736000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 736000 Basic stats: COMPLETE Column stats: COMPLETE @@ -882,6 +897,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE @@ -918,6 +934,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 86 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 86 Basic stats: COMPLETE Column stats: COMPLETE @@ -952,6 +969,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 184000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1000 Data size: 184000 Basic stats: COMPLETE Column stats: COMPLETE @@ -972,6 +990,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1068,6 +1087,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 736000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 736000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1089,6 +1109,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE @@ -1109,6 +1130,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 86 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 86 Basic stats: COMPLETE Column stats: COMPLETE @@ -1127,6 +1149,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 184000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1000 Data size: 184000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1147,6 +1170,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1248,6 +1272,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 736000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 2000 Data size: 736000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1268,6 +1293,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE @@ -1322,6 +1348,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1409,6 +1436,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 736000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 2000 Data size: 736000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1429,6 +1457,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE @@ -1451,6 +1480,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1549,6 +1579,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 368000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 368000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1569,6 +1600,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE @@ -1607,6 +1639,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1694,6 +1727,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 368000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 368000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1714,6 +1748,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE @@ -1736,6 +1771,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1835,6 +1871,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 16000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 2000 Data size: 16000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1855,6 +1892,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1893,6 +1931,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1983,6 +2022,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 16000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 2000 Data size: 16000 Basic stats: COMPLETE Column stats: COMPLETE @@ -2003,6 +2043,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -2041,6 +2082,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -2131,6 +2173,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 16000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 2000 Data size: 16000 Basic stats: COMPLETE Column stats: COMPLETE @@ -2151,6 +2194,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -2173,6 +2217,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -2263,6 +2308,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 16000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 2000 Data size: 16000 Basic stats: COMPLETE Column stats: COMPLETE @@ -2283,6 +2329,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -2305,6 +2352,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -2408,6 +2456,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 368000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 368000 Basic stats: COMPLETE Column stats: COMPLETE @@ -2428,6 +2477,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE @@ -2466,6 +2516,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -2559,6 +2610,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 1000 Data size: 94000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1000 Data size: 94000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator @@ -2569,6 +2621,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -2591,6 +2644,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -2620,6 +2674,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -2698,6 +2753,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 2000 Data size: 736000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 2000 Data size: 736000 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -2717,6 +2773,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -2743,6 +2800,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -2830,6 +2888,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 736000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 2000 Data size: 736000 Basic stats: COMPLETE Column stats: COMPLETE @@ -2850,6 +2909,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE @@ -2904,6 +2964,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -2991,6 +3052,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 368000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 368000 Basic stats: COMPLETE Column stats: COMPLETE @@ -3011,6 +3073,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE @@ -3049,6 +3112,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -3120,6 +3184,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE @@ -3153,6 +3218,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 368000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 368000 Basic stats: COMPLETE Column stats: COMPLETE @@ -3175,6 +3241,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -3243,6 +3310,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 368000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 368000 Basic stats: COMPLETE Column stats: COMPLETE @@ -3263,6 +3331,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE @@ -3301,6 +3370,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -3369,6 +3439,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 368000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1000 Data size: 368000 Basic stats: COMPLETE Column stats: COMPLETE @@ -3390,6 +3461,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE @@ -3426,6 +3498,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 86 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 86 Basic stats: COMPLETE Column stats: COMPLETE @@ -3460,6 +3533,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 92000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 500 Data size: 92000 Basic stats: COMPLETE Column stats: COMPLETE @@ -3480,6 +3554,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -3567,6 +3642,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: COMPLETE @@ -3588,6 +3664,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE @@ -3608,6 +3685,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 86 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 86 Basic stats: COMPLETE Column stats: COMPLETE @@ -3626,6 +3704,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE @@ -3646,6 +3725,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -3729,6 +3809,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 368000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 368000 Basic stats: COMPLETE Column stats: COMPLETE @@ -3750,6 +3831,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -3771,6 +3853,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -3793,6 +3876,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -3830,6 +3914,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE @@ -3868,6 +3953,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE @@ -3956,6 +4042,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 368000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 368000 Basic stats: COMPLETE Column stats: COMPLETE @@ -3977,6 +4064,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -3998,6 +4086,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -4022,6 +4111,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE @@ -4059,6 +4149,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE @@ -4097,6 +4188,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE @@ -4189,6 +4281,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 368 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 368 Basic stats: COMPLETE Column stats: COMPLETE @@ -4210,6 +4303,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -4229,6 +4323,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 368 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 368 Basic stats: COMPLETE Column stats: COMPLETE @@ -4250,6 +4345,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -4274,6 +4370,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE @@ -4319,6 +4416,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 368 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 4 Data size: 736 Basic stats: COMPLETE Column stats: COMPLETE @@ -4350,6 +4448,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 368 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 4 Data size: 736 Basic stats: COMPLETE Column stats: COMPLETE @@ -4372,6 +4471,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE @@ -4495,6 +4595,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -4515,6 +4616,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE @@ -4650,6 +4752,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -4670,6 +4773,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -4802,6 +4906,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -4822,6 +4927,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE @@ -4858,6 +4964,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 86 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 86 Basic stats: COMPLETE Column stats: COMPLETE @@ -4991,6 +5098,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -5011,6 +5119,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE @@ -5157,6 +5266,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -5177,6 +5287,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE @@ -5299,6 +5410,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -5319,6 +5431,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -5441,6 +5554,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -5461,6 +5575,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -5572,6 +5687,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 1000 Data size: 10624 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1000 Data size: 10624 Basic stats: COMPLETE Column stats: NONE Group By Operator @@ -5582,6 +5698,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 10624 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Statistics: Num rows: 1000 Data size: 10624 Basic stats: COMPLETE Column stats: NONE @@ -5604,6 +5721,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -5633,6 +5751,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -5726,6 +5845,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -5746,6 +5866,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE @@ -5849,6 +5970,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -5866,6 +5988,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 368000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 368000 Basic stats: COMPLETE Column stats: COMPLETE @@ -5936,6 +6059,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 368000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 368000 Basic stats: COMPLETE Column stats: COMPLETE @@ -5970,6 +6094,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -6063,6 +6188,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -6083,6 +6209,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE @@ -6119,6 +6246,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 86 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 86 Basic stats: COMPLETE Column stats: COMPLETE @@ -6223,6 +6351,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: COMPLETE @@ -6268,6 +6397,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -6288,6 +6418,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 86 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 86 Basic stats: COMPLETE Column stats: COMPLETE @@ -6389,6 +6520,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE @@ -6410,6 +6542,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -6431,6 +6564,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -6470,6 +6604,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE @@ -6508,6 +6643,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE @@ -6649,6 +6785,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -6669,6 +6806,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 204 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: double) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: double) Statistics: Num rows: 2 Data size: 204 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/dynamic_partition_pruning_2.q.out ql/src/test/results/clientpositive/llap/dynamic_partition_pruning_2.q.out index 0c4dc21527..815482e8b4 100644 --- ql/src/test/results/clientpositive/llap/dynamic_partition_pruning_2.q.out +++ ql/src/test/results/clientpositive/llap/dynamic_partition_pruning_2.q.out @@ -202,6 +202,7 @@ STAGE PLANS: Statistics: Num rows: 9 Data size: 1148 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 9 Data size: 1148 Basic stats: COMPLETE Column stats: NONE @@ -223,6 +224,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 564 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 564 Basic stats: COMPLETE Column stats: NONE @@ -256,6 +258,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 510 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 4 Data size: 510 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: bigint), _col2 (type: decimal(20,0)) @@ -385,6 +388,7 @@ STAGE PLANS: Statistics: Num rows: 9 Data size: 1148 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 9 Data size: 1148 Basic stats: COMPLETE Column stats: NONE @@ -406,6 +410,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 564 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 564 Basic stats: COMPLETE Column stats: NONE @@ -423,6 +428,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 510 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 4 Data size: 510 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: bigint), _col2 (type: decimal(20,0)) @@ -561,6 +567,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 564 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 564 Basic stats: COMPLETE Column stats: NONE @@ -649,6 +656,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 3 Data size: 336 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 3 Data size: 336 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: decimal(10,0)) @@ -666,6 +674,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 3 Data size: 12 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 3 Data size: 12 Basic stats: COMPLETE Column stats: NONE Execution mode: llap @@ -792,6 +801,7 @@ STAGE PLANS: Statistics: Num rows: 9 Data size: 1148 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 9 Data size: 1148 Basic stats: COMPLETE Column stats: NONE @@ -813,6 +823,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 564 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 564 Basic stats: COMPLETE Column stats: NONE @@ -846,6 +857,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 510 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 4 Data size: 510 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: bigint), _col2 (type: decimal(20,0)) @@ -981,6 +993,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 564 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 564 Basic stats: COMPLETE Column stats: NONE @@ -1046,6 +1059,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 564 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 564 Basic stats: COMPLETE Column stats: NONE @@ -1165,6 +1179,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1182,6 +1197,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 368000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 368000 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/dynamic_semijoin_reduction.q.out ql/src/test/results/clientpositive/llap/dynamic_semijoin_reduction.q.out index 916a69c84c..b1380017ac 100644 --- ql/src/test/results/clientpositive/llap/dynamic_semijoin_reduction.q.out +++ ql/src/test/results/clientpositive/llap/dynamic_semijoin_reduction.q.out @@ -194,6 +194,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 174000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 174000 Basic stats: COMPLETE Column stats: COMPLETE @@ -214,6 +215,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 1740 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 20 Data size: 1740 Basic stats: PARTIAL Column stats: PARTIAL @@ -236,6 +238,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) @@ -328,6 +331,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 174000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 174000 Basic stats: COMPLETE Column stats: COMPLETE @@ -348,6 +352,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 1740 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 20 Data size: 1740 Basic stats: PARTIAL Column stats: PARTIAL @@ -362,6 +367,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 639 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 639 Basic stats: PARTIAL Column stats: PARTIAL value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) @@ -384,6 +390,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) @@ -411,6 +418,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 639 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 639 Basic stats: PARTIAL Column stats: PARTIAL value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) @@ -486,6 +494,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 174000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 174000 Basic stats: COMPLETE Column stats: COMPLETE @@ -519,6 +528,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 7200 Basic stats: PARTIAL Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 20 Data size: 7200 Basic stats: PARTIAL Column stats: COMPLETE @@ -541,6 +551,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) @@ -634,6 +645,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 174000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 174000 Basic stats: COMPLETE Column stats: COMPLETE @@ -654,6 +666,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 1740 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 20 Data size: 1740 Basic stats: PARTIAL Column stats: PARTIAL @@ -674,6 +687,7 @@ STAGE PLANS: Statistics: Num rows: 9174 Data size: 643900 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 9174 Data size: 643900 Basic stats: COMPLETE Column stats: COMPLETE @@ -692,6 +706,7 @@ STAGE PLANS: Statistics: Num rows: 2200 Data size: 191400 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 2200 Data size: 191400 Basic stats: PARTIAL Column stats: NONE @@ -712,6 +727,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) @@ -810,6 +826,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 174000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 174000 Basic stats: COMPLETE Column stats: COMPLETE @@ -830,6 +847,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 1740 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 20 Data size: 1740 Basic stats: PARTIAL Column stats: PARTIAL @@ -844,6 +862,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 639 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 639 Basic stats: PARTIAL Column stats: PARTIAL value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) @@ -864,6 +883,7 @@ STAGE PLANS: Statistics: Num rows: 9174 Data size: 643900 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 9174 Data size: 643900 Basic stats: COMPLETE Column stats: COMPLETE @@ -882,6 +902,7 @@ STAGE PLANS: Statistics: Num rows: 2200 Data size: 191400 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 2200 Data size: 191400 Basic stats: PARTIAL Column stats: NONE @@ -902,6 +923,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) @@ -929,10 +951,12 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 639 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 639 Basic stats: PARTIAL Column stats: PARTIAL value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 639 Basic stats: PARTIAL Column stats: PARTIAL value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) @@ -1010,6 +1034,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 356000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 2000 Data size: 356000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1030,6 +1055,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 3560 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 20 Data size: 3560 Basic stats: PARTIAL Column stats: PARTIAL @@ -1052,6 +1078,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) @@ -1144,6 +1171,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 356000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 2000 Data size: 356000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1164,6 +1192,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 3560 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 20 Data size: 3560 Basic stats: PARTIAL Column stats: PARTIAL @@ -1178,6 +1207,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 730 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 730 Basic stats: PARTIAL Column stats: PARTIAL value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) @@ -1200,6 +1230,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) @@ -1227,6 +1258,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 730 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 730 Basic stats: PARTIAL Column stats: PARTIAL value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) @@ -1305,6 +1337,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 356000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 356000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1326,6 +1359,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 1740 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 20 Data size: 1740 Basic stats: PARTIAL Column stats: PARTIAL @@ -1346,6 +1380,7 @@ STAGE PLANS: Statistics: Num rows: 9174 Data size: 643900 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 9174 Data size: 643900 Basic stats: COMPLETE Column stats: COMPLETE @@ -1364,6 +1399,7 @@ STAGE PLANS: Statistics: Num rows: 2200 Data size: 391600 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 2200 Data size: 391600 Basic stats: PARTIAL Column stats: NONE @@ -1384,6 +1420,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) @@ -1483,6 +1520,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 356000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 356000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1504,6 +1542,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 1740 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 20 Data size: 1740 Basic stats: PARTIAL Column stats: PARTIAL @@ -1518,6 +1557,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 639 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 639 Basic stats: PARTIAL Column stats: PARTIAL value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) @@ -1538,6 +1578,7 @@ STAGE PLANS: Statistics: Num rows: 9174 Data size: 643900 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 9174 Data size: 643900 Basic stats: COMPLETE Column stats: COMPLETE @@ -1556,6 +1597,7 @@ STAGE PLANS: Statistics: Num rows: 2200 Data size: 391600 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 2200 Data size: 391600 Basic stats: PARTIAL Column stats: NONE @@ -1570,6 +1612,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 552 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 552 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) @@ -1590,6 +1633,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) @@ -1617,6 +1661,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 552 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 552 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) @@ -1629,6 +1674,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 639 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 639 Basic stats: PARTIAL Column stats: PARTIAL value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) @@ -2095,6 +2141,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) @@ -2115,6 +2162,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 1740 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 20 Data size: 1740 Basic stats: PARTIAL Column stats: PARTIAL @@ -2221,6 +2269,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) @@ -2241,6 +2290,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 1740 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 20 Data size: 1740 Basic stats: PARTIAL Column stats: PARTIAL @@ -2348,6 +2398,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) @@ -2368,6 +2419,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 1740 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 20 Data size: 1740 Basic stats: PARTIAL Column stats: PARTIAL @@ -2382,6 +2434,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 639 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 639 Basic stats: PARTIAL Column stats: PARTIAL value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) @@ -2411,6 +2464,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 639 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 639 Basic stats: PARTIAL Column stats: PARTIAL value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) @@ -2499,6 +2553,7 @@ STAGE PLANS: Statistics: Num rows: 2200 Data size: 391600 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 2200 Data size: 391600 Basic stats: PARTIAL Column stats: NONE @@ -2519,6 +2574,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 1740 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 20 Data size: 1740 Basic stats: PARTIAL Column stats: PARTIAL @@ -2553,6 +2609,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) @@ -2660,6 +2717,7 @@ STAGE PLANS: Statistics: Num rows: 2200 Data size: 391600 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 2200 Data size: 391600 Basic stats: PARTIAL Column stats: NONE @@ -2680,6 +2738,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 1740 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 20 Data size: 1740 Basic stats: PARTIAL Column stats: PARTIAL @@ -2714,6 +2773,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) @@ -2823,6 +2883,7 @@ STAGE PLANS: Statistics: Num rows: 2200 Data size: 391600 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 2200 Data size: 391600 Basic stats: PARTIAL Column stats: NONE @@ -2837,6 +2898,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 552 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 552 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) @@ -2857,6 +2919,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 1740 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 20 Data size: 1740 Basic stats: PARTIAL Column stats: PARTIAL @@ -2871,6 +2934,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 639 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 639 Basic stats: PARTIAL Column stats: PARTIAL value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) @@ -2905,6 +2969,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) @@ -2919,6 +2984,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 552 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 552 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) @@ -2931,6 +2997,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 639 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 639 Basic stats: PARTIAL Column stats: PARTIAL value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) @@ -3061,6 +3128,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) @@ -3081,6 +3149,7 @@ STAGE PLANS: Statistics: Num rows: 40 Data size: 4000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 40 Data size: 4000 Basic stats: COMPLETE Column stats: COMPLETE @@ -3098,6 +3167,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 7200 Basic stats: PARTIAL Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 20 Data size: 7200 Basic stats: PARTIAL Column stats: COMPLETE @@ -3234,6 +3304,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) @@ -3254,6 +3325,7 @@ STAGE PLANS: Statistics: Num rows: 40 Data size: 4000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 40 Data size: 4000 Basic stats: COMPLETE Column stats: COMPLETE @@ -3271,6 +3343,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 7200 Basic stats: PARTIAL Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 20 Data size: 7200 Basic stats: PARTIAL Column stats: COMPLETE @@ -3421,6 +3494,7 @@ STAGE PLANS: Statistics: Num rows: 22 Data size: 5962 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 22 Data size: 5962 Basic stats: PARTIAL Column stats: NONE @@ -3457,6 +3531,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 870 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 870 Basic stats: COMPLETE Column stats: COMPLETE @@ -3488,6 +3563,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) @@ -3596,6 +3672,7 @@ STAGE PLANS: Statistics: Num rows: 22 Data size: 5962 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 22 Data size: 5962 Basic stats: PARTIAL Column stats: NONE @@ -3632,6 +3709,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 870 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 870 Basic stats: COMPLETE Column stats: COMPLETE @@ -3646,6 +3724,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) @@ -3677,6 +3756,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) @@ -3691,6 +3771,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) @@ -3797,6 +3878,7 @@ STAGE PLANS: Statistics: Num rows: 22 Data size: 5962 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 22 Data size: 5962 Basic stats: PARTIAL Column stats: NONE @@ -3833,6 +3915,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 870 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 870 Basic stats: COMPLETE Column stats: COMPLETE @@ -3847,6 +3930,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) @@ -3878,6 +3962,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) @@ -3892,6 +3977,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) @@ -3976,6 +4062,7 @@ STAGE PLANS: Statistics: Num rows: 22 Data size: 5962 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 22 Data size: 5962 Basic stats: PARTIAL Column stats: NONE @@ -4012,6 +4099,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 870 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 870 Basic stats: COMPLETE Column stats: COMPLETE @@ -4043,6 +4131,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) @@ -4157,6 +4246,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 174000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2020 Data size: 175740 Basic stats: PARTIAL Column stats: PARTIAL @@ -4177,6 +4267,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 1740 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2020 Data size: 175740 Basic stats: PARTIAL Column stats: PARTIAL @@ -4255,6 +4346,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) @@ -4275,6 +4367,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 3560 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 20 Data size: 3560 Basic stats: PARTIAL Column stats: PARTIAL diff --git ql/src/test/results/clientpositive/llap/dynamic_semijoin_reduction_2.q.out ql/src/test/results/clientpositive/llap/dynamic_semijoin_reduction_2.q.out index 9d693cd7c9..bc4341b912 100644 --- ql/src/test/results/clientpositive/llap/dynamic_semijoin_reduction_2.q.out +++ ql/src/test/results/clientpositive/llap/dynamic_semijoin_reduction_2.q.out @@ -107,6 +107,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 164 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: decimal(34,16)), _col2 (type: tinyint), _col0 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col1 (type: decimal(34,16)), _col2 (type: tinyint), _col0 (type: bigint) Statistics: Num rows: 1 Data size: 164 Basic stats: COMPLETE Column stats: NONE @@ -128,6 +129,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 112 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: decimal(26,12)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: decimal(26,12)) Statistics: Num rows: 1 Data size: 112 Basic stats: COMPLETE Column stats: NONE @@ -142,6 +144,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 448 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 448 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: decimal(26,12)), _col1 (type: decimal(26,12)), _col2 (type: binary) @@ -162,6 +165,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 124 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: decimal(34,16)), _col2 (type: tinyint), UDFToLong(_col0) (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col1 (type: decimal(34,16)), _col2 (type: tinyint), UDFToLong(_col0) (type: bigint) Statistics: Num rows: 1 Data size: 124 Basic stats: COMPLETE Column stats: NONE @@ -177,6 +181,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 460 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 460 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: decimal(34,16)), _col1 (type: decimal(34,16)), _col2 (type: binary) @@ -191,6 +196,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 136 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 136 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: tinyint), _col1 (type: tinyint), _col2 (type: binary) @@ -205,6 +211,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 148 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 148 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: binary) @@ -225,6 +232,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 152 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: decimal(26,12)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: decimal(26,12)) Statistics: Num rows: 1 Data size: 152 Basic stats: COMPLETE Column stats: NONE @@ -254,6 +262,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 167 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: timestamp), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: timestamp), _col1 (type: int) Statistics: Num rows: 1 Data size: 167 Basic stats: COMPLETE Column stats: NONE @@ -268,6 +277,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 120 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 120 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: timestamp), _col1 (type: timestamp), _col2 (type: binary) @@ -280,6 +290,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 120 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 120 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: timestamp), _col1 (type: timestamp), _col2 (type: binary) @@ -292,6 +303,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 448 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 448 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: decimal(26,12)), _col1 (type: decimal(26,12)), _col2 (type: binary) @@ -308,6 +320,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: timestamp), UDFToInteger(_col7) (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col3 (type: timestamp), UDFToInteger(_col7) (type: int) Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: NONE @@ -328,6 +341,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -355,6 +369,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 460 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 460 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: decimal(34,16)), _col1 (type: decimal(34,16)), _col2 (type: binary) @@ -367,6 +382,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 136 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 136 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: tinyint), _col1 (type: tinyint), _col2 (type: binary) @@ -379,6 +395,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 148 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 148 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: binary) @@ -583,6 +600,7 @@ STAGE PLANS: Statistics: Num rows: 121 Data size: 22748 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 121 Data size: 22748 Basic stats: COMPLETE Column stats: COMPLETE @@ -606,6 +624,7 @@ STAGE PLANS: Statistics: Num rows: 121 Data size: 484 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 121 Data size: 484 Basic stats: COMPLETE Column stats: COMPLETE @@ -626,6 +645,7 @@ STAGE PLANS: Statistics: Num rows: 8 Data size: 712 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 8 Data size: 712 Basic stats: COMPLETE Column stats: COMPLETE @@ -659,6 +679,7 @@ STAGE PLANS: Statistics: Num rows: 121 Data size: 22264 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 121 Data size: 22264 Basic stats: COMPLETE Column stats: COMPLETE @@ -673,6 +694,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) @@ -693,6 +715,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -720,6 +743,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) diff --git ql/src/test/results/clientpositive/llap/dynamic_semijoin_reduction_3.q.out ql/src/test/results/clientpositive/llap/dynamic_semijoin_reduction_3.q.out index 2c733d591f..26e7ef83d9 100644 --- ql/src/test/results/clientpositive/llap/dynamic_semijoin_reduction_3.q.out +++ ql/src/test/results/clientpositive/llap/dynamic_semijoin_reduction_3.q.out @@ -74,6 +74,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: a (type: int) + null sort order: a sort order: + Map-reduce partition columns: a (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -87,6 +88,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: a (type: int) + null sort order: a sort order: + Map-reduce partition columns: a (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -102,6 +104,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: binary) @@ -127,6 +130,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: z sort order: + Map-reduce partition columns: UDFToInteger(_col0) (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -139,6 +143,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: z sort order: + Map-reduce partition columns: UDFToInteger(_col0) (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -159,6 +164,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: struct) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -172,6 +178,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -259,6 +266,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 848 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 848 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -286,6 +294,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: binary) @@ -397,6 +406,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: a (type: int) + null sort order: a sort order: + Map-reduce partition columns: a (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -409,6 +419,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: a (type: int) + null sort order: a sort order: + Map-reduce partition columns: a (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -424,6 +435,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: binary) @@ -449,6 +461,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -480,6 +493,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 848 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 848 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -507,6 +521,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: binary) @@ -605,6 +620,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: NONE @@ -618,6 +634,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: a (type: int) + null sort order: a sort order: + Map-reduce partition columns: a (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -639,6 +656,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: NONE @@ -665,6 +683,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: z sort order: + Map-reduce partition columns: UDFToInteger(_col0) (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -677,6 +696,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: z sort order: + Map-reduce partition columns: UDFToInteger(_col0) (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -697,6 +717,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: struct) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -710,6 +731,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -797,6 +819,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 848 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 848 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/llap/dynamic_semijoin_reduction_4.q.out ql/src/test/results/clientpositive/llap/dynamic_semijoin_reduction_4.q.out index 199a7c6974..69655ed988 100644 --- ql/src/test/results/clientpositive/llap/dynamic_semijoin_reduction_4.q.out +++ ql/src/test/results/clientpositive/llap/dynamic_semijoin_reduction_4.q.out @@ -334,6 +334,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 174000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 174000 Basic stats: COMPLETE Column stats: COMPLETE @@ -354,6 +355,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 1740 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 20 Data size: 1740 Basic stats: PARTIAL Column stats: PARTIAL @@ -368,6 +370,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 639 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 639 Basic stats: PARTIAL Column stats: PARTIAL value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) @@ -390,6 +393,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) @@ -417,6 +421,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 639 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 639 Basic stats: PARTIAL Column stats: PARTIAL value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) @@ -480,6 +485,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 174000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 174000 Basic stats: COMPLETE Column stats: COMPLETE @@ -500,6 +506,7 @@ STAGE PLANS: Statistics: Num rows: 50 Data size: 4350 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 50 Data size: 4350 Basic stats: COMPLETE Column stats: COMPLETE @@ -520,6 +527,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 1740 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 20 Data size: 1740 Basic stats: PARTIAL Column stats: PARTIAL @@ -534,6 +542,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 639 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 639 Basic stats: PARTIAL Column stats: PARTIAL value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) @@ -552,6 +561,7 @@ STAGE PLANS: Statistics: Num rows: 316 Data size: 27492 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 316 Data size: 27492 Basic stats: COMPLETE Column stats: COMPLETE @@ -572,6 +582,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) @@ -599,6 +610,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 639 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 639 Basic stats: PARTIAL Column stats: PARTIAL value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) @@ -656,6 +668,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 174000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 174000 Basic stats: COMPLETE Column stats: COMPLETE @@ -676,6 +689,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 1740 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 20 Data size: 1740 Basic stats: PARTIAL Column stats: PARTIAL @@ -698,6 +712,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) @@ -770,6 +785,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 174000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 174000 Basic stats: COMPLETE Column stats: COMPLETE @@ -790,6 +806,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 1740 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 20 Data size: 1740 Basic stats: PARTIAL Column stats: PARTIAL @@ -812,6 +829,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) @@ -891,6 +909,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 174000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 174000 Basic stats: COMPLETE Column stats: COMPLETE @@ -911,6 +930,7 @@ STAGE PLANS: Statistics: Num rows: 50 Data size: 4350 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 50 Data size: 4350 Basic stats: COMPLETE Column stats: COMPLETE @@ -925,6 +945,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) @@ -945,6 +966,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 1740 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 20 Data size: 1740 Basic stats: PARTIAL Column stats: PARTIAL @@ -963,6 +985,7 @@ STAGE PLANS: Statistics: Num rows: 316 Data size: 27492 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 316 Data size: 27492 Basic stats: COMPLETE Column stats: COMPLETE @@ -983,6 +1006,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) @@ -1010,6 +1034,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) diff --git ql/src/test/results/clientpositive/llap/dynamic_semijoin_reduction_on_aggcol.q.out ql/src/test/results/clientpositive/llap/dynamic_semijoin_reduction_on_aggcol.q.out index 2fcce9508a..d727e879fe 100644 --- ql/src/test/results/clientpositive/llap/dynamic_semijoin_reduction_on_aggcol.q.out +++ ql/src/test/results/clientpositive/llap/dynamic_semijoin_reduction_on_aggcol.q.out @@ -66,6 +66,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -87,6 +88,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE @@ -108,6 +110,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -122,6 +125,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: binary) @@ -156,6 +160,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: binary) diff --git ql/src/test/results/clientpositive/llap/dynamic_semijoin_reduction_sw.q.out ql/src/test/results/clientpositive/llap/dynamic_semijoin_reduction_sw.q.out index bdc0e2064c..ce8e1b87b4 100644 --- ql/src/test/results/clientpositive/llap/dynamic_semijoin_reduction_sw.q.out +++ ql/src/test/results/clientpositive/llap/dynamic_semijoin_reduction_sw.q.out @@ -235,6 +235,7 @@ STAGE PLANS: Statistics: Num rows: 9174 Data size: 643900 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 9174 Data size: 643900 Basic stats: COMPLETE Column stats: COMPLETE @@ -255,6 +256,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 87000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1000 Data size: 87000 Basic stats: COMPLETE Column stats: COMPLETE @@ -275,6 +277,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 87000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1000 Data size: 87000 Basic stats: COMPLETE Column stats: COMPLETE @@ -295,6 +298,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: PARTIAL Column stats: NONE @@ -309,6 +313,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 736 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 736 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) @@ -323,6 +328,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 736 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 736 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) @@ -341,11 +347,13 @@ STAGE PLANS: Statistics: Num rows: 10091 Data size: 708290 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 10091 Data size: 708290 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 10091 Data size: 708290 Basic stats: PARTIAL Column stats: NONE @@ -360,6 +368,7 @@ STAGE PLANS: 1 _col0 (type: string) Statistics: Num rows: 11100 Data size: 779119 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 11100 Data size: 779119 Basic stats: PARTIAL Column stats: NONE Reducer 4 @@ -379,6 +388,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) @@ -408,6 +418,7 @@ STAGE PLANS: 1 _col0 (type: string) Statistics: Num rows: 11100 Data size: 779119 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 11100 Data size: 779119 Basic stats: PARTIAL Column stats: NONE Reducer 8 @@ -419,10 +430,12 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 736 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 736 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 736 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) @@ -435,6 +448,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 736 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 736 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) diff --git ql/src/test/results/clientpositive/llap/dynamic_semijoin_reduction_sw2.q.out ql/src/test/results/clientpositive/llap/dynamic_semijoin_reduction_sw2.q.out index 6368a947c1..5b678067c6 100644 --- ql/src/test/results/clientpositive/llap/dynamic_semijoin_reduction_sw2.q.out +++ ql/src/test/results/clientpositive/llap/dynamic_semijoin_reduction_sw2.q.out @@ -219,6 +219,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 87000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1000 Data size: 87000 Basic stats: COMPLETE Column stats: COMPLETE @@ -239,6 +240,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: PARTIAL Column stats: NONE @@ -259,6 +261,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 98 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 98 Basic stats: COMPLETE Column stats: COMPLETE @@ -273,6 +276,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) @@ -293,6 +297,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 1740 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 20 Data size: 1740 Basic stats: PARTIAL Column stats: PARTIAL @@ -311,6 +316,7 @@ STAGE PLANS: Statistics: Num rows: 1100 Data size: 95700 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col3 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: string) Statistics: Num rows: 1100 Data size: 95700 Basic stats: PARTIAL Column stats: NONE @@ -331,6 +337,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) @@ -362,6 +369,7 @@ STAGE PLANS: Statistics: Num rows: 22 Data size: 1914 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 22 Data size: 1914 Basic stats: PARTIAL Column stats: NONE @@ -374,10 +382,12 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) diff --git ql/src/test/results/clientpositive/llap/dynamic_semijoin_user_level.q.out ql/src/test/results/clientpositive/llap/dynamic_semijoin_user_level.q.out index 600f813bc9..4b9035e5b9 100644 --- ql/src/test/results/clientpositive/llap/dynamic_semijoin_user_level.q.out +++ ql/src/test/results/clientpositive/llap/dynamic_semijoin_user_level.q.out @@ -190,7 +190,7 @@ Stage-0 Conds:RS_6._col0=RS_7._col0(Inner) <-Map 4 [SIMPLE_EDGE] llap PARTITION_ONLY_SHUFFLE [RS_7] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_5] (rows=20 width=87) Output:["_col0"] Filter Operator [FIL_18] (rows=20 width=87) @@ -199,7 +199,7 @@ Stage-0 default@srcpart_small_n4,srcpart_small_n4,Tbl:PARTIAL,Col:PARTIAL,Output:["key1"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_6] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_2] (rows=2000 width=87) Output:["_col0"] Filter Operator [FIL_17] (rows=2000 width=87) @@ -277,7 +277,7 @@ Stage-0 Conds:RS_6._col0=RS_7._col0(Inner) <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_6] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_2] (rows=2000 width=87) Output:["_col0"] Filter Operator [FIL_17] (rows=2000 width=87) @@ -292,7 +292,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_2] <-Map 4 [SIMPLE_EDGE] llap SHUFFLE [RS_7] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_5] (rows=20 width=360) Output:["_col0"] TableScan [TS_3] (rows=20 width=360) @@ -360,7 +360,7 @@ Stage-0 Conds:RS_12._col1=RS_13._col0(Inner) <-Map 6 [SIMPLE_EDGE] llap SHUFFLE [RS_13] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_8] (rows=9174 width=70) Output:["_col0"] Filter Operator [FIL_28] (rows=9174 width=70) @@ -369,12 +369,12 @@ Stage-0 default@alltypesorc_int_n2,alltypesorc_int_n2,Tbl:COMPLETE,Col:COMPLETE,Output:["cstring"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_12] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_29] (rows=2200 width=87) Conds:RS_9._col0=RS_10._col0(Inner),Output:["_col1"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_9] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_2] (rows=2000 width=87) Output:["_col0"] Filter Operator [FIL_26] (rows=2000 width=87) @@ -383,7 +383,7 @@ Stage-0 default@srcpart_date_n9,srcpart_date_n9,Tbl:COMPLETE,Col:COMPLETE,Output:["key"] <-Map 5 [SIMPLE_EDGE] llap SHUFFLE [RS_10] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_5] (rows=20 width=87) Output:["_col0"] Filter Operator [FIL_27] (rows=20 width=87) @@ -458,7 +458,7 @@ Stage-0 Conds:RS_12._col1=RS_13._col0(Inner) <-Map 7 [SIMPLE_EDGE] llap SHUFFLE [RS_13] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_8] (rows=9174 width=70) Output:["_col0"] Filter Operator [FIL_28] (rows=9174 width=70) @@ -483,16 +483,16 @@ Stage-0 default@srcpart_small_n4,srcpart_small_n4,Tbl:PARTIAL,Col:PARTIAL,Output:["key1"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_12] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_52] (rows=2200 width=87) Conds:RS_9._col0=RS_10._col0(Inner),Output:["_col1"] <-Map 5 [SIMPLE_EDGE] llap PARTITION_ONLY_SHUFFLE [RS_10] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_5] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_9] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_2] (rows=2000 width=87) Output:["_col0"] Filter Operator [FIL_26] (rows=2000 width=87) @@ -564,7 +564,7 @@ Stage-0 Conds:RS_6._col0, _col1=RS_7._col0, _col1(Inner) <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_6] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Select Operator [SEL_2] (rows=2000 width=178) Output:["_col0","_col1"] Filter Operator [FIL_17] (rows=2000 width=178) @@ -573,7 +573,7 @@ Stage-0 default@srcpart_date_n9,srcpart_date_n9,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Map 4 [SIMPLE_EDGE] llap SHUFFLE [RS_7] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Select Operator [SEL_5] (rows=20 width=178) Output:["_col0","_col1"] Filter Operator [FIL_18] (rows=20 width=178) @@ -642,7 +642,7 @@ Stage-0 Conds:RS_6._col0, _col1=RS_7._col0, _col1(Inner) <-Map 4 [SIMPLE_EDGE] llap PARTITION_ONLY_SHUFFLE [RS_7] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Select Operator [SEL_5] (rows=20 width=178) Output:["_col0","_col1"] Filter Operator [FIL_18] (rows=20 width=178) @@ -651,7 +651,7 @@ Stage-0 default@srcpart_small_n4,srcpart_small_n4,Tbl:PARTIAL,Col:PARTIAL,Output:["key1","value1"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_6] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Select Operator [SEL_2] (rows=2000 width=178) Output:["_col0","_col1"] Filter Operator [FIL_17] (rows=2000 width=178) @@ -732,7 +732,7 @@ Stage-0 Conds:RS_12._col1=RS_13._col0(Inner) <-Map 6 [SIMPLE_EDGE] llap SHUFFLE [RS_13] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_8] (rows=9174 width=70) Output:["_col0"] Filter Operator [FIL_28] (rows=9174 width=70) @@ -741,12 +741,12 @@ Stage-0 default@alltypesorc_int_n2,alltypesorc_int_n2,Tbl:COMPLETE,Col:COMPLETE,Output:["cstring"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_12] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_29] (rows=2200 width=178) Conds:RS_9._col0=RS_10._col0(Inner),Output:["_col1"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_9] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_2] (rows=2000 width=178) Output:["_col0","_col1"] Filter Operator [FIL_26] (rows=2000 width=178) @@ -755,7 +755,7 @@ Stage-0 default@srcpart_date_n9,srcpart_date_n9,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Map 5 [SIMPLE_EDGE] llap SHUFFLE [RS_10] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_5] (rows=20 width=87) Output:["_col0"] Filter Operator [FIL_27] (rows=20 width=87) @@ -831,12 +831,12 @@ Stage-0 Conds:RS_12._col1=RS_13._col0(Inner) <-Reducer 2 [SIMPLE_EDGE] llap PARTITION_ONLY_SHUFFLE [RS_12] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_49] (rows=2200 width=178) Conds:RS_9._col0=RS_10._col0(Inner),Output:["_col1"] <-Map 6 [SIMPLE_EDGE] llap PARTITION_ONLY_SHUFFLE [RS_10] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_5] (rows=20 width=87) Output:["_col0"] Filter Operator [FIL_27] (rows=20 width=87) @@ -845,7 +845,7 @@ Stage-0 default@srcpart_small_n4,srcpart_small_n4,Tbl:PARTIAL,Col:PARTIAL,Output:["key1"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_9] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_2] (rows=2000 width=178) Output:["_col0","_col1"] Filter Operator [FIL_26] (rows=2000 width=178) @@ -865,7 +865,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_5] <-Map 8 [SIMPLE_EDGE] llap SHUFFLE [RS_13] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_8] (rows=9174 width=70) Output:["_col0"] Filter Operator [FIL_28] (rows=9174 width=70) @@ -1330,7 +1330,7 @@ Stage-0 Conds:SEL_2._col0=RS_7._col0(Inner) <-Map 3 [BROADCAST_EDGE] llap BROADCAST [RS_7] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_5] (rows=20 width=87) Output:["_col0"] Filter Operator [FIL_18] (rows=20 width=87) @@ -1403,7 +1403,7 @@ Stage-0 Conds:SEL_2._col0=RS_7._col0(Inner) <-Map 3 [BROADCAST_EDGE] llap BROADCAST [RS_7] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_5] (rows=20 width=87) Output:["_col0"] Filter Operator [FIL_18] (rows=20 width=87) @@ -1479,12 +1479,12 @@ Stage-0 Conds:RS_12._col1=SEL_8._col0(Inner) <-Map 1 [BROADCAST_EDGE] llap BROADCAST [RS_12] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Map Join Operator [MAPJOIN_29] (rows=2200 width=178) Conds:SEL_2._col0=RS_10._col0(Inner),Output:["_col1"] <-Map 2 [BROADCAST_EDGE] llap BROADCAST [RS_10] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_5] (rows=20 width=87) Output:["_col0"] Filter Operator [FIL_27] (rows=20 width=87) @@ -1568,12 +1568,12 @@ Stage-0 Conds:RS_12._col1=SEL_8._col0(Inner) <-Map 1 [BROADCAST_EDGE] llap BROADCAST [RS_12] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Map Join Operator [MAPJOIN_49] (rows=2200 width=178) Conds:SEL_2._col0=RS_10._col0(Inner),Output:["_col1"] <-Map 2 [BROADCAST_EDGE] llap BROADCAST [RS_10] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_5] (rows=20 width=87) Output:["_col0"] Filter Operator [FIL_27] (rows=20 width=87) @@ -1658,7 +1658,7 @@ Stage-0 <-Union 3 [BROADCAST_EDGE] <-Map 2 [CONTAINS] llap Reduce Output Operator [RS_39] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_37] (rows=2000 width=87) Output:["_col0"] Filter Operator [FIL_36] (rows=2000 width=87) @@ -1667,7 +1667,7 @@ Stage-0 Output:["key"] <-Map 4 [CONTAINS] llap Reduce Output Operator [RS_44] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_42] (rows=20 width=87) Output:["_col0"] Filter Operator [FIL_41] (rows=20 width=87) diff --git ql/src/test/results/clientpositive/llap/dynpart_sort_opt_vectorization.q.out ql/src/test/results/clientpositive/llap/dynpart_sort_opt_vectorization.q.out index a1b47371d8..4e62779446 100644 --- ql/src/test/results/clientpositive/llap/dynpart_sort_opt_vectorization.q.out +++ ql/src/test/results/clientpositive/llap/dynpart_sort_opt_vectorization.q.out @@ -189,6 +189,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 264 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: smallint) + null sort order: z sort order: + Statistics: Num rows: 11 Data size: 264 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: int), _col2 (type: bigint), _col3 (type: float), _col4 (type: tinyint) @@ -214,12 +215,14 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 8935 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: tinyint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: tinyint) Statistics: Num rows: 5 Data size: 8935 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col2 (type: struct), _col3 (type: struct), _col4 (type: struct), _col5 (type: struct) Reduce Output Operator key expressions: _col4 (type: tinyint), _col0 (type: smallint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col4 (type: tinyint) Statistics: Num rows: 11 Data size: 264 Basic stats: COMPLETE Column stats: COMPLETE @@ -324,6 +327,7 @@ STAGE PLANS: Number of rows: 10 Statistics: Num rows: 10 Data size: 240 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 10 Data size: 240 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -353,12 +357,14 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 8935 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: tinyint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: tinyint) Statistics: Num rows: 5 Data size: 8935 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col2 (type: struct), _col3 (type: struct), _col4 (type: struct), _col5 (type: struct) Reduce Output Operator key expressions: _col4 (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: tinyint) Statistics: Num rows: 10 Data size: 240 Basic stats: COMPLETE Column stats: COMPLETE @@ -459,6 +465,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 264 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col4 (type: tinyint), _bucket_number (type: string), _col0 (type: smallint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col4 (type: tinyint) Statistics: Num rows: 11 Data size: 264 Basic stats: COMPLETE Column stats: COMPLETE @@ -540,6 +547,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 264 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col4 (type: tinyint), _bucket_number (type: string), _col3 (type: float) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col4 (type: tinyint) Statistics: Num rows: 11 Data size: 264 Basic stats: COMPLETE Column stats: COMPLETE @@ -691,6 +699,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 264 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: smallint) + null sort order: z sort order: + Statistics: Num rows: 11 Data size: 264 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: int), _col2 (type: bigint), _col3 (type: float), _col4 (type: tinyint) @@ -716,12 +725,14 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 8935 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: tinyint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: tinyint) Statistics: Num rows: 5 Data size: 8935 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col2 (type: struct), _col3 (type: struct), _col4 (type: struct), _col5 (type: struct) Reduce Output Operator key expressions: _col4 (type: tinyint), _col0 (type: smallint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col4 (type: tinyint) Statistics: Num rows: 11 Data size: 264 Basic stats: COMPLETE Column stats: COMPLETE @@ -826,6 +837,7 @@ STAGE PLANS: Number of rows: 10 Statistics: Num rows: 10 Data size: 240 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 10 Data size: 240 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -855,12 +867,14 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 8935 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: tinyint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: tinyint) Statistics: Num rows: 5 Data size: 8935 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col2 (type: struct), _col3 (type: struct), _col4 (type: struct), _col5 (type: struct) Reduce Output Operator key expressions: _col4 (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: tinyint) Statistics: Num rows: 10 Data size: 240 Basic stats: COMPLETE Column stats: COMPLETE @@ -961,6 +975,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 264 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col4 (type: tinyint), _bucket_number (type: string), _col0 (type: smallint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col4 (type: tinyint) Statistics: Num rows: 11 Data size: 264 Basic stats: COMPLETE Column stats: COMPLETE @@ -1042,6 +1057,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 264 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col4 (type: tinyint), _bucket_number (type: string), _col3 (type: float) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col4 (type: tinyint) Statistics: Num rows: 11 Data size: 264 Basic stats: COMPLETE Column stats: COMPLETE @@ -1578,6 +1594,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 264 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: z sort order: + Statistics: Num rows: 11 Data size: 264 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: smallint), _col2 (type: bigint), _col3 (type: float), _col4 (type: tinyint) @@ -1611,6 +1628,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 8935 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: tinyint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: tinyint) Statistics: Num rows: 5 Data size: 8935 Basic stats: COMPLETE Column stats: COMPLETE @@ -1698,6 +1716,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 264 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: z sort order: + Statistics: Num rows: 11 Data size: 264 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: smallint), _col2 (type: bigint), _col3 (type: float), _col4 (type: tinyint) @@ -1723,12 +1742,14 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 8935 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: tinyint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: tinyint) Statistics: Num rows: 5 Data size: 8935 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col2 (type: struct), _col3 (type: struct), _col4 (type: struct), _col5 (type: struct) Reduce Output Operator key expressions: _col4 (type: tinyint), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col4 (type: tinyint) Statistics: Num rows: 11 Data size: 264 Basic stats: COMPLETE Column stats: COMPLETE @@ -1827,6 +1848,7 @@ STAGE PLANS: Statistics: Num rows: 1049 Data size: 25160 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: z sort order: + Statistics: Num rows: 1049 Data size: 25160 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -1863,12 +1885,14 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1787 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: tinyint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: tinyint) Statistics: Num rows: 1 Data size: 1787 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col2 (type: struct), _col3 (type: struct), _col4 (type: struct), _col5 (type: struct) Reduce Output Operator key expressions: _col4 (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: tinyint) Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -1972,6 +1996,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 120 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint), _col1 (type: smallint), _col2 (type: int), _col3 (type: bigint), _col4 (type: float) + null sort order: aaaaa sort order: +++++ Map-reduce partition columns: _col0 (type: tinyint), _col1 (type: smallint), _col2 (type: int), _col3 (type: bigint), _col4 (type: float) Statistics: Num rows: 5 Data size: 120 Basic stats: COMPLETE Column stats: COMPLETE @@ -2010,6 +2035,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 3574 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: tinyint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: tinyint) Statistics: Num rows: 2 Data size: 3574 Basic stats: COMPLETE Column stats: COMPLETE @@ -2098,6 +2124,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 120 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint), _col1 (type: smallint), _col2 (type: int), _col3 (type: bigint), _col4 (type: float) + null sort order: aaaaa sort order: +++++ Map-reduce partition columns: _col0 (type: tinyint) Statistics: Num rows: 5 Data size: 120 Basic stats: COMPLETE Column stats: COMPLETE @@ -2128,6 +2155,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 3574 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: tinyint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: tinyint) Statistics: Num rows: 2 Data size: 3574 Basic stats: COMPLETE Column stats: COMPLETE @@ -2530,6 +2558,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 264 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col3 (type: float) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: smallint) Statistics: Num rows: 11 Data size: 264 Basic stats: COMPLETE Column stats: COMPLETE @@ -2564,6 +2593,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 8500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: tinyint) Statistics: Num rows: 5 Data size: 8500 Basic stats: COMPLETE Column stats: COMPLETE @@ -2648,6 +2678,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 264 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col4 (type: tinyint), _bucket_number (type: string), _col3 (type: float) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col4 (type: tinyint) Statistics: Num rows: 11 Data size: 264 Basic stats: COMPLETE Column stats: COMPLETE @@ -2884,6 +2915,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -3115,6 +3147,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -3208,6 +3241,7 @@ STAGE PLANS: Number of rows: 10 Statistics: Num rows: 10 Data size: 816 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 10 Data size: 816 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -3226,6 +3260,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 816 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string), _bucket_number (type: string), _col1 (type: smallint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 10 Data size: 816 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/dynpart_sort_optimization.q.out ql/src/test/results/clientpositive/llap/dynpart_sort_optimization.q.out index 064837efc0..6688944b78 100644 --- ql/src/test/results/clientpositive/llap/dynpart_sort_optimization.q.out +++ ql/src/test/results/clientpositive/llap/dynpart_sort_optimization.q.out @@ -156,12 +156,14 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: tinyint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: tinyint) Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE value expressions: _col2 (type: struct), _col3 (type: struct), _col4 (type: struct), _col5 (type: struct) Reduce Output Operator key expressions: _col4 (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: tinyint) Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE @@ -268,6 +270,7 @@ STAGE PLANS: Number of rows: 10 Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -297,12 +300,14 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: tinyint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: tinyint) Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE value expressions: _col2 (type: struct), _col3 (type: struct), _col4 (type: struct), _col5 (type: struct) Reduce Output Operator key expressions: _col4 (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: tinyint) Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE @@ -403,6 +408,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col4 (type: tinyint), _bucket_number (type: string), _col0 (type: smallint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col4 (type: tinyint) Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE @@ -484,6 +490,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col4 (type: tinyint), _bucket_number (type: string), _col3 (type: float) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col4 (type: tinyint) Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE @@ -645,12 +652,14 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: tinyint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: tinyint) Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE value expressions: _col2 (type: struct), _col3 (type: struct), _col4 (type: struct), _col5 (type: struct) Reduce Output Operator key expressions: _col4 (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: tinyint) Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE @@ -757,6 +766,7 @@ STAGE PLANS: Number of rows: 10 Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -786,12 +796,14 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: tinyint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: tinyint) Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE value expressions: _col2 (type: struct), _col3 (type: struct), _col4 (type: struct), _col5 (type: struct) Reduce Output Operator key expressions: _col4 (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: tinyint) Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE @@ -892,6 +904,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col4 (type: tinyint), _bucket_number (type: string), _col0 (type: smallint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col4 (type: tinyint) Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE @@ -973,6 +986,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col4 (type: tinyint), _bucket_number (type: string), _col3 (type: float) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col4 (type: tinyint) Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE @@ -1509,6 +1523,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: z sort order: + Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: smallint), _col2 (type: bigint), _col3 (type: float), _col4 (type: tinyint) @@ -1542,6 +1557,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: tinyint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: tinyint) Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE @@ -1629,6 +1645,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: z sort order: + Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: smallint), _col2 (type: bigint), _col3 (type: float), _col4 (type: tinyint) @@ -1654,12 +1671,14 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: tinyint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: tinyint) Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE value expressions: _col2 (type: struct), _col3 (type: struct), _col4 (type: struct), _col5 (type: struct) Reduce Output Operator key expressions: _col4 (type: tinyint), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col4 (type: tinyint) Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE @@ -1758,6 +1777,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: z sort order: + Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -1794,12 +1814,14 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: tinyint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: tinyint) Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE value expressions: _col2 (type: struct), _col3 (type: struct), _col4 (type: struct), _col5 (type: struct) Reduce Output Operator key expressions: _col4 (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: tinyint) Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE @@ -1903,6 +1925,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: tinyint), _col1 (type: smallint), _col2 (type: int), _col3 (type: bigint), _col4 (type: float) + null sort order: aaaaa sort order: +++++ Map-reduce partition columns: _col0 (type: tinyint), _col1 (type: smallint), _col2 (type: int), _col3 (type: bigint), _col4 (type: float) Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE @@ -1941,6 +1964,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: tinyint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: tinyint) Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE @@ -2029,6 +2053,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: tinyint), _col1 (type: smallint), _col2 (type: int), _col3 (type: bigint), _col4 (type: float) + null sort order: aaaaa sort order: +++++ Map-reduce partition columns: _col0 (type: tinyint) Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE @@ -2059,6 +2084,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: tinyint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: tinyint) Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE @@ -2461,6 +2487,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: float) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: smallint) Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE @@ -2495,6 +2522,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: tinyint) Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE @@ -2579,6 +2607,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col4 (type: tinyint), _bucket_number (type: string), _col3 (type: float) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col4 (type: tinyint) Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE @@ -2966,12 +2995,14 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 208 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: tinyint), _col2 (type: int) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: tinyint), _col2 (type: int) Statistics: Num rows: 1 Data size: 208 Basic stats: COMPLETE Column stats: NONE value expressions: _col3 (type: struct), _col4 (type: struct), _col5 (type: struct) Reduce Output Operator key expressions: _col3 (type: string), _col4 (type: tinyint), _col5 (type: int) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col3 (type: string), _col4 (type: tinyint), _col5 (type: int) Statistics: Num rows: 1 Data size: 208 Basic stats: COMPLETE Column stats: NONE @@ -3087,12 +3118,14 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 208 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: tinyint), _col2 (type: int) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: tinyint), _col2 (type: int) Statistics: Num rows: 1 Data size: 208 Basic stats: COMPLETE Column stats: NONE value expressions: _col3 (type: struct), _col4 (type: struct), _col5 (type: struct) Reduce Output Operator key expressions: _col3 (type: string), _col4 (type: tinyint), _col5 (type: int) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col3 (type: string), _col4 (type: tinyint), _col5 (type: int) Statistics: Num rows: 1 Data size: 208 Basic stats: COMPLETE Column stats: NONE @@ -3208,12 +3241,14 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 208 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: tinyint), _col2 (type: int) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: tinyint), _col2 (type: int) Statistics: Num rows: 1 Data size: 208 Basic stats: COMPLETE Column stats: NONE value expressions: _col3 (type: struct), _col4 (type: struct), _col5 (type: struct) Reduce Output Operator key expressions: _col3 (type: string), _col4 (type: tinyint), _col5 (type: int) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col3 (type: string), _col4 (type: tinyint), _col5 (type: int) Statistics: Num rows: 1 Data size: 208 Basic stats: COMPLETE Column stats: NONE @@ -3329,12 +3364,14 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 208 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: tinyint), _col2 (type: int) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: tinyint), _col2 (type: int) Statistics: Num rows: 1 Data size: 208 Basic stats: COMPLETE Column stats: NONE value expressions: _col3 (type: struct), _col4 (type: struct), _col5 (type: struct) Reduce Output Operator key expressions: _col3 (type: string), _col4 (type: tinyint), _col5 (type: int) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col3 (type: string), _col4 (type: tinyint), _col5 (type: int) Statistics: Num rows: 1 Data size: 208 Basic stats: COMPLETE Column stats: NONE @@ -3450,12 +3487,14 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 208 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: tinyint), _col2 (type: int) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: tinyint), _col2 (type: int) Statistics: Num rows: 1 Data size: 208 Basic stats: COMPLETE Column stats: NONE value expressions: _col3 (type: struct), _col4 (type: struct), _col5 (type: struct) Reduce Output Operator key expressions: _col3 (type: string), _col4 (type: tinyint), _col5 (type: int) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col3 (type: string), _col4 (type: tinyint), _col5 (type: int) Statistics: Num rows: 1 Data size: 208 Basic stats: COMPLETE Column stats: NONE @@ -3571,12 +3610,14 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 208 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: tinyint), _col2 (type: int) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: tinyint), _col2 (type: int) Statistics: Num rows: 1 Data size: 208 Basic stats: COMPLETE Column stats: NONE value expressions: _col3 (type: struct), _col4 (type: struct), _col5 (type: struct) Reduce Output Operator key expressions: _col3 (type: string), _col4 (type: tinyint), _col5 (type: int) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col3 (type: string), _col4 (type: tinyint), _col5 (type: int) Statistics: Num rows: 1 Data size: 208 Basic stats: COMPLETE Column stats: NONE @@ -3699,6 +3740,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 208 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: tinyint), _col2 (type: int) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: tinyint), _col2 (type: int) Statistics: Num rows: 1 Data size: 208 Basic stats: COMPLETE Column stats: NONE @@ -4191,12 +4233,14 @@ STAGE PLANS: Statistics: Num rows: 129 Data size: 230523 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: tinyint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: tinyint) Statistics: Num rows: 129 Data size: 230523 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col2 (type: struct), _col3 (type: struct), _col4 (type: struct), _col5 (type: struct) Reduce Output Operator key expressions: _col4 (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: tinyint) Statistics: Num rows: 804 Data size: 19288 Basic stats: COMPLETE Column stats: COMPLETE @@ -4303,6 +4347,7 @@ STAGE PLANS: Number of rows: 10 Statistics: Num rows: 10 Data size: 240 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 10 Data size: 240 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -4332,12 +4377,14 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 8935 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: tinyint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: tinyint) Statistics: Num rows: 5 Data size: 8935 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col2 (type: struct), _col3 (type: struct), _col4 (type: struct), _col5 (type: struct) Reduce Output Operator key expressions: _col4 (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: tinyint) Statistics: Num rows: 10 Data size: 240 Basic stats: COMPLETE Column stats: COMPLETE @@ -4457,6 +4504,7 @@ STAGE PLANS: Statistics: Num rows: 129 Data size: 230523 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: tinyint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: tinyint) Statistics: Num rows: 129 Data size: 230523 Basic stats: COMPLETE Column stats: COMPLETE @@ -4548,6 +4596,7 @@ STAGE PLANS: Number of rows: 10 Statistics: Num rows: 10 Data size: 240 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 10 Data size: 240 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -4577,12 +4626,14 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 8935 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: tinyint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: tinyint) Statistics: Num rows: 5 Data size: 8935 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col2 (type: struct), _col3 (type: struct), _col4 (type: struct), _col5 (type: struct) Reduce Output Operator key expressions: _col4 (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: tinyint) Statistics: Num rows: 10 Data size: 240 Basic stats: COMPLETE Column stats: COMPLETE @@ -4740,12 +4791,14 @@ STAGE PLANS: Statistics: Num rows: 262 Data size: 136502 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 262 Data size: 136502 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: struct) Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 524 Data size: 52924 Basic stats: COMPLETE Column stats: COMPLETE @@ -4767,12 +4820,14 @@ STAGE PLANS: Statistics: Num rows: 262 Data size: 136502 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 262 Data size: 136502 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: struct) Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 524 Data size: 52924 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/dynpart_sort_optimization2.q.out ql/src/test/results/clientpositive/llap/dynpart_sort_optimization2.q.out index f66363ad42..fb23c38081 100644 --- ql/src/test/results/clientpositive/llap/dynpart_sort_optimization2.q.out +++ ql/src/test/results/clientpositive/llap/dynpart_sort_optimization2.q.out @@ -106,6 +106,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: float), _col2 (type: float) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: NONE @@ -377,6 +378,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: NONE @@ -646,6 +648,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: float), _col2 (type: float) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: NONE @@ -913,6 +916,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: NONE @@ -1233,6 +1237,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 144 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: float), _col2 (type: float) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 12 Data size: 144 Basic stats: COMPLETE Column stats: COMPLETE @@ -1500,6 +1505,7 @@ STAGE PLANS: Statistics: Num rows: 24 Data size: 288 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 24 Data size: 288 Basic stats: COMPLETE Column stats: COMPLETE @@ -1799,6 +1805,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -1839,6 +1846,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 935 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 935 Basic stats: COMPLETE Column stats: COMPLETE @@ -1976,6 +1984,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -2016,6 +2025,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 935 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 935 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/dynpart_sort_optimization_acid.q.out ql/src/test/results/clientpositive/llap/dynpart_sort_optimization_acid.q.out index 5326801d23..95aae7286f 100644 --- ql/src/test/results/clientpositive/llap/dynpart_sort_optimization_acid.q.out +++ ql/src/test/results/clientpositive/llap/dynpart_sort_optimization_acid.q.out @@ -111,6 +111,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 1720 Basic stats: COMPLETE Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: z sort order: + Map-reduce partition columns: UDFToInteger(_col0) (type: int) Statistics: Num rows: 5 Data size: 1720 Basic stats: COMPLETE Column stats: PARTIAL @@ -213,6 +214,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 1720 Basic stats: COMPLETE Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: z sort order: + Map-reduce partition columns: UDFToInteger(_col0) (type: int) Statistics: Num rows: 5 Data size: 1720 Basic stats: COMPLETE Column stats: PARTIAL @@ -410,6 +412,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 469 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: z sort order: + Map-reduce partition columns: UDFToInteger(_col0) (type: int) Statistics: Num rows: 5 Data size: 469 Basic stats: COMPLETE Column stats: NONE @@ -512,6 +515,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 469 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: z sort order: + Map-reduce partition columns: UDFToInteger(_col0) (type: int) Statistics: Num rows: 5 Data size: 469 Basic stats: COMPLETE Column stats: NONE @@ -718,6 +722,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 1740 Basic stats: COMPLETE Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: z sort order: + Map-reduce partition columns: UDFToInteger(_col0) (type: int) Statistics: Num rows: 5 Data size: 1740 Basic stats: COMPLETE Column stats: PARTIAL @@ -825,6 +830,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 3480 Basic stats: COMPLETE Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: z sort order: + Map-reduce partition columns: UDFToInteger(_col0) (type: int) Statistics: Num rows: 10 Data size: 3480 Basic stats: COMPLETE Column stats: PARTIAL @@ -970,6 +976,7 @@ STAGE PLANS: Statistics: Num rows: 14 Data size: 3696 Basic stats: COMPLETE Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: z sort order: + Map-reduce partition columns: UDFToInteger(_col0) (type: int) Statistics: Num rows: 14 Data size: 3696 Basic stats: COMPLETE Column stats: PARTIAL @@ -1175,6 +1182,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 469 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: z sort order: + Map-reduce partition columns: UDFToInteger(_col0) (type: int) Statistics: Num rows: 5 Data size: 469 Basic stats: COMPLETE Column stats: NONE @@ -1282,6 +1290,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 1740 Basic stats: COMPLETE Column stats: PARTIAL Reduce Output Operator key expressions: '2008-04-08' (type: string), _col4 (type: int), _bucket_number (type: string), _col0 (type: struct) + null sort order: aaaa sort order: ++++ Map-reduce partition columns: '2008-04-08' (type: string), _col4 (type: int) Statistics: Num rows: 5 Data size: 1740 Basic stats: COMPLETE Column stats: PARTIAL @@ -1427,6 +1436,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 1320 Basic stats: COMPLETE Column stats: PARTIAL Reduce Output Operator key expressions: _col1 (type: string), _col2 (type: int), _bucket_number (type: string), _col0 (type: struct) + null sort order: aaaa sort order: ++++ Map-reduce partition columns: _col1 (type: string), _col2 (type: int) Statistics: Num rows: 5 Data size: 1320 Basic stats: COMPLETE Column stats: PARTIAL @@ -1631,6 +1641,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 2675 Basic stats: COMPLETE Column stats: PARTIAL Reduce Output Operator key expressions: _col3 (type: string), _col4 (type: int), _bucket_number (type: string), _col0 (type: struct) + null sort order: aaaa sort order: ++++ Map-reduce partition columns: _col3 (type: string), _col4 (type: int) Statistics: Num rows: 5 Data size: 2675 Basic stats: COMPLETE Column stats: PARTIAL @@ -1739,6 +1750,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 2675 Basic stats: COMPLETE Column stats: PARTIAL Reduce Output Operator key expressions: _col3 (type: string), _col4 (type: int), _bucket_number (type: string), _col0 (type: struct) + null sort order: aaaa sort order: ++++ Map-reduce partition columns: _col3 (type: string), _col4 (type: int) Statistics: Num rows: 5 Data size: 2675 Basic stats: COMPLETE Column stats: PARTIAL diff --git ql/src/test/results/clientpositive/llap/empty_join.q.out ql/src/test/results/clientpositive/llap/empty_join.q.out index 5b8020ffb8..b19ce14c78 100644 --- ql/src/test/results/clientpositive/llap/empty_join.q.out +++ ql/src/test/results/clientpositive/llap/empty_join.q.out @@ -75,7 +75,7 @@ Stage-0 Conds:MAPJOIN_53._col0=RS_50._col0(Inner),Output:["_col0","_col1","_col2"] <-Map 3 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_50] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_49] (rows=1 width=4) Output:["_col0"] Filter Operator [FIL_48] (rows=1 width=4) @@ -86,7 +86,7 @@ Stage-0 Conds:SEL_52._col0=RS_47._col0(Left Outer),Output:["_col0","_col1"] <-Map 2 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_47] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_46] (rows=1 width=4) Output:["_col0"] Filter Operator [FIL_45] (rows=1 width=4) diff --git ql/src/test/results/clientpositive/llap/enforce_constraint_notnull.q.out ql/src/test/results/clientpositive/llap/enforce_constraint_notnull.q.out index c40e301255..9343e078b7 100644 --- ql/src/test/results/clientpositive/llap/enforce_constraint_notnull.q.out +++ ql/src/test/results/clientpositive/llap/enforce_constraint_notnull.q.out @@ -67,6 +67,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1320 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1320 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) @@ -190,6 +191,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1320 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1320 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) @@ -296,6 +298,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1320 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1320 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) @@ -912,6 +915,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1320 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1320 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) @@ -1526,6 +1530,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1320 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1320 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) @@ -2175,6 +2180,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -2204,6 +2210,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -2361,6 +2368,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -2390,6 +2398,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -2544,6 +2553,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -2577,6 +2587,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1496 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1496 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) @@ -2682,6 +2693,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 51750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 250 Data size: 51750 Basic stats: COMPLETE Column stats: COMPLETE @@ -2715,6 +2727,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1496 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1496 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) @@ -2804,6 +2817,7 @@ STAGE PLANS: Number of rows: 2 Statistics: Num rows: 2 Data size: 414 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 2 Data size: 414 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -2825,6 +2839,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 207 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 207 Basic stats: COMPLETE Column stats: COMPLETE @@ -2856,6 +2871,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1496 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1496 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) @@ -2934,6 +2950,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 103500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 500 Data size: 103500 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -2955,6 +2972,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 207 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 207 Basic stats: COMPLETE Column stats: COMPLETE @@ -2986,6 +3004,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1496 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1496 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) @@ -3065,6 +3084,7 @@ STAGE PLANS: Top N Key Operator sort order: ++ keys: key (type: string), value (type: string) + null sort order: za Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE top n: 2 Group By Operator @@ -3075,6 +3095,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: za sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE @@ -3101,6 +3122,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 207 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 207 Basic stats: COMPLETE Column stats: COMPLETE @@ -3132,6 +3154,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1496 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1496 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) @@ -3212,6 +3235,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 51750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 250 Data size: 51750 Basic stats: COMPLETE Column stats: COMPLETE @@ -3245,6 +3269,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1496 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1496 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) @@ -3334,6 +3359,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 903 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: z sort order: + Map-reduce partition columns: UDFToInteger(_col0) (type: int) Statistics: Num rows: 3 Data size: 903 Basic stats: COMPLETE Column stats: COMPLETE @@ -3432,6 +3458,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 301 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: z sort order: + Map-reduce partition columns: UDFToInteger(_col0) (type: int) Statistics: Num rows: 1 Data size: 301 Basic stats: COMPLETE Column stats: COMPLETE @@ -3529,6 +3556,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 17181 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 83 Data size: 17181 Basic stats: COMPLETE Column stats: COMPLETE @@ -3559,6 +3587,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -3591,6 +3620,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1496 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1496 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) @@ -3738,6 +3768,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1413 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 1 Data size: 1413 Basic stats: COMPLETE Column stats: COMPLETE @@ -3835,6 +3866,7 @@ STAGE PLANS: Number of rows: 10 Statistics: Num rows: 10 Data size: 3600 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 10 Data size: 3600 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -3875,6 +3907,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 2822 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 2 Data size: 2822 Basic stats: COMPLETE Column stats: COMPLETE @@ -4077,6 +4110,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1417 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: 'yesterday' (type: string), 3 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: 'yesterday' (type: string), 3 (type: int) Statistics: Num rows: 1 Data size: 1417 Basic stats: COMPLETE Column stats: COMPLETE @@ -4107,6 +4141,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -4283,6 +4318,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -4296,6 +4332,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 372 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 1 Data size: 372 Basic stats: COMPLETE Column stats: NONE @@ -4322,6 +4359,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: z sort order: + Map-reduce partition columns: UDFToInteger(_col0) (type: int) Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE @@ -4334,6 +4372,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: z sort order: + Map-reduce partition columns: UDFToInteger(_col0) (type: int) Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE @@ -4347,6 +4386,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE @@ -4410,6 +4450,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1304 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1304 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) @@ -4535,6 +4576,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -4548,6 +4590,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 372 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 1 Data size: 372 Basic stats: COMPLETE Column stats: NONE @@ -4574,6 +4617,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: z sort order: + Map-reduce partition columns: UDFToInteger(_col0) (type: int) Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE @@ -4586,6 +4630,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: z sort order: + Map-reduce partition columns: UDFToInteger(_col0) (type: int) Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE @@ -4606,6 +4651,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: struct) Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE @@ -4619,6 +4665,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE @@ -4706,6 +4753,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1304 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1304 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) @@ -4838,6 +4886,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -4851,6 +4900,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 372 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 1 Data size: 372 Basic stats: COMPLETE Column stats: NONE @@ -4877,6 +4927,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: z sort order: + Map-reduce partition columns: UDFToInteger(_col0) (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -4896,6 +4947,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: struct) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -4909,6 +4961,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -4980,6 +5033,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1304 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1304 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) @@ -5097,6 +5151,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -5110,6 +5165,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 372 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 1 Data size: 372 Basic stats: COMPLETE Column stats: NONE @@ -5136,6 +5192,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: z sort order: + Map-reduce partition columns: UDFToInteger(_col0) (type: int) Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE @@ -5156,6 +5213,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: struct) Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE @@ -5169,6 +5227,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE @@ -5240,6 +5299,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1304 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1304 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) @@ -5353,6 +5413,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -5370,6 +5431,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -5395,6 +5457,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: z sort order: + Map-reduce partition columns: UDFToInteger(_col0) (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -5414,6 +5477,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: struct) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -5576,6 +5640,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 848 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 848 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -5680,6 +5745,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 848 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 848 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -5799,6 +5865,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 424 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 424 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct) @@ -5894,6 +5961,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 424 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 424 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct) @@ -5986,6 +6054,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: z sort order: + Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -6031,6 +6100,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 428 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 428 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/estimate_pkfk_filtered_fk.q.out ql/src/test/results/clientpositive/llap/estimate_pkfk_filtered_fk.q.out index a9facbfac1..b74a20f305 100644 --- ql/src/test/results/clientpositive/llap/estimate_pkfk_filtered_fk.q.out +++ ql/src/test/results/clientpositive/llap/estimate_pkfk_filtered_fk.q.out @@ -193,7 +193,7 @@ Stage-0 Conds:RS_12._col0=RS_55._col0(Inner),Output:["_col0"] <-Map 5 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_55] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_54] (rows=1000/1000 width=4) Output:["_col0"] Filter Operator [FIL_53] (rows=1000/1000 width=4) @@ -202,12 +202,12 @@ Stage-0 default@torpedos,t,Tbl:COMPLETE,Col:COMPLETE,Output:["ship_id"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_12] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_45] (rows=2/1 width=4) Conds:RS_49._col1=RS_52._col0(Inner),Output:["_col0"] <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_49] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_48] (rows=10/10 width=8) Output:["_col0","_col1"] Filter Operator [FIL_47] (rows=10/10 width=12) @@ -216,7 +216,7 @@ Stage-0 default@ships,s,Tbl:COMPLETE,Col:COMPLETE,Output:["id","ship_type_id","crew_size"] <-Map 4 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_52] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_51] (rows=1/1 width=4) Output:["_col0"] Filter Operator [FIL_50] (rows=1/1 width=99) @@ -293,7 +293,7 @@ Stage-0 Conds:RS_28._col1=RS_31._col0(Inner),Output:["_col0"] <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_28] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_27] (rows=10/10 width=8) Output:["_col0","_col1"] Filter Operator [FIL_26] (rows=10/10 width=12) @@ -302,7 +302,7 @@ Stage-0 default@ships,s,Tbl:COMPLETE,Col:COMPLETE,Output:["id","ship_type_id","crew_size"] <-Map 3 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_31] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_30] (rows=1/1 width=4) Output:["_col0"] Filter Operator [FIL_29] (rows=1/1 width=99) diff --git ql/src/test/results/clientpositive/llap/estimate_pkfk_nocond.q.out ql/src/test/results/clientpositive/llap/estimate_pkfk_nocond.q.out index bdd8c08523..5a58b13b8c 100644 --- ql/src/test/results/clientpositive/llap/estimate_pkfk_nocond.q.out +++ ql/src/test/results/clientpositive/llap/estimate_pkfk_nocond.q.out @@ -189,7 +189,7 @@ Stage-0 Conds:RS_12._col0=RS_55._col0(Inner),Output:["_col0"] <-Map 5 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_55] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_54] (rows=1000/1000 width=4) Output:["_col0"] Filter Operator [FIL_53] (rows=1000/1000 width=4) @@ -198,12 +198,12 @@ Stage-0 default@torpedos,t,Tbl:COMPLETE,Col:COMPLETE,Output:["ship_id"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_12] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_45] (rows=11/10 width=4) Conds:RS_49._col1=RS_52._col0(Inner),Output:["_col0"] <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_49] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_48] (rows=100/100 width=8) Output:["_col0","_col1"] Filter Operator [FIL_47] (rows=100/100 width=8) @@ -212,7 +212,7 @@ Stage-0 default@ships,s,Tbl:COMPLETE,Col:COMPLETE,Output:["id","ship_type_id"] <-Map 4 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_52] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_51] (rows=1/1 width=4) Output:["_col0"] Filter Operator [FIL_50] (rows=1/1 width=99) diff --git ql/src/test/results/clientpositive/llap/estimate_pkfk_push.q.out ql/src/test/results/clientpositive/llap/estimate_pkfk_push.q.out index 2ba22d68bc..2af0fb5ee3 100644 --- ql/src/test/results/clientpositive/llap/estimate_pkfk_push.q.out +++ ql/src/test/results/clientpositive/llap/estimate_pkfk_push.q.out @@ -189,7 +189,7 @@ Stage-0 Conds:RS_12._col0=RS_55._col0(Inner),Output:["_col0"] <-Map 5 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_55] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_54] (rows=1000/1000 width=4) Output:["_col0"] Filter Operator [FIL_53] (rows=1000/1000 width=4) @@ -198,12 +198,12 @@ Stage-0 default@torpedos,t,Tbl:COMPLETE,Col:COMPLETE,Output:["ship_id"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_12] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_45] (rows=20/20 width=4) Conds:RS_49._col1=RS_52._col0(Inner),Output:["_col0"] <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_49] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_48] (rows=20/20 width=8) Output:["_col0","_col1"] Filter Operator [FIL_47] (rows=20/20 width=8) @@ -212,7 +212,7 @@ Stage-0 default@ships,s,Tbl:COMPLETE,Col:COMPLETE,Output:["id","ship_type_id"] <-Map 4 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_52] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_51] (rows=2/2 width=4) Output:["_col0"] Filter Operator [FIL_50] (rows=2/2 width=4) diff --git ql/src/test/results/clientpositive/llap/except_distinct.q.out ql/src/test/results/clientpositive/llap/except_distinct.q.out index c942db0159..286a1ba5d5 100644 --- ql/src/test/results/clientpositive/llap/except_distinct.q.out +++ ql/src/test/results/clientpositive/llap/except_distinct.q.out @@ -241,6 +241,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE @@ -265,6 +266,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE @@ -297,6 +299,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 48500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 48500 Basic stats: COMPLETE Column stats: COMPLETE @@ -350,6 +353,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 48500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 48500 Basic stats: COMPLETE Column stats: COMPLETE @@ -415,18 +419,21 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col2 (type: bigint) Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col2 (type: bigint) Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE @@ -451,6 +458,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE @@ -483,6 +491,7 @@ STAGE PLANS: Statistics: Num rows: 137 Data size: 26578 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 137 Data size: 26578 Basic stats: COMPLETE Column stats: COMPLETE @@ -513,6 +522,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 48500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 48500 Basic stats: COMPLETE Column stats: COMPLETE @@ -543,6 +553,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 48500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 48500 Basic stats: COMPLETE Column stats: COMPLETE @@ -586,6 +597,7 @@ STAGE PLANS: Statistics: Num rows: 145 Data size: 28130 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 145 Data size: 28130 Basic stats: COMPLETE Column stats: COMPLETE @@ -629,6 +641,7 @@ STAGE PLANS: Statistics: Num rows: 137 Data size: 26578 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 137 Data size: 26578 Basic stats: COMPLETE Column stats: COMPLETE @@ -682,6 +695,7 @@ STAGE PLANS: Statistics: Num rows: 145 Data size: 28130 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 145 Data size: 28130 Basic stats: COMPLETE Column stats: COMPLETE @@ -748,6 +762,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -770,6 +785,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -806,6 +822,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -864,6 +881,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/explainanalyze_2.q.out ql/src/test/results/clientpositive/llap/explainanalyze_2.q.out index 36bd120028..f5b2e4b294 100644 --- ql/src/test/results/clientpositive/llap/explainanalyze_2.q.out +++ ql/src/test/results/clientpositive/llap/explainanalyze_2.q.out @@ -70,14 +70,14 @@ Stage-0 <-Union 4 [SIMPLE_EDGE] <-Reducer 3 [CONTAINS] llap Reduce Output Operator [RS_126] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Select Operator [SEL_124] (rows=66/61 width=268) Output:["_col0","_col1","_col2"] Merge Join Operator [MERGEJOIN_123] (rows=66/61 width=268) Conds:RS_21._col3=RS_22._col0(Inner),Output:["_col1","_col2","_col4"] <-Reducer 11 [SIMPLE_EDGE] llap SHUFFLE [RS_22] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_17] (rows=525/319 width=91) Output:["_col0"] Group By Operator [GBY_16] (rows=525/319 width=178) @@ -85,7 +85,7 @@ Stage-0 <-Union 10 [SIMPLE_EDGE] <-Map 12 [CONTAINS] llap Reduce Output Operator [RS_140] - PartitionCols:_col1, _col0 + PartitionCols:_col1, _col0,null sort order:aa,sort order:++ Select Operator [SEL_138] (rows=500/500 width=178) Output:["_col0","_col1"] Filter Operator [FIL_137] (rows=500/500 width=178) @@ -94,7 +94,7 @@ Stage-0 Output:["key","value"] <-Map 9 [CONTAINS] llap Reduce Output Operator [RS_135] - PartitionCols:_col1, _col0 + PartitionCols:_col1, _col0,null sort order:aa,sort order:++ Select Operator [SEL_133] (rows=25/25 width=175) Output:["_col0","_col1"] Filter Operator [FIL_132] (rows=25/25 width=175) @@ -103,12 +103,12 @@ Stage-0 Output:["key","value"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_21] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_119] (rows=39/37 width=266) Conds:RS_18._col0=RS_19._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_18] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_2] (rows=500/500 width=178) Output:["_col0","_col1"] Filter Operator [FIL_69] (rows=500/500 width=178) @@ -117,7 +117,7 @@ Stage-0 default@src,y,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Map 8 [SIMPLE_EDGE] llap SHUFFLE [RS_19] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_5] (rows=25/25 width=175) Output:["_col0","_col1"] Filter Operator [FIL_70] (rows=25/25 width=175) @@ -126,14 +126,14 @@ Stage-0 default@src1,x,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Reducer 7 [CONTAINS] llap Reduce Output Operator [RS_130] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Select Operator [SEL_128] (rows=66/61 width=268) Output:["_col0","_col1","_col2"] Merge Join Operator [MERGEJOIN_127] (rows=66/61 width=268) Conds:RS_46._col3=RS_47._col0(Inner),Output:["_col1","_col2","_col4"] <-Reducer 15 [SIMPLE_EDGE] llap SHUFFLE [RS_47] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_42] (rows=525/319 width=91) Output:["_col0"] Group By Operator [GBY_41] (rows=525/319 width=178) @@ -141,7 +141,7 @@ Stage-0 <-Union 14 [SIMPLE_EDGE] <-Map 13 [CONTAINS] llap Reduce Output Operator [RS_145] - PartitionCols:_col1, _col0 + PartitionCols:_col1, _col0,null sort order:aa,sort order:++ Select Operator [SEL_143] (rows=25/25 width=175) Output:["_col0","_col1"] Filter Operator [FIL_142] (rows=25/25 width=175) @@ -150,7 +150,7 @@ Stage-0 Output:["key","value"] <-Map 16 [CONTAINS] llap Reduce Output Operator [RS_150] - PartitionCols:_col1, _col0 + PartitionCols:_col1, _col0,null sort order:aa,sort order:++ Select Operator [SEL_148] (rows=500/500 width=178) Output:["_col0","_col1"] Filter Operator [FIL_147] (rows=500/500 width=178) @@ -159,16 +159,16 @@ Stage-0 Output:["key","value"] <-Reducer 6 [SIMPLE_EDGE] llap SHUFFLE [RS_46] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_120] (rows=39/37 width=266) Conds:RS_43._col0=RS_44._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_43] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_2] <-Map 8 [SIMPLE_EDGE] llap SHUFFLE [RS_44] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_5] PREHOOK: query: SELECT x.key, y.value @@ -270,20 +270,20 @@ Stage-0 <-Union 6 [SIMPLE_EDGE] <-Reducer 5 [CONTAINS] llap Reduce Output Operator [RS_229] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_227] (rows=196/15 width=177) Output:["_col0","_col1"],keys:KEY._col0, KEY._col1 <-Union 4 [SIMPLE_EDGE] <-Reducer 10 [CONTAINS] llap Reduce Output Operator [RS_237] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Select Operator [SEL_235] (rows=130/61 width=177) Output:["_col0","_col1"] Merge Join Operator [MERGEJOIN_234] (rows=130/61 width=177) Conds:RS_55._col3=RS_56._col0(Inner),Output:["_col1","_col2"] <-Reducer 20 [SIMPLE_EDGE] llap SHUFFLE [RS_56] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_51] (rows=1025/319 width=91) Output:["_col0"] Group By Operator [GBY_50] (rows=1025/319 width=178) @@ -291,7 +291,7 @@ Stage-0 <-Union 19 [SIMPLE_EDGE] <-Map 22 [CONTAINS] llap Reduce Output Operator [RS_266] - PartitionCols:_col1, _col0 + PartitionCols:_col1, _col0,null sort order:aa,sort order:++ Select Operator [SEL_264] (rows=500/500 width=178) Output:["_col0","_col1"] Filter Operator [FIL_263] (rows=500/500 width=178) @@ -300,7 +300,7 @@ Stage-0 Output:["key","value"] <-Reducer 18 [CONTAINS] llap Reduce Output Operator [RS_256] - PartitionCols:_col1, _col0 + PartitionCols:_col1, _col0,null sort order:aa,sort order:++ Select Operator [SEL_254] (rows=525/319 width=178) Output:["_col0","_col1"] Group By Operator [GBY_253] (rows=525/319 width=178) @@ -308,7 +308,7 @@ Stage-0 <-Union 17 [SIMPLE_EDGE] <-Map 16 [CONTAINS] llap Reduce Output Operator [RS_252] - PartitionCols:_col1, _col0 + PartitionCols:_col1, _col0,null sort order:aa,sort order:++ Select Operator [SEL_250] (rows=25/25 width=175) Output:["_col0","_col1"] Filter Operator [FIL_249] (rows=25/25 width=175) @@ -317,7 +317,7 @@ Stage-0 Output:["key","value"] <-Map 21 [CONTAINS] llap Reduce Output Operator [RS_261] - PartitionCols:_col1, _col0 + PartitionCols:_col1, _col0,null sort order:aa,sort order:++ Select Operator [SEL_259] (rows=500/500 width=178) Output:["_col0","_col1"] Filter Operator [FIL_258] (rows=500/500 width=178) @@ -326,12 +326,12 @@ Stage-0 Output:["key","value"] <-Reducer 9 [SIMPLE_EDGE] llap SHUFFLE [RS_55] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_218] (rows=39/37 width=266) Conds:RS_52._col0=RS_53._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_52] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_2] (rows=500/500 width=178) Output:["_col0","_col1"] Filter Operator [FIL_136] (rows=500/500 width=178) @@ -340,7 +340,7 @@ Stage-0 default@src,y,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Map 11 [SIMPLE_EDGE] llap SHUFFLE [RS_53] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_5] (rows=25/25 width=175) Output:["_col0","_col1"] Filter Operator [FIL_137] (rows=25/25 width=175) @@ -349,27 +349,27 @@ Stage-0 default@src1,x,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Reducer 3 [CONTAINS] llap Reduce Output Operator [RS_226] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Select Operator [SEL_224] (rows=66/61 width=177) Output:["_col0","_col1"] Merge Join Operator [MERGEJOIN_223] (rows=66/61 width=177) Conds:RS_21._col3=RS_22._col0(Inner),Output:["_col1","_col2"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_21] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_217] (rows=39/37 width=266) Conds:RS_18._col0=RS_19._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_18] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_2] <-Map 11 [SIMPLE_EDGE] llap SHUFFLE [RS_19] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_5] <-Reducer 14 [SIMPLE_EDGE] llap SHUFFLE [RS_22] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_17] (rows=525/319 width=91) Output:["_col0"] Group By Operator [GBY_16] (rows=525/319 width=178) @@ -377,7 +377,7 @@ Stage-0 <-Union 13 [SIMPLE_EDGE] <-Map 12 [CONTAINS] llap Reduce Output Operator [RS_242] - PartitionCols:_col1, _col0 + PartitionCols:_col1, _col0,null sort order:aa,sort order:++ Select Operator [SEL_240] (rows=25/25 width=175) Output:["_col0","_col1"] Filter Operator [FIL_239] (rows=25/25 width=175) @@ -386,7 +386,7 @@ Stage-0 Output:["key","value"] <-Map 15 [CONTAINS] llap Reduce Output Operator [RS_247] - PartitionCols:_col1, _col0 + PartitionCols:_col1, _col0,null sort order:aa,sort order:++ Select Operator [SEL_245] (rows=500/500 width=178) Output:["_col0","_col1"] Filter Operator [FIL_244] (rows=500/500 width=178) @@ -395,18 +395,18 @@ Stage-0 Output:["key","value"] <-Reducer 8 [CONTAINS] llap Reduce Output Operator [RS_233] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Select Operator [SEL_231] (rows=193/61 width=177) Output:["_col0","_col1"] Merge Join Operator [MERGEJOIN_230] (rows=193/61 width=177) Conds:RS_104._col3=RS_105._col0(Inner),Output:["_col1","_col2"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_104] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Please refer to the previous Merge Join Operator [MERGEJOIN_217] <-Reducer 29 [SIMPLE_EDGE] llap SHUFFLE [RS_105] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_100] (rows=1525/319 width=91) Output:["_col0"] Group By Operator [GBY_99] (rows=1525/319 width=178) @@ -414,7 +414,7 @@ Stage-0 <-Union 28 [SIMPLE_EDGE] <-Map 32 [CONTAINS] llap Reduce Output Operator [RS_294] - PartitionCols:_col1, _col0 + PartitionCols:_col1, _col0,null sort order:aa,sort order:++ Select Operator [SEL_292] (rows=500/500 width=178) Output:["_col0","_col1"] Filter Operator [FIL_291] (rows=500/500 width=178) @@ -423,7 +423,7 @@ Stage-0 Output:["key","value"] <-Reducer 27 [CONTAINS] llap Reduce Output Operator [RS_279] - PartitionCols:_col1, _col0 + PartitionCols:_col1, _col0,null sort order:aa,sort order:++ Select Operator [SEL_277] (rows=1025/319 width=178) Output:["_col0","_col1"] Group By Operator [GBY_276] (rows=1025/319 width=178) @@ -431,7 +431,7 @@ Stage-0 <-Union 26 [SIMPLE_EDGE] <-Map 31 [CONTAINS] llap Reduce Output Operator [RS_289] - PartitionCols:_col1, _col0 + PartitionCols:_col1, _col0,null sort order:aa,sort order:++ Select Operator [SEL_287] (rows=500/500 width=178) Output:["_col0","_col1"] Filter Operator [FIL_286] (rows=500/500 width=178) @@ -440,7 +440,7 @@ Stage-0 Output:["key","value"] <-Reducer 25 [CONTAINS] llap Reduce Output Operator [RS_275] - PartitionCols:_col1, _col0 + PartitionCols:_col1, _col0,null sort order:aa,sort order:++ Select Operator [SEL_273] (rows=525/319 width=178) Output:["_col0","_col1"] Group By Operator [GBY_272] (rows=525/319 width=178) @@ -448,7 +448,7 @@ Stage-0 <-Union 24 [SIMPLE_EDGE] <-Map 23 [CONTAINS] llap Reduce Output Operator [RS_271] - PartitionCols:_col1, _col0 + PartitionCols:_col1, _col0,null sort order:aa,sort order:++ Select Operator [SEL_269] (rows=25/25 width=175) Output:["_col0","_col1"] Filter Operator [FIL_268] (rows=25/25 width=175) @@ -457,7 +457,7 @@ Stage-0 Output:["key","value"] <-Map 30 [CONTAINS] llap Reduce Output Operator [RS_284] - PartitionCols:_col1, _col0 + PartitionCols:_col1, _col0,null sort order:aa,sort order:++ Select Operator [SEL_282] (rows=500/500 width=178) Output:["_col0","_col1"] Filter Operator [FIL_281] (rows=500/500 width=178) @@ -680,7 +680,7 @@ Stage-0 Conds:RS_12._col0=RS_13._col0(Inner),Output:["_col0","_col1"] <-Map 5 [SIMPLE_EDGE] llap SHUFFLE [RS_13] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_8] (rows=242/242 width=4) Output:["_col0"] Filter Operator [FIL_24] (rows=242/242 width=4) @@ -689,12 +689,12 @@ Stage-0 default@tab_n6,s3,Tbl:COMPLETE,Col:COMPLETE,Output:["key"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_12] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_45] (rows=382/480 width=95) Conds:RS_9._col1=RS_10._col0(Inner),Output:["_col0","_col1"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_9] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_2] (rows=242/242 width=95) Output:["_col0","_col1"] Filter Operator [FIL_22] (rows=242/242 width=95) @@ -703,7 +703,7 @@ Stage-0 default@tab_n6,s1,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Map 4 [SIMPLE_EDGE] llap SHUFFLE [RS_10] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_5] (rows=242/242 width=91) Output:["_col0"] Filter Operator [FIL_23] (rows=242/242 width=91) @@ -810,7 +810,7 @@ Stage-0 Conds:RS_12._col0=RS_13._col0(Inner),Output:["_col0","_col1"] <-Map 5 [SIMPLE_EDGE] llap SHUFFLE [RS_13] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_8] (rows=242/242 width=4) Output:["_col0"] Filter Operator [FIL_24] (rows=242/242 width=4) @@ -819,12 +819,12 @@ Stage-0 default@tab2_n3,s3,Tbl:COMPLETE,Col:COMPLETE,Output:["key"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_12] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_45] (rows=382/480 width=95) Conds:RS_9._col1=RS_10._col0(Inner),Output:["_col0","_col1"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_9] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_2] (rows=242/242 width=95) Output:["_col0","_col1"] Filter Operator [FIL_22] (rows=242/242 width=95) @@ -833,7 +833,7 @@ Stage-0 default@tab_n6,s1,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Map 4 [SIMPLE_EDGE] llap SHUFFLE [RS_10] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_5] (rows=242/242 width=91) Output:["_col0"] Filter Operator [FIL_23] (rows=242/242 width=91) @@ -905,7 +905,7 @@ Stage-0 Conds:Union 2._col0=RS_19._col0(Inner) <-Map 7 [SIMPLE_EDGE] llap SHUFFLE [RS_19] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_17] (rows=500/500 width=4) Output:["_col0"] Filter Operator [FIL_35] (rows=500/500 width=4) @@ -915,7 +915,7 @@ Stage-0 <-Union 2 [SIMPLE_EDGE] <-Map 1 [CONTAINS] llap Reduce Output Operator [RS_70] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_67] (rows=401/480 width=4) Conds:SEL_65._col0=SEL_5._col0(Inner),Output:["_col0"] <-Select Operator [SEL_5] (rows=242/242 width=4) @@ -932,7 +932,7 @@ Stage-0 Output:["key"] <-Map 6 [CONTAINS] llap Reduce Output Operator [RS_75] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_73] (rows=242/242 width=4) Output:["_col0"] Filter Operator [FIL_72] (rows=242/242 width=4) @@ -1005,7 +1005,7 @@ Stage-0 Conds:Union 4._col0=RS_25._col0(Inner) <-Map 10 [SIMPLE_EDGE] llap SHUFFLE [RS_25] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_23] (rows=500/500 width=4) Output:["_col0"] Filter Operator [FIL_46] (rows=500/500 width=4) @@ -1015,7 +1015,7 @@ Stage-0 <-Union 4 [SIMPLE_EDGE] <-Map 9 [CONTAINS] llap Reduce Output Operator [RS_89] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_87] (rows=242/242 width=4) Output:["_col0"] Filter Operator [FIL_86] (rows=242/242 width=4) @@ -1024,12 +1024,12 @@ Stage-0 Output:["key"] <-Reducer 3 [CONTAINS] llap Reduce Output Operator [RS_84] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_82] (rows=633/1166 width=4) Conds:RS_12._col0=RS_13._col0(Inner),Output:["_col0"] <-Map 8 [SIMPLE_EDGE] llap SHUFFLE [RS_13] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_8] (rows=242/242 width=4) Output:["_col0"] Filter Operator [FIL_44] (rows=242/242 width=4) @@ -1038,12 +1038,12 @@ Stage-0 default@tab_n6,s3,Tbl:COMPLETE,Col:COMPLETE,Output:["key"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_12] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_79] (rows=382/480 width=4) Conds:RS_9._col1=RS_10._col0(Inner),Output:["_col0"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_9] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_2] (rows=242/242 width=95) Output:["_col0","_col1"] Filter Operator [FIL_42] (rows=242/242 width=95) @@ -1052,7 +1052,7 @@ Stage-0 default@tab_n6,s1,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Map 7 [SIMPLE_EDGE] llap SHUFFLE [RS_10] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_5] (rows=242/242 width=91) Output:["_col0"] Filter Operator [FIL_43] (rows=242/242 width=91) @@ -1222,12 +1222,12 @@ Stage-5 Conds:RS_69._col1=Union 23._col0(Inner),Output:["_col0","_col3"] <-Reducer 11 [SIMPLE_EDGE] llap SHUFFLE [RS_69] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_202] (rows=39/115 width=264) Conds:RS_66._col0=RS_67._col0(Inner),Output:["_col0","_col1","_col3"] <-Map 10 [SIMPLE_EDGE] llap SHUFFLE [RS_66] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_5] (rows=25/25 width=175) Output:["_col0","_col1"] Filter Operator [FIL_120] (rows=25/25 width=175) @@ -1236,7 +1236,7 @@ Stage-5 default@src1,x,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Map 21 [SIMPLE_EDGE] llap SHUFFLE [RS_67] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_51] (rows=25/25 width=175) Output:["_col0","_col1"] Filter Operator [FIL_129] (rows=25/25 width=175) @@ -1246,7 +1246,7 @@ Stage-5 <-Union 23 [SIMPLE_EDGE] <-Map 22 [CONTAINS] llap Reduce Output Operator [RS_271] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_269] (rows=25/25 width=89) Output:["_col0"] Filter Operator [FIL_268] (rows=25/25 width=89) @@ -1255,7 +1255,7 @@ Stage-5 Output:["value"] <-Map 24 [CONTAINS] llap Reduce Output Operator [RS_276] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_274] (rows=500/500 width=91) Output:["_col0"] Filter Operator [FIL_273] (rows=500/500 width=91) @@ -1264,7 +1264,7 @@ Stage-5 Output:["value"] <-Map 25 [CONTAINS] llap Reduce Output Operator [RS_281] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_279] (rows=500/500 width=91) Output:["_col0"] Filter Operator [FIL_278] (rows=500/500 width=91) @@ -1273,7 +1273,7 @@ Stage-5 Output:["value"] <-Map 26 [CONTAINS] llap Reduce Output Operator [RS_286] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_284] (rows=500/500 width=91) Output:["_col0"] Filter Operator [FIL_283] (rows=500/500 width=91) @@ -1307,12 +1307,12 @@ Stage-5 Conds:RS_17._col3=Union 14._col0(Inner),Output:["_col1","_col2"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_17] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_200] (rows=39/37 width=266) Conds:RS_14._col0=RS_15._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_14] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_2] (rows=500/500 width=178) Output:["_col0","_col1"] Filter Operator [FIL_119] (rows=500/500 width=178) @@ -1321,12 +1321,12 @@ Stage-5 default@src,y,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Map 10 [SIMPLE_EDGE] llap SHUFFLE [RS_15] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_5] <-Union 14 [SIMPLE_EDGE] <-Map 13 [CONTAINS] llap Reduce Output Operator [RS_246] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_244] (rows=25/25 width=89) Output:["_col0"] Filter Operator [FIL_243] (rows=25/25 width=89) @@ -1335,7 +1335,7 @@ Stage-5 Output:["value"] <-Map 15 [CONTAINS] llap Reduce Output Operator [RS_251] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_249] (rows=500/500 width=91) Output:["_col0"] Filter Operator [FIL_248] (rows=500/500 width=91) @@ -1369,12 +1369,12 @@ Stage-5 Conds:RS_41._col1=Union 18._col0(Inner),Output:["_col0","_col3"] <-Reducer 8 [SIMPLE_EDGE] llap SHUFFLE [RS_41] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_201] (rows=791/1028 width=269) Conds:RS_38._col0=RS_39._col0(Inner),Output:["_col0","_col1","_col3"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_38] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_23] (rows=500/500 width=178) Output:["_col0","_col1"] Filter Operator [FIL_123] (rows=500/500 width=178) @@ -1382,7 +1382,7 @@ Stage-5 Please refer to the previous TableScan [TS_0] <-Map 16 [SIMPLE_EDGE] llap SHUFFLE [RS_39] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_26] (rows=500/500 width=178) Output:["_col0","_col1"] Filter Operator [FIL_124] (rows=500/500 width=178) @@ -1392,7 +1392,7 @@ Stage-5 <-Union 18 [SIMPLE_EDGE] <-Map 17 [CONTAINS] llap Reduce Output Operator [RS_256] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_254] (rows=25/25 width=89) Output:["_col0"] Filter Operator [FIL_253] (rows=25/25 width=89) @@ -1401,7 +1401,7 @@ Stage-5 Output:["value"] <-Map 19 [CONTAINS] llap Reduce Output Operator [RS_261] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_259] (rows=500/500 width=91) Output:["_col0"] Filter Operator [FIL_258] (rows=500/500 width=91) @@ -1410,7 +1410,7 @@ Stage-5 Output:["value"] <-Map 20 [CONTAINS] llap Reduce Output Operator [RS_266] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_264] (rows=500/500 width=91) Output:["_col0"] Filter Operator [FIL_263] (rows=500/500 width=91) @@ -1591,19 +1591,19 @@ Stage-5 <-Union 6 [SIMPLE_EDGE] <-Reducer 15 [CONTAINS] llap Reduce Output Operator [RS_260] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Select Operator [SEL_258] (rows=193/304 width=175) Output:["_col0","_col1"] Merge Join Operator [MERGEJOIN_257] (rows=193/304 width=175) Conds:RS_104._col1=RS_105._col0(Inner),Output:["_col0","_col3"] <-Reducer 14 [SIMPLE_EDGE] llap SHUFFLE [RS_104] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_242] (rows=39/115 width=264) Conds:RS_101._col0=RS_102._col0(Inner),Output:["_col0","_col1","_col3"] <-Map 13 [SIMPLE_EDGE] llap SHUFFLE [RS_101] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_5] (rows=25/25 width=175) Output:["_col0","_col1"] Filter Operator [FIL_160] (rows=25/25 width=175) @@ -1612,7 +1612,7 @@ Stage-5 default@src1,x,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Map 28 [SIMPLE_EDGE] llap SHUFFLE [RS_102] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_70] (rows=25/25 width=175) Output:["_col0","_col1"] Filter Operator [FIL_169] (rows=25/25 width=175) @@ -1621,7 +1621,7 @@ Stage-5 default@src1,y,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Reducer 35 [SIMPLE_EDGE] llap SHUFFLE [RS_105] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_100] (rows=1525/319 width=91) Output:["_col0"] Group By Operator [GBY_99] (rows=1525/319 width=178) @@ -1629,7 +1629,7 @@ Stage-5 <-Union 34 [SIMPLE_EDGE] <-Map 38 [CONTAINS] llap Reduce Output Operator [RS_317] - PartitionCols:_col1, _col0 + PartitionCols:_col1, _col0,null sort order:aa,sort order:++ Select Operator [SEL_315] (rows=500/500 width=178) Output:["_col0","_col1"] Filter Operator [FIL_314] (rows=500/500 width=178) @@ -1638,7 +1638,7 @@ Stage-5 Output:["key","value"] <-Reducer 33 [CONTAINS] llap Reduce Output Operator [RS_302] - PartitionCols:_col1, _col0 + PartitionCols:_col1, _col0,null sort order:aa,sort order:++ Select Operator [SEL_300] (rows=1025/319 width=178) Output:["_col0","_col1"] Group By Operator [GBY_299] (rows=1025/319 width=178) @@ -1646,7 +1646,7 @@ Stage-5 <-Union 32 [SIMPLE_EDGE] <-Map 37 [CONTAINS] llap Reduce Output Operator [RS_312] - PartitionCols:_col1, _col0 + PartitionCols:_col1, _col0,null sort order:aa,sort order:++ Select Operator [SEL_310] (rows=500/500 width=178) Output:["_col0","_col1"] Filter Operator [FIL_309] (rows=500/500 width=178) @@ -1655,7 +1655,7 @@ Stage-5 Output:["key","value"] <-Reducer 31 [CONTAINS] llap Reduce Output Operator [RS_298] - PartitionCols:_col1, _col0 + PartitionCols:_col1, _col0,null sort order:aa,sort order:++ Select Operator [SEL_296] (rows=525/319 width=178) Output:["_col0","_col1"] Group By Operator [GBY_295] (rows=525/319 width=178) @@ -1663,7 +1663,7 @@ Stage-5 <-Union 30 [SIMPLE_EDGE] <-Map 29 [CONTAINS] llap Reduce Output Operator [RS_294] - PartitionCols:_col1, _col0 + PartitionCols:_col1, _col0,null sort order:aa,sort order:++ Select Operator [SEL_292] (rows=25/25 width=175) Output:["_col0","_col1"] Filter Operator [FIL_291] (rows=25/25 width=175) @@ -1672,7 +1672,7 @@ Stage-5 Output:["key","value"] <-Map 36 [CONTAINS] llap Reduce Output Operator [RS_307] - PartitionCols:_col1, _col0 + PartitionCols:_col1, _col0,null sort order:aa,sort order:++ Select Operator [SEL_305] (rows=500/500 width=178) Output:["_col0","_col1"] Filter Operator [FIL_304] (rows=500/500 width=178) @@ -1681,25 +1681,25 @@ Stage-5 Output:["key","value"] <-Reducer 5 [CONTAINS] llap Reduce Output Operator [RS_252] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_250] (rows=2706/309 width=178) Output:["_col0","_col1"],keys:KEY._col0, KEY._col1 <-Union 4 [SIMPLE_EDGE] <-Reducer 12 [CONTAINS] llap Reduce Output Operator [RS_256] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Select Operator [SEL_254] (rows=2640/1056 width=178) Output:["_col0","_col1"] Merge Join Operator [MERGEJOIN_253] (rows=2640/1056 width=178) Conds:RS_55._col1=RS_56._col0(Inner),Output:["_col0","_col3"] <-Reducer 11 [SIMPLE_EDGE] llap SHUFFLE [RS_55] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_241] (rows=791/1028 width=269) Conds:RS_52._col0=RS_53._col0(Inner),Output:["_col0","_col1","_col3"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_52] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_27] (rows=500/500 width=178) Output:["_col0","_col1"] Filter Operator [FIL_163] (rows=500/500 width=178) @@ -1708,7 +1708,7 @@ Stage-5 default@src,y,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Map 20 [SIMPLE_EDGE] llap SHUFFLE [RS_53] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_30] (rows=500/500 width=178) Output:["_col0","_col1"] Filter Operator [FIL_164] (rows=500/500 width=178) @@ -1717,7 +1717,7 @@ Stage-5 default@src,y,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Reducer 25 [SIMPLE_EDGE] llap SHUFFLE [RS_56] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_51] (rows=1025/319 width=91) Output:["_col0"] Group By Operator [GBY_50] (rows=1025/319 width=178) @@ -1725,7 +1725,7 @@ Stage-5 <-Union 24 [SIMPLE_EDGE] <-Map 27 [CONTAINS] llap Reduce Output Operator [RS_289] - PartitionCols:_col1, _col0 + PartitionCols:_col1, _col0,null sort order:aa,sort order:++ Select Operator [SEL_287] (rows=500/500 width=178) Output:["_col0","_col1"] Filter Operator [FIL_286] (rows=500/500 width=178) @@ -1734,7 +1734,7 @@ Stage-5 Output:["key","value"] <-Reducer 23 [CONTAINS] llap Reduce Output Operator [RS_279] - PartitionCols:_col1, _col0 + PartitionCols:_col1, _col0,null sort order:aa,sort order:++ Select Operator [SEL_277] (rows=525/319 width=178) Output:["_col0","_col1"] Group By Operator [GBY_276] (rows=525/319 width=178) @@ -1742,7 +1742,7 @@ Stage-5 <-Union 22 [SIMPLE_EDGE] <-Map 21 [CONTAINS] llap Reduce Output Operator [RS_275] - PartitionCols:_col1, _col0 + PartitionCols:_col1, _col0,null sort order:aa,sort order:++ Select Operator [SEL_273] (rows=25/25 width=175) Output:["_col0","_col1"] Filter Operator [FIL_272] (rows=25/25 width=175) @@ -1751,7 +1751,7 @@ Stage-5 Output:["key","value"] <-Map 26 [CONTAINS] llap Reduce Output Operator [RS_284] - PartitionCols:_col1, _col0 + PartitionCols:_col1, _col0,null sort order:aa,sort order:++ Select Operator [SEL_282] (rows=500/500 width=178) Output:["_col0","_col1"] Filter Operator [FIL_281] (rows=500/500 width=178) @@ -1760,14 +1760,14 @@ Stage-5 Output:["key","value"] <-Reducer 3 [CONTAINS] llap Reduce Output Operator [RS_249] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Select Operator [SEL_247] (rows=66/61 width=177) Output:["_col0","_col1"] Merge Join Operator [MERGEJOIN_246] (rows=66/61 width=177) Conds:RS_21._col3=RS_22._col0(Inner),Output:["_col1","_col2"] <-Reducer 18 [SIMPLE_EDGE] llap SHUFFLE [RS_22] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_17] (rows=525/319 width=91) Output:["_col0"] Group By Operator [GBY_16] (rows=525/319 width=178) @@ -1775,7 +1775,7 @@ Stage-5 <-Union 17 [SIMPLE_EDGE] <-Map 16 [CONTAINS] llap Reduce Output Operator [RS_265] - PartitionCols:_col1, _col0 + PartitionCols:_col1, _col0,null sort order:aa,sort order:++ Select Operator [SEL_263] (rows=25/25 width=175) Output:["_col0","_col1"] Filter Operator [FIL_262] (rows=25/25 width=175) @@ -1784,7 +1784,7 @@ Stage-5 Output:["key","value"] <-Map 19 [CONTAINS] llap Reduce Output Operator [RS_270] - PartitionCols:_col1, _col0 + PartitionCols:_col1, _col0,null sort order:aa,sort order:++ Select Operator [SEL_268] (rows=500/500 width=178) Output:["_col0","_col1"] Filter Operator [FIL_267] (rows=500/500 width=178) @@ -1793,12 +1793,12 @@ Stage-5 Output:["key","value"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_21] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_240] (rows=39/37 width=266) Conds:RS_18._col0=RS_19._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_18] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_2] (rows=500/500 width=178) Output:["_col0","_col1"] Filter Operator [FIL_159] (rows=500/500 width=178) @@ -1806,7 +1806,7 @@ Stage-5 Please refer to the previous TableScan [TS_0] <-Map 13 [SIMPLE_EDGE] llap SHUFFLE [RS_19] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_5] Reducer 8 llap File Output Operator [FS_121] @@ -1924,20 +1924,20 @@ Stage-4 Output:["_col0","_col1"],aggregations:["count(DISTINCT KEY._col1:0._col0)"],keys:KEY._col0 <-Reducer 4 [SIMPLE_EDGE] llap PARTITION_ONLY_SHUFFLE [RS_14] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:aa,sort order:++ Group By Operator [GBY_11] (rows=501/310 width=272) Output:["_col0","_col1"],keys:KEY._col0, KEY._col1 <-Union 3 [SIMPLE_EDGE] <-Map 8 [CONTAINS] llap Reduce Output Operator [RS_44] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aaa,sort order:+++ Select Operator [SEL_42] (rows=500/500 width=178) Output:["_col0","_col1"] TableScan [TS_41] (rows=500/500 width=178) Output:["key","value"] <-Reducer 2 [CONTAINS] llap Reduce Output Operator [RS_40] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aaa,sort order:+++ Select Operator [SEL_38] (rows=1/1 width=272) Output:["_col0","_col1"] Group By Operator [GBY_37] (rows=1/1 width=8) @@ -2028,17 +2028,17 @@ Stage-0 Conds:RS_3.key=RS_3.key(Unique),RS_3.key=RS_3.key(Unique),RS_3.key=RS_3.key(Unique),Output:["_col0","_col5","_col10"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_3] - PartitionCols:key + PartitionCols:key,null sort order:a,sort order:+ TableScan [TS_0] (rows=500/500 width=87) default@src,a_n14,Tbl:COMPLETE,Col:COMPLETE,Output:["key"] <-Map 3 [SIMPLE_EDGE] llap SHUFFLE [RS_4] - PartitionCols:key + PartitionCols:key,null sort order:a,sort order:+ TableScan [TS_1] (rows=25/25 width=86) default@src1,b_n10,Tbl:COMPLETE,Col:COMPLETE,Output:["key"] <-Map 4 [SIMPLE_EDGE] llap SHUFFLE [RS_5] - PartitionCols:key + PartitionCols:key,null sort order:a,sort order:+ TableScan [TS_2] (rows=2000/2000 width=87) default@srcpart,c_n3,Tbl:COMPLETE,Col:COMPLETE,Output:["key"] @@ -2137,27 +2137,27 @@ Stage-4 <-Union 3 [SIMPLE_EDGE] <-Map 8 [CONTAINS] llap Reduce Output Operator [RS_43] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:aa,sort order:++ Select Operator [SEL_41] (rows=500/500 width=178) Output:["_col0","_col1"] TableScan [TS_40] (rows=500/500 width=178) Output:["key","value"] Reduce Output Operator [RS_44] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aaa,sort order:+++ Please refer to the previous Select Operator [SEL_41] <-Map 9 [CONTAINS] llap Reduce Output Operator [RS_48] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:aa,sort order:++ Select Operator [SEL_46] (rows=500/500 width=178) Output:["_col0","_col1"] TableScan [TS_45] (rows=500/500 width=178) Output:["key","value"] Reduce Output Operator [RS_49] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aaa,sort order:+++ Please refer to the previous Select Operator [SEL_46] <-Reducer 2 [CONTAINS] llap Reduce Output Operator [RS_38] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:aa,sort order:++ Select Operator [SEL_36] (rows=1/1 width=272) Output:["_col0","_col1"] Group By Operator [GBY_35] (rows=1/1 width=8) @@ -2168,7 +2168,7 @@ Stage-4 TableScan [TS_0] (rows=500/500 width=10) default@src,s1,Tbl:COMPLETE,Col:COMPLETE Reduce Output Operator [RS_39] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aaa,sort order:+++ Please refer to the previous Select Operator [SEL_36] PARTITION_ONLY_SHUFFLE [RS_19] Select Operator [SEL_18] (rows=316/310 width=272) @@ -2279,17 +2279,17 @@ Stage-4 <-Union 3 [SIMPLE_EDGE] <-Map 8 [CONTAINS] llap Reduce Output Operator [RS_41] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:aa,sort order:++ Select Operator [SEL_39] (rows=500/500 width=178) Output:["_col0","_col1"] TableScan [TS_38] (rows=500/500 width=178) Output:["key","value"] Reduce Output Operator [RS_42] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aaa,sort order:+++ Please refer to the previous Select Operator [SEL_39] <-Reducer 2 [CONTAINS] llap Reduce Output Operator [RS_36] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:aa,sort order:++ Select Operator [SEL_34] (rows=1/1 width=272) Output:["_col0","_col1"] Group By Operator [GBY_33] (rows=1/1 width=8) @@ -2300,7 +2300,7 @@ Stage-4 TableScan [TS_0] (rows=500/500 width=10) default@src,s1,Tbl:COMPLETE,Col:COMPLETE Reduce Output Operator [RS_37] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aaa,sort order:+++ Please refer to the previous Select Operator [SEL_34] PARTITION_ONLY_SHUFFLE [RS_17] Select Operator [SEL_16] (rows=316/310 width=272) diff --git ql/src/test/results/clientpositive/llap/explainuser_1.q.out ql/src/test/results/clientpositive/llap/explainuser_1.q.out index 319bba6a13..735296f814 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 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ 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 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ 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 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ 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 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ 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 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ 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,13 +449,14 @@ 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 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ 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) @@ -464,12 +465,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 + PartitionCols:_col3,null sort order:a,sort order:+ 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 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_2] (rows=18 width=88) Output:["_col0","_col1","_col2"] Filter Operator [FIL_37] (rows=18 width=84) @@ -478,14 +479,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 + PartitionCols:_col0,null sort order:a,sort order:+ 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 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ 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) @@ -494,14 +495,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 + PartitionCols:_col0,null sort order:a,sort order:+ 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 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ 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) @@ -545,13 +546,14 @@ 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 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ 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) @@ -560,12 +562,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 + PartitionCols:_col5,null sort order:a,sort order:+ 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 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_2] (rows=18 width=99) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_37] (rows=18 width=84) @@ -574,14 +576,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 + PartitionCols:_col0,null sort order:a,sort order:+ 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 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ 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) @@ -590,14 +592,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 + PartitionCols:_col0,null sort order:a,sort order:+ 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 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ 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) @@ -640,7 +642,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 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ 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) @@ -649,12 +651,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 + PartitionCols:_col3,null sort order:a,sort order:+ 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 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_2] (rows=18 width=88) Output:["_col0","_col1","_col2"] Filter Operator [FIL_34] (rows=18 width=84) @@ -663,14 +665,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 + PartitionCols:_col0,null sort order:a,sort order:+ 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 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ 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) @@ -679,14 +681,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 + PartitionCols:_col0,null sort order:a,sort order:+ 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 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ 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) @@ -730,11 +732,12 @@ 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 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ 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) @@ -743,12 +746,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 + PartitionCols:_col5,null sort order:a,sort order:+ 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 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_2] (rows=18 width=99) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_36] (rows=18 width=84) @@ -757,14 +760,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 + PartitionCols:_col0,null sort order:a,sort order:+ 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 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ 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) @@ -773,14 +776,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 + PartitionCols:_col0,null sort order:a,sort order:+ 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 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ 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) @@ -823,7 +826,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 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ 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) @@ -832,12 +835,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 + PartitionCols:_col3,null sort order:a,sort order:+ 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 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_2] (rows=18 width=88) Output:["_col0","_col1","_col2"] Filter Operator [FIL_34] (rows=18 width=84) @@ -846,14 +849,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 + PartitionCols:_col0,null sort order:a,sort order:+ 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 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ 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) @@ -862,14 +865,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 + PartitionCols:_col0,null sort order:a,sort order:+ 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 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ 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) @@ -926,6 +929,7 @@ 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) @@ -940,6 +944,7 @@ 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) @@ -954,6 +959,7 @@ 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) @@ -1002,12 +1008,13 @@ 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 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_34] (rows=1 width=95) Output:["_col0","_col1"],aggregations:["count()"],keys:_col0 Select Operator [SEL_32] (rows=1 width=87) @@ -1024,7 +1031,7 @@ Stage-0 default@cbo_t3,s1,Tbl:COMPLETE,Col:COMPLETE,Output:["key"] <-Reducer 7 [CONTAINS] llap Reduce Output Operator [RS_40] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_39] (rows=1 width=95) Output:["_col0","_col1"],aggregations:["count()"],keys:_col0 Select Operator [SEL_37] (rows=1 width=87) @@ -1041,7 +1048,7 @@ Stage-0 default@cbo_t3,s2,Tbl:COMPLETE,Col:COMPLETE,Output:["key"] <-Reducer 9 [CONTAINS] llap Reduce Output Operator [RS_45] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_44] (rows=1 width=95) Output:["_col0","_col1"],aggregations:["count()"],keys:_col0 Select Operator [SEL_42] (rows=1 width=87) @@ -1084,7 +1091,7 @@ Stage-0 Conds:RS_6._col0=RS_7._col0(Inner),Output:["_col0"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_6] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_2] (rows=6 width=85) Output:["_col0"] Filter Operator [FIL_13] (rows=6 width=85) @@ -1093,7 +1100,7 @@ Stage-0 default@cbo_t1,cbo_t1,Tbl:COMPLETE,Col:COMPLETE,Output:["key"] <-Map 3 [SIMPLE_EDGE] llap SHUFFLE [RS_7] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_5] (rows=6 width=85) Output:["_col0"] Filter Operator [FIL_14] (rows=6 width=85) @@ -1132,14 +1139,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 + PartitionCols:_col0,null sort order:a,sort order:+ 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 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_4] (rows=18 width=84) Output:["_col0","_col1"] Filter Operator [FIL_11] (rows=18 width=84) @@ -1178,14 +1185,14 @@ Stage-0 Conds:RS_4._col0=RS_5._col0(Outer),Output:["_col1","_col3"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_4] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ 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 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_3] (rows=20 width=84) Output:["_col0","_col1"] TableScan [TS_2] (rows=20 width=84) @@ -1225,7 +1232,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 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_8] (rows=18 width=84) Output:["_col0","_col1"] Filter Operator [FIL_24] (rows=18 width=84) @@ -1234,12 +1241,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 + PartitionCols:_col0,null sort order:a,sort order:+ 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 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_2] (rows=18 width=87) Output:["_col0","_col1","_col2"] Filter Operator [FIL_22] (rows=18 width=87) @@ -1248,7 +1255,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 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_5] (rows=18 width=84) Output:["_col0","_col1"] Filter Operator [FIL_23] (rows=18 width=84) @@ -1290,7 +1297,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 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_8] (rows=18 width=84) Output:["_col0","_col1"] Filter Operator [FIL_24] (rows=18 width=84) @@ -1299,12 +1306,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 + PartitionCols:_col0,null sort order:a,sort order:+ 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 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_2] (rows=18 width=84) Output:["_col0","_col1"] Filter Operator [FIL_22] (rows=18 width=84) @@ -1313,7 +1320,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 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_5] (rows=18 width=80) Output:["_col0"] Filter Operator [FIL_23] (rows=18 width=80) @@ -1355,7 +1362,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 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_8] (rows=18 width=88) Output:["_col0","_col1","_col2"] Filter Operator [FIL_24] (rows=18 width=84) @@ -1364,12 +1371,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 + PartitionCols:_col0,null sort order:a,sort order:+ 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 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_2] (rows=9 width=93) Output:["_col0","_col1","_col2"] Filter Operator [FIL_22] (rows=9 width=93) @@ -1378,7 +1385,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 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_5] (rows=9 width=89) Output:["_col0","_col1"] Filter Operator [FIL_23] (rows=9 width=93) @@ -1420,7 +1427,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 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_8] (rows=18 width=88) Output:["_col0","_col1","_col2"] Filter Operator [FIL_24] (rows=18 width=84) @@ -1429,12 +1436,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 + PartitionCols:_col0,null sort order:a,sort order:+ 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 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_2] (rows=9 width=93) Output:["_col0","_col1","_col2"] Filter Operator [FIL_22] (rows=9 width=93) @@ -1443,7 +1450,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 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_5] (rows=9 width=89) Output:["_col0","_col1"] Filter Operator [FIL_23] (rows=9 width=93) @@ -1479,13 +1486,14 @@ 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 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ 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) @@ -1522,22 +1530,23 @@ 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 + PartitionCols:_col0, _col1,null sort order:zz,sort order:++ 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,sort order:++,top n:1 + keys:_col1, _col0,null sort order:zz,sort order:++,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 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ 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) @@ -1596,18 +1605,21 @@ 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) @@ -1653,13 +1665,14 @@ 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 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ 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) @@ -1668,7 +1681,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 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_28] (rows=18 width=88) Output:["_col0","_col1","_col2"] Filter Operator [FIL_54] (rows=18 width=84) @@ -1677,12 +1690,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 + PartitionCols:_col2,null sort order:a,sort order:+ 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 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_25] (rows=2 width=101) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_24] (rows=2 width=97) @@ -1693,24 +1706,25 @@ 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 + PartitionCols:_col0, _col1, _col2,null sort order:zaa,sort order:+++ 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,sort order:+++,top n:5 + keys:key, c_int, c_float,null sort order:zaa,sort order:+++,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 + PartitionCols:_col0,null sort order:a,sort order:+ Filter Operator [FIL_11] (rows=2 width=105) predicate:_col0 is not null Limit [LIM_9] (rows=3 width=105) @@ -1719,13 +1733,14 @@ 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 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ 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) @@ -1764,7 +1779,7 @@ Stage-0 Conds:RS_8._col0=RS_9._col0(Left Semi),Output:["_col1"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_8] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_2] (rows=9 width=93) Output:["_col0","_col1"] Filter Operator [FIL_15] (rows=9 width=93) @@ -1773,7 +1788,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 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_7] (rows=6 width=85) Output:["_col0"],keys:_col0 Select Operator [SEL_5] (rows=18 width=80) @@ -1817,7 +1832,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 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_15] (rows=7 width=85) Output:["_col0"],keys:_col0 Select Operator [SEL_8] (rows=18 width=80) @@ -1828,12 +1843,12 @@ Stage-0 default@cbo_t3,cbo_t3,Tbl:COMPLETE,Col:COMPLETE,Output:["key"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_16] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ 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 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_2] (rows=9 width=93) Output:["_col0","_col1","_col2"] Filter Operator [FIL_26] (rows=9 width=93) @@ -1842,7 +1857,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 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_10] (rows=4 width=85) Output:["_col0"],keys:_col0 Select Operator [SEL_5] (rows=9 width=85) @@ -1888,20 +1903,21 @@ 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 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ 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 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_25] (rows=3 width=85) Output:["_col0"],keys:_col0 Select Operator [SEL_18] (rows=6 width=85) @@ -1912,12 +1928,12 @@ Stage-0 default@cbo_t3,cbo_t3,Tbl:COMPLETE,Col:COMPLETE,Output:["key"] <-Reducer 3 [SIMPLE_EDGE] llap SHUFFLE [RS_26] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ 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 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_8] (rows=1 width=93) Output:["_col0","_col1"] Filter Operator [FIL_7] (rows=1 width=101) @@ -1928,7 +1944,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 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ 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) @@ -1937,7 +1953,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 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_20] (rows=1 width=85) Output:["_col0"],keys:_col0 Select Operator [SEL_15] (rows=1 width=85) @@ -1946,7 +1962,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 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ 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) @@ -2100,14 +2116,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 + PartitionCols:_col1,null sort order:a,sort order:+ 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 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_13] (rows=83 width=95) Output:["_col0","_col1"] Group By Operator [GBY_12] (rows=83 width=91) @@ -2118,7 +2134,7 @@ Stage-0 Output:["_col0","_col1"],keys:KEY._col0, KEY._col1 <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_6] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:aa,sort order:++ Group By Operator [GBY_5] (rows=83 width=178) Output:["_col0","_col1"],keys:value, key Filter Operator [FIL_21] (rows=166 width=178) @@ -2172,7 +2188,7 @@ Stage-0 Output:["_col0","_col1"],keys:KEY._col0, KEY._col1 <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_3] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_2] (rows=250 width=178) Output:["_col0","_col1"],keys:key, value Select Operator [SEL_1] (rows=500 width=178) @@ -2181,7 +2197,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 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_9] (rows=83 width=178) Output:["_col0","_col1"],keys:key, value Filter Operator [FIL_20] (rows=166 width=178) @@ -2238,7 +2254,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 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Select Operator [SEL_2] (rows=166 width=178) Output:["_col0","_col1"] Filter Operator [FIL_15] (rows=166 width=178) @@ -2247,7 +2263,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 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_7] (rows=83 width=178) Output:["_col0","_col1"],keys:_col0, _col1 Select Operator [SEL_5] (rows=166 width=178) @@ -2294,7 +2310,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 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Select Operator [SEL_2] (rows=166 width=178) Output:["_col0","_col1"] Filter Operator [FIL_15] (rows=166 width=178) @@ -2303,7 +2319,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 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_7] (rows=83 width=178) Output:["_col0","_col1"],keys:_col0, _col1 Select Operator [SEL_5] (rows=166 width=178) @@ -2340,7 +2356,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 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_2] (rows=166 width=178) Output:["_col0","_col1"] Filter Operator [FIL_15] (rows=166 width=178) @@ -2349,7 +2365,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 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_7] (rows=83 width=87) Output:["_col0"],keys:_col0 Select Operator [SEL_5] (rows=166 width=87) @@ -2391,7 +2407,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 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_16] (rows=1 width=8) Output:["_col0","_col1"],keys:_col0, _col1 Select Operator [SEL_14] (rows=2 width=8) @@ -2402,14 +2418,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 + PartitionCols:_col1, _col4,null sort order:aa,sort order:++ 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 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_2] (rows=14 width=16) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_27] (rows=14 width=16) @@ -2418,7 +2434,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 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_7] (rows=50 width=4) Output:["_col0"],keys:_col0 Select Operator [SEL_5] (rows=100 width=4) @@ -2463,21 +2479,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 + PartitionCols:_col2,null sort order:a,sort order:+ 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 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ 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 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_9] (rows=166 width=178) Output:["_col0","_col1"] Filter Operator [FIL_41] (rows=166 width=178) @@ -2486,12 +2502,12 @@ Stage-0 default@src_cbo,b,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_10] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_5] (rows=83 width=87) Output:["_col0"],keys:KEY._col0 <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_4] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_3] (rows=83 width=87) Output:["_col0"],keys:key Filter Operator [FIL_40] (rows=166 width=87) @@ -2500,7 +2516,7 @@ Stage-0 default@src_cbo,src_cbo,Tbl:COMPLETE,Col:COMPLETE,Output:["key"] <-Reducer 6 [SIMPLE_EDGE] llap SHUFFLE [RS_30] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_28] (rows=41 width=8) Output:["_col0"],keys:_col0 Select Operator [SEL_26] (rows=83 width=8) @@ -2513,7 +2529,7 @@ Stage-0 Output:["_col0","_col1"],aggregations:["count(VALUE._col0)"],keys:KEY._col0 <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_23] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_22] (rows=83 width=95) Output:["_col0","_col1"],aggregations:["count()"],keys:key Filter Operator [FIL_43] (rows=166 width=87) @@ -2553,14 +2569,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 + PartitionCols:_col1,null sort order:a,sort order:+ 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 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ 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) @@ -2569,7 +2585,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 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_16] (rows=13 width=184) Output:["_col0"],keys:_col0 Select Operator [SEL_11] (rows=26 width=184) @@ -2582,7 +2598,7 @@ Stage-0 Output:["_col1","_col2","_col5"] <-Map 4 [SIMPLE_EDGE] llap SHUFFLE [RS_8] - PartitionCols:p_mfgr + PartitionCols:p_mfgr,null sort order:az,sort order:++ TableScan [TS_7] (rows=26 width=223) default@part,part,Tbl:COMPLETE,Col:COMPLETE,Output:["p_mfgr","p_name","p_size"] @@ -2623,6 +2639,7 @@ 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) @@ -2637,21 +2654,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 + PartitionCols:_col0,null sort order:a,sort order:+ 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 + PartitionCols:_col0,null sort order:a,sort order:+ 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 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_5] (rows=83 width=87) Output:["_col0"],keys:key Filter Operator [FIL_29] (rows=166 width=87) @@ -2712,24 +2729,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 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ 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 + PartitionCols:_col1,null sort order:a,sort order:+ 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 + PartitionCols:_col0,null sort order:a,sort order:+ 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 + PartitionCols:_col0,null sort order:a,sort order:+ 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) @@ -2739,14 +2756,14 @@ Stage-0 Please refer to the previous TableScan [TS_0] <-Reducer 5 [SIMPLE_EDGE] llap SHUFFLE [RS_20] - PartitionCols:_col0, _col2 + PartitionCols:_col0, _col2,null sort order:aa,sort order:++ 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 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ 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) @@ -2793,6 +2810,7 @@ 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) @@ -2823,7 +2841,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 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_10] (rows=1 width=12) Output:["_col0","_col1"] Filter Operator [FIL_9] (rows=1 width=16) @@ -2831,7 +2849,7 @@ Stage-0 Please refer to the previous Group By Operator [GBY_7] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_23] - PartitionCols:UDFToDouble(_col1) + PartitionCols:UDFToDouble(_col1),null sort order:a,sort order:+ Select Operator [SEL_1] (rows=26 width=125) Output:["_col0","_col1"] TableScan [TS_0] (rows=26 width=125) @@ -2882,6 +2900,7 @@ 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) @@ -2890,17 +2909,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 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ 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 + PartitionCols:_col1,null sort order:a,sort order:+ 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 + PartitionCols:_col0,null sort order:a,sort order:+ 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) @@ -2909,12 +2928,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 + PartitionCols:_col0,null sort order:a,sort order:+ 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 + PartitionCols:_col0,null sort order:a,sort order:+ 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) @@ -2925,13 +2944,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 + PartitionCols:_col0,null sort order:a,sort order:+ 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 + PartitionCols:_col0, _col2,null sort order:aa,sort order:++ Select Operator [SEL_25] (rows=1 width=110) Output:["_col0","_col1","_col2"] Filter Operator [FIL_40] (rows=1 width=114) @@ -2940,7 +2959,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 + PartitionCols:_col0,null sort order:a,sort order:+ 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) @@ -2976,7 +2995,7 @@ Stage-0 Output:["_col2","_col3"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_1] - PartitionCols:0 + PartitionCols:0,null sort order:a,sort order:+ TableScan [TS_0] (rows=20 width=7) default@cbo_t1,cbo_t1,Tbl:COMPLETE,Col:COMPLETE,Output:["c_float","c_int"] @@ -3009,7 +3028,7 @@ Stage-0 Output:["_col2","_col3"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_1] - PartitionCols:0 + PartitionCols:0,null sort order:a,sort order:+ TableScan [TS_0] (rows=20 width=7) default@cbo_t1,cbo_t1,Tbl:COMPLETE,Col:COMPLETE,Output:["c_float","c_int"] @@ -3042,7 +3061,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_1] - PartitionCols:key + PartitionCols:key,null sort order:az,sort order:++ TableScan [TS_0] (rows=20 width=169) default@cbo_t1,cbo_t1,Tbl:COMPLETE,Col:COMPLETE,Output:["c_float","c_int","key","value"] @@ -3073,7 +3092,7 @@ Stage-0 Output:["_col0","_col1"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_1] - PartitionCols:key + PartitionCols:key,null sort order:az,sort order:++ TableScan [TS_0] (rows=25 width=175) default@src1,src1,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] @@ -3120,14 +3139,14 @@ Stage-0 Output:["_col0","_col1"],aggregations:["count(VALUE._col0)"],keys:KEY._col0 <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_11] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ 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 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_2] (rows=25 width=86) Output:["_col0"] Filter Operator [FIL_22] (rows=25 width=86) @@ -3136,7 +3155,7 @@ Stage-0 default@src1,x,Tbl:COMPLETE,Col:COMPLETE,Output:["key"] <-Map 5 [SIMPLE_EDGE] llap SHUFFLE [RS_7] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_5] (rows=500 width=87) Output:["_col0"] Filter Operator [FIL_23] (rows=500 width=87) @@ -3187,14 +3206,14 @@ Stage-0 Output:["_col0","_col1"],aggregations:["count(VALUE._col0)"],keys:KEY._col0 <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_11] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ 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 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_2] (rows=25 width=86) Output:["_col0"] Filter Operator [FIL_22] (rows=25 width=86) @@ -3203,7 +3222,7 @@ Stage-0 default@src1,x,Tbl:COMPLETE,Col:COMPLETE,Output:["key"] <-Map 5 [SIMPLE_EDGE] llap SHUFFLE [RS_7] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_5] (rows=500 width=87) Output:["_col0"] Filter Operator [FIL_23] (rows=500 width=87) @@ -3254,14 +3273,14 @@ Stage-0 Output:["_col0","_col1"],aggregations:["count(VALUE._col0)"],keys:KEY._col0 <-Map 2 [SIMPLE_EDGE] llap SHUFFLE [RS_11] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ 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 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_2] (rows=25 width=86) Output:["_col0"] Filter Operator [FIL_22] (rows=25 width=86) @@ -3318,14 +3337,14 @@ Stage-0 Output:["_col0","_col1"],aggregations:["count(VALUE._col0)"],keys:KEY._col0 <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_13] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ 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 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_2] (rows=25 width=86) Output:["_col0"] Filter Operator [FIL_24] (rows=25 width=86) @@ -3334,7 +3353,7 @@ Stage-0 default@src1,x,Tbl:COMPLETE,Col:COMPLETE,Output:["key"] <-Map 5 [SIMPLE_EDGE] llap SHUFFLE [RS_9] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_7] (rows=250 width=87) Output:["_col0"],keys:_col0 Select Operator [SEL_5] (rows=500 width=87) @@ -3394,7 +3413,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 + PartitionCols:_col0,null sort order:aaa,sort order:+++ 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) @@ -3425,7 +3444,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 + PartitionCols:a,null sort order:aaa,sort order:+++ Select Operator [SEL_1] (rows=1 width=16) Output:["a","b","c","d"] TableScan [TS_0] (rows=1 width=16) @@ -3744,12 +3763,14 @@ 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) @@ -3811,12 +3832,14 @@ 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) @@ -3905,6 +3928,7 @@ 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 @@ -3965,12 +3989,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 + PartitionCols:key,null sort order:a,sort order:+ 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 + PartitionCols:value,null sort order:a,sort order:+ TableScan [TS_1] (rows=1 width=8) default@myinput1_n7,b,Tbl:COMPLETE,Col:NONE,Output:["key","value"] @@ -4000,23 +4024,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 + PartitionCols:key,null sort order:a,sort order:+ 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 + PartitionCols:_col0,null sort order:a,sort order:+ 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 + PartitionCols:key,null sort order:a,sort order:+ Please refer to the previous Filter Operator [FIL_16] <-Map 4 [SIMPLE_EDGE] llap SHUFFLE [RS_4] - PartitionCols:value + PartitionCols:value,null sort order:a,sort order:+ Filter Operator [FIL_17] (rows=1 width=8) predicate:value is not null TableScan [TS_1] (rows=1 width=8) @@ -4048,21 +4072,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 + PartitionCols:key,null sort order:a,sort order:+ 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 + PartitionCols:_col0,null sort order:a,sort order:+ 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 + PartitionCols:key,null sort order:a,sort order:+ Please refer to the previous TableScan [TS_0] <-Map 4 [SIMPLE_EDGE] llap SHUFFLE [RS_4] - PartitionCols:value + PartitionCols:value,null sort order:a,sort order:+ TableScan [TS_1] (rows=1 width=8) default@myinput1_n7,b,Tbl:COMPLETE,Col:NONE,Output:["key","value"] @@ -4092,23 +4116,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 + PartitionCols:key, value,null sort order:aa,sort order:++ 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 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ 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 + PartitionCols:key, value,null sort order:aa,sort order:++ Please refer to the previous Filter Operator [FIL_15] <-Map 4 [SIMPLE_EDGE] llap SHUFFLE [RS_6] - PartitionCols:value, key + PartitionCols:value, key,null sort order:aa,sort order:++ Filter Operator [FIL_16] (rows=1 width=8) predicate:key is not null TableScan [TS_1] (rows=1 width=8) @@ -4140,21 +4164,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 + PartitionCols:key, value,null sort order:aa,sort order:++ 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 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ 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 + PartitionCols:key, value,null sort order:aa,sort order:++ Please refer to the previous TableScan [TS_0] <-Map 4 [SIMPLE_EDGE] llap SHUFFLE [RS_4] - PartitionCols:value, key + PartitionCols:value, key,null sort order:aa,sort order:++ TableScan [TS_1] (rows=1 width=8) default@myinput1_n7,b,Tbl:COMPLETE,Col:NONE,Output:["key","value"] @@ -4183,12 +4207,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 + PartitionCols:key,null sort order:a,sort order:+ 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 + PartitionCols:value,null sort order:a,sort order:+ TableScan [TS_1] (rows=1 width=8) default@myinput1_n7,b,Tbl:COMPLETE,Col:NONE,Output:["key","value"] @@ -4217,12 +4241,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 + PartitionCols:key,null sort order:a,sort order:+ 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 + PartitionCols:value,null sort order:a,sort order:+ TableScan [TS_1] (rows=1 width=8) default@myinput1_n7,b,Tbl:COMPLETE,Col:NONE,Output:["key","value"] @@ -4251,12 +4275,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 + PartitionCols:key,null sort order:a,sort order:+ 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 + PartitionCols:value,null sort order:a,sort order:+ TableScan [TS_1] (rows=1 width=8) default@myinput1_n7,b,Tbl:COMPLETE,Col:NONE,Output:["key","value"] @@ -4285,12 +4309,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 + PartitionCols:key,null sort order:a,sort order:+ 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 + PartitionCols:value,null sort order:a,sort order:+ TableScan [TS_1] (rows=1 width=8) default@myinput1_n7,b,Tbl:COMPLETE,Col:NONE,Output:["key","value"] @@ -4410,12 +4434,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 + PartitionCols:key, value,null sort order:aa,sort order:++ 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 + PartitionCols:key, value,null sort order:aa,sort order:++ TableScan [TS_1] (rows=26 width=7) default@smb_input1_n2,b,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] @@ -4577,7 +4601,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 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_2] (rows=1 width=188) Output:["_col0","_col1"] Filter Operator [FIL_15] (rows=1 width=188) @@ -4586,7 +4610,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 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_7] (rows=1 width=4) Output:["_col0"],keys:_col0 Select Operator [SEL_5] (rows=1 width=4) @@ -4647,7 +4671,7 @@ Stage-0 Conds:MAPJOIN_45._col1=RS_13._col0(Inner),Output:["_col0"] <-Map 3 [BROADCAST_EDGE] llap BROADCAST [RS_13] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_8] (rows=166 width=10) Output:["_col0"] Filter Operator [FIL_24] (rows=166 width=10) @@ -4658,7 +4682,7 @@ Stage-0 Conds:SEL_2._col0=RS_10._col0(Inner),Output:["_col0","_col1"] <-Map 2 [BROADCAST_EDGE] llap BROADCAST [RS_10] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_5] (rows=25 width=7) Output:["_col0"] Filter Operator [FIL_23] (rows=25 width=7) @@ -4707,7 +4731,7 @@ Stage-0 Conds:MAPJOIN_45._col1=RS_13._col0(Inner),Output:["_col0"] <-Map 3 [BROADCAST_EDGE] llap BROADCAST [RS_13] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_8] (rows=166 width=10) Output:["_col0"] Filter Operator [FIL_24] (rows=166 width=10) @@ -4718,7 +4742,7 @@ Stage-0 Conds:SEL_2._col0=RS_10._col0(Inner),Output:["_col0","_col1"] <-Map 2 [BROADCAST_EDGE] llap BROADCAST [RS_10] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_5] (rows=25 width=7) Output:["_col0"] Filter Operator [FIL_23] (rows=25 width=7) @@ -4776,14 +4800,14 @@ Stage-0 Output:["_col1","_col2","_col5","_col7"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_4] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:az,sort order:++ 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 + PartitionCols:p_mfgr,null sort order:az,sort order:++ TableScan [TS_0] (rows=26 width=231) default@part,part,Tbl:COMPLETE,Col:COMPLETE,Output:["p_mfgr","p_name","p_retailprice","p_size"] @@ -4826,19 +4850,19 @@ Stage-0 Output:["_col1","_col2","_col5"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_11] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:az,sort order:++ 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 + PartitionCols:_col2,null sort order:az,sort order:++ 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 + PartitionCols:p_partkey,null sort order:a,sort order:+ Filter Operator [FIL_20] (rows=26 width=4) predicate:p_partkey is not null TableScan [TS_1] (rows=26 width=4) @@ -4892,14 +4916,14 @@ Stage-0 Output:["_col1","_col2","_col5","_col7"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_4] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:az,sort order:++ 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 + PartitionCols:p_mfgr,null sort order:az,sort order:++ TableScan [TS_0] (rows=26 width=231) default@part,part,Tbl:COMPLETE,Col:COMPLETE,Output:["p_mfgr","p_name","p_retailprice","p_size"] @@ -4947,14 +4971,14 @@ Stage-0 Output:["_col1","_col2","_col5"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_4] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:az,sort order:++ 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 + PartitionCols:p_mfgr,null sort order:az,sort order:++ TableScan [TS_0] (rows=26 width=223) default@part,part,Tbl:COMPLETE,Col:COMPLETE,Output:["p_mfgr","p_name","p_size"] @@ -5005,12 +5029,12 @@ Stage-0 Output:["_col0","_col1","_col2"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 3 [SIMPLE_EDGE] llap SHUFFLE [RS_7] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:aza,sort order:+++ 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() + PartitionCols:rand(),null sort order:aaa,sort order:+++ Select Operator [SEL_4] (rows=26 width=491) Output:["_col1","_col2","_col5"] PTF Operator [PTF_3] (rows=26 width=491) @@ -5019,7 +5043,7 @@ Stage-0 Output:["_col1","_col2","_col5"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_1] - PartitionCols:p_mfgr + PartitionCols:p_mfgr,null sort order:az,sort order:++ TableScan [TS_0] (rows=26 width=223) default@part,part,Tbl:COMPLETE,Col:COMPLETE,Output:["p_mfgr","p_name","p_size"] @@ -5056,7 +5080,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 + PartitionCols:p_partkey,null sort order:a,sort order:+ Filter Operator [FIL_15] (rows=26 width=4) predicate:p_partkey is not null TableScan [TS_1] (rows=26 width=4) @@ -5069,7 +5093,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_2] - PartitionCols:p_mfgr + PartitionCols:p_mfgr,null sort order:az,sort order:++ 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"] @@ -5111,14 +5135,14 @@ Stage-0 Output:["_col1","_col2","_col5"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_5] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:azz,sort order:++- 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 + PartitionCols:p_mfgr,null sort order:azz,sort order:++- 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) @@ -5166,14 +5190,14 @@ Stage-0 Output:["_col1","_col2","_col5","_col7"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_5] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:az,sort order:++ 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 + PartitionCols:p_mfgr,null sort order:az,sort order:++ 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) @@ -5221,14 +5245,14 @@ Stage-0 Output:["_col1","_col2","_col5","_col7"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_4] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:az,sort order:++ 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 + PartitionCols:p_mfgr,null sort order:az,sort order:++ TableScan [TS_0] (rows=26 width=231) default@part,part,Tbl:COMPLETE,Col:COMPLETE,Output:["p_mfgr","p_name","p_retailprice","p_size"] @@ -5277,14 +5301,14 @@ Stage-0 Output:["_col1","_col2","_col5","_col7"] <-Reducer 3 [SIMPLE_EDGE] llap SHUFFLE [RS_8] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:az,sort order:++ 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 + PartitionCols:_col2,null sort order:zz,sort order:-+ 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) @@ -5293,7 +5317,7 @@ Stage-0 Output:["_col1","_col2","_col5","_col7"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_1] - PartitionCols:p_mfgr + PartitionCols:p_mfgr,null sort order:zz,sort order:-+ TableScan [TS_0] (rows=26 width=231) default@part,part,Tbl:COMPLETE,Col:COMPLETE,Output:["p_mfgr","p_name","p_retailprice","p_size"] @@ -5347,14 +5371,14 @@ Stage-0 Output:["_col1","_col2","_col5","_col7"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_4] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:az,sort order:++ 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 + PartitionCols:p_mfgr,null sort order:az,sort order:++ TableScan [TS_0] (rows=26 width=231) default@part,part,Tbl:COMPLETE,Col:COMPLETE,Output:["p_mfgr","p_name","p_retailprice","p_size"] @@ -5406,12 +5430,12 @@ Stage-0 Output:["_col1","_col2","_col5","_col7"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_10] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:az,sort order:++ 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 + PartitionCols:p_partkey,null sort order:a,sort order:+ Filter Operator [FIL_19] (rows=26 width=4) predicate:p_partkey is not null TableScan [TS_1] (rows=26 width=4) @@ -5424,7 +5448,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col5","_col7"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_2] - PartitionCols:p_mfgr + PartitionCols:p_mfgr,null sort order:az,sort order:++ 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"] @@ -5572,14 +5596,14 @@ Stage-4 Output:["_col1","_col2","_col5","_col7"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_4] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:az,sort order:++ 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 + PartitionCols:p_mfgr,null sort order:az,sort order:++ 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] @@ -5606,7 +5630,7 @@ Stage-4 Output:["_col0","_col2","_col3","_col6"] <-Reducer 6 [SIMPLE_EDGE] llap SHUFFLE [RS_22] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:zz,sort order:++ Select Operator [SEL_21] (rows=26 width=491) Output:["sum_window_0","_col1","_col2","_col5"] PTF Operator [PTF_20] (rows=26 width=491) @@ -5615,7 +5639,7 @@ Stage-4 Output:["_col1","_col2","_col5"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_18] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:az,sort order:++ Please refer to the previous PTF Operator [PTF_3] PARTITION_ONLY_SHUFFLE [RS_31] PartitionCols:rand() @@ -5688,14 +5712,14 @@ Stage-0 Output:["_col1","_col2","_col5"] <-Reducer 3 [SIMPLE_EDGE] llap SHUFFLE [RS_8] - PartitionCols:_col2, _col1 + PartitionCols:_col2, _col1,null sort order:aa,sort order:++ 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 + PartitionCols:_col2, _col1,null sort order:zz,sort order:++ 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) @@ -5704,7 +5728,7 @@ Stage-0 Output:["_col1","_col2","_col5"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_1] - PartitionCols:p_mfgr + PartitionCols:p_mfgr,null sort order:z,sort order:+ TableScan [TS_0] (rows=26 width=223) default@part,part,Tbl:COMPLETE,Col:COMPLETE,Output:["p_mfgr","p_name","p_size"] @@ -5768,28 +5792,28 @@ Stage-0 Output:["_col1","_col2","_col5"] <-Reducer 4 [SIMPLE_EDGE] llap SHUFFLE [RS_10] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:az,sort order:++ 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 + PartitionCols:_col2,null sort order:z,sort order:+ 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 + PartitionCols:_col2, _col1,null sort order:zz,sort order:++ 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 + PartitionCols:p_mfgr,null sort order:z,sort order:+ TableScan [TS_0] (rows=26 width=223) default@part,part,Tbl:COMPLETE,Col:COMPLETE,Output:["p_mfgr","p_name","p_size"] @@ -5848,21 +5872,21 @@ Stage-0 Output:["_col1","_col2","_col5"] <-Reducer 3 [SIMPLE_EDGE] llap SHUFFLE [RS_7] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:az,sort order:++ 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 + PartitionCols:_col2,null sort order:z,sort order:+ 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 + PartitionCols:p_mfgr, p_name,null sort order:zz,sort order:++ TableScan [TS_0] (rows=26 width=223) default@part,part,Tbl:COMPLETE,Col:COMPLETE,Output:["p_mfgr","p_name","p_size"] @@ -5890,12 +5914,12 @@ Stage-0 Output:["_col0","_col1"],keys:KEY._col0, KEY._col1 <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_4] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ 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() + PartitionCols:rand(),null sort order:aa,sort order:++ Select Operator [SEL_1] (rows=500 width=178) Output:["key","value"] TableScan [TS_0] (rows=500 width=178) @@ -6038,7 +6062,7 @@ Stage-3 Conds:RS_6._col0=RS_7._col0(Inner),Output:["_col0","_col2"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_6] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_2] (rows=500 width=87) Output:["_col0"] Filter Operator [FIL_22] (rows=500 width=87) @@ -6047,7 +6071,7 @@ Stage-3 default@src,src1,Tbl:COMPLETE,Col:COMPLETE,Output:["key"] <-Map 5 [SIMPLE_EDGE] llap SHUFFLE [RS_7] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_5] (rows=500 width=178) Output:["_col0","_col1"] Filter Operator [FIL_23] (rows=500 width=178) @@ -6110,12 +6134,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 + PartitionCols:_col0,null sort order:a,sort order:+ 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 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_11] (rows=1 width=368) Output:["_col0","_col1"] Filter Operator [FIL_35] (rows=1 width=368) @@ -6132,7 +6156,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 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_5] (rows=1 width=368) Output:["_col0","_col1"] Filter Operator [FIL_33] (rows=1 width=368) @@ -6184,12 +6208,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 + PartitionCols:_col0,null sort order:a,sort order:+ 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 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_11] (rows=1 width=368) Output:["_col0","_col1"] Filter Operator [FIL_35] (rows=1 width=368) @@ -6206,7 +6230,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 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_5] (rows=1 width=368) Output:["_col0","_col1"] Filter Operator [FIL_33] (rows=1 width=368) @@ -6256,7 +6280,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 + PartitionCols:_col2,null sort order:a,sort order:+ Select Operator [SEL_2] (rows=1 width=368) Output:["_col0","_col1","_col2"] Filter Operator [FIL_18] (rows=1 width=368) @@ -6314,7 +6338,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 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_2] (rows=500 width=178) Output:["_col0","_col1"] Filter Operator [FIL_13] (rows=500 width=178) @@ -6323,7 +6347,7 @@ Stage-0 default@src,src,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Map 3 [SIMPLE_EDGE] llap SHUFFLE [RS_7] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_5] (rows=500 width=178) Output:["_col0","_col1"] Filter Operator [FIL_14] (rows=500 width=178) @@ -6365,7 +6389,7 @@ Stage-0 Conds:SEL_2._col0=RS_7._col0(Inner),Output:["_col1","_col3"] <-Map 4 [BROADCAST_EDGE] llap BROADCAST [RS_7] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_5] (rows=1 width=184) Output:["_col0","_col1"] Filter Operator [FIL_19] (rows=1 width=184) @@ -6413,7 +6437,7 @@ Stage-0 Conds:RS_6._col0=SEL_5._col0(Inner),Output:["_col1","_col3"] <-Map 1 [BROADCAST_EDGE] llap BROADCAST [RS_6] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_2] (rows=1 width=184) Output:["_col0","_col1"] Filter Operator [FIL_18] (rows=1 width=184) @@ -6461,7 +6485,7 @@ Stage-0 Conds:SEL_2._col0=RS_7._col0(Inner) <-Map 4 [BROADCAST_EDGE] llap BROADCAST [RS_7] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_5] (rows=1 width=184) Output:["_col0"] Filter Operator [FIL_19] (rows=1 width=184) @@ -6513,7 +6537,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 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_4] (rows=1 width=184) Output:["_col0","_col1"] Filter Operator [FIL_17] (rows=1 width=184) @@ -6563,7 +6587,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 + PartitionCols:_col2,null sort order:a,sort order:+ Select Operator [SEL_2] (rows=1 width=368) Output:["_col0","_col1","_col2"] Filter Operator [FIL_17] (rows=1 width=368) @@ -6613,14 +6637,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 + PartitionCols:_col2,null sort order:a,sort order:+ 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 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_3] (rows=1 width=184) Output:["_col0","_col1"] TableScan [TS_2] (rows=1 width=184) @@ -6662,7 +6686,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 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_4] (rows=1 width=368) Output:["_col0","_col1"] Filter Operator [FIL_17] (rows=1 width=368) diff --git ql/src/test/results/clientpositive/llap/explainuser_2.q.out ql/src/test/results/clientpositive/llap/explainuser_2.q.out index 0aadc2509b..b90fb55fd1 100644 --- ql/src/test/results/clientpositive/llap/explainuser_2.q.out +++ ql/src/test/results/clientpositive/llap/explainuser_2.q.out @@ -208,7 +208,7 @@ Stage-0 Conds:RS_12._col3=RS_55._col0(Inner),Output:["_col1","_col2","_col4"] <-Map 5 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_55] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_54] (rows=500 width=91) Output:["_col0"] Filter Operator [FIL_53] (rows=500 width=91) @@ -217,12 +217,12 @@ Stage-0 default@srcpart,z,Tbl:COMPLETE,Col:COMPLETE,Output:["value"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_12] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_45] (rows=39 width=266) Conds:RS_49._col0=RS_52._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_49] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_48] (rows=500 width=178) Output:["_col0","_col1"] Filter Operator [FIL_47] (rows=500 width=178) @@ -231,7 +231,7 @@ Stage-0 default@src,y,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Map 4 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_52] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_51] (rows=25 width=175) Output:["_col0","_col1"] Filter Operator [FIL_50] (rows=25 width=175) @@ -342,32 +342,33 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 4 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_214] + null sort order:zzz,sort order:+++ Group By Operator [GBY_213] (rows=2 width=285) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["count(VALUE._col0)","count(VALUE._col1)","count(VALUE._col2)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 3 [SIMPLE_EDGE] llap SHUFFLE [RS_49] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:zzz,sort order:+++ Group By Operator [GBY_48] (rows=2 width=285) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["count(_col8)","count(_col15)","count(_col3)"],keys:_col7, _col14, _col2 Top N Key Operator [TNK_91] (rows=28 width=534) - keys:_col7, _col14, _col2,sort order:+++,top n:100 + keys:_col7, _col14, _col2,null sort order:zzz,sort order:+++,top n:100 Merge Join Operator [MERGEJOIN_188] (rows=28 width=534) Conds:RS_44._col1, _col3=RS_45._col10, _col12(Inner),Output:["_col2","_col3","_col7","_col8","_col14","_col15"] <-Reducer 10 [SIMPLE_EDGE] llap SHUFFLE [RS_45] - PartitionCols:_col10, _col12 + PartitionCols:_col10, _col12,null sort order:aa,sort order:++ Select Operator [SEL_40] (rows=2 width=447) Output:["_col2","_col3","_col9","_col10","_col12"] Merge Join Operator [MERGEJOIN_187] (rows=2 width=447) Conds:RS_37._col2, _col4=RS_38._col1, _col3(Inner),Output:["_col0","_col1","_col9","_col10","_col12"] <-Reducer 11 [SIMPLE_EDGE] llap SHUFFLE [RS_38] - PartitionCols:_col1, _col3 + PartitionCols:_col1, _col3,null sort order:aa,sort order:++ Merge Join Operator [MERGEJOIN_186] (rows=5 width=356) Conds:RS_212._col0=RS_200._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 6 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_200] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_197] (rows=5 width=87) Output:["_col0"] Filter Operator [FIL_194] (rows=5 width=178) @@ -376,7 +377,7 @@ Stage-0 default@src,d3,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Map 15 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_212] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_211] (rows=7 width=443) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_210] (rows=7 width=534) @@ -385,12 +386,12 @@ Stage-0 default@sr,sr,Tbl:COMPLETE,Col:COMPLETE,Output:["k1","v1","k2","v2","k3","v3"] <-Reducer 9 [SIMPLE_EDGE] llap SHUFFLE [RS_37] - PartitionCols:_col2, _col4 + PartitionCols:_col2, _col4,null sort order:aa,sort order:++ Merge Join Operator [MERGEJOIN_185] (rows=2 width=352) Conds:RS_34._col1=RS_209._col0(Inner),Output:["_col0","_col1","_col2","_col4"] <-Map 14 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_209] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_208] (rows=2 width=89) Output:["_col0"] Filter Operator [FIL_207] (rows=2 width=175) @@ -399,12 +400,12 @@ Stage-0 default@src1,src1,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Reducer 8 [SIMPLE_EDGE] llap SHUFFLE [RS_34] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_184] (rows=2 width=352) Conds:RS_31._col3=RS_206._col0(Inner),Output:["_col0","_col1","_col2","_col4"] <-Map 13 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_206] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_205] (rows=6 width=91) Output:["_col0"] Filter Operator [FIL_204] (rows=6 width=178) @@ -413,12 +414,12 @@ Stage-0 default@srcpart,srcpart,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Reducer 7 [SIMPLE_EDGE] llap SHUFFLE [RS_31] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_183] (rows=2 width=443) Conds:RS_203._col0=RS_199._col0(Inner),Output:["_col0","_col1","_col2","_col3","_col4"] <-Map 6 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_199] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_196] (rows=2 width=87) Output:["_col0"] Filter Operator [FIL_193] (rows=2 width=178) @@ -426,7 +427,7 @@ Stage-0 Please refer to the previous TableScan [TS_3] <-Map 12 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_203] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_202] (rows=7 width=443) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_201] (rows=7 width=534) @@ -435,12 +436,12 @@ Stage-0 default@ss_n1,ss_n1,Tbl:COMPLETE,Col:COMPLETE,Output:["k1","v1","k2","v2","k3","v3"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_44] - PartitionCols:_col1, _col3 + PartitionCols:_col1, _col3,null sort order:aa,sort order:++ Merge Join Operator [MERGEJOIN_182] (rows=70 width=269) Conds:RS_191._col0=RS_198._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 6 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_198] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_195] (rows=5 width=87) Output:["_col0"] Filter Operator [FIL_192] (rows=5 width=178) @@ -448,7 +449,7 @@ Stage-0 Please refer to the previous TableScan [TS_3] <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_191] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_190] (rows=170 width=356) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_189] (rows=170 width=356) @@ -506,7 +507,7 @@ Stage-0 <-Union 4 [SIMPLE_EDGE] <-Reducer 3 [CONTAINS] llap Reduce Output Operator [RS_130] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_129] (rows=39 width=268) Output:["_col0","_col1","_col2"],keys:_col0, _col1, _col2 Select Operator [SEL_127] (rows=39 width=268) @@ -515,7 +516,7 @@ Stage-0 Conds:RS_22._col3=RS_170._col0(Inner),Output:["_col1","_col2","_col4"] <-Reducer 11 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_170] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_169] (rows=262 width=91) Output:["_col0"] Group By Operator [GBY_168] (rows=262 width=178) @@ -523,7 +524,7 @@ Stage-0 <-Union 10 [SIMPLE_EDGE] <-Map 12 [CONTAINS] vectorized, llap Reduce Output Operator [RS_183] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_182] (rows=262 width=178) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_181] (rows=500 width=178) @@ -534,7 +535,7 @@ Stage-0 Output:["key","value"] <-Map 9 [CONTAINS] vectorized, llap Reduce Output Operator [RS_179] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_178] (rows=262 width=178) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_177] (rows=25 width=175) @@ -545,12 +546,12 @@ Stage-0 Output:["key","value"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_22] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_122] (rows=39 width=266) Conds:RS_162._col0=RS_166._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_162] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_161] (rows=500 width=178) Output:["_col0","_col1"] Filter Operator [FIL_160] (rows=500 width=178) @@ -559,7 +560,7 @@ Stage-0 default@src,y,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Map 8 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_166] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_165] (rows=25 width=175) Output:["_col0","_col1"] Filter Operator [FIL_164] (rows=25 width=175) @@ -568,7 +569,7 @@ Stage-0 default@src1,x,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Reducer 7 [CONTAINS] llap Reduce Output Operator [RS_135] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_134] (rows=39 width=268) Output:["_col0","_col1","_col2"],keys:_col0, _col1, _col2 Select Operator [SEL_132] (rows=39 width=268) @@ -577,7 +578,7 @@ Stage-0 Conds:RS_48._col3=RS_175._col0(Inner),Output:["_col1","_col2","_col4"] <-Reducer 15 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_175] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_174] (rows=262 width=91) Output:["_col0"] Group By Operator [GBY_173] (rows=262 width=178) @@ -585,7 +586,7 @@ Stage-0 <-Union 14 [SIMPLE_EDGE] <-Map 13 [CONTAINS] vectorized, llap Reduce Output Operator [RS_187] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_186] (rows=262 width=178) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_185] (rows=25 width=175) @@ -596,7 +597,7 @@ Stage-0 Output:["key","value"] <-Map 16 [CONTAINS] vectorized, llap Reduce Output Operator [RS_191] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_190] (rows=262 width=178) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_189] (rows=500 width=178) @@ -607,16 +608,16 @@ Stage-0 Output:["key","value"] <-Reducer 6 [SIMPLE_EDGE] llap SHUFFLE [RS_48] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_123] (rows=39 width=266) Conds:RS_163._col0=RS_167._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_163] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_161] <-Map 8 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_167] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_165] PREHOOK: query: explain @@ -688,7 +689,7 @@ Stage-0 <-Union 6 [SIMPLE_EDGE] <-Reducer 5 [CONTAINS] vectorized, llap Reduce Output Operator [RS_332] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_331] (rows=49 width=177) Output:["_col0","_col1"],keys:_col0, _col1 Group By Operator [GBY_330] (rows=43 width=177) @@ -696,7 +697,7 @@ Stage-0 <-Union 4 [SIMPLE_EDGE] <-Reducer 10 [CONTAINS] llap Reduce Output Operator [RS_249] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_248] (rows=43 width=177) Output:["_col0","_col1"],keys:_col0, _col1 Select Operator [SEL_246] (rows=48 width=177) @@ -705,7 +706,7 @@ Stage-0 Conds:RS_58._col3=RS_340._col0(Inner),Output:["_col1","_col2"] <-Reducer 20 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_340] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_339] (rows=381 width=91) Output:["_col0"] Group By Operator [GBY_338] (rows=381 width=178) @@ -713,7 +714,7 @@ Stage-0 <-Union 19 [SIMPLE_EDGE] <-Map 22 [CONTAINS] vectorized, llap Reduce Output Operator [RS_364] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_363] (rows=381 width=178) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_362] (rows=500 width=178) @@ -724,7 +725,7 @@ Stage-0 Output:["key","value"] <-Reducer 18 [CONTAINS] vectorized, llap Reduce Output Operator [RS_356] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_355] (rows=381 width=178) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_354] (rows=262 width=178) @@ -734,7 +735,7 @@ Stage-0 <-Union 17 [SIMPLE_EDGE] <-Map 16 [CONTAINS] vectorized, llap Reduce Output Operator [RS_352] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_351] (rows=262 width=178) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_350] (rows=25 width=175) @@ -745,7 +746,7 @@ Stage-0 Output:["key","value"] <-Map 21 [CONTAINS] vectorized, llap Reduce Output Operator [RS_360] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_359] (rows=262 width=178) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_358] (rows=500 width=178) @@ -756,12 +757,12 @@ Stage-0 Output:["key","value"] <-Reducer 9 [SIMPLE_EDGE] llap SHUFFLE [RS_58] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_226] (rows=39 width=266) Conds:RS_322._col0=RS_326._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_322] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_320] (rows=500 width=178) Output:["_col0","_col1"] Filter Operator [FIL_319] (rows=500 width=178) @@ -770,7 +771,7 @@ Stage-0 default@src,y,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Map 11 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_326] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_324] (rows=25 width=175) Output:["_col0","_col1"] Filter Operator [FIL_323] (rows=25 width=175) @@ -779,7 +780,7 @@ Stage-0 default@src1,x,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Reducer 3 [CONTAINS] llap Reduce Output Operator [RS_235] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_234] (rows=43 width=177) Output:["_col0","_col1"],keys:_col0, _col1 Select Operator [SEL_232] (rows=39 width=177) @@ -788,20 +789,20 @@ Stage-0 Conds:RS_22._col3=RS_329._col0(Inner),Output:["_col1","_col2"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_22] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_225] (rows=39 width=266) Conds:RS_321._col0=RS_325._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_321] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_320] <-Map 11 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_325] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_324] <-Reducer 14 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_329] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_328] (rows=262 width=91) Output:["_col0"] Group By Operator [GBY_327] (rows=262 width=178) @@ -809,7 +810,7 @@ Stage-0 <-Union 13 [SIMPLE_EDGE] <-Map 12 [CONTAINS] vectorized, llap Reduce Output Operator [RS_344] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_343] (rows=262 width=178) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_342] (rows=25 width=175) @@ -820,7 +821,7 @@ Stage-0 Output:["key","value"] <-Map 15 [CONTAINS] vectorized, llap Reduce Output Operator [RS_348] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_347] (rows=262 width=178) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_346] (rows=500 width=178) @@ -831,7 +832,7 @@ Stage-0 Output:["key","value"] <-Reducer 8 [CONTAINS] llap Reduce Output Operator [RS_244] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_243] (rows=49 width=177) Output:["_col0","_col1"],keys:_col0, _col1 Select Operator [SEL_241] (rows=55 width=177) @@ -840,11 +841,11 @@ Stage-0 Conds:RS_111._col3=RS_337._col0(Inner),Output:["_col1","_col2"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_111] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Please refer to the previous Merge Join Operator [MERGEJOIN_225] <-Reducer 29 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_337] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_336] (rows=440 width=91) Output:["_col0"] Group By Operator [GBY_335] (rows=440 width=178) @@ -852,7 +853,7 @@ Stage-0 <-Union 28 [SIMPLE_EDGE] <-Map 32 [CONTAINS] vectorized, llap Reduce Output Operator [RS_388] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_387] (rows=440 width=178) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_386] (rows=500 width=178) @@ -863,7 +864,7 @@ Stage-0 Output:["key","value"] <-Reducer 27 [CONTAINS] vectorized, llap Reduce Output Operator [RS_376] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_375] (rows=440 width=178) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_374] (rows=381 width=178) @@ -873,7 +874,7 @@ Stage-0 <-Union 26 [SIMPLE_EDGE] <-Map 31 [CONTAINS] vectorized, llap Reduce Output Operator [RS_384] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_383] (rows=381 width=178) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_382] (rows=500 width=178) @@ -884,7 +885,7 @@ Stage-0 Output:["key","value"] <-Reducer 25 [CONTAINS] vectorized, llap Reduce Output Operator [RS_372] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_371] (rows=381 width=178) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_370] (rows=262 width=178) @@ -894,7 +895,7 @@ Stage-0 <-Union 24 [SIMPLE_EDGE] <-Map 23 [CONTAINS] vectorized, llap Reduce Output Operator [RS_368] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_367] (rows=262 width=178) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_366] (rows=25 width=175) @@ -905,7 +906,7 @@ Stage-0 Output:["key","value"] <-Map 30 [CONTAINS] vectorized, llap Reduce Output Operator [RS_380] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_379] (rows=262 width=178) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_378] (rows=500 width=178) @@ -952,7 +953,7 @@ Stage-0 Conds:MAPJOIN_57._col1=RS_54._col0(Inner),Output:["_col0","_col1","_col4"] <-Map 3 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_54] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_53] (rows=500 width=10) Output:["_col0","_col1"] Filter Operator [FIL_52] (rows=500 width=10) @@ -963,7 +964,7 @@ Stage-0 Conds:SEL_56._col0=RS_51._col1(Inner),Output:["_col0","_col1"] <-Map 2 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_51] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_50] (rows=25 width=7) Output:["_col0","_col1"] Filter Operator [FIL_49] (rows=25 width=7) @@ -1076,25 +1077,26 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 4 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_231] + null sort order:zzz,sort order:+++ Group By Operator [GBY_230] (rows=805 width=10) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["count(VALUE._col0)","count(VALUE._col1)","count(VALUE._col2)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Map 3 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_229] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:zzz,sort order:+++ Group By Operator [GBY_228] (rows=1610 width=10) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["count(_col9)","count(_col16)","count(_col3)"],keys:_col8, _col15, _col2 Top N Key Operator [TNK_227] (rows=1610 width=10) - keys:_col8, _col15, _col2,sort order:+++,top n:100 + keys:_col8, _col15, _col2,null sort order:zzz,sort order:+++,top n:100 Map Join Operator [MAPJOIN_226] (rows=1610 width=10) Conds:RS_202._col1, _col3=SEL_225._col11, _col13(Inner),Output:["_col2","_col3","_col8","_col9","_col15","_col16"] <-Map 2 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_202] - PartitionCols:_col1, _col3 + PartitionCols:_col1, _col3,null sort order:aa,sort order:++ Map Join Operator [MAPJOIN_201] (rows=550 width=10) Conds:RS_198._col0=SEL_200._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 1 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_198] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_197] (rows=170 width=34) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_196] (rows=170 width=34) @@ -1113,12 +1115,12 @@ Stage-0 Conds:MAPJOIN_223._col3, _col5=RS_218._col2, _col4(Inner),Output:["_col1","_col2","_col10","_col11","_col13"] <-Map 9 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_218] - PartitionCols:_col2, _col4 + PartitionCols:_col2, _col4,null sort order:aa,sort order:++ Map Join Operator [MAPJOIN_217] (rows=550 width=10) Conds:SEL_216._col0=RS_214._col0(Inner),Output:["_col2","_col3","_col4","_col5"] <-Map 10 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_214] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_213] (rows=42 width=34) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_212] (rows=42 width=34) @@ -1135,7 +1137,7 @@ Stage-0 Conds:MAPJOIN_222._col2=RS_211._col0(Inner),Output:["_col1","_col2","_col3","_col5"] <-Map 8 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_211] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_210] (rows=12 width=7) Output:["_col0"] Filter Operator [FIL_209] (rows=12 width=7) @@ -1146,7 +1148,7 @@ Stage-0 Conds:MAPJOIN_221._col1=RS_208._col0(Inner),Output:["_col1","_col2","_col3","_col5"] <-Map 7 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_208] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_207] (rows=250 width=10) Output:["_col0"] Filter Operator [FIL_206] (rows=250 width=10) @@ -1157,7 +1159,7 @@ Stage-0 Conds:SEL_220._col0=RS_205._col3(Inner),Output:["_col1","_col2","_col3","_col5"] <-Map 6 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_205] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Select Operator [SEL_204] (rows=42 width=34) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_203] (rows=42 width=34) @@ -1219,7 +1221,7 @@ Stage-0 <-Union 6 [SIMPLE_EDGE] <-Reducer 12 [CONTAINS] vectorized, llap Reduce Output Operator [RS_207] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_206] (rows=1210 width=10) Output:["_col0","_col1","_col2"],keys:_col0, _col1, _col2 Select Operator [SEL_205] (rows=605 width=10) @@ -1228,12 +1230,12 @@ Stage-0 Conds:RS_201._col3=SEL_203._col0(Inner),Output:["_col1","_col2","_col4"] <-Map 9 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_201] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Map Join Operator [MAPJOIN_200] (rows=550 width=10) Conds:SEL_199._col0=RS_177._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 2 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_177] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_175] (rows=25 width=7) Output:["_col0","_col1"] Filter Operator [FIL_174] (rows=25 width=7) @@ -1253,7 +1255,7 @@ Stage-0 <-Union 11 [SIMPLE_EDGE] <-Map 10 [CONTAINS] vectorized, llap Reduce Output Operator [RS_197] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_196] (rows=525 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_195] (rows=25 width=7) @@ -1264,7 +1266,7 @@ Stage-0 Output:["key","value"] <-Map 13 [CONTAINS] vectorized, llap Reduce Output Operator [RS_211] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_210] (rows=525 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_209] (rows=500 width=10) @@ -1275,7 +1277,7 @@ Stage-0 Output:["key","value"] <-Reducer 5 [CONTAINS] vectorized, llap Reduce Output Operator [RS_187] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_186] (rows=1210 width=10) Output:["_col0","_col1","_col2"],keys:_col0, _col1, _col2 Select Operator [SEL_185] (rows=605 width=10) @@ -1284,12 +1286,12 @@ Stage-0 Conds:RS_181._col3=SEL_183._col0(Inner),Output:["_col1","_col2","_col4"] <-Map 1 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_181] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Map Join Operator [MAPJOIN_180] (rows=550 width=10) Conds:SEL_179._col0=RS_176._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 2 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_176] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_175] <-Select Operator [SEL_179] (rows=500 width=10) Output:["_col0","_col1"] @@ -1304,7 +1306,7 @@ Stage-0 <-Union 4 [SIMPLE_EDGE] <-Map 3 [CONTAINS] vectorized, llap Reduce Output Operator [RS_173] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_172] (rows=525 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_171] (rows=25 width=7) @@ -1315,7 +1317,7 @@ Stage-0 Output:["key","value"] <-Map 8 [CONTAINS] vectorized, llap Reduce Output Operator [RS_193] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_192] (rows=525 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_191] (rows=500 width=10) @@ -1391,7 +1393,7 @@ Stage-0 <-Union 8 [SIMPLE_EDGE] <-Reducer 25 [CONTAINS] vectorized, llap Reduce Output Operator [RS_404] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_403] (rows=1210 width=10) Output:["_col0","_col1"],keys:_col0, _col1 Select Operator [SEL_402] (rows=605 width=10) @@ -1400,12 +1402,12 @@ Stage-0 Conds:RS_345._col3=SEL_400._col0(Inner),Output:["_col1","_col2"] <-Map 1 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_345] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Map Join Operator [MAPJOIN_343] (rows=550 width=10) Conds:SEL_342._col0=RS_339._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 2 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_339] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_338] (rows=25 width=7) Output:["_col0","_col1"] Filter Operator [FIL_337] (rows=25 width=7) @@ -1425,7 +1427,7 @@ Stage-0 <-Union 24 [SIMPLE_EDGE] <-Map 28 [CONTAINS] vectorized, llap Reduce Output Operator [RS_416] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_415] (rows=881 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_414] (rows=500 width=10) @@ -1436,7 +1438,7 @@ Stage-0 Output:["key","value"] <-Reducer 23 [CONTAINS] vectorized, llap Reduce Output Operator [RS_398] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_397] (rows=881 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_396] (rows=381 width=10) @@ -1446,7 +1448,7 @@ Stage-0 <-Union 22 [SIMPLE_EDGE] <-Map 27 [CONTAINS] vectorized, llap Reduce Output Operator [RS_412] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_411] (rows=762 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_410] (rows=500 width=10) @@ -1457,7 +1459,7 @@ Stage-0 Output:["key","value"] <-Reducer 21 [CONTAINS] vectorized, llap Reduce Output Operator [RS_394] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_393] (rows=762 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_392] (rows=262 width=10) @@ -1467,7 +1469,7 @@ Stage-0 <-Union 20 [SIMPLE_EDGE] <-Map 19 [CONTAINS] vectorized, llap Reduce Output Operator [RS_390] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_389] (rows=525 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_388] (rows=25 width=7) @@ -1478,7 +1480,7 @@ Stage-0 Output:["key","value"] <-Map 26 [CONTAINS] vectorized, llap Reduce Output Operator [RS_408] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_407] (rows=525 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_406] (rows=500 width=10) @@ -1489,7 +1491,7 @@ Stage-0 Output:["key","value"] <-Reducer 7 [CONTAINS] vectorized, llap Reduce Output Operator [RS_354] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_353] (rows=1210 width=10) Output:["_col0","_col1"],keys:_col0, _col1 Group By Operator [GBY_352] (rows=605 width=10) @@ -1497,7 +1499,7 @@ Stage-0 <-Union 6 [SIMPLE_EDGE] <-Reducer 16 [CONTAINS] vectorized, llap Reduce Output Operator [RS_378] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_377] (rows=1210 width=10) Output:["_col0","_col1"],keys:_col0, _col1 Select Operator [SEL_376] (rows=605 width=10) @@ -1506,12 +1508,12 @@ Stage-0 Conds:RS_372._col3=SEL_374._col0(Inner),Output:["_col1","_col2"] <-Map 11 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_372] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Map Join Operator [MAPJOIN_371] (rows=550 width=10) Conds:SEL_370._col0=RS_340._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 2 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_340] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_338] <-Select Operator [SEL_370] (rows=500 width=10) Output:["_col0","_col1"] @@ -1526,7 +1528,7 @@ Stage-0 <-Union 15 [SIMPLE_EDGE] <-Map 18 [CONTAINS] vectorized, llap Reduce Output Operator [RS_386] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_385] (rows=762 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_384] (rows=500 width=10) @@ -1537,7 +1539,7 @@ Stage-0 Output:["key","value"] <-Reducer 14 [CONTAINS] vectorized, llap Reduce Output Operator [RS_368] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_367] (rows=762 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_366] (rows=262 width=10) @@ -1547,7 +1549,7 @@ Stage-0 <-Union 13 [SIMPLE_EDGE] <-Map 12 [CONTAINS] vectorized, llap Reduce Output Operator [RS_364] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_363] (rows=525 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_362] (rows=25 width=7) @@ -1558,7 +1560,7 @@ Stage-0 Output:["key","value"] <-Map 17 [CONTAINS] vectorized, llap Reduce Output Operator [RS_382] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_381] (rows=525 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_380] (rows=500 width=10) @@ -1569,7 +1571,7 @@ Stage-0 Output:["key","value"] <-Reducer 5 [CONTAINS] vectorized, llap Reduce Output Operator [RS_351] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_350] (rows=1210 width=10) Output:["_col0","_col1"],keys:_col0, _col1 Select Operator [SEL_349] (rows=605 width=10) @@ -1578,7 +1580,7 @@ Stage-0 Conds:RS_344._col3=SEL_347._col0(Inner),Output:["_col1","_col2"] <-Map 1 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_344] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Please refer to the previous Map Join Operator [MAPJOIN_343] <-Select Operator [SEL_347] (rows=262 width=10) Output:["_col0"] @@ -1587,7 +1589,7 @@ Stage-0 <-Union 4 [SIMPLE_EDGE] <-Map 10 [CONTAINS] vectorized, llap Reduce Output Operator [RS_360] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_359] (rows=525 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_358] (rows=500 width=10) @@ -1598,7 +1600,7 @@ Stage-0 Output:["key","value"] <-Map 3 [CONTAINS] vectorized, llap Reduce Output Operator [RS_336] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_335] (rows=525 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_334] (rows=25 width=7) @@ -1804,7 +1806,7 @@ Stage-0 Conds:RS_12._col2=RS_50._col0(Inner),Output:["_col1","_col2"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_12] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_45] (rows=266 width=10) Conds:SEL_2._col0=SEL_5._col0(Inner),Output:["_col1","_col2"] <-Select Operator [SEL_5] (rows=242 width=10) @@ -1821,7 +1823,7 @@ Stage-0 default@tab_n15,s3,Tbl:COMPLETE,Col:NONE,Output:["key"] <-Map 4 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_50] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_49] (rows=242 width=10) Output:["_col0"] Filter Operator [FIL_48] (rows=242 width=10) @@ -1901,7 +1903,7 @@ Stage-0 Conds:RS_12._col2=RS_50._col0(Inner),Output:["_col1","_col2"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_12] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_45] (rows=266 width=10) Conds:SEL_2._col0=SEL_5._col0(Inner),Output:["_col1","_col2"] <-Select Operator [SEL_5] (rows=242 width=10) @@ -1918,7 +1920,7 @@ Stage-0 default@tab2_n7,s3,Tbl:COMPLETE,Col:NONE,Output:["key"] <-Map 4 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_50] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_49] (rows=242 width=10) Output:["_col0"] Filter Operator [FIL_48] (rows=242 width=10) @@ -1972,7 +1974,7 @@ Stage-0 Conds:Union 2._col0=RS_79._col0(Inner) <-Map 7 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_79] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_78] (rows=500 width=10) Output:["_col0"] Filter Operator [FIL_77] (rows=500 width=10) @@ -1982,7 +1984,7 @@ Stage-0 <-Union 2 [SIMPLE_EDGE] <-Map 1 [CONTAINS] llap Reduce Output Operator [RS_71] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_68] (rows=266 width=10) Conds:SEL_66._col0=SEL_5._col0(Inner),Output:["_col0"] <-Select Operator [SEL_5] (rows=242 width=10) @@ -1999,7 +2001,7 @@ Stage-0 Output:["key"] <-Map 6 [CONTAINS] vectorized, llap Reduce Output Operator [RS_84] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_83] (rows=242 width=10) Output:["_col0"] Filter Operator [FIL_82] (rows=242 width=10) @@ -2053,7 +2055,7 @@ Stage-0 Conds:Union 3._col0=RS_98._col0(Inner) <-Map 9 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_98] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_97] (rows=500 width=10) Output:["_col0"] Filter Operator [FIL_96] (rows=500 width=10) @@ -2063,7 +2065,7 @@ Stage-0 <-Union 3 [SIMPLE_EDGE] <-Map 8 [CONTAINS] vectorized, llap Reduce Output Operator [RS_103] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_102] (rows=242 width=10) Output:["_col0"] Filter Operator [FIL_101] (rows=242 width=10) @@ -2072,14 +2074,14 @@ Stage-0 Output:["key"] <-Reducer 2 [CONTAINS] llap Reduce Output Operator [RS_87] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_85] (rows=292 width=10) Output:["_col0"] Merge Join Operator [MERGEJOIN_84] (rows=292 width=10) Conds:RS_12._col2=RS_95._col0(Inner),Output:["_col1"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_12] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_80] (rows=266 width=10) Conds:SEL_2._col0=SEL_5._col0(Inner),Output:["_col1","_col2"] <-Select Operator [SEL_5] (rows=242 width=10) @@ -2096,7 +2098,7 @@ Stage-0 default@tab_n15,s3,Tbl:COMPLETE,Col:NONE,Output:["key"] <-Map 7 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_95] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_94] (rows=242 width=10) Output:["_col0"] Filter Operator [FIL_93] (rows=242 width=10) @@ -2166,7 +2168,7 @@ Stage-0 Conds:MAPJOIN_310._col1=RS_304._col0(Inner),Output:["_col1","_col4"] <-Map 19 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_304] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_303] (rows=25 width=7) Output:["_col0","_col1"] Filter Operator [FIL_302] (rows=25 width=7) @@ -2177,7 +2179,7 @@ Stage-0 Conds:SEL_309._col0=RS_275._col1(Inner),Output:["_col1"] <-Map 6 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_275] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_273] (rows=25 width=7) Output:["_col0","_col1"] Filter Operator [FIL_272] (rows=25 width=7) @@ -2198,13 +2200,13 @@ Stage-0 Conds:MAPJOIN_316._col1=RS_305._col0(Inner),Output:["_col1","_col4"] <-Map 19 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_305] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_303] <-Map Join Operator [MAPJOIN_316] (rows=1677 width=10) Conds:SEL_315._col0=RS_276._col1(Inner),Output:["_col1"] <-Map 6 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_276] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_273] <-Select Operator [SEL_315] (rows=500 width=10) Output:["_col0"] @@ -2220,13 +2222,13 @@ Stage-0 Conds:MAPJOIN_322._col1=RS_306._col0(Inner),Output:["_col1","_col4"] <-Map 19 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_306] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_303] <-Map Join Operator [MAPJOIN_322] (rows=1677 width=10) Conds:SEL_321._col0=RS_277._col1(Inner),Output:["_col1"] <-Map 6 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_277] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_273] <-Select Operator [SEL_321] (rows=500 width=10) Output:["_col0"] @@ -2242,13 +2244,13 @@ Stage-0 Conds:MAPJOIN_328._col1=RS_307._col0(Inner),Output:["_col1","_col4"] <-Map 19 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_307] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_303] <-Map Join Operator [MAPJOIN_328] (rows=1677 width=10) Conds:SEL_327._col0=RS_278._col1(Inner),Output:["_col1"] <-Map 6 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_278] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_273] <-Select Operator [SEL_327] (rows=500 width=10) Output:["_col0"] @@ -2264,12 +2266,12 @@ Stage-0 Conds:RS_283._col3=Union 8._col0(Inner),Output:["_col1","_col2"] <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_283] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Map Join Operator [MAPJOIN_281] (rows=550 width=10) Conds:SEL_280._col0=RS_274._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 6 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_274] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_273] <-Select Operator [SEL_280] (rows=500 width=10) Output:["_col0","_col1"] @@ -2280,7 +2282,7 @@ Stage-0 <-Union 8 [SIMPLE_EDGE] <-Map 7 [CONTAINS] vectorized, llap Reduce Output Operator [RS_289] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_288] (rows=25 width=7) Output:["_col0"] Filter Operator [FIL_287] (rows=25 width=7) @@ -2289,7 +2291,7 @@ Stage-0 Output:["value"] <-Map 9 [CONTAINS] vectorized, llap Reduce Output Operator [RS_292] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_291] (rows=500 width=10) Output:["_col0"] Filter Operator [FIL_290] (rows=500 width=10) @@ -2304,16 +2306,16 @@ Stage-0 Conds:RS_41._col3=Union 12._col0(Inner),Output:["_col1","_col2"] <-Reducer 4 [SIMPLE_EDGE] llap SHUFFLE [RS_41] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_181] (rows=550 width=10) Conds:RS_282._col0=RS_286._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_282] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_280] <-Map 10 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_286] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_285] (rows=500 width=10) Output:["_col0","_col1"] Filter Operator [FIL_284] (rows=500 width=10) @@ -2323,7 +2325,7 @@ Stage-0 <-Union 12 [SIMPLE_EDGE] <-Map 11 [CONTAINS] vectorized, llap Reduce Output Operator [RS_295] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_294] (rows=25 width=7) Output:["_col0"] Filter Operator [FIL_293] (rows=25 width=7) @@ -2332,7 +2334,7 @@ Stage-0 Output:["value"] <-Map 13 [CONTAINS] vectorized, llap Reduce Output Operator [RS_298] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_297] (rows=500 width=10) Output:["_col0"] Filter Operator [FIL_296] (rows=500 width=10) @@ -2341,7 +2343,7 @@ Stage-0 Output:["value"] <-Map 14 [CONTAINS] vectorized, llap Reduce Output Operator [RS_301] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_300] (rows=500 width=10) Output:["_col0"] Filter Operator [FIL_299] (rows=500 width=10) @@ -2418,7 +2420,7 @@ Stage-0 <-Union 5 [SIMPLE_EDGE] <-Reducer 29 [CONTAINS] vectorized, llap Reduce Output Operator [RS_395] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_394] (rows=1089 width=10) Output:["_col0","_col1"],keys:_col0, _col1 Select Operator [SEL_393] (rows=484 width=10) @@ -2427,12 +2429,12 @@ Stage-0 Conds:RS_334._col3=SEL_391._col0(Inner),Output:["_col1","_col2"] <-Map 9 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_334] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Map Join Operator [MAPJOIN_333] (rows=27 width=7) Conds:SEL_331._col0=RS_327._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 22 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_327] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_326] (rows=25 width=7) Output:["_col0","_col1"] Filter Operator [FIL_325] (rows=25 width=7) @@ -2452,7 +2454,7 @@ Stage-0 <-Union 28 [SIMPLE_EDGE] <-Map 32 [CONTAINS] vectorized, llap Reduce Output Operator [RS_407] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_406] (rows=881 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_405] (rows=500 width=10) @@ -2463,7 +2465,7 @@ Stage-0 Output:["key","value"] <-Reducer 27 [CONTAINS] vectorized, llap Reduce Output Operator [RS_389] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_388] (rows=881 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_387] (rows=381 width=10) @@ -2473,7 +2475,7 @@ Stage-0 <-Union 26 [SIMPLE_EDGE] <-Map 31 [CONTAINS] vectorized, llap Reduce Output Operator [RS_403] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_402] (rows=762 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_401] (rows=500 width=10) @@ -2484,7 +2486,7 @@ Stage-0 Output:["key","value"] <-Reducer 25 [CONTAINS] vectorized, llap Reduce Output Operator [RS_385] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_384] (rows=762 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_383] (rows=262 width=10) @@ -2494,7 +2496,7 @@ Stage-0 <-Union 24 [SIMPLE_EDGE] <-Map 23 [CONTAINS] vectorized, llap Reduce Output Operator [RS_381] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_380] (rows=525 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_379] (rows=25 width=7) @@ -2505,7 +2507,7 @@ Stage-0 Output:["key","value"] <-Map 30 [CONTAINS] vectorized, llap Reduce Output Operator [RS_399] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_398] (rows=525 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_397] (rows=500 width=10) @@ -2516,7 +2518,7 @@ Stage-0 Output:["key","value"] <-Reducer 4 [CONTAINS] vectorized, llap Reduce Output Operator [RS_345] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_344] (rows=1089 width=10) Output:["_col0","_col1"],keys:_col0, _col1 Group By Operator [GBY_343] (rows=605 width=10) @@ -2524,7 +2526,7 @@ Stage-0 <-Union 3 [SIMPLE_EDGE] <-Reducer 2 [CONTAINS] llap Reduce Output Operator [RS_238] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_237] (rows=1210 width=10) Output:["_col0","_col1"],keys:_col0, _col1 Select Operator [SEL_235] (rows=605 width=10) @@ -2533,12 +2535,12 @@ Stage-0 Conds:RS_339._col3=RS_342._col0(Inner),Output:["_col1","_col2"] <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_339] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Map Join Operator [MAPJOIN_337] (rows=550 width=10) Conds:SEL_336._col0=RS_332._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 9 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_332] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_330] (rows=25 width=7) Output:["_col0","_col1"] Filter Operator [FIL_328] (rows=25 width=7) @@ -2552,7 +2554,7 @@ Stage-0 default@src,y,Tbl:COMPLETE,Col:NONE,Output:["key","value"] <-Reducer 12 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_342] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_341] (rows=262 width=10) Output:["_col0"] Group By Operator [GBY_340] (rows=262 width=10) @@ -2560,7 +2562,7 @@ Stage-0 <-Union 11 [SIMPLE_EDGE] <-Map 10 [CONTAINS] vectorized, llap Reduce Output Operator [RS_357] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_356] (rows=525 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_355] (rows=25 width=7) @@ -2571,7 +2573,7 @@ Stage-0 Output:["key","value"] <-Map 13 [CONTAINS] vectorized, llap Reduce Output Operator [RS_361] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_360] (rows=525 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_359] (rows=500 width=10) @@ -2582,7 +2584,7 @@ Stage-0 Output:["key","value"] <-Reducer 8 [CONTAINS] llap Reduce Output Operator [RS_247] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_246] (rows=1210 width=10) Output:["_col0","_col1"],keys:_col0, _col1 Select Operator [SEL_244] (rows=605 width=10) @@ -2591,7 +2593,7 @@ Stage-0 Conds:RS_58._col3=RS_353._col0(Inner),Output:["_col1","_col2"] <-Reducer 19 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_353] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_352] (rows=381 width=10) Output:["_col0"] Group By Operator [GBY_351] (rows=381 width=10) @@ -2599,7 +2601,7 @@ Stage-0 <-Union 18 [SIMPLE_EDGE] <-Map 21 [CONTAINS] vectorized, llap Reduce Output Operator [RS_377] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_376] (rows=762 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_375] (rows=500 width=10) @@ -2610,7 +2612,7 @@ Stage-0 Output:["key","value"] <-Reducer 17 [CONTAINS] vectorized, llap Reduce Output Operator [RS_369] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_368] (rows=762 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_367] (rows=262 width=10) @@ -2620,7 +2622,7 @@ Stage-0 <-Union 16 [SIMPLE_EDGE] <-Map 15 [CONTAINS] vectorized, llap Reduce Output Operator [RS_365] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_364] (rows=525 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_363] (rows=25 width=7) @@ -2631,7 +2633,7 @@ Stage-0 Output:["key","value"] <-Map 20 [CONTAINS] vectorized, llap Reduce Output Operator [RS_373] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_372] (rows=525 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_371] (rows=500 width=10) @@ -2642,16 +2644,16 @@ Stage-0 Output:["key","value"] <-Reducer 7 [SIMPLE_EDGE] llap SHUFFLE [RS_58] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_226] (rows=550 width=10) Conds:RS_338._col0=RS_350._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_338] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_336] <-Map 14 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_350] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_349] (rows=500 width=10) Output:["_col0","_col1"] Filter Operator [FIL_348] (rows=500 width=10) @@ -2773,7 +2775,7 @@ Stage-5 Conds:MAPJOIN_280._col1=RS_396._col0(Inner),Output:["_col1","_col4"] <-Map 22 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_396] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_395] (rows=25 width=7) Output:["_col0","_col1"] Filter Operator [FIL_394] (rows=25 width=7) @@ -2784,7 +2786,7 @@ Stage-5 Conds:SEL_282._col0=RS_367._col1(Inner),Output:["_col1"] <-Map 9 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_367] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_365] (rows=25 width=7) Output:["_col0","_col1"] Filter Operator [FIL_364] (rows=25 width=7) @@ -2830,13 +2832,13 @@ Stage-5 Conds:MAPJOIN_302._col1=RS_397._col0(Inner),Output:["_col1","_col4"] <-Map 22 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_397] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_395] <-Map Join Operator [MAPJOIN_302] (rows=1677 width=10) Conds:SEL_304._col0=RS_368._col1(Inner),Output:["_col1"] <-Map 9 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_368] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_365] <-Select Operator [SEL_304] (rows=500 width=10) Output:["_col0"] @@ -2877,13 +2879,13 @@ Stage-5 Conds:MAPJOIN_324._col1=RS_398._col0(Inner),Output:["_col1","_col4"] <-Map 22 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_398] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_395] <-Map Join Operator [MAPJOIN_324] (rows=1677 width=10) Conds:SEL_326._col0=RS_369._col1(Inner),Output:["_col1"] <-Map 9 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_369] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_365] <-Select Operator [SEL_326] (rows=500 width=10) Output:["_col0"] @@ -2924,13 +2926,13 @@ Stage-5 Conds:MAPJOIN_346._col1=RS_399._col0(Inner),Output:["_col1","_col4"] <-Map 22 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_399] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_395] <-Map Join Operator [MAPJOIN_346] (rows=1677 width=10) Conds:SEL_348._col0=RS_370._col1(Inner),Output:["_col1"] <-Map 9 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_370] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_365] <-Select Operator [SEL_348] (rows=500 width=10) Output:["_col0"] @@ -2971,12 +2973,12 @@ Stage-5 Conds:RS_375._col3=Union 11._col0(Inner),Output:["_col1","_col2"] <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_375] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Map Join Operator [MAPJOIN_373] (rows=550 width=10) Conds:SEL_372._col0=RS_366._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 9 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_366] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_365] <-Select Operator [SEL_372] (rows=500 width=10) Output:["_col0","_col1"] @@ -2987,7 +2989,7 @@ Stage-5 <-Union 11 [SIMPLE_EDGE] <-Map 10 [CONTAINS] vectorized, llap Reduce Output Operator [RS_381] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_380] (rows=25 width=7) Output:["_col0"] Filter Operator [FIL_379] (rows=25 width=7) @@ -2996,7 +2998,7 @@ Stage-5 Output:["value"] <-Map 12 [CONTAINS] vectorized, llap Reduce Output Operator [RS_384] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_383] (rows=500 width=10) Output:["_col0"] Filter Operator [FIL_382] (rows=500 width=10) @@ -3036,16 +3038,16 @@ Stage-5 Conds:RS_41._col3=Union 15._col0(Inner),Output:["_col1","_col2"] <-Reducer 7 [SIMPLE_EDGE] llap SHUFFLE [RS_41] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_207] (rows=550 width=10) Conds:RS_374._col0=RS_378._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_374] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_372] <-Map 13 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_378] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_377] (rows=500 width=10) Output:["_col0","_col1"] Filter Operator [FIL_376] (rows=500 width=10) @@ -3055,7 +3057,7 @@ Stage-5 <-Union 15 [SIMPLE_EDGE] <-Map 14 [CONTAINS] vectorized, llap Reduce Output Operator [RS_387] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_386] (rows=25 width=7) Output:["_col0"] Filter Operator [FIL_385] (rows=25 width=7) @@ -3064,7 +3066,7 @@ Stage-5 Output:["value"] <-Map 16 [CONTAINS] vectorized, llap Reduce Output Operator [RS_390] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_389] (rows=500 width=10) Output:["_col0"] Filter Operator [FIL_388] (rows=500 width=10) @@ -3073,7 +3075,7 @@ Stage-5 Output:["value"] <-Map 17 [CONTAINS] vectorized, llap Reduce Output Operator [RS_393] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_392] (rows=500 width=10) Output:["_col0"] Filter Operator [FIL_391] (rows=500 width=10) @@ -3221,7 +3223,7 @@ Stage-5 <-Union 5 [SIMPLE_EDGE] <-Reducer 32 [CONTAINS] vectorized, llap Reduce Output Operator [RS_426] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_425] (rows=1089 width=10) Output:["_col0","_col1"],keys:_col0, _col1 Select Operator [SEL_424] (rows=484 width=10) @@ -3230,12 +3232,12 @@ Stage-5 Conds:RS_360._col3=SEL_422._col0(Inner),Output:["_col1","_col2"] <-Map 12 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_360] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Map Join Operator [MAPJOIN_359] (rows=27 width=7) Conds:SEL_357._col0=RS_353._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 25 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_353] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_352] (rows=25 width=7) Output:["_col0","_col1"] Filter Operator [FIL_351] (rows=25 width=7) @@ -3255,7 +3257,7 @@ Stage-5 <-Union 31 [SIMPLE_EDGE] <-Map 35 [CONTAINS] vectorized, llap Reduce Output Operator [RS_438] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_437] (rows=881 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_436] (rows=500 width=10) @@ -3266,7 +3268,7 @@ Stage-5 Output:["key","value"] <-Reducer 30 [CONTAINS] vectorized, llap Reduce Output Operator [RS_420] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_419] (rows=881 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_418] (rows=381 width=10) @@ -3276,7 +3278,7 @@ Stage-5 <-Union 29 [SIMPLE_EDGE] <-Map 34 [CONTAINS] vectorized, llap Reduce Output Operator [RS_434] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_433] (rows=762 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_432] (rows=500 width=10) @@ -3287,7 +3289,7 @@ Stage-5 Output:["key","value"] <-Reducer 28 [CONTAINS] vectorized, llap Reduce Output Operator [RS_416] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_415] (rows=762 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_414] (rows=262 width=10) @@ -3297,7 +3299,7 @@ Stage-5 <-Union 27 [SIMPLE_EDGE] <-Map 26 [CONTAINS] vectorized, llap Reduce Output Operator [RS_412] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_411] (rows=525 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_410] (rows=25 width=7) @@ -3308,7 +3310,7 @@ Stage-5 Output:["key","value"] <-Map 33 [CONTAINS] vectorized, llap Reduce Output Operator [RS_430] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_429] (rows=525 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_428] (rows=500 width=10) @@ -3319,7 +3321,7 @@ Stage-5 Output:["key","value"] <-Reducer 4 [CONTAINS] vectorized, llap Reduce Output Operator [RS_371] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_370] (rows=1089 width=10) Output:["_col0","_col1"],keys:_col0, _col1 Group By Operator [GBY_369] (rows=605 width=10) @@ -3327,7 +3329,7 @@ Stage-5 <-Union 3 [SIMPLE_EDGE] <-Reducer 11 [CONTAINS] llap Reduce Output Operator [RS_273] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_272] (rows=1210 width=10) Output:["_col0","_col1"],keys:_col0, _col1 Select Operator [SEL_270] (rows=605 width=10) @@ -3336,12 +3338,12 @@ Stage-5 Conds:RS_58._col3=RS_384._col0(Inner),Output:["_col1","_col2"] <-Reducer 10 [SIMPLE_EDGE] llap SHUFFLE [RS_58] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_252] (rows=550 width=10) Conds:RS_364._col0=RS_381._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_364] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_362] (rows=500 width=10) Output:["_col0","_col1"] Filter Operator [FIL_361] (rows=500 width=10) @@ -3350,7 +3352,7 @@ Stage-5 default@src,y,Tbl:COMPLETE,Col:NONE,Output:["key","value"] <-Map 17 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_381] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_380] (rows=500 width=10) Output:["_col0","_col1"] Filter Operator [FIL_379] (rows=500 width=10) @@ -3359,7 +3361,7 @@ Stage-5 default@src,x,Tbl:COMPLETE,Col:NONE,Output:["key","value"] <-Reducer 22 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_384] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_383] (rows=381 width=10) Output:["_col0"] Group By Operator [GBY_382] (rows=381 width=10) @@ -3367,7 +3369,7 @@ Stage-5 <-Union 21 [SIMPLE_EDGE] <-Map 24 [CONTAINS] vectorized, llap Reduce Output Operator [RS_408] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_407] (rows=762 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_406] (rows=500 width=10) @@ -3378,7 +3380,7 @@ Stage-5 Output:["key","value"] <-Reducer 20 [CONTAINS] vectorized, llap Reduce Output Operator [RS_400] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_399] (rows=762 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_398] (rows=262 width=10) @@ -3388,7 +3390,7 @@ Stage-5 <-Union 19 [SIMPLE_EDGE] <-Map 18 [CONTAINS] vectorized, llap Reduce Output Operator [RS_396] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_395] (rows=525 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_394] (rows=25 width=7) @@ -3399,7 +3401,7 @@ Stage-5 Output:["key","value"] <-Map 23 [CONTAINS] vectorized, llap Reduce Output Operator [RS_404] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_403] (rows=525 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_402] (rows=500 width=10) @@ -3410,7 +3412,7 @@ Stage-5 Output:["key","value"] <-Reducer 2 [CONTAINS] llap Reduce Output Operator [RS_264] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_263] (rows=1210 width=10) Output:["_col0","_col1"],keys:_col0, _col1 Select Operator [SEL_261] (rows=605 width=10) @@ -3419,12 +3421,12 @@ Stage-5 Conds:RS_365._col3=RS_368._col0(Inner),Output:["_col1","_col2"] <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_365] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Map Join Operator [MAPJOIN_363] (rows=550 width=10) Conds:SEL_362._col0=RS_358._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 12 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_358] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_356] (rows=25 width=7) Output:["_col0","_col1"] Filter Operator [FIL_354] (rows=25 width=7) @@ -3433,7 +3435,7 @@ Stage-5 Please refer to the previous Select Operator [SEL_362] <-Reducer 15 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_368] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_367] (rows=262 width=10) Output:["_col0"] Group By Operator [GBY_366] (rows=262 width=10) @@ -3441,7 +3443,7 @@ Stage-5 <-Union 14 [SIMPLE_EDGE] <-Map 13 [CONTAINS] vectorized, llap Reduce Output Operator [RS_388] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_387] (rows=525 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_386] (rows=25 width=7) @@ -3452,7 +3454,7 @@ Stage-5 Output:["key","value"] <-Map 16 [CONTAINS] vectorized, llap Reduce Output Operator [RS_392] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_391] (rows=525 width=10) Output:["_col0","_col1"],keys:_col1, _col0 Select Operator [SEL_390] (rows=500 width=10) @@ -3563,7 +3565,7 @@ Stage-4 Output:["_col0","_col1"],aggregations:["count(DISTINCT KEY._col1:0._col0)"],keys:KEY._col0 <-Reducer 4 [SIMPLE_EDGE] llap PARTITION_ONLY_SHUFFLE [RS_17] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:aa,sort order:++ Group By Operator [GBY_16] (rows=1 width=280) Output:["_col0","_col1","_col2"],aggregations:["count(DISTINCT substr(_col1, 5))"],keys:_col0, substr(_col1, 5) Group By Operator [GBY_13] (rows=1 width=272) @@ -3571,7 +3573,7 @@ Stage-4 <-Union 3 [SIMPLE_EDGE] <-Map 8 [CONTAINS] vectorized, llap Reduce Output Operator [RS_63] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aaa,sort order:+++ Group By Operator [GBY_62] (rows=1 width=272) Output:["_col0","_col1"],keys:_col0, _col1 Select Operator [SEL_61] (rows=500 width=10) @@ -3580,7 +3582,7 @@ Stage-4 Output:["key","value"] <-Reducer 2 [CONTAINS] vectorized, llap Reduce Output Operator [RS_59] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aaa,sort order:+++ Group By Operator [GBY_58] (rows=1 width=272) Output:["_col0","_col1"],keys:_col0, _col1 Select Operator [SEL_57] (rows=1 width=272) @@ -3659,17 +3661,17 @@ Stage-0 Conds:RS_10.key=RS_10.key(Unique),RS_10.key=RS_10.key(Unique),RS_10.key=RS_10.key(Unique),Output:["_col0","_col5","_col10"] <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_10] - PartitionCols:key + PartitionCols:key,null sort order:a,sort order:+ TableScan [TS_0] (rows=500 width=10) default@src,a_n19,Tbl:COMPLETE,Col:NONE,Output:["key"] <-Map 3 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_11] - PartitionCols:key + PartitionCols:key,null sort order:a,sort order:+ TableScan [TS_1] (rows=25 width=7) default@src1,b_n15,Tbl:COMPLETE,Col:NONE,Output:["key"] <-Map 4 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_12] - PartitionCols:key + PartitionCols:key,null sort order:a,sort order:+ TableScan [TS_2] (rows=2000 width=10) default@srcpart,c_n4,Tbl:COMPLETE,Col:NONE,Output:["key"] @@ -3708,14 +3710,14 @@ Stage-0 Conds:RS_26.key=RS_28.key(Inner),Output:["_col0","_col1"] <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_26] - PartitionCols:key + PartitionCols:key,null sort order:a,sort order:+ Filter Operator [FIL_25] (rows=500 width=10) predicate:key is not null TableScan [TS_0] (rows=500 width=10) default@src,a_n19,Tbl:COMPLETE,Col:NONE,Output:["key","value"] <-Map 3 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_28] - PartitionCols:key + PartitionCols:key,null sort order:a,sort order:+ Filter Operator [FIL_27] (rows=500 width=10) predicate:key is not null TableScan [TS_1] (rows=500 width=10) @@ -3786,7 +3788,7 @@ Stage-4 <-Union 3 [SIMPLE_EDGE] <-Map 8 [CONTAINS] llap Reduce Output Operator [RS_52] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:aa,sort order:++ Group By Operator [GBY_50] (rows=1 width=280) Output:["_col0","_col1","_col2"],aggregations:["count(DISTINCT substr(_col1, 5))"],keys:_col0, substr(_col1, 5) Select Operator [SEL_48] (rows=500 width=10) @@ -3794,13 +3796,13 @@ Stage-4 TableScan [TS_47] (rows=500 width=10) Output:["key","value"] Reduce Output Operator [RS_53] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aaa,sort order:+++ Group By Operator [GBY_51] (rows=1 width=464) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(DISTINCT substr(_col1, 5))"],keys:_col0, _col1, substr(_col1, 5) Please refer to the previous Select Operator [SEL_48] <-Map 9 [CONTAINS] llap Reduce Output Operator [RS_59] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:aa,sort order:++ Group By Operator [GBY_57] (rows=1 width=280) Output:["_col0","_col1","_col2"],aggregations:["count(DISTINCT substr(_col1, 5))"],keys:_col0, substr(_col1, 5) Select Operator [SEL_55] (rows=500 width=10) @@ -3808,13 +3810,13 @@ Stage-4 TableScan [TS_54] (rows=500 width=10) Output:["key","value"] Reduce Output Operator [RS_60] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aaa,sort order:+++ Group By Operator [GBY_58] (rows=1 width=464) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(DISTINCT substr(_col1, 5))"],keys:_col0, _col1, substr(_col1, 5) Please refer to the previous Select Operator [SEL_55] <-Reducer 2 [CONTAINS] llap Reduce Output Operator [RS_45] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:aa,sort order:++ Group By Operator [GBY_43] (rows=1 width=280) Output:["_col0","_col1","_col2"],aggregations:["count(DISTINCT substr(_col1, 5))"],keys:_col0, substr(_col1, 5) Select Operator [SEL_41] (rows=1 width=272) @@ -3829,7 +3831,7 @@ Stage-4 TableScan [TS_0] (rows=500 width=10) default@src,s1,Tbl:COMPLETE,Col:COMPLETE Reduce Output Operator [RS_46] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aaa,sort order:+++ Group By Operator [GBY_44] (rows=1 width=464) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(DISTINCT substr(_col1, 5))"],keys:_col0, _col1, substr(_col1, 5) Please refer to the previous Select Operator [SEL_41] @@ -3922,7 +3924,7 @@ Stage-4 <-Union 3 [SIMPLE_EDGE] <-Map 8 [CONTAINS] llap Reduce Output Operator [RS_50] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:aa,sort order:++ Group By Operator [GBY_48] (rows=1 width=280) Output:["_col0","_col1","_col2"],aggregations:["count(DISTINCT substr(_col1, 5))"],keys:_col0, substr(_col1, 5) Select Operator [SEL_46] (rows=500 width=10) @@ -3930,13 +3932,13 @@ Stage-4 TableScan [TS_45] (rows=500 width=10) Output:["key","value"] Reduce Output Operator [RS_51] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aaa,sort order:+++ Group By Operator [GBY_49] (rows=1 width=464) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(DISTINCT substr(_col1, 5))"],keys:_col0, _col1, substr(_col1, 5) Please refer to the previous Select Operator [SEL_46] <-Reducer 2 [CONTAINS] llap Reduce Output Operator [RS_43] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:aa,sort order:++ Group By Operator [GBY_41] (rows=1 width=280) Output:["_col0","_col1","_col2"],aggregations:["count(DISTINCT substr(_col1, 5))"],keys:_col0, substr(_col1, 5) Select Operator [SEL_39] (rows=1 width=272) @@ -3951,7 +3953,7 @@ Stage-4 TableScan [TS_0] (rows=500 width=10) default@src,s1,Tbl:COMPLETE,Col:COMPLETE Reduce Output Operator [RS_44] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aaa,sort order:+++ Group By Operator [GBY_42] (rows=1 width=464) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(DISTINCT substr(_col1, 5))"],keys:_col0, _col1, substr(_col1, 5) Please refer to the previous Select Operator [SEL_39] diff --git ql/src/test/results/clientpositive/llap/explainuser_4.q.out ql/src/test/results/clientpositive/llap/explainuser_4.q.out index 258e5f3b1a..3504d17875 100644 --- ql/src/test/results/clientpositive/llap/explainuser_4.q.out +++ ql/src/test/results/clientpositive/llap/explainuser_4.q.out @@ -34,11 +34,12 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col20","_col21","_col22","_col23"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_10] + null sort order:z,sort order:+ Merge Join Operator [MERGEJOIN_27] (rows=4626 width=528) Conds:RS_30._col2=RS_33._col2(Inner),Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col20","_col21","_col22","_col23"] <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_30] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Select Operator [SEL_29] (rows=3078 width=231) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11"] Filter Operator [FIL_28] (rows=3078 width=231) @@ -47,7 +48,7 @@ Stage-0 default@alltypesorc,a,Tbl:COMPLETE,Col:COMPLETE,Output:["ctinyint","csmallint","cint","cbigint","cfloat","cdouble","cstring1","cstring2","ctimestamp1","ctimestamp2","cboolean1","cboolean2"] <-Map 4 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_33] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Select Operator [SEL_32] (rows=2298 width=231) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11"] Filter Operator [FIL_31] (rows=2298 width=231) @@ -123,7 +124,7 @@ Stage-0 Conds:RS_32._col0=RS_35._col0(Inner) <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_32] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_31] (rows=3078 width=2) Output:["_col0"] Filter Operator [FIL_30] (rows=3078 width=2) @@ -132,7 +133,7 @@ Stage-0 default@alltypesorc,a,Tbl:COMPLETE,Col:COMPLETE,Output:["cint"] <-Map 4 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_35] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_34] (rows=2298 width=2) Output:["_col0"] Filter Operator [FIL_33] (rows=2298 width=8) @@ -196,18 +197,19 @@ Stage-0 Output:["_col0","_col1"] <-Reducer 3 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_39] + null sort order:zz,sort order:++ Group By Operator [GBY_38] (rows=2313 width=11) Output:["_col0","_col1"],aggregations:["count(VALUE._col0)"],keys:KEY._col0 <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_11] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_10] (rows=2313 width=11) Output:["_col0","_col1"],aggregations:["count()"],keys:_col0 Merge Join Operator [MERGEJOIN_31] (rows=4626 width=3) Conds:RS_34._col1=RS_37._col0(Inner),Output:["_col0"] <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_34] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_33] (rows=3078 width=5) Output:["_col0","_col1"] Filter Operator [FIL_32] (rows=3078 width=5) @@ -216,7 +218,7 @@ Stage-0 default@alltypesorc,a,Tbl:COMPLETE,Col:COMPLETE,Output:["csmallint","cint"] <-Map 5 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_37] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_36] (rows=2298 width=2) Output:["_col0"] Filter Operator [FIL_35] (rows=2298 width=8) @@ -285,11 +287,12 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col20","_col21","_col22","_col23"] <-Reducer 2 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_36] + null sort order:z,sort order:+ Map Join Operator [MAPJOIN_35] (rows=1501 width=236) Conds:RS_31.KEY.reducesinkkey0=RS_34.KEY.reducesinkkey0(Inner),DynamicPartitionHashJoin:true,Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col20","_col21","_col22","_col23"] <-Map 4 [CUSTOM_SIMPLE_EDGE] vectorized, llap PARTITION_ONLY_SHUFFLE [RS_34] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Select Operator [SEL_33] (rows=1365 width=236) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11"] Filter Operator [FIL_32] (rows=1365 width=236) @@ -298,7 +301,7 @@ Stage-0 default@alltypesorc,b,Tbl:COMPLETE,Col:NONE,Output:["ctinyint","csmallint","cint","cbigint","cfloat","cdouble","cstring1","cstring2","ctimestamp1","ctimestamp2","cboolean1","cboolean2"] <-Map 1 [CUSTOM_SIMPLE_EDGE] vectorized, llap PARTITION_ONLY_SHUFFLE [RS_31] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Select Operator [SEL_30] (rows=1365 width=236) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11"] Filter Operator [FIL_29] (rows=1365 width=236) @@ -374,7 +377,7 @@ Stage-0 Conds:RS_33.KEY.reducesinkkey0=RS_36.KEY.reducesinkkey0(Inner),DynamicPartitionHashJoin:true <-Map 4 [CUSTOM_SIMPLE_EDGE] vectorized, llap PARTITION_ONLY_SHUFFLE [RS_36] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_35] (rows=1365 width=236) Output:["_col0"] Filter Operator [FIL_34] (rows=1365 width=236) @@ -383,7 +386,7 @@ Stage-0 default@alltypesorc,b,Tbl:COMPLETE,Col:NONE,Output:["cint","cbigint"] <-Map 1 [CUSTOM_SIMPLE_EDGE] vectorized, llap PARTITION_ONLY_SHUFFLE [RS_33] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_32] (rows=1365 width=236) Output:["_col0"] Filter Operator [FIL_31] (rows=1365 width=236) @@ -447,18 +450,19 @@ Stage-0 Output:["_col0","_col1"] <-Reducer 3 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_43] + null sort order:zz,sort order:++ Group By Operator [GBY_42] (rows=750 width=236) Output:["_col0","_col1"],aggregations:["count(VALUE._col0)"],keys:KEY._col0 <-Reducer 2 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_41] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_40] (rows=1501 width=236) Output:["_col0","_col1"],aggregations:["count()"],keys:_col0 Map Join Operator [MAPJOIN_39] (rows=1501 width=236) Conds:RS_35.KEY.reducesinkkey0=RS_38.KEY.reducesinkkey0(Inner),DynamicPartitionHashJoin:true,Output:["_col0"] <-Map 5 [CUSTOM_SIMPLE_EDGE] vectorized, llap PARTITION_ONLY_SHUFFLE [RS_38] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_37] (rows=1365 width=236) Output:["_col0"] Filter Operator [FIL_36] (rows=1365 width=236) @@ -467,7 +471,7 @@ Stage-0 default@alltypesorc,b,Tbl:COMPLETE,Col:NONE,Output:["cint","cbigint"] <-Map 1 [CUSTOM_SIMPLE_EDGE] vectorized, llap PARTITION_ONLY_SHUFFLE [RS_35] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_34] (rows=1365 width=236) Output:["_col0","_col1"] Filter Operator [FIL_33] (rows=1365 width=236) diff --git ql/src/test/results/clientpositive/llap/external_jdbc_table.q.out ql/src/test/results/clientpositive/llap/external_jdbc_table.q.out index a3b0ac4860..4a029ae849 100644 --- ql/src/test/results/clientpositive/llap/external_jdbc_table.q.out +++ ql/src/test/results/clientpositive/llap/external_jdbc_table.q.out @@ -463,6 +463,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -487,6 +488,7 @@ WHERE "ikey" IS NOT NULL Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/llap/external_jdbc_table2.q.out ql/src/test/results/clientpositive/llap/external_jdbc_table2.q.out index ef68c7a924..18fd29a9ac 100644 --- ql/src/test/results/clientpositive/llap/external_jdbc_table2.q.out +++ ql/src/test/results/clientpositive/llap/external_jdbc_table2.q.out @@ -301,6 +301,7 @@ WHERE "ikey" IS NOT NULL Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE @@ -325,6 +326,7 @@ WHERE "ikey" IS NOT NULL Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE @@ -457,6 +459,7 @@ FROM "EXTERNAL_JDBC_SIMPLE_DERBY2_TABLE1" outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int) @@ -478,6 +481,7 @@ FROM "EXTERNAL_JDBC_SIMPLE_DERBY2_TABLE1" outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int) diff --git ql/src/test/results/clientpositive/llap/external_jdbc_table3.q.out ql/src/test/results/clientpositive/llap/external_jdbc_table3.q.out index dd1cda64b7..1520e7b710 100644 --- ql/src/test/results/clientpositive/llap/external_jdbc_table3.q.out +++ ql/src/test/results/clientpositive/llap/external_jdbc_table3.q.out @@ -216,6 +216,7 @@ WHERE "ikey" > 20 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -240,6 +241,7 @@ WHERE "ikey" > 20 Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/llap/external_jdbc_table4.q.out ql/src/test/results/clientpositive/llap/external_jdbc_table4.q.out index c0e6851992..3fd01eafbf 100644 --- ql/src/test/results/clientpositive/llap/external_jdbc_table4.q.out +++ ql/src/test/results/clientpositive/llap/external_jdbc_table4.q.out @@ -301,6 +301,7 @@ WHERE "IKEY" IS NOT NULL Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE @@ -325,6 +326,7 @@ WHERE "ikey" IS NOT NULL Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE @@ -457,6 +459,7 @@ FROM "EXTERNAL_JDBC_SIMPLE_DERBY2_TABLE1" outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int) @@ -478,6 +481,7 @@ FROM "EXTERNAL_JDBC_SIMPLE_DERBY2_TABLE1" outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int) diff --git ql/src/test/results/clientpositive/llap/external_jdbc_table_perf.q.out ql/src/test/results/clientpositive/llap/external_jdbc_table_perf.q.out index ff4a9e3c8a..545cce75a9 100644 --- ql/src/test/results/clientpositive/llap/external_jdbc_table_perf.q.out +++ ql/src/test/results/clientpositive/llap/external_jdbc_table_perf.q.out @@ -1758,6 +1758,7 @@ WHERE "ca_state" IN ('CO', 'IL', 'MN') AND "ca_address_sk" IS NOT NULL) AS "t4" Statistics: Num rows: 1 Data size: 376 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 376 Basic stats: COMPLETE Column stats: NONE @@ -1792,6 +1793,7 @@ WHERE "d_year" = 1999 AND "d_moy" BETWEEN 1 AND 3 AND "d_date_sk" IS NOT NULL) A Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -1820,6 +1822,7 @@ GROUP BY "t0"."ws_bill_customer_sk" Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -1849,6 +1852,7 @@ GROUP BY "t0"."cs_ship_customer_sk" Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -1868,6 +1872,7 @@ GROUP BY "t0"."cs_ship_customer_sk" Statistics: Num rows: 1 Data size: 413 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 413 Basic stats: COMPLETE Column stats: NONE @@ -1892,6 +1897,7 @@ GROUP BY "t0"."cs_ship_customer_sk" Statistics: Num rows: 1 Data size: 454 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 454 Basic stats: COMPLETE Column stats: NONE @@ -1917,6 +1923,7 @@ GROUP BY "t0"."cs_ship_customer_sk" Top N Key Operator sort order: +++++ keys: _col32 (type: char(1)), _col33 (type: char(1)), _col34 (type: char(20)), _col35 (type: int), _col36 (type: char(10)) + null sort order: zzzzz Statistics: Num rows: 1 Data size: 499 Basic stats: COMPLETE Column stats: NONE top n: 100 Group By Operator @@ -1928,6 +1935,7 @@ GROUP BY "t0"."cs_ship_customer_sk" Statistics: Num rows: 1 Data size: 499 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: char(1)), _col1 (type: char(1)), _col2 (type: char(20)), _col3 (type: int), _col4 (type: char(10)) + null sort order: zzzzz sort order: +++++ Map-reduce partition columns: _col0 (type: char(1)), _col1 (type: char(1)), _col2 (type: char(20)), _col3 (type: int), _col4 (type: char(10)) Statistics: Num rows: 1 Data size: 499 Basic stats: COMPLETE Column stats: NONE @@ -1948,6 +1956,7 @@ GROUP BY "t0"."cs_ship_customer_sk" Statistics: Num rows: 1 Data size: 499 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: char(1)), _col1 (type: char(1)), _col2 (type: char(20)), _col4 (type: int), _col6 (type: char(10)) + null sort order: zzzzz sort order: +++++ Statistics: Num rows: 1 Data size: 499 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -2239,6 +2248,7 @@ WHERE "ca_state" IN ('CO', 'IL', 'MN') AND "ca_address_sk" IS NOT NULL) AS "t4" Statistics: Num rows: 1 Data size: 376 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 376 Basic stats: COMPLETE Column stats: NONE @@ -2273,6 +2283,7 @@ WHERE "d_moy" BETWEEN 1 AND 3 AND "d_year" = 1999 AND "d_date_sk" IS NOT NULL) A Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -2301,6 +2312,7 @@ GROUP BY "t0"."ws_bill_customer_sk" Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -2330,6 +2342,7 @@ GROUP BY "t0"."cs_ship_customer_sk" Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -2349,6 +2362,7 @@ GROUP BY "t0"."cs_ship_customer_sk" Statistics: Num rows: 1 Data size: 413 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 413 Basic stats: COMPLETE Column stats: NONE @@ -2373,6 +2387,7 @@ GROUP BY "t0"."cs_ship_customer_sk" Statistics: Num rows: 1 Data size: 454 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 454 Basic stats: COMPLETE Column stats: NONE @@ -2398,6 +2413,7 @@ GROUP BY "t0"."cs_ship_customer_sk" Top N Key Operator sort order: +++++ keys: _col32 (type: char(1)), _col33 (type: char(1)), _col34 (type: char(20)), _col35 (type: int), _col36 (type: char(10)) + null sort order: zzzzz Statistics: Num rows: 1 Data size: 499 Basic stats: COMPLETE Column stats: NONE top n: 100 Group By Operator @@ -2409,6 +2425,7 @@ GROUP BY "t0"."cs_ship_customer_sk" Statistics: Num rows: 1 Data size: 499 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: char(1)), _col1 (type: char(1)), _col2 (type: char(20)), _col3 (type: int), _col4 (type: char(10)) + null sort order: zzzzz sort order: +++++ Map-reduce partition columns: _col0 (type: char(1)), _col1 (type: char(1)), _col2 (type: char(20)), _col3 (type: int), _col4 (type: char(10)) Statistics: Num rows: 1 Data size: 499 Basic stats: COMPLETE Column stats: NONE @@ -2429,6 +2446,7 @@ GROUP BY "t0"."cs_ship_customer_sk" Statistics: Num rows: 1 Data size: 499 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: char(1)), _col1 (type: char(1)), _col2 (type: char(20)), _col4 (type: int), _col6 (type: char(10)) + null sort order: zzzzz sort order: +++++ Statistics: Num rows: 1 Data size: 499 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -2679,6 +2697,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 846 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: char(30)), _col1 (type: char(20)), _col2 (type: date) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: char(30)), _col1 (type: char(20)), _col2 (type: date) Statistics: Num rows: 3 Data size: 846 Basic stats: COMPLETE Column stats: NONE @@ -2703,6 +2722,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 846 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: char(30)), _col1 (type: char(20)), _col2 (type: date) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: char(30)), _col1 (type: char(20)), _col2 (type: date) Statistics: Num rows: 3 Data size: 846 Basic stats: COMPLETE Column stats: NONE @@ -2727,6 +2747,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 846 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: char(30)), _col1 (type: char(20)), _col2 (type: date) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: char(30)), _col1 (type: char(20)), _col2 (type: date) Statistics: Num rows: 3 Data size: 846 Basic stats: COMPLETE Column stats: NONE @@ -2758,6 +2779,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 298 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 298 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -3068,6 +3090,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 636 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: char(16)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: char(16)) Statistics: Num rows: 3 Data size: 636 Basic stats: COMPLETE Column stats: NONE @@ -3092,6 +3115,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 636 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: char(16)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: char(16)) Statistics: Num rows: 3 Data size: 636 Basic stats: COMPLETE Column stats: NONE @@ -3116,6 +3140,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 636 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: char(16)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: char(16)) Statistics: Num rows: 3 Data size: 636 Basic stats: COMPLETE Column stats: NONE @@ -3133,6 +3158,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 212 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: decimal(27,2)) + null sort order: z sort order: + Statistics: Num rows: 1 Data size: 212 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -3548,6 +3574,7 @@ WHERE "sr_item_sk" IS NOT NULL AND "sr_returned_date_sk" IS NOT NULL) AS "t2" ON Statistics: Num rows: 1 Data size: 64 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: date) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: date) Statistics: Num rows: 1 Data size: 64 Basic stats: COMPLETE Column stats: NONE @@ -3578,6 +3605,7 @@ WHERE "d_date" IN (DATE '1998-01-02', DATE '1998-10-15', DATE '1998-11-10') AND Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -3601,18 +3629,21 @@ WHERE "i_item_sk" IS NOT NULL AND "i_item_id" IS NOT NULL Statistics: Num rows: 1 Data size: 104 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 104 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: char(16)) Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 104 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: char(16)) Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 104 Basic stats: COMPLETE Column stats: NONE @@ -3641,6 +3672,7 @@ WHERE "wr_item_sk" IS NOT NULL AND "wr_returned_date_sk" IS NOT NULL) AS "t2" ON Statistics: Num rows: 1 Data size: 64 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: date) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: date) Statistics: Num rows: 1 Data size: 64 Basic stats: COMPLETE Column stats: NONE @@ -3669,6 +3701,7 @@ WHERE "cr_item_sk" IS NOT NULL AND "cr_returned_date_sk" IS NOT NULL) AS "t2" ON Statistics: Num rows: 1 Data size: 64 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: date) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: date) Statistics: Num rows: 1 Data size: 64 Basic stats: COMPLETE Column stats: NONE @@ -3693,6 +3726,7 @@ WHERE "d_week_seq" IS NOT NULL AND "d_date" IS NOT NULL Statistics: Num rows: 1 Data size: 60 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col4 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: int) Statistics: Num rows: 1 Data size: 60 Basic stats: COMPLETE Column stats: NONE @@ -3709,16 +3743,19 @@ WHERE "d_week_seq" IS NOT NULL AND "d_date" IS NOT NULL Statistics: Num rows: 1 Data size: 66 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: date) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: date) Statistics: Num rows: 1 Data size: 66 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: date) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: date) Statistics: Num rows: 1 Data size: 66 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: date) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: date) Statistics: Num rows: 1 Data size: 66 Basic stats: COMPLETE Column stats: NONE @@ -3735,6 +3772,7 @@ WHERE "d_week_seq" IS NOT NULL AND "d_date" IS NOT NULL Statistics: Num rows: 1 Data size: 70 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col30 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col30 (type: int) Statistics: Num rows: 1 Data size: 70 Basic stats: COMPLETE Column stats: NONE @@ -3759,6 +3797,7 @@ WHERE "d_week_seq" IS NOT NULL AND "d_date" IS NOT NULL Statistics: Num rows: 1 Data size: 77 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: char(16)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: char(16)) Statistics: Num rows: 1 Data size: 77 Basic stats: COMPLETE Column stats: NONE @@ -3778,6 +3817,7 @@ WHERE "d_week_seq" IS NOT NULL AND "d_date" IS NOT NULL Statistics: Num rows: 1 Data size: 77 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: char(16)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: char(16)) Statistics: Num rows: 1 Data size: 77 Basic stats: COMPLETE Column stats: NONE @@ -3795,6 +3835,7 @@ WHERE "d_week_seq" IS NOT NULL AND "d_date" IS NOT NULL Statistics: Num rows: 1 Data size: 70 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col30 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col30 (type: int) Statistics: Num rows: 1 Data size: 70 Basic stats: COMPLETE Column stats: NONE @@ -3819,6 +3860,7 @@ WHERE "d_week_seq" IS NOT NULL AND "d_date" IS NOT NULL Statistics: Num rows: 1 Data size: 77 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: char(16)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: char(16)) Statistics: Num rows: 1 Data size: 77 Basic stats: COMPLETE Column stats: NONE @@ -3838,6 +3880,7 @@ WHERE "d_week_seq" IS NOT NULL AND "d_date" IS NOT NULL Statistics: Num rows: 1 Data size: 77 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: char(16)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: char(16)) Statistics: Num rows: 1 Data size: 77 Basic stats: COMPLETE Column stats: NONE @@ -3855,6 +3898,7 @@ WHERE "d_week_seq" IS NOT NULL AND "d_date" IS NOT NULL Statistics: Num rows: 1 Data size: 70 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col30 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col30 (type: int) Statistics: Num rows: 1 Data size: 70 Basic stats: COMPLETE Column stats: NONE @@ -3879,6 +3923,7 @@ WHERE "d_week_seq" IS NOT NULL AND "d_date" IS NOT NULL Statistics: Num rows: 1 Data size: 77 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: char(16)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: char(16)) Statistics: Num rows: 1 Data size: 77 Basic stats: COMPLETE Column stats: NONE @@ -3898,6 +3943,7 @@ WHERE "d_week_seq" IS NOT NULL AND "d_date" IS NOT NULL Statistics: Num rows: 1 Data size: 77 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: char(16)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: char(16)) Statistics: Num rows: 1 Data size: 77 Basic stats: COMPLETE Column stats: NONE @@ -3915,6 +3961,7 @@ WHERE "d_week_seq" IS NOT NULL AND "d_date" IS NOT NULL Statistics: Num rows: 1 Data size: 84 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: char(16)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: char(16)) Statistics: Num rows: 1 Data size: 84 Basic stats: COMPLETE Column stats: NONE @@ -3936,6 +3983,7 @@ WHERE "d_week_seq" IS NOT NULL AND "d_date" IS NOT NULL Statistics: Num rows: 1 Data size: 92 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: char(16)), _col1 (type: bigint) + null sort order: zz sort order: ++ Statistics: Num rows: 1 Data size: 92 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -3976,6 +4024,7 @@ WHERE "d_week_seq" IS NOT NULL AND "d_date" IS NOT NULL Statistics: Num rows: 1 Data size: 66 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: date) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: date) Statistics: Num rows: 1 Data size: 66 Basic stats: COMPLETE Column stats: NONE @@ -4182,6 +4231,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 348 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 348 Basic stats: COMPLETE Column stats: NONE @@ -4206,6 +4256,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 348 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 348 Basic stats: COMPLETE Column stats: NONE @@ -4230,6 +4281,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 348 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 348 Basic stats: COMPLETE Column stats: NONE @@ -4247,6 +4299,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: decimal(27,2)) + null sort order: z sort order: + Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -4777,6 +4830,7 @@ WHERE ("hd_vehicle_count" <= 5 OR "hd_vehicle_count" <= 2 OR "hd_vehicle_count" outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -4809,6 +4863,7 @@ WHERE ("hd_vehicle_count" <= 5 OR "hd_vehicle_count" <= 2 OR "hd_vehicle_count" outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -4841,6 +4896,7 @@ WHERE ("hd_vehicle_count" <= 5 OR "hd_vehicle_count" <= 2 OR "hd_vehicle_count" outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -4873,6 +4929,7 @@ WHERE ("hd_vehicle_count" <= 5 OR "hd_vehicle_count" <= 2 OR "hd_vehicle_count" outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -4905,6 +4962,7 @@ WHERE ("hd_vehicle_count" <= 5 OR "hd_vehicle_count" <= 2 OR "hd_vehicle_count" outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -4937,6 +4995,7 @@ WHERE ("hd_vehicle_count" <= 5 OR "hd_vehicle_count" <= 2 OR "hd_vehicle_count" outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -4969,6 +5028,7 @@ WHERE ("hd_vehicle_count" <= 5 OR "hd_vehicle_count" <= 2 OR "hd_vehicle_count" outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -5001,6 +5061,7 @@ WHERE ("hd_vehicle_count" <= 5 OR "hd_vehicle_count" <= 2 OR "hd_vehicle_count" outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -5018,6 +5079,7 @@ WHERE ("hd_vehicle_count" <= 5 OR "hd_vehicle_count" <= 2 OR "hd_vehicle_count" outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 17 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 17 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -5033,6 +5095,7 @@ WHERE ("hd_vehicle_count" <= 5 OR "hd_vehicle_count" <= 2 OR "hd_vehicle_count" outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 26 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 26 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: bigint) @@ -5048,6 +5111,7 @@ WHERE ("hd_vehicle_count" <= 5 OR "hd_vehicle_count" <= 2 OR "hd_vehicle_count" outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 35 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 35 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: bigint), _col3 (type: bigint) @@ -5063,6 +5127,7 @@ WHERE ("hd_vehicle_count" <= 5 OR "hd_vehicle_count" <= 2 OR "hd_vehicle_count" outputColumnNames: _col0, _col1, _col2, _col3, _col4 Statistics: Num rows: 1 Data size: 44 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 44 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: bigint), _col3 (type: bigint), _col4 (type: bigint) @@ -5078,6 +5143,7 @@ WHERE ("hd_vehicle_count" <= 5 OR "hd_vehicle_count" <= 2 OR "hd_vehicle_count" outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5 Statistics: Num rows: 1 Data size: 53 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 53 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: bigint), _col3 (type: bigint), _col4 (type: bigint), _col5 (type: bigint) @@ -5093,6 +5159,7 @@ WHERE ("hd_vehicle_count" <= 5 OR "hd_vehicle_count" <= 2 OR "hd_vehicle_count" outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6 Statistics: Num rows: 1 Data size: 62 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 62 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: bigint), _col3 (type: bigint), _col4 (type: bigint), _col5 (type: bigint), _col6 (type: bigint) @@ -5589,6 +5656,7 @@ GROUP BY "t2"."r_reason_desc" Statistics: Num rows: 1 Data size: 440 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: double), _col2 (type: decimal(31,26)), _col3 (type: decimal(31,26)) + null sort order: zzzz sort order: ++++ Statistics: Num rows: 1 Data size: 440 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/llap/filter_union.q.out ql/src/test/results/clientpositive/llap/filter_union.q.out index 3a968ca6c1..0df77762a0 100644 --- ql/src/test/results/clientpositive/llap/filter_union.q.out +++ ql/src/test/results/clientpositive/llap/filter_union.q.out @@ -351,6 +351,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -444,6 +445,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -531,6 +533,7 @@ STAGE PLANS: Top N Key Operator sort order: + keys: key (type: string) + null sort order: a Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE top n: 0 Group By Operator @@ -542,6 +545,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/fullouter_mapjoin_1_optimized.q.out ql/src/test/results/clientpositive/llap/fullouter_mapjoin_1_optimized.q.out index ad08b9b163..7da8ad7b55 100644 --- ql/src/test/results/clientpositive/llap/fullouter_mapjoin_1_optimized.q.out +++ ql/src/test/results/clientpositive/llap/fullouter_mapjoin_1_optimized.q.out @@ -230,6 +230,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 80 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 11 Data size: 80 Basic stats: COMPLETE Column stats: NONE @@ -246,6 +247,7 @@ STAGE PLANS: Statistics: Num rows: 54 Data size: 3432 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 54 Data size: 3432 Basic stats: COMPLETE Column stats: NONE @@ -265,6 +267,7 @@ STAGE PLANS: Statistics: Num rows: 59 Data size: 3775 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: z sort order: + Statistics: Num rows: 59 Data size: 3775 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: bigint), _col2 (type: date) @@ -408,6 +411,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 80 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 11 Data size: 80 Basic stats: COMPLETE Column stats: NONE @@ -424,6 +428,7 @@ STAGE PLANS: Statistics: Num rows: 54 Data size: 3432 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 54 Data size: 3432 Basic stats: COMPLETE Column stats: NONE @@ -446,6 +451,7 @@ STAGE PLANS: DynamicPartitionHashJoin: true Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: z sort order: + Statistics: Num rows: 59 Data size: 3775 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: bigint), _col2 (type: date) @@ -884,6 +890,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 63 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: smallint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: smallint) Statistics: Num rows: 13 Data size: 63 Basic stats: COMPLETE Column stats: NONE @@ -900,6 +907,7 @@ STAGE PLANS: Statistics: Num rows: 72 Data size: 2208 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: smallint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: smallint) Statistics: Num rows: 72 Data size: 2208 Basic stats: COMPLETE Column stats: NONE @@ -922,6 +930,7 @@ STAGE PLANS: DynamicPartitionHashJoin: true Reduce Output Operator key expressions: _col0 (type: smallint) + null sort order: z sort order: + Statistics: Num rows: 79 Data size: 2428 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: smallint), _col2 (type: timestamp) @@ -1156,6 +1165,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 173 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 11 Data size: 173 Basic stats: COMPLETE Column stats: NONE @@ -1173,6 +1183,7 @@ STAGE PLANS: Statistics: Num rows: 81 Data size: 1703 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 81 Data size: 1703 Basic stats: COMPLETE Column stats: NONE @@ -1195,6 +1206,7 @@ STAGE PLANS: DynamicPartitionHashJoin: true Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 89 Data size: 1873 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: string), _col2 (type: int), _col3 (type: decimal(38,18)) @@ -1437,6 +1449,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 106 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 12 Data size: 106 Basic stats: COMPLETE Column stats: NONE @@ -1453,6 +1466,7 @@ STAGE PLANS: Statistics: Num rows: 39 Data size: 381 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 39 Data size: 381 Basic stats: COMPLETE Column stats: NONE @@ -1474,6 +1488,7 @@ STAGE PLANS: DynamicPartitionHashJoin: true Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 42 Data size: 419 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: int) @@ -1794,6 +1809,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 88 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: smallint), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: smallint), _col1 (type: int) Statistics: Num rows: 13 Data size: 88 Basic stats: COMPLETE Column stats: NONE @@ -1810,6 +1826,7 @@ STAGE PLANS: Statistics: Num rows: 92 Data size: 724 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: smallint), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: smallint), _col1 (type: int) Statistics: Num rows: 92 Data size: 724 Basic stats: COMPLETE Column stats: NONE @@ -1831,6 +1848,7 @@ STAGE PLANS: DynamicPartitionHashJoin: true Reduce Output Operator key expressions: _col0 (type: smallint), _col1 (type: int) + null sort order: zz sort order: ++ Statistics: Num rows: 101 Data size: 796 Basic stats: COMPLETE Column stats: NONE value expressions: _col2 (type: smallint), _col3 (type: int) @@ -2446,6 +2464,7 @@ STAGE PLANS: Statistics: Num rows: 17 Data size: 1729 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: timestamp), _col1 (type: smallint), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: timestamp), _col1 (type: smallint), _col2 (type: string) Statistics: Num rows: 17 Data size: 1729 Basic stats: COMPLETE Column stats: NONE @@ -2462,6 +2481,7 @@ STAGE PLANS: Statistics: Num rows: 118 Data size: 28216 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: timestamp), _col1 (type: smallint), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: timestamp), _col1 (type: smallint), _col2 (type: string) Statistics: Num rows: 118 Data size: 28216 Basic stats: COMPLETE Column stats: NONE @@ -2484,6 +2504,7 @@ STAGE PLANS: DynamicPartitionHashJoin: true Reduce Output Operator key expressions: _col0 (type: timestamp), _col1 (type: smallint) + null sort order: zz sort order: ++ Statistics: Num rows: 129 Data size: 31037 Basic stats: COMPLETE Column stats: NONE value expressions: _col2 (type: string), _col3 (type: timestamp), _col4 (type: smallint), _col5 (type: string), _col6 (type: decimal(38,18)) @@ -2887,6 +2908,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1056 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1056 Basic stats: COMPLETE Column stats: NONE @@ -2903,6 +2925,7 @@ STAGE PLANS: Statistics: Num rows: 38 Data size: 6606 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 38 Data size: 6606 Basic stats: COMPLETE Column stats: NONE @@ -2925,6 +2948,7 @@ STAGE PLANS: DynamicPartitionHashJoin: true Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 41 Data size: 7266 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: string), _col2 (type: date), _col3 (type: timestamp) diff --git ql/src/test/results/clientpositive/llap/groupby1.q.out ql/src/test/results/clientpositive/llap/groupby1.q.out index dc6d3711e9..989f50b501 100644 --- ql/src/test/results/clientpositive/llap/groupby1.q.out +++ ql/src/test/results/clientpositive/llap/groupby1.q.out @@ -42,6 +42,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: rand() (type: double) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -59,6 +60,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/groupby2.q.out ql/src/test/results/clientpositive/llap/groupby2.q.out index baeb18b384..ba64f37507 100644 --- ql/src/test/results/clientpositive/llap/groupby2.q.out +++ ql/src/test/results/clientpositive/llap/groupby2.q.out @@ -46,6 +46,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -62,6 +63,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 100000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 100000 Basic stats: COMPLETE Column stats: COMPLETE @@ -92,6 +94,7 @@ STAGE PLANS: outputColumnNames: key, c1, c2 Statistics: Num rows: 316 Data size: 117552 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Map-reduce partition columns: rand() (type: double) Statistics: Num rows: 316 Data size: 117552 Basic stats: COMPLETE Column stats: COMPLETE @@ -105,6 +108,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1304 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1304 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) diff --git ql/src/test/results/clientpositive/llap/groupby3.q.out ql/src/test/results/clientpositive/llap/groupby3.q.out index 6a3ded3376..d4818889f7 100644 --- ql/src/test/results/clientpositive/llap/groupby3.q.out +++ ql/src/test/results/clientpositive/llap/groupby3.q.out @@ -63,6 +63,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: substr(value, 5) (type: string) + null sort order: a sort order: + Map-reduce partition columns: substr(value, 5) (type: string) Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE @@ -77,6 +78,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 Statistics: Num rows: 1 Data size: 1208 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Map-reduce partition columns: rand() (type: double) Statistics: Num rows: 1 Data size: 1208 Basic stats: COMPLETE Column stats: COMPLETE @@ -111,6 +113,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 Statistics: Num rows: 1 Data size: 3816 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 3816 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct), _col4 (type: struct), _col5 (type: struct), _col6 (type: struct), _col7 (type: struct), _col8 (type: struct) diff --git ql/src/test/results/clientpositive/llap/groupby_groupingset_bug.q.out ql/src/test/results/clientpositive/llap/groupby_groupingset_bug.q.out index 63d56172b7..a8c1d56ef7 100644 --- ql/src/test/results/clientpositive/llap/groupby_groupingset_bug.q.out +++ ql/src/test/results/clientpositive/llap/groupby_groupingset_bug.q.out @@ -233,30 +233,31 @@ Stage-0 Output:["_col0"] <-Reducer 5 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_140] + null sort order:z,sort order:+ Select Operator [SEL_139] (rows=2 width=8) Output:["_col0"] Group By Operator [GBY_138] (rows=2 width=12) Output:["_col0","_col1"],aggregations:["count(VALUE._col0)"],keys:KEY._col0 <-Map 4 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_137] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_136] (rows=2 width=12) Output:["_col0","_col1"],aggregations:["count()"],keys:_col8 Map Join Operator [MAPJOIN_135] (rows=5185194 width=4) Conds:MAPJOIN_134._col6=RS_128._col0(Inner),Output:["_col8"] <-Map 7 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_128] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Map Join Operator [MAPJOIN_127] (rows=28 width=8) Conds:SEL_126._col1=RS_124._col0(Inner),Output:["_col0","_col1"] <-Reducer 9 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_124] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_123] (rows=2 width=4) Output:["_col0"],keys:KEY._col0 <-Map 8 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_122] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_121] (rows=2 width=4) Output:["_col0"],keys:d_month_seq Select Operator [SEL_120] (rows=4 width=12) @@ -281,12 +282,12 @@ Stage-0 Conds:RS_31._col0=SEL_133._col0(Inner),Output:["_col6"] <-Map 1 [BROADCAST_EDGE] llap BROADCAST [RS_31] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Map Join Operator [MAPJOIN_102] (rows=6 width=228) Conds:SEL_2._col1=RS_116._col1(Inner),Output:["_col0","_col2","_col3"],residual filter predicates:{(_col2 > _col3)} <-Reducer 3 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_116] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_115] (rows=1 width=197) Output:["_col0","_col1"] Filter Operator [FIL_114] (rows=1 width=197) @@ -295,7 +296,7 @@ Stage-0 Output:["_col0","_col1"],aggregations:["min(VALUE._col0)"],keys:KEY._col0 <-Map 2 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_112] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_111] (rows=1 width=197) Output:["_col0","_col1"],aggregations:["min(i_current_price)"],keys:i_category Filter Operator [FIL_110] (rows=18 width=197) diff --git ql/src/test/results/clientpositive/llap/groupby_resolution.q.out ql/src/test/results/clientpositive/llap/groupby_resolution.q.out index cc8a487262..4a5a53f56f 100644 --- ql/src/test/results/clientpositive/llap/groupby_resolution.q.out +++ ql/src/test/results/clientpositive/llap/groupby_resolution.q.out @@ -29,6 +29,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -88,6 +89,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -148,6 +150,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: rand() (type: double) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -164,6 +167,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE @@ -223,6 +227,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: rand() (type: double) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -239,6 +244,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE @@ -304,6 +310,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -371,6 +378,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -439,6 +447,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: rand() (type: double) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -456,6 +465,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -522,6 +532,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: rand() (type: double) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -539,6 +550,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -701,6 +713,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 7885 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: rand() (type: double) Statistics: Num rows: 83 Data size: 7885 Basic stats: COMPLETE Column stats: COMPLETE @@ -718,6 +731,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 7885 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 83 Data size: 7885 Basic stats: COMPLETE Column stats: COMPLETE @@ -733,6 +747,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 7885 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: 0 (type: int), _col1 (type: bigint) + null sort order: az sort order: ++ Map-reduce partition columns: 0 (type: int) Statistics: Num rows: 83 Data size: 7885 Basic stats: COMPLETE Column stats: COMPLETE @@ -845,6 +860,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/groupby_rollup_empty.q.out ql/src/test/results/clientpositive/llap/groupby_rollup_empty.q.out index 45d2a4d192..a08fae1e91 100644 --- ql/src/test/results/clientpositive/llap/groupby_rollup_empty.q.out +++ ql/src/test/results/clientpositive/llap/groupby_rollup_empty.q.out @@ -187,6 +187,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 36 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) Statistics: Num rows: 3 Data size: 36 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/llap/groupby_rollup_empty2.q.out ql/src/test/results/clientpositive/llap/groupby_rollup_empty2.q.out index 2420e379ac..ca6d137b1a 100644 --- ql/src/test/results/clientpositive/llap/groupby_rollup_empty2.q.out +++ ql/src/test/results/clientpositive/llap/groupby_rollup_empty2.q.out @@ -105,6 +105,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 270 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 270 Basic stats: COMPLETE Column stats: COMPLETE @@ -159,6 +160,7 @@ STAGE PLANS: Statistics: Num rows: 15 Data size: 1470 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string), _col2 (type: bigint) Statistics: Num rows: 15 Data size: 1470 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/having.q.out ql/src/test/results/clientpositive/llap/having.q.out index 69c02566ee..a1fa91ae31 100644 --- ql/src/test/results/clientpositive/llap/having.q.out +++ ql/src/test/results/clientpositive/llap/having.q.out @@ -36,6 +36,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -132,6 +133,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 67750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 67750 Basic stats: COMPLETE Column stats: COMPLETE @@ -515,6 +517,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 67750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 67750 Basic stats: COMPLETE Column stats: COMPLETE @@ -796,6 +799,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 22493 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 83 Data size: 22493 Basic stats: COMPLETE Column stats: COMPLETE @@ -1003,6 +1007,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 67750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 67750 Basic stats: COMPLETE Column stats: COMPLETE @@ -1280,6 +1285,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/hybridgrace_hashjoin_1.q.out ql/src/test/results/clientpositive/llap/hybridgrace_hashjoin_1.q.out index f39dc2b781..0ed76bf8fb 100644 --- ql/src/test/results/clientpositive/llap/hybridgrace_hashjoin_1.q.out +++ ql/src/test/results/clientpositive/llap/hybridgrace_hashjoin_1.q.out @@ -69,6 +69,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -89,6 +90,7 @@ STAGE PLANS: Statistics: Num rows: 12288 Data size: 36696 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 12288 Data size: 36696 Basic stats: COMPLETE Column stats: COMPLETE @@ -197,6 +199,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -217,6 +220,7 @@ STAGE PLANS: Statistics: Num rows: 12288 Data size: 36696 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 12288 Data size: 36696 Basic stats: COMPLETE Column stats: COMPLETE @@ -323,6 +327,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -343,6 +348,7 @@ STAGE PLANS: Statistics: Num rows: 9173 Data size: 27396 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 9173 Data size: 27396 Basic stats: COMPLETE Column stats: COMPLETE @@ -447,6 +453,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -467,6 +474,7 @@ STAGE PLANS: Statistics: Num rows: 9173 Data size: 27396 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 9173 Data size: 27396 Basic stats: COMPLETE Column stats: COMPLETE @@ -567,6 +575,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -587,6 +596,7 @@ STAGE PLANS: Statistics: Num rows: 9173 Data size: 27396 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 9173 Data size: 27396 Basic stats: COMPLETE Column stats: COMPLETE @@ -687,6 +697,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -707,6 +718,7 @@ STAGE PLANS: Statistics: Num rows: 9173 Data size: 27396 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 9173 Data size: 27396 Basic stats: COMPLETE Column stats: COMPLETE @@ -847,6 +859,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -867,6 +880,7 @@ STAGE PLANS: Statistics: Num rows: 499 Data size: 87443 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 499 Data size: 87443 Basic stats: COMPLETE Column stats: NONE @@ -980,6 +994,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -1000,6 +1015,7 @@ STAGE PLANS: Statistics: Num rows: 499 Data size: 87443 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 499 Data size: 87443 Basic stats: COMPLETE Column stats: NONE @@ -1098,6 +1114,7 @@ STAGE PLANS: Statistics: Num rows: 499 Data size: 87443 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 499 Data size: 87443 Basic stats: COMPLETE Column stats: NONE @@ -1118,6 +1135,7 @@ STAGE PLANS: Statistics: Num rows: 499 Data size: 87443 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 499 Data size: 87443 Basic stats: COMPLETE Column stats: NONE @@ -1140,6 +1158,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -1236,6 +1255,7 @@ STAGE PLANS: Statistics: Num rows: 499 Data size: 87443 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 499 Data size: 87443 Basic stats: COMPLETE Column stats: NONE @@ -1256,6 +1276,7 @@ STAGE PLANS: Statistics: Num rows: 499 Data size: 87443 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 499 Data size: 87443 Basic stats: COMPLETE Column stats: NONE @@ -1278,6 +1299,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -1395,6 +1417,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 551 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 5 Data size: 551 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: decimal(20,10)) @@ -1414,6 +1437,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 551 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 5 Data size: 551 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: decimal(23,14)) @@ -1604,6 +1628,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 551 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 5 Data size: 551 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: decimal(20,10)) @@ -1623,6 +1648,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 551 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 5 Data size: 551 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: decimal(23,14)) diff --git ql/src/test/results/clientpositive/llap/hybridgrace_hashjoin_2.q.out ql/src/test/results/clientpositive/llap/hybridgrace_hashjoin_2.q.out index 59a9dfb3c5..99cab932e5 100644 --- ql/src/test/results/clientpositive/llap/hybridgrace_hashjoin_2.q.out +++ ql/src/test/results/clientpositive/llap/hybridgrace_hashjoin_2.q.out @@ -66,6 +66,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -106,6 +107,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -122,6 +124,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -224,6 +227,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -264,6 +268,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -280,6 +285,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -384,6 +390,7 @@ STAGE PLANS: Statistics: Num rows: 25/25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 25/25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -410,6 +417,7 @@ STAGE PLANS: Statistics: Num rows: 158/148 Data size: 13588 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 158/148 Data size: 13588 Basic stats: COMPLETE Column stats: COMPLETE @@ -450,6 +458,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1/1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1/1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -466,6 +475,7 @@ STAGE PLANS: Statistics: Num rows: 500/500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500/500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -580,6 +590,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -606,6 +617,7 @@ STAGE PLANS: Statistics: Num rows: 158 Data size: 13588 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 158 Data size: 13588 Basic stats: COMPLETE Column stats: COMPLETE @@ -646,6 +658,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -662,6 +675,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -769,6 +783,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -795,6 +810,7 @@ STAGE PLANS: Statistics: Num rows: 158 Data size: 13588 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 158 Data size: 13588 Basic stats: COMPLETE Column stats: COMPLETE @@ -835,6 +851,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -851,6 +868,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -975,6 +993,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -991,6 +1010,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: value (type: string) + null sort order: a sort order: + Map-reduce partition columns: value (type: string) Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE @@ -1031,6 +1051,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1047,6 +1068,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -1063,6 +1085,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2225 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: value (type: string) + null sort order: a sort order: + Map-reduce partition columns: value (type: string) Statistics: Num rows: 25 Data size: 2225 Basic stats: COMPLETE Column stats: COMPLETE @@ -1103,6 +1126,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1124,6 +1148,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1158,6 +1183,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1265,6 +1291,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -1281,6 +1308,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: value (type: string) + null sort order: a sort order: + Map-reduce partition columns: value (type: string) Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE @@ -1321,6 +1349,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1337,6 +1366,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -1353,6 +1383,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2225 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: value (type: string) + null sort order: a sort order: + Map-reduce partition columns: value (type: string) Statistics: Num rows: 25 Data size: 2225 Basic stats: COMPLETE Column stats: COMPLETE @@ -1393,6 +1424,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1414,6 +1446,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1448,6 +1481,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1563,6 +1597,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 350 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 2 Data size: 350 Basic stats: COMPLETE Column stats: COMPLETE @@ -1624,6 +1659,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1640,6 +1676,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE @@ -1656,6 +1693,7 @@ STAGE PLANS: Statistics: Num rows: 222 Data size: 39516 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: value (type: string) + null sort order: a sort order: + Map-reduce partition columns: value (type: string) Statistics: Num rows: 222 Data size: 39516 Basic stats: COMPLETE Column stats: COMPLETE @@ -1672,6 +1710,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 15106 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: value (type: string) + null sort order: a sort order: + Map-reduce partition columns: value (type: string) Statistics: Num rows: 166 Data size: 15106 Basic stats: COMPLETE Column stats: COMPLETE @@ -1794,6 +1833,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 350 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 2 Data size: 350 Basic stats: COMPLETE Column stats: COMPLETE @@ -1855,6 +1895,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1871,6 +1912,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE @@ -1887,6 +1929,7 @@ STAGE PLANS: Statistics: Num rows: 222 Data size: 39516 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: value (type: string) + null sort order: a sort order: + Map-reduce partition columns: value (type: string) Statistics: Num rows: 222 Data size: 39516 Basic stats: COMPLETE Column stats: COMPLETE @@ -1903,6 +1946,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 15106 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: value (type: string) + null sort order: a sort order: + Map-reduce partition columns: value (type: string) Statistics: Num rows: 166 Data size: 15106 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/identity_project_remove_skip.q.out ql/src/test/results/clientpositive/llap/identity_project_remove_skip.q.out index cc557b3dd9..285f6b78d4 100644 --- ql/src/test/results/clientpositive/llap/identity_project_remove_skip.q.out +++ ql/src/test/results/clientpositive/llap/identity_project_remove_skip.q.out @@ -45,6 +45,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: '105' (type: string) + null sort order: a sort order: + Map-reduce partition columns: '105' (type: string) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/insert1.q.out ql/src/test/results/clientpositive/llap/insert1.q.out index a62f36292c..13075a0574 100644 --- ql/src/test/results/clientpositive/llap/insert1.q.out +++ ql/src/test/results/clientpositive/llap/insert1.q.out @@ -78,6 +78,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 1052 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1052 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -174,6 +175,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 1052 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1052 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -284,6 +286,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 1052 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1052 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -380,6 +383,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 1052 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1052 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -486,6 +490,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 1052 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1052 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -515,6 +520,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 1052 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1052 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/llap/insert1_overwrite_partitions.q.out ql/src/test/results/clientpositive/llap/insert1_overwrite_partitions.q.out index 40e2b6ea29..d51654bc5b 100644 --- ql/src/test/results/clientpositive/llap/insert1_overwrite_partitions.q.out +++ ql/src/test/results/clientpositive/llap/insert1_overwrite_partitions.q.out @@ -71,6 +71,7 @@ STAGE PLANS: Statistics: Num rows: 99 Data size: 31648 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: -- Statistics: Num rows: 99 Data size: 31648 Basic stats: PARTIAL Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -107,6 +108,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 1595 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 5 Data size: 1595 Basic stats: PARTIAL Column stats: NONE @@ -268,6 +270,7 @@ STAGE PLANS: Statistics: Num rows: 99 Data size: 31648 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: -- Statistics: Num rows: 99 Data size: 31648 Basic stats: PARTIAL Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -302,6 +305,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 1248 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1248 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -434,6 +438,7 @@ STAGE PLANS: Statistics: Num rows: 99 Data size: 31648 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: -- Statistics: Num rows: 99 Data size: 31648 Basic stats: PARTIAL Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -470,6 +475,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 1595 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 5 Data size: 1595 Basic stats: PARTIAL Column stats: NONE diff --git ql/src/test/results/clientpositive/llap/insert_into1.q.out ql/src/test/results/clientpositive/llap/insert_into1.q.out index 0c284c47d1..dd9140d3b6 100644 --- ql/src/test/results/clientpositive/llap/insert_into1.q.out +++ ql/src/test/results/clientpositive/llap/insert_into1.q.out @@ -44,6 +44,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -83,6 +84,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -209,6 +211,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -248,6 +251,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -374,6 +378,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -413,6 +418,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -556,6 +562,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -659,6 +666,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -828,6 +836,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/llap/insert_into2.q.out ql/src/test/results/clientpositive/llap/insert_into2.q.out index 317ae2b732..161318b720 100644 --- ql/src/test/results/clientpositive/llap/insert_into2.q.out +++ ql/src/test/results/clientpositive/llap/insert_into2.q.out @@ -48,6 +48,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -89,6 +90,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 949 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 949 Basic stats: COMPLETE Column stats: COMPLETE @@ -266,6 +268,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -307,6 +310,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 949 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 949 Basic stats: COMPLETE Column stats: COMPLETE @@ -449,6 +453,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -490,6 +495,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 949 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 949 Basic stats: COMPLETE Column stats: COMPLETE @@ -645,6 +651,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/llap/insert_into_default_keyword.q.out ql/src/test/results/clientpositive/llap/insert_into_default_keyword.q.out index 3ddaf85093..fde8a0b67b 100644 --- ql/src/test/results/clientpositive/llap/insert_into_default_keyword.q.out +++ ql/src/test/results/clientpositive/llap/insert_into_default_keyword.q.out @@ -54,6 +54,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: UDFToInteger(_col0) (type: int) + null sort order: a sort order: + Map-reduce partition columns: UDFToInteger(_col0) (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -87,6 +88,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -195,6 +197,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -228,6 +231,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -336,6 +340,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -369,6 +374,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -478,6 +484,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 88 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: UDFToInteger(_col0) (type: int) + null sort order: a sort order: + Map-reduce partition columns: UDFToInteger(_col0) (type: int) Statistics: Num rows: 1 Data size: 88 Basic stats: COMPLETE Column stats: COMPLETE @@ -511,6 +518,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -619,6 +627,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -652,6 +661,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -778,6 +788,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -811,6 +822,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -929,6 +941,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: UDFToInteger(_col0) (type: int) + null sort order: a sort order: + Map-reduce partition columns: UDFToInteger(_col0) (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -962,6 +975,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -1070,6 +1084,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -1103,6 +1118,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -1211,6 +1227,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1244,6 +1261,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -1353,6 +1371,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 84 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 84 Basic stats: COMPLETE Column stats: COMPLETE @@ -1386,6 +1405,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -1494,6 +1514,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -1527,6 +1548,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -1635,6 +1657,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1668,6 +1691,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -1776,6 +1800,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -1809,6 +1834,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -1942,6 +1968,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 169 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: z sort order: + Map-reduce partition columns: UDFToInteger(_col0) (type: int) Statistics: Num rows: 1 Data size: 169 Basic stats: COMPLETE Column stats: COMPLETE @@ -2054,6 +2081,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 88 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: z sort order: + Map-reduce partition columns: UDFToInteger(_col0) (type: int) Statistics: Num rows: 1 Data size: 88 Basic stats: COMPLETE Column stats: COMPLETE @@ -2194,6 +2222,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 933 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 933 Basic stats: COMPLETE Column stats: COMPLETE @@ -2331,6 +2360,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 933 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 933 Basic stats: COMPLETE Column stats: COMPLETE @@ -2451,6 +2481,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 933 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 933 Basic stats: COMPLETE Column stats: COMPLETE @@ -2629,6 +2660,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -2645,6 +2677,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -2670,6 +2703,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: null (type: string) + null sort order: a sort order: + Map-reduce partition columns: null (type: string) Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE @@ -2701,6 +2735,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1304 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1304 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) @@ -2838,6 +2873,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE @@ -2851,6 +2887,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 182 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 2 Data size: 182 Basic stats: COMPLETE Column stats: COMPLETE @@ -2877,6 +2914,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 76 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: z sort order: + Map-reduce partition columns: UDFToInteger(_col0) (type: int) Statistics: Num rows: 1 Data size: 76 Basic stats: COMPLETE Column stats: COMPLETE @@ -2889,6 +2927,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 256 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: z sort order: + Map-reduce partition columns: UDFToInteger(_col0) (type: int) Statistics: Num rows: 1 Data size: 256 Basic stats: COMPLETE Column stats: COMPLETE @@ -2909,6 +2948,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 84 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: struct) Statistics: Num rows: 1 Data size: 84 Basic stats: COMPLETE Column stats: COMPLETE @@ -2922,6 +2962,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 95 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: null (type: string) + null sort order: a sort order: + Map-reduce partition columns: null (type: string) Statistics: Num rows: 1 Data size: 95 Basic stats: COMPLETE Column stats: COMPLETE @@ -3009,6 +3050,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1304 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1304 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) @@ -3180,6 +3222,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -3192,6 +3235,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -3215,6 +3259,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: 404 (type: int) + null sort order: a sort order: + Map-reduce partition columns: 404 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -3245,6 +3290,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 424 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 424 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct) diff --git ql/src/test/results/clientpositive/llap/insert_only_empty_query.q.out ql/src/test/results/clientpositive/llap/insert_only_empty_query.q.out index cf0016c6c9..96bcd6faee 100644 --- ql/src/test/results/clientpositive/llap/insert_only_empty_query.q.out +++ ql/src/test/results/clientpositive/llap/insert_only_empty_query.q.out @@ -72,6 +72,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 204 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 1 Data size: 204 Basic stats: COMPLETE Column stats: COMPLETE @@ -107,6 +108,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 1500 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/insert_values_orig_table_use_metadata.q.out ql/src/test/results/clientpositive/llap/insert_values_orig_table_use_metadata.q.out index aef1053c63..3c76a2c67e 100644 --- ql/src/test/results/clientpositive/llap/insert_values_orig_table_use_metadata.q.out +++ ql/src/test/results/clientpositive/llap/insert_values_orig_table_use_metadata.q.out @@ -789,6 +789,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/llap/intersect_all.q.out ql/src/test/results/clientpositive/llap/intersect_all.q.out index 348ea746db..877d502606 100644 --- ql/src/test/results/clientpositive/llap/intersect_all.q.out +++ ql/src/test/results/clientpositive/llap/intersect_all.q.out @@ -177,6 +177,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE @@ -201,6 +202,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE @@ -225,6 +227,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 48500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 48500 Basic stats: COMPLETE Column stats: COMPLETE @@ -277,6 +280,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 48500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 48500 Basic stats: COMPLETE Column stats: COMPLETE @@ -840,6 +844,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE @@ -864,6 +869,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE @@ -888,6 +894,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE @@ -912,6 +919,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE @@ -936,6 +944,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 97000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 97000 Basic stats: COMPLETE Column stats: COMPLETE @@ -958,6 +967,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 97000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 97000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1010,6 +1020,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 97000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 97000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1032,6 +1043,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 97000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 97000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1594,6 +1606,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1616,6 +1629,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -1644,6 +1658,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -1701,6 +1716,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/intersect_distinct.q.out ql/src/test/results/clientpositive/llap/intersect_distinct.q.out index e57e6b52c9..088961f71f 100644 --- ql/src/test/results/clientpositive/llap/intersect_distinct.q.out +++ ql/src/test/results/clientpositive/llap/intersect_distinct.q.out @@ -175,6 +175,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE @@ -199,6 +200,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE @@ -223,6 +225,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE @@ -268,6 +271,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE @@ -640,6 +644,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE @@ -664,6 +669,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE @@ -688,6 +694,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE @@ -712,6 +719,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE @@ -736,6 +744,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE @@ -758,6 +767,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE @@ -803,6 +813,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE @@ -825,6 +836,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1196,6 +1208,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1218,6 +1231,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -1246,6 +1260,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -1296,6 +1311,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/intersect_merge.q.out ql/src/test/results/clientpositive/llap/intersect_merge.q.out index eceaf4c274..1481fb4cba 100644 --- ql/src/test/results/clientpositive/llap/intersect_merge.q.out +++ ql/src/test/results/clientpositive/llap/intersect_merge.q.out @@ -79,6 +79,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -103,6 +104,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -127,6 +129,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 2 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE @@ -151,6 +154,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -175,6 +179,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 2 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE @@ -199,6 +204,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -221,6 +227,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -243,6 +250,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -288,6 +296,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -310,6 +319,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -367,6 +377,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -391,6 +402,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 2 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE @@ -415,6 +427,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -439,6 +452,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 2 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE @@ -463,6 +477,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -485,6 +500,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -530,6 +546,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -552,6 +569,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -610,6 +628,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -634,6 +653,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -658,6 +678,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 2 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE @@ -682,6 +703,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -706,6 +728,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 2 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE @@ -730,6 +753,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -752,6 +776,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -774,6 +799,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -819,6 +845,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -841,6 +868,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -899,6 +927,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -923,6 +952,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -947,6 +977,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 2 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE @@ -971,6 +1002,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -995,6 +1027,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 2 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE @@ -1019,6 +1052,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -1041,6 +1075,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -1063,6 +1098,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -1108,6 +1144,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -1130,6 +1167,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -1188,6 +1226,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -1212,6 +1251,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -1236,6 +1276,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 2 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE @@ -1260,6 +1301,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -1284,6 +1326,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 2 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE @@ -1308,6 +1351,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -1330,6 +1374,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -1352,6 +1397,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -1397,6 +1443,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -1419,6 +1466,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -1475,6 +1523,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -1499,6 +1548,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 2 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE @@ -1523,6 +1573,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -1547,6 +1598,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 2 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE @@ -1592,6 +1644,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 2 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE @@ -1614,6 +1667,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 2 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE @@ -1670,6 +1724,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -1694,6 +1749,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 2 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE @@ -1718,6 +1774,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -1742,6 +1799,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 2 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -1794,6 +1852,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 2 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -1816,6 +1875,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 2 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -1873,12 +1933,14 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col2 (type: bigint) Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -1903,6 +1965,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 2 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE @@ -1927,6 +1990,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -1979,6 +2043,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -2014,6 +2079,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -2036,6 +2102,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/jdbc_handler.q.out ql/src/test/results/clientpositive/llap/jdbc_handler.q.out index 0d11d16ae6..a84b52e7ed 100644 --- ql/src/test/results/clientpositive/llap/jdbc_handler.q.out +++ ql/src/test/results/clientpositive/llap/jdbc_handler.q.out @@ -244,6 +244,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string) @@ -266,6 +267,7 @@ STAGE PLANS: Statistics: Num rows: 125 Data size: 10875 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 125 Data size: 10875 Basic stats: COMPLETE Column stats: COMPLETE @@ -284,6 +286,7 @@ STAGE PLANS: Statistics: Num rows: 125 Data size: 34000 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 125 Data size: 34000 Basic stats: COMPLETE Column stats: NONE Reducer 3 @@ -309,6 +312,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 125 Data size: 10875 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 125 Data size: 10875 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) diff --git ql/src/test/results/clientpositive/llap/join0.q.out ql/src/test/results/clientpositive/llap/join0.q.out index 227278c1d4..0a81c5bca3 100644 --- ql/src/test/results/clientpositive/llap/join0.q.out +++ ql/src/test/results/clientpositive/llap/join0.q.out @@ -46,6 +46,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -65,6 +66,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -83,6 +85,7 @@ STAGE PLANS: Statistics: Num rows: 27556 Data size: 9809936 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string) + null sort order: zzzz sort order: ++++ Statistics: Num rows: 27556 Data size: 9809936 Basic stats: COMPLETE Column stats: COMPLETE Reducer 3 diff --git ql/src/test/results/clientpositive/llap/join1.q.out ql/src/test/results/clientpositive/llap/join1.q.out index 797043c4a4..f86a151117 100644 --- ql/src/test/results/clientpositive/llap/join1.q.out +++ ql/src/test/results/clientpositive/llap/join1.q.out @@ -48,6 +48,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -68,6 +69,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -108,6 +110,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/llap/join32_lessSize.q.out ql/src/test/results/clientpositive/llap/join32_lessSize.q.out index 4a078b8242..5d7c12c660 100644 --- ql/src/test/results/clientpositive/llap/join32_lessSize.q.out +++ ql/src/test/results/clientpositive/llap/join32_lessSize.q.out @@ -2368,6 +2368,7 @@ STAGE PLANS: Statistics: Num rows: 39 Data size: 6825 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 39 Data size: 6825 Basic stats: COMPLETE Column stats: COMPLETE @@ -2389,6 +2390,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE @@ -2441,6 +2443,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1320 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1320 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) @@ -2662,6 +2665,7 @@ STAGE PLANS: Statistics: Num rows: 39 Data size: 6825 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 39 Data size: 6825 Basic stats: COMPLETE Column stats: COMPLETE @@ -2683,6 +2687,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE @@ -2735,6 +2740,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1320 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1320 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) diff --git ql/src/test/results/clientpositive/llap/join46.q.out ql/src/test/results/clientpositive/llap/join46.q.out index 485573aa73..52f2197a48 100644 --- ql/src/test/results/clientpositive/llap/join46.q.out +++ ql/src/test/results/clientpositive/llap/join46.q.out @@ -79,6 +79,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE @@ -100,6 +101,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 285 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 3 Data size: 285 Basic stats: COMPLETE Column stats: COMPLETE @@ -196,6 +198,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 596 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 6 Data size: 596 Basic stats: COMPLETE Column stats: COMPLETE @@ -217,6 +220,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 95 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 1 Data size: 95 Basic stats: COMPLETE Column stats: COMPLETE @@ -320,6 +324,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 6 Data size: 596 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 6 Data size: 596 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string), _col3 (type: boolean) @@ -339,6 +344,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 95 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 95 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -442,6 +448,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 384 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 4 Data size: 384 Basic stats: COMPLETE Column stats: COMPLETE @@ -459,6 +466,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE @@ -549,6 +557,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 6 Data size: 596 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 6 Data size: 596 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string), _col3 (type: boolean) @@ -564,6 +573,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -671,6 +681,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 6 Data size: 596 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 6 Data size: 596 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string), _col3 (type: boolean) @@ -686,6 +697,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -794,6 +806,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 6 Data size: 596 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 6 Data size: 596 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string), _col3 (type: boolean) @@ -809,6 +822,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -915,6 +929,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -930,6 +945,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -1029,6 +1045,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 596 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 6 Data size: 596 Basic stats: COMPLETE Column stats: COMPLETE @@ -1050,6 +1067,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 285 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 3 Data size: 285 Basic stats: COMPLETE Column stats: COMPLETE @@ -1152,6 +1170,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -1167,6 +1186,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -1270,6 +1290,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -1285,6 +1306,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 4 Data size: 396 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 4 Data size: 396 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string), _col3 (type: boolean) @@ -1393,6 +1415,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -1408,6 +1431,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -1507,6 +1531,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -1522,6 +1547,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 4 Data size: 396 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 4 Data size: 396 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string), _col3 (type: boolean) @@ -1631,6 +1657,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 384 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 4 Data size: 384 Basic stats: COMPLETE Column stats: COMPLETE @@ -1648,6 +1675,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 396 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 4 Data size: 396 Basic stats: COMPLETE Column stats: COMPLETE @@ -1750,6 +1778,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -1765,6 +1794,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -1869,6 +1899,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -1884,6 +1915,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -1986,6 +2018,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -2001,6 +2034,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -2102,6 +2136,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE @@ -2119,6 +2154,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE @@ -2250,6 +2286,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 396 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 4 Data size: 396 Basic stats: COMPLETE Column stats: COMPLETE @@ -2263,6 +2300,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 285 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 3 Data size: 285 Basic stats: COMPLETE Column stats: COMPLETE @@ -2283,6 +2321,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 384 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 4 Data size: 384 Basic stats: COMPLETE Column stats: COMPLETE @@ -2293,6 +2332,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 596 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 6 Data size: 596 Basic stats: COMPLETE Column stats: COMPLETE @@ -2316,6 +2356,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5 Statistics: Num rows: 8 Data size: 1528 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 8 Data size: 1528 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string), _col3 (type: int), _col4 (type: int), _col5 (type: string) @@ -2355,6 +2396,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5 Statistics: Num rows: 9 Data size: 1521 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 9 Data size: 1521 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string), _col3 (type: int), _col4 (type: int), _col5 (type: string) diff --git ql/src/test/results/clientpositive/llap/join_constraints_optimization.q.out ql/src/test/results/clientpositive/llap/join_constraints_optimization.q.out index 087db3c842..0e9df0edc6 100644 --- ql/src/test/results/clientpositive/llap/join_constraints_optimization.q.out +++ ql/src/test/results/clientpositive/llap/join_constraints_optimization.q.out @@ -269,6 +269,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: bigint) Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: NONE @@ -286,6 +287,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 192 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 1 Data size: 192 Basic stats: COMPLETE Column stats: NONE @@ -360,6 +362,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: bigint) Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: NONE @@ -377,6 +380,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -528,6 +532,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: bigint) Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: NONE @@ -545,6 +550,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -618,6 +624,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: bigint) Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: NONE @@ -635,6 +642,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -708,6 +716,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: bigint) Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: NONE @@ -725,6 +734,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/llap/join_emit_interval.q.out ql/src/test/results/clientpositive/llap/join_emit_interval.q.out index 38bede3ddd..c3b255b6b2 100644 --- ql/src/test/results/clientpositive/llap/join_emit_interval.q.out +++ ql/src/test/results/clientpositive/llap/join_emit_interval.q.out @@ -79,6 +79,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 596 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 6 Data size: 596 Basic stats: COMPLETE Column stats: COMPLETE @@ -100,6 +101,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 285 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 3 Data size: 285 Basic stats: COMPLETE Column stats: COMPLETE @@ -198,6 +200,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 6 Data size: 596 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 6 Data size: 596 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string), _col3 (type: boolean) @@ -213,6 +216,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) diff --git ql/src/test/results/clientpositive/llap/join_is_not_distinct_from.q.out ql/src/test/results/clientpositive/llap/join_is_not_distinct_from.q.out index a0d460fd00..c6d794a106 100644 --- ql/src/test/results/clientpositive/llap/join_is_not_distinct_from.q.out +++ ql/src/test/results/clientpositive/llap/join_is_not_distinct_from.q.out @@ -41,6 +41,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -54,6 +55,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: value (type: int) + null sort order: a sort order: + Map-reduce partition columns: value (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -141,12 +143,14 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: value (type: int) Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -164,6 +168,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: value (type: int) + null sort order: a sort order: + Map-reduce partition columns: value (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -184,6 +189,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -255,12 +261,14 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: value (type: int) Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -274,6 +282,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: value (type: int) + null sort order: a sort order: + Map-reduce partition columns: value (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -294,6 +303,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -397,11 +407,13 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: int), value (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: int), value (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: int), value (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: int), value (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -418,6 +430,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: value (type: int), key (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: value (type: int), key (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -437,6 +450,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -509,11 +523,13 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: int), value (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: int), value (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: int), value (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: int), value (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -526,6 +542,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: value (type: int), key (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: value (type: int), key (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -545,6 +562,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -1665,6 +1683,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: null (type: int) + null sort order: a sort order: + Map-reduce partition columns: null (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -1682,6 +1701,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: null (type: int) + null sort order: a sort order: + Map-reduce partition columns: null (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/llap/join_max_hashtable.q.out ql/src/test/results/clientpositive/llap/join_max_hashtable.q.out index 60acbd7393..9483f105cd 100644 --- ql/src/test/results/clientpositive/llap/join_max_hashtable.q.out +++ ql/src/test/results/clientpositive/llap/join_max_hashtable.q.out @@ -69,6 +69,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -152,6 +153,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -203,6 +205,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -224,6 +227,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -296,6 +300,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -316,6 +321,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -388,6 +394,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -409,6 +416,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -481,6 +489,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -501,6 +510,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -573,6 +583,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -594,6 +605,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -666,6 +678,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -686,6 +699,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/join_nullsafe.q.out ql/src/test/results/clientpositive/llap/join_nullsafe.q.out index 017e368b6e..d20a637aee 100644 --- ql/src/test/results/clientpositive/llap/join_nullsafe.q.out +++ ql/src/test/results/clientpositive/llap/join_nullsafe.q.out @@ -41,6 +41,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -54,6 +55,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: value (type: int) + null sort order: a sort order: + Map-reduce partition columns: value (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -141,12 +143,14 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: value (type: int) Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -164,6 +168,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: value (type: int) + null sort order: a sort order: + Map-reduce partition columns: value (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -184,6 +189,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -255,12 +261,14 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: value (type: int) Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -274,6 +282,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: value (type: int) + null sort order: a sort order: + Map-reduce partition columns: value (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -294,6 +303,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -397,11 +407,13 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: int), value (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: int), value (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: int), value (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: int), value (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -418,6 +430,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: value (type: int), key (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: value (type: int), key (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -437,6 +450,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -509,11 +523,13 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: int), value (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: int), value (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: int), value (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: int), value (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -526,6 +542,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: value (type: int), key (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: value (type: int), key (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -545,6 +562,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -1665,6 +1683,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: null (type: int) + null sort order: a sort order: + Map-reduce partition columns: null (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -1682,6 +1701,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: null (type: int) + null sort order: a sort order: + Map-reduce partition columns: null (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/llap/join_reordering_no_stats.q.out ql/src/test/results/clientpositive/llap/join_reordering_no_stats.q.out index df15d59de0..71e56a3218 100644 --- ql/src/test/results/clientpositive/llap/join_reordering_no_stats.q.out +++ ql/src/test/results/clientpositive/llap/join_reordering_no_stats.q.out @@ -119,6 +119,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -140,6 +141,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -160,6 +162,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -178,6 +181,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -198,6 +202,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -264,6 +269,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 9223372036854775807 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 9223372036854775807 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: int) @@ -283,6 +289,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 9223372036854775807 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 9223372036854775807 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: int) @@ -303,6 +310,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 9223372036854775807 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 1 Data size: 9223372036854775807 Basic stats: PARTIAL Column stats: NONE @@ -321,6 +329,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 9223372036854775807 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 1 Data size: 9223372036854775807 Basic stats: PARTIAL Column stats: NONE @@ -341,6 +350,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) @@ -483,6 +493,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -504,6 +515,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -524,6 +536,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 21 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6 Data size: 21 Basic stats: PARTIAL Column stats: NONE @@ -542,6 +555,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -562,6 +576,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) @@ -640,6 +655,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: int) @@ -659,6 +675,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 9223372036854775807 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 9223372036854775807 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: int) @@ -679,6 +696,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 9223372036854775807 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 1 Data size: 9223372036854775807 Basic stats: PARTIAL Column stats: NONE @@ -697,6 +715,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 9223372036854775807 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 1 Data size: 9223372036854775807 Basic stats: PARTIAL Column stats: NONE @@ -717,6 +736,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/llap/keep_uniform.q.out ql/src/test/results/clientpositive/llap/keep_uniform.q.out index 4d5238971b..847141876d 100644 --- ql/src/test/results/clientpositive/llap/keep_uniform.q.out +++ ql/src/test/results/clientpositive/llap/keep_uniform.q.out @@ -476,6 +476,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 240 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Reduce Sink Vectorization: @@ -529,6 +530,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -580,6 +582,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Reduce Sink Vectorization: @@ -633,6 +636,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Reduce Sink Vectorization: @@ -686,6 +690,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col13 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col13 (type: int) Reduce Sink Vectorization: @@ -737,6 +742,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -788,6 +794,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -837,6 +844,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -846,6 +854,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -882,6 +891,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -909,6 +919,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -945,6 +956,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -966,6 +978,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 264 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 1 Data size: 264 Basic stats: COMPLETE Column stats: NONE @@ -986,6 +999,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 290 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: int) Statistics: Num rows: 1 Data size: 290 Basic stats: COMPLETE Column stats: NONE @@ -1006,6 +1020,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 319 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: int) Statistics: Num rows: 1 Data size: 319 Basic stats: COMPLETE Column stats: NONE @@ -1026,6 +1041,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 350 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 350 Basic stats: COMPLETE Column stats: NONE @@ -1053,6 +1069,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 385 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 385 Basic stats: COMPLETE Column stats: NONE @@ -1103,6 +1120,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 344 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator diff --git ql/src/test/results/clientpositive/llap/kryo.q.out ql/src/test/results/clientpositive/llap/kryo.q.out index 5641e8fcdd..7b0a435d33 100644 --- ql/src/test/results/clientpositive/llap/kryo.q.out +++ ql/src/test/results/clientpositive/llap/kryo.q.out @@ -65,6 +65,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 372 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int), _col2 (type: string) Statistics: Num rows: 1 Data size: 372 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/llap/lateral_view.q.out ql/src/test/results/clientpositive/llap/lateral_view.q.out index 9e5e139da0..b742230a71 100644 --- ql/src/test/results/clientpositive/llap/lateral_view.q.out +++ ql/src/test/results/clientpositive/llap/lateral_view.q.out @@ -56,6 +56,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 289000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col2 (type: int) + null sort order: zz sort order: ++ Statistics: Num rows: 1000 Data size: 289000 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -76,6 +77,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 289000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col2 (type: int) + null sort order: zz sort order: ++ Statistics: Num rows: 1000 Data size: 289000 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -94,6 +96,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 178 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col2 (type: int) + null sort order: zz sort order: ++ Statistics: Num rows: 1 Data size: 178 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -666,6 +669,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 42080 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 20 Data size: 42080 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/llap/leftsemijoin.q.out ql/src/test/results/clientpositive/llap/leftsemijoin.q.out index 10aaf51e34..2d9eda7cc4 100644 --- ql/src/test/results/clientpositive/llap/leftsemijoin.q.out +++ ql/src/test/results/clientpositive/llap/leftsemijoin.q.out @@ -145,6 +145,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 5850 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 5850 Basic stats: COMPLETE Column stats: COMPLETE @@ -165,6 +166,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 26 Data size: 3146 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 3146 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -178,6 +180,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized, llap @@ -223,6 +226,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 3025 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 3025 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/limit_join_transpose.q.out ql/src/test/results/clientpositive/llap/limit_join_transpose.q.out index c07ee83216..6258f4fe1e 100644 --- ql/src/test/results/clientpositive/llap/limit_join_transpose.q.out +++ ql/src/test/results/clientpositive/llap/limit_join_transpose.q.out @@ -37,6 +37,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -58,6 +59,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -146,6 +148,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -167,6 +170,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -258,6 +262,7 @@ STAGE PLANS: Number of rows: 1 Statistics: Num rows: 1 Data size: 178 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 178 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -271,6 +276,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -289,6 +295,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 178 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 178 Basic stats: COMPLETE Column stats: COMPLETE @@ -386,6 +393,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -398,6 +406,7 @@ STAGE PLANS: Number of rows: 1 Statistics: Num rows: 1 Data size: 178 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 178 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -411,6 +420,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -454,6 +464,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 178 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 178 Basic stats: COMPLETE Column stats: COMPLETE @@ -471,6 +482,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 712 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 712 Basic stats: COMPLETE Column stats: COMPLETE @@ -554,6 +566,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -566,6 +579,7 @@ STAGE PLANS: Number of rows: 1 Statistics: Num rows: 1 Data size: 178 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 178 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -579,6 +593,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -618,6 +633,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 178 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 178 Basic stats: COMPLETE Column stats: COMPLETE @@ -637,6 +653,7 @@ STAGE PLANS: Number of rows: 1 Statistics: Num rows: 1 Data size: 356 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 356 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -653,6 +670,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 356 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 356 Basic stats: COMPLETE Column stats: COMPLETE @@ -739,6 +757,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -749,6 +768,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -770,6 +790,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE @@ -788,6 +809,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 712 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: z sort order: + Statistics: Num rows: 2 Data size: 712 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -821,6 +843,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 178 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 178 Basic stats: COMPLETE Column stats: COMPLETE @@ -842,6 +865,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 356 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 2 Data size: 356 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -858,6 +882,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 178 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 178 Basic stats: COMPLETE Column stats: COMPLETE @@ -983,6 +1008,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1004,6 +1030,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1093,6 +1120,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1114,6 +1142,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1207,6 +1236,7 @@ STAGE PLANS: Offset of rows: 1 Statistics: Num rows: 1 Data size: 178 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 178 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -1220,6 +1250,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1239,6 +1270,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 178 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 178 Basic stats: COMPLETE Column stats: COMPLETE @@ -1336,6 +1368,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1349,6 +1382,7 @@ STAGE PLANS: Offset of rows: 1 Statistics: Num rows: 1 Data size: 178 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 178 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -1362,6 +1396,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1407,6 +1442,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 178 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 178 Basic stats: COMPLETE Column stats: COMPLETE @@ -1424,6 +1460,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 712 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 712 Basic stats: COMPLETE Column stats: COMPLETE @@ -1506,6 +1543,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1519,6 +1557,7 @@ STAGE PLANS: Offset of rows: 1 Statistics: Num rows: 1 Data size: 178 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 178 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -1532,6 +1571,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1573,6 +1613,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 178 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 178 Basic stats: COMPLETE Column stats: COMPLETE @@ -1593,6 +1634,7 @@ STAGE PLANS: Offset of rows: 1 Statistics: Num rows: 1 Data size: 356 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 356 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -1610,6 +1652,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 356 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 356 Basic stats: COMPLETE Column stats: COMPLETE @@ -1695,6 +1738,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1705,6 +1749,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -1726,6 +1771,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE @@ -1744,6 +1790,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 712 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: z sort order: + Statistics: Num rows: 2 Data size: 712 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -1779,6 +1826,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 178 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 178 Basic stats: COMPLETE Column stats: COMPLETE @@ -1800,6 +1848,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 356 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 2 Data size: 356 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -1817,6 +1866,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 178 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 178 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/limit_pushdown.q.out ql/src/test/results/clientpositive/llap/limit_pushdown.q.out index 23038f0b0d..3fdd77d802 100644 --- ql/src/test/results/clientpositive/llap/limit_pushdown.q.out +++ ql/src/test/results/clientpositive/llap/limit_pushdown.q.out @@ -31,6 +31,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.3 @@ -122,6 +123,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: - Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.3 @@ -214,6 +216,7 @@ STAGE PLANS: Top N Key Operator sort order: + keys: _col0 (type: string) + null sort order: z Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE top n: 20 Group By Operator @@ -225,6 +228,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 24750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 24750 Basic stats: COMPLETE Column stats: COMPLETE @@ -320,6 +324,7 @@ STAGE PLANS: Top N Key Operator sort order: + keys: _col0 (type: string) + null sort order: z Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE top n: 20 Group By Operator @@ -331,6 +336,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 26750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 26750 Basic stats: COMPLETE Column stats: COMPLETE @@ -430,6 +436,7 @@ STAGE PLANS: Top N Key Operator sort order: + keys: cdouble (type: double) + null sort order: z Statistics: Num rows: 12288 Data size: 73400 Basic stats: COMPLETE Column stats: COMPLETE top n: 20 Group By Operator @@ -440,6 +447,7 @@ STAGE PLANS: Statistics: Num rows: 5528 Data size: 21816 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 5528 Data size: 21816 Basic stats: COMPLETE Column stats: COMPLETE @@ -538,6 +546,7 @@ STAGE PLANS: Statistics: Num rows: 6144 Data size: 55052 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint), _col1 (type: double) + null sort order: za sort order: ++ Map-reduce partition columns: _col0 (type: tinyint) Statistics: Num rows: 6144 Data size: 55052 Basic stats: COMPLETE Column stats: COMPLETE @@ -641,6 +650,7 @@ STAGE PLANS: Statistics: Num rows: 6144 Data size: 55052 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint), _col1 (type: double) + null sort order: za sort order: ++ Map-reduce partition columns: _col0 (type: tinyint) Statistics: Num rows: 6144 Data size: 55052 Basic stats: COMPLETE Column stats: COMPLETE @@ -744,6 +754,7 @@ STAGE PLANS: Statistics: Num rows: 24576 Data size: 3756114 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint), _col1 (type: string), _col2 (type: string), _col3 (type: bigint) + null sort order: zaaa sort order: ++++ Map-reduce partition columns: _col0 (type: tinyint) Statistics: Num rows: 24576 Data size: 3756114 Basic stats: COMPLETE Column stats: COMPLETE @@ -881,6 +892,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 24750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 24750 Basic stats: COMPLETE Column stats: COMPLETE @@ -898,6 +910,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 24750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: double) + null sort order: z sort order: + Statistics: Num rows: 250 Data size: 24750 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.3 @@ -999,6 +1012,7 @@ STAGE PLANS: Top N Key Operator sort order: + keys: key (type: string) + null sort order: z Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE top n: 2 Group By Operator @@ -1010,6 +1024,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -1018,6 +1033,7 @@ STAGE PLANS: Top N Key Operator sort order: + keys: key (type: string) + null sort order: a Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE top n: 3 Group By Operator @@ -1029,6 +1045,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -1053,6 +1070,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 190 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 190 Basic stats: COMPLETE Column stats: COMPLETE @@ -1091,6 +1109,7 @@ STAGE PLANS: Number of rows: 3 Statistics: Num rows: 3 Data size: 285 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 3 Data size: 285 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.3 @@ -1110,6 +1129,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 285 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 3 Data size: 285 Basic stats: COMPLETE Column stats: COMPLETE @@ -1154,6 +1174,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: value (type: string) + null sort order: z sort order: + Map-reduce partition columns: value (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1248,6 +1269,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 407500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 500 Data size: 407500 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 2.0E-5 @@ -1420,6 +1442,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1441,6 +1464,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 4000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: z sort order: + Statistics: Num rows: 500 Data size: 4000 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 2.0E-5 diff --git ql/src/test/results/clientpositive/llap/limit_pushdown3.q.out ql/src/test/results/clientpositive/llap/limit_pushdown3.q.out index ebf6567ff6..efa8c38d7c 100644 --- ql/src/test/results/clientpositive/llap/limit_pushdown3.q.out +++ ql/src/test/results/clientpositive/llap/limit_pushdown3.q.out @@ -31,6 +31,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.3 @@ -122,6 +123,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: - Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.3 @@ -215,6 +217,7 @@ STAGE PLANS: Top N Key Operator sort order: + keys: _col0 (type: string) + null sort order: z Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE top n: 20 Group By Operator @@ -226,6 +229,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 24750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 24750 Basic stats: COMPLETE Column stats: COMPLETE @@ -244,6 +248,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 24750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 250 Data size: 24750 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.3 @@ -335,6 +340,7 @@ STAGE PLANS: Top N Key Operator sort order: + keys: _col0 (type: string) + null sort order: z Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE top n: 20 Group By Operator @@ -346,6 +352,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 26750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 26750 Basic stats: COMPLETE Column stats: COMPLETE @@ -368,6 +375,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 24750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 250 Data size: 24750 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.3 @@ -459,6 +467,7 @@ STAGE PLANS: Top N Key Operator sort order: + keys: cdouble (type: double) + null sort order: z Statistics: Num rows: 12288 Data size: 73400 Basic stats: COMPLETE Column stats: COMPLETE top n: 20 Group By Operator @@ -469,6 +478,7 @@ STAGE PLANS: Statistics: Num rows: 5528 Data size: 21816 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 5528 Data size: 21816 Basic stats: COMPLETE Column stats: COMPLETE @@ -485,6 +495,7 @@ STAGE PLANS: Statistics: Num rows: 5528 Data size: 21816 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: z sort order: + Statistics: Num rows: 5528 Data size: 21816 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.3 @@ -580,6 +591,7 @@ STAGE PLANS: Statistics: Num rows: 6144 Data size: 55052 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint), _col1 (type: double) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: tinyint) Statistics: Num rows: 6144 Data size: 55052 Basic stats: COMPLETE Column stats: COMPLETE @@ -601,6 +613,7 @@ STAGE PLANS: Statistics: Num rows: 131 Data size: 1444 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint) + null sort order: z sort order: + Statistics: Num rows: 131 Data size: 1444 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.3 @@ -697,6 +710,7 @@ STAGE PLANS: Statistics: Num rows: 6144 Data size: 55052 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint), _col1 (type: double) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: tinyint) Statistics: Num rows: 6144 Data size: 55052 Basic stats: COMPLETE Column stats: COMPLETE @@ -718,6 +732,7 @@ STAGE PLANS: Statistics: Num rows: 131 Data size: 1444 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint) + null sort order: z sort order: + Statistics: Num rows: 131 Data size: 1444 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.3 @@ -814,6 +829,7 @@ STAGE PLANS: Statistics: Num rows: 24576 Data size: 3756114 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint), _col1 (type: string), _col2 (type: string), _col3 (type: bigint) + null sort order: aaaa sort order: ++++ Map-reduce partition columns: _col0 (type: tinyint) Statistics: Num rows: 24576 Data size: 3756114 Basic stats: COMPLETE Column stats: COMPLETE @@ -839,6 +855,7 @@ STAGE PLANS: Statistics: Num rows: 131 Data size: 2492 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint) + null sort order: z sort order: + Statistics: Num rows: 131 Data size: 2492 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.3 @@ -964,6 +981,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 24750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 24750 Basic stats: COMPLETE Column stats: COMPLETE @@ -981,6 +999,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 24750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: double) + null sort order: z sort order: + Statistics: Num rows: 250 Data size: 24750 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.3 @@ -1071,6 +1090,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: value (type: string) + null sort order: z sort order: + Map-reduce partition columns: value (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1089,6 +1109,7 @@ STAGE PLANS: Statistics: Num rows: 307 Data size: 30393 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 307 Data size: 30393 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.3 @@ -1178,6 +1199,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 407500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 500 Data size: 407500 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 2.0E-5 @@ -1350,6 +1372,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1371,6 +1394,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 4000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: z sort order: + Statistics: Num rows: 500 Data size: 4000 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 2.0E-5 diff --git ql/src/test/results/clientpositive/llap/llap_decimal64_reader.q.out ql/src/test/results/clientpositive/llap/llap_decimal64_reader.q.out index 969868d3f8..ffe5f6fb22 100644 --- ql/src/test/results/clientpositive/llap/llap_decimal64_reader.q.out +++ ql/src/test/results/clientpositive/llap/llap_decimal64_reader.q.out @@ -138,6 +138,7 @@ STAGE PLANS: Top N Key Operator sort order: ++ keys: cdecimal1 (type: decimal(10,2)), cdecimal2 (type: decimal(38,5)) + null sort order: aa Statistics: Num rows: 12288 Data size: 2752512 Basic stats: COMPLETE Column stats: COMPLETE top n: 2 Group By Operator @@ -148,6 +149,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 224 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(10,2)), _col1 (type: decimal(38,5)) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: decimal(10,2)), _col1 (type: decimal(38,5)) Statistics: Num rows: 1 Data size: 224 Basic stats: COMPLETE Column stats: COMPLETE @@ -244,6 +246,7 @@ STAGE PLANS: Top N Key Operator sort order: ++ keys: cdecimal1 (type: decimal(10,2)), cdecimal2 (type: decimal(38,5)) + null sort order: aa Statistics: Num rows: 12288 Data size: 2752512 Basic stats: COMPLETE Column stats: COMPLETE top n: 2 Group By Operator @@ -254,6 +257,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 224 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(10,2)), _col1 (type: decimal(38,5)) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: decimal(10,2)), _col1 (type: decimal(38,5)) Statistics: Num rows: 1 Data size: 224 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/llap_nullscan.q.out ql/src/test/results/clientpositive/llap/llap_nullscan.q.out index 1a24361de5..f6251d8e03 100644 --- ql/src/test/results/clientpositive/llap/llap_nullscan.q.out +++ ql/src/test/results/clientpositive/llap/llap_nullscan.q.out @@ -186,6 +186,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 87 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 87 Basic stats: COMPLETE Column stats: COMPLETE @@ -205,6 +206,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 87 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 87 Basic stats: COMPLETE Column stats: COMPLETE @@ -281,6 +283,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -302,6 +305,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -388,6 +392,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 358 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: value (type: string) + null sort order: a sort order: + Map-reduce partition columns: value (type: string) Statistics: Num rows: 1 Data size: 358 Basic stats: COMPLETE Column stats: COMPLETE @@ -404,6 +409,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 358 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: value (type: string) + null sort order: a sort order: + Map-reduce partition columns: value (type: string) Statistics: Num rows: 1 Data size: 358 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/llap_partitioned.q.out ql/src/test/results/clientpositive/llap/llap_partitioned.q.out index 7377fbe284..0a6a917fb1 100644 --- ql/src/test/results/clientpositive/llap/llap_partitioned.q.out +++ ql/src/test/results/clientpositive/llap/llap_partitioned.q.out @@ -1986,6 +1986,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:csmallint:smallint, 1:cint:int, 2:cbigint:bigint, 3:cfloat:float, 4:cdouble:double, 5:cstring1:string, 6:cchar1:char(255), 7:cvchar1:varchar(255), 8:cboolean1:boolean, 9:cboolean2:boolean, 10:ctinyint:tinyint, 11:ROW__ID:struct] Reduce Output Operator key expressions: ctinyint (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: ctinyint (type: tinyint) Reduce Sink Vectorization: @@ -2401,6 +2402,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator diff --git ql/src/test/results/clientpositive/llap/llap_smb.q.out ql/src/test/results/clientpositive/llap/llap_smb.q.out index d7f1c9fd66..57c9ace330 100644 --- ql/src/test/results/clientpositive/llap/llap_smb.q.out +++ ql/src/test/results/clientpositive/llap/llap_smb.q.out @@ -290,6 +290,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: smallint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: smallint) Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: PARTIAL diff --git ql/src/test/results/clientpositive/llap/llap_smb_ptf.q.out ql/src/test/results/clientpositive/llap/llap_smb_ptf.q.out index e7fefd118e..dee0eb1181 100644 --- ql/src/test/results/clientpositive/llap/llap_smb_ptf.q.out +++ ql/src/test/results/clientpositive/llap/llap_smb_ptf.q.out @@ -499,6 +499,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 336 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: cogs_alc_rqst_id (type: int), last_upd_ts (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: cogs_alc_rqst_id (type: int), last_upd_ts (type: string) Statistics: Num rows: 1 Data size: 336 Basic stats: COMPLETE Column stats: COMPLETE @@ -526,6 +527,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 84 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string) Statistics: Num rows: 1 Data size: 84 Basic stats: COMPLETE Column stats: COMPLETE @@ -548,6 +550,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 84 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string) Statistics: Num rows: 1 Data size: 84 Basic stats: COMPLETE Column stats: COMPLETE @@ -564,6 +567,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 336 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: cogs_alc_rqst_id (type: int), last_upd_ts (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: cogs_alc_rqst_id (type: int), last_upd_ts (type: string) Statistics: Num rows: 1 Data size: 336 Basic stats: COMPLETE Column stats: COMPLETE @@ -584,6 +588,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 84 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 84 Basic stats: COMPLETE Column stats: COMPLETE @@ -623,6 +628,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 252 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col4 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: int) Statistics: Num rows: 1 Data size: 252 Basic stats: COMPLETE Column stats: COMPLETE @@ -640,6 +646,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 277 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col4 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: int) Statistics: Num rows: 1 Data size: 277 Basic stats: PARTIAL Column stats: NONE @@ -661,6 +668,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 304 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 304 Basic stats: PARTIAL Column stats: NONE @@ -708,6 +716,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: COMPLETE @@ -747,6 +756,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 252 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col5 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col5 (type: int) Statistics: Num rows: 1 Data size: 252 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/llap_stats.q.out ql/src/test/results/clientpositive/llap/llap_stats.q.out index d9bb6bbdcf..c67199d3ca 100644 --- ql/src/test/results/clientpositive/llap/llap_stats.q.out +++ ql/src/test/results/clientpositive/llap/llap_stats.q.out @@ -167,6 +167,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 4260 Basic stats: COMPLETE Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 4260 Basic stats: COMPLETE Column stats: PARTIAL diff --git ql/src/test/results/clientpositive/llap/llap_vector_nohybridgrace.q.out ql/src/test/results/clientpositive/llap/llap_vector_nohybridgrace.q.out index 24a8bc5796..85e9419359 100644 --- ql/src/test/results/clientpositive/llap/llap_vector_nohybridgrace.q.out +++ ql/src/test/results/clientpositive/llap/llap_vector_nohybridgrace.q.out @@ -86,6 +86,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -129,6 +130,7 @@ STAGE PLANS: Statistics: Num rows: 12288 Data size: 36696 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -273,6 +275,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -316,6 +319,7 @@ STAGE PLANS: Statistics: Num rows: 12288 Data size: 36696 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/llap/llapdecider.q.out ql/src/test/results/clientpositive/llap/llapdecider.q.out index dea3d31441..992db0a52e 100644 --- ql/src/test/results/clientpositive/llap/llapdecider.q.out +++ ql/src/test/results/clientpositive/llap/llapdecider.q.out @@ -37,6 +37,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -53,6 +54,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: bigint) + null sort order: z sort order: + Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -128,6 +130,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -145,6 +148,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: bigint) + null sort order: z sort order: + Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -208,6 +212,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -225,6 +230,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: bigint) + null sort order: z sort order: + Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -298,6 +304,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -315,6 +322,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: bigint) + null sort order: z sort order: + Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -377,6 +385,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -398,6 +407,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -415,6 +425,7 @@ STAGE PLANS: Statistics: Num rows: 791 Data size: 281596 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col3 (type: string) + null sort order: z sort order: + Statistics: Num rows: 791 Data size: 281596 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string) @@ -475,6 +486,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -496,6 +508,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -515,6 +528,7 @@ STAGE PLANS: Statistics: Num rows: 791 Data size: 281596 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col3 (type: string) + null sort order: z sort order: + Statistics: Num rows: 791 Data size: 281596 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string) @@ -577,6 +591,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -598,6 +613,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -616,6 +632,7 @@ STAGE PLANS: Statistics: Num rows: 791 Data size: 281596 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col3 (type: string) + null sort order: z sort order: + Statistics: Num rows: 791 Data size: 281596 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string) @@ -676,6 +693,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -696,6 +714,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -713,6 +732,7 @@ STAGE PLANS: Statistics: Num rows: 791 Data size: 281596 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col3 (type: string) + null sort order: z sort order: + Statistics: Num rows: 791 Data size: 281596 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string) @@ -773,6 +793,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -793,6 +814,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -810,6 +832,7 @@ STAGE PLANS: Statistics: Num rows: 791 Data size: 281596 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col3 (type: string) + null sort order: z sort order: + Statistics: Num rows: 791 Data size: 281596 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string) @@ -870,6 +893,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -891,6 +915,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -909,6 +934,7 @@ STAGE PLANS: Statistics: Num rows: 791 Data size: 281596 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col3 (type: string) + null sort order: z sort order: + Statistics: Num rows: 791 Data size: 281596 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string) @@ -969,6 +995,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -989,6 +1016,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1006,6 +1034,7 @@ STAGE PLANS: Statistics: Num rows: 791 Data size: 281596 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col3 (type: string) + null sort order: z sort order: + Statistics: Num rows: 791 Data size: 281596 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string) @@ -1066,6 +1095,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1087,6 +1117,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1106,6 +1137,7 @@ STAGE PLANS: Statistics: Num rows: 791 Data size: 281596 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col3 (type: string) + null sort order: z sort order: + Statistics: Num rows: 791 Data size: 281596 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string) @@ -1176,6 +1208,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1243,6 +1276,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1309,6 +1343,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1375,6 +1410,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/llap/load_data_using_job.q.out ql/src/test/results/clientpositive/llap/load_data_using_job.q.out index 6b7d2e4022..d2abd75c02 100644 --- ql/src/test/results/clientpositive/llap/load_data_using_job.q.out +++ ql/src/test/results/clientpositive/llap/load_data_using_job.q.out @@ -220,6 +220,7 @@ STAGE PLANS: Statistics: Num rows: 68 Data size: 24552 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 68 Data size: 24552 Basic stats: COMPLETE Column stats: NONE @@ -447,6 +448,7 @@ STAGE PLANS: Statistics: Num rows: 73 Data size: 26696 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col3 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col2 (type: string), _col3 (type: int) Statistics: Num rows: 73 Data size: 26696 Basic stats: COMPLETE Column stats: NONE @@ -680,6 +682,7 @@ STAGE PLANS: Statistics: Num rows: 147 Data size: 53016 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col3 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col2 (type: string), _col3 (type: int) Statistics: Num rows: 147 Data size: 53016 Basic stats: COMPLETE Column stats: NONE @@ -1032,6 +1035,7 @@ STAGE PLANS: Statistics: Num rows: 47 Data size: 8648 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 47 Data size: 8648 Basic stats: COMPLETE Column stats: NONE @@ -1255,6 +1259,7 @@ STAGE PLANS: Statistics: Num rows: 68 Data size: 24552 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _bucket_number (type: string), _col0 (type: int) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 68 Data size: 24552 Basic stats: COMPLETE Column stats: NONE @@ -1482,6 +1487,7 @@ STAGE PLANS: Statistics: Num rows: 73 Data size: 26696 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col3 (type: int), _bucket_number (type: string), _col0 (type: int) + null sort order: aaaa sort order: ++++ Map-reduce partition columns: _col2 (type: string), _col3 (type: int) Statistics: Num rows: 73 Data size: 26696 Basic stats: COMPLETE Column stats: NONE @@ -1715,6 +1721,7 @@ STAGE PLANS: Statistics: Num rows: 147 Data size: 53016 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col3 (type: int), _bucket_number (type: string), _col0 (type: int) + null sort order: aaaa sort order: ++++ Map-reduce partition columns: _col2 (type: string), _col3 (type: int) Statistics: Num rows: 147 Data size: 53016 Basic stats: COMPLETE Column stats: NONE @@ -2066,6 +2073,7 @@ STAGE PLANS: Statistics: Num rows: 295 Data size: 106032 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col3 (type: int), _bucket_number (type: string), _col0 (type: int) + null sort order: aaaa sort order: ++++ Map-reduce partition columns: _col2 (type: string), _col3 (type: int) Statistics: Num rows: 295 Data size: 106032 Basic stats: COMPLETE Column stats: NONE @@ -2653,6 +2661,7 @@ STAGE PLANS: Statistics: Num rows: 73 Data size: 26696 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: int), _bucket_number (type: string), _col0 (type: int), _col1 (type: string) + null sort order: aaaa sort order: ++++ Map-reduce partition columns: _col3 (type: int) Statistics: Num rows: 73 Data size: 26696 Basic stats: COMPLETE Column stats: NONE @@ -2891,6 +2900,7 @@ STAGE PLANS: Statistics: Num rows: 68 Data size: 24552 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 68 Data size: 24552 Basic stats: COMPLETE Column stats: NONE @@ -3122,6 +3132,7 @@ STAGE PLANS: Statistics: Num rows: 24 Data size: 9024 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: int) Statistics: Num rows: 24 Data size: 9024 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/llap/load_dyn_part1.q.out ql/src/test/results/clientpositive/llap/load_dyn_part1.q.out index 4d4463c6bb..9ef12784cf 100644 --- ql/src/test/results/clientpositive/llap/load_dyn_part1.q.out +++ ql/src/test/results/clientpositive/llap/load_dyn_part1.q.out @@ -113,6 +113,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 2496 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 2 Data size: 2496 Basic stats: COMPLETE Column stats: COMPLETE @@ -145,6 +146,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 2316 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: '2008-12-31' (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: '2008-12-31' (type: string), _col1 (type: string) Statistics: Num rows: 2 Data size: 2316 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/load_dyn_part2.q.out ql/src/test/results/clientpositive/llap/load_dyn_part2.q.out index df5bca315f..a7d23d52f2 100644 --- ql/src/test/results/clientpositive/llap/load_dyn_part2.q.out +++ ql/src/test/results/clientpositive/llap/load_dyn_part2.q.out @@ -71,6 +71,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 724000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 724000 Basic stats: COMPLETE Column stats: COMPLETE @@ -105,6 +106,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 2316 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 2 Data size: 2316 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/load_dyn_part5.q.out ql/src/test/results/clientpositive/llap/load_dyn_part5.q.out index c59ca27489..af99813fb7 100644 --- ql/src/test/results/clientpositive/llap/load_dyn_part5.q.out +++ ql/src/test/results/clientpositive/llap/load_dyn_part5.q.out @@ -66,12 +66,14 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 132750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 132750 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: struct) Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/lvj_mapjoin.q.out ql/src/test/results/clientpositive/llap/lvj_mapjoin.q.out index c7fe486cb9..7f7c81dee0 100644 --- ql/src/test/results/clientpositive/llap/lvj_mapjoin.q.out +++ ql/src/test/results/clientpositive/llap/lvj_mapjoin.q.out @@ -226,6 +226,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 11544 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6 Data size: 11544 Basic stats: COMPLETE Column stats: NONE @@ -246,6 +247,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 11544 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6 Data size: 11544 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/llap/mapjoin2.q.out ql/src/test/results/clientpositive/llap/mapjoin2.q.out index 7266888ad7..ca095ffaa4 100644 --- ql/src/test/results/clientpositive/llap/mapjoin2.q.out +++ ql/src/test/results/clientpositive/llap/mapjoin2.q.out @@ -105,6 +105,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 95 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 95 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: string) @@ -170,6 +171,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 95 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 95 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: string) @@ -268,6 +270,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 95 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 95 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: string) @@ -287,6 +290,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 95 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 95 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: string) @@ -397,6 +401,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: llap @@ -483,6 +488,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int) @@ -539,6 +545,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: int) @@ -629,6 +636,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: int) diff --git ql/src/test/results/clientpositive/llap/mapjoin3.q.out ql/src/test/results/clientpositive/llap/mapjoin3.q.out index 39af0d707e..18c6dcdea1 100644 --- ql/src/test/results/clientpositive/llap/mapjoin3.q.out +++ ql/src/test/results/clientpositive/llap/mapjoin3.q.out @@ -158,6 +158,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 540 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 3 Data size: 540 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/mapjoin46.q.out ql/src/test/results/clientpositive/llap/mapjoin46.q.out index 1610bf7000..dd978a5677 100644 --- ql/src/test/results/clientpositive/llap/mapjoin46.q.out +++ ql/src/test/results/clientpositive/llap/mapjoin46.q.out @@ -111,6 +111,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 285 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 3 Data size: 285 Basic stats: COMPLETE Column stats: COMPLETE @@ -228,6 +229,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 95 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 1 Data size: 95 Basic stats: COMPLETE Column stats: COMPLETE @@ -345,6 +347,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 95 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 95 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -423,6 +426,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 384 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 4 Data size: 384 Basic stats: COMPLETE Column stats: COMPLETE @@ -558,6 +562,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -673,6 +678,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -791,6 +797,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -903,6 +910,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -1020,6 +1028,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 285 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 3 Data size: 285 Basic stats: COMPLETE Column stats: COMPLETE @@ -1101,6 +1110,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -1219,6 +1229,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -1328,6 +1339,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -1447,6 +1459,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 384 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 4 Data size: 384 Basic stats: COMPLETE Column stats: COMPLETE @@ -1559,6 +1572,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -1574,6 +1588,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -1680,6 +1695,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -1695,6 +1711,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -1799,6 +1816,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -1814,6 +1832,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -1916,6 +1935,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -1931,6 +1951,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -2033,6 +2054,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -2048,6 +2070,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -2147,6 +2170,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -2162,6 +2186,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -2263,6 +2288,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE @@ -2280,6 +2306,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE @@ -2382,6 +2409,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE @@ -2399,6 +2427,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE @@ -2544,6 +2573,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5 Statistics: Num rows: 8 Data size: 1528 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 8 Data size: 1528 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string), _col3 (type: int), _col4 (type: int), _col5 (type: string) @@ -2563,6 +2593,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 384 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 4 Data size: 384 Basic stats: COMPLETE Column stats: COMPLETE @@ -2587,6 +2618,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5 Statistics: Num rows: 9 Data size: 1521 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 9 Data size: 1521 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string), _col3 (type: int), _col4 (type: int), _col5 (type: string) @@ -2607,6 +2639,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 285 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 3 Data size: 285 Basic stats: COMPLETE Column stats: COMPLETE @@ -2790,6 +2823,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5 Statistics: Num rows: 8 Data size: 1528 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 8 Data size: 1528 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string), _col3 (type: int), _col4 (type: int), _col5 (type: string) @@ -2809,6 +2843,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 384 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 4 Data size: 384 Basic stats: COMPLETE Column stats: COMPLETE @@ -2833,6 +2868,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5 Statistics: Num rows: 9 Data size: 1521 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 9 Data size: 1521 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string), _col3 (type: int), _col4 (type: int), _col5 (type: string) @@ -2853,6 +2889,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 285 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 3 Data size: 285 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/mapjoin_decimal.q.out ql/src/test/results/clientpositive/llap/mapjoin_decimal.q.out index e217432f59..1b5fffeaec 100644 --- ql/src/test/results/clientpositive/llap/mapjoin_decimal.q.out +++ ql/src/test/results/clientpositive/llap/mapjoin_decimal.q.out @@ -122,6 +122,7 @@ STAGE PLANS: Statistics: Num rows: 1112 Data size: 249088 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(4,2)) + null sort order: z sort order: + Statistics: Num rows: 1112 Data size: 249088 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: decimal(4,0)) @@ -142,6 +143,7 @@ STAGE PLANS: Statistics: Num rows: 1049 Data size: 117488 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(6,2)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: decimal(6,2)) Statistics: Num rows: 1049 Data size: 117488 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/mapjoin_decimal_vectorized.q.out ql/src/test/results/clientpositive/llap/mapjoin_decimal_vectorized.q.out index 93ba828f3d..fb55eb2149 100644 --- ql/src/test/results/clientpositive/llap/mapjoin_decimal_vectorized.q.out +++ ql/src/test/results/clientpositive/llap/mapjoin_decimal_vectorized.q.out @@ -142,6 +142,7 @@ STAGE PLANS: Statistics: Num rows: 1112 Data size: 249088 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(4,2)) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -194,6 +195,7 @@ STAGE PLANS: Statistics: Num rows: 1049 Data size: 117488 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(6,2)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: decimal(6,2)) Reduce Sink Vectorization: @@ -566,6 +568,7 @@ STAGE PLANS: Statistics: Num rows: 1112 Data size: 249088 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(4,2)) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -618,6 +621,7 @@ STAGE PLANS: Statistics: Num rows: 1049 Data size: 117488 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(6,2)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: decimal(6,2)) Reduce Sink Vectorization: @@ -754,6 +758,7 @@ STAGE PLANS: Statistics: Num rows: 1112 Data size: 249088 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(4,2)) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -798,6 +803,7 @@ STAGE PLANS: Statistics: Num rows: 1049 Data size: 117488 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: dec (type: decimal(6,2)) + null sort order: a sort order: + Map-reduce partition columns: dec (type: decimal(6,2)) Reduce Sink Vectorization: @@ -1173,6 +1179,7 @@ STAGE PLANS: Statistics: Num rows: 1112 Data size: 249088 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(4,2)) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -1217,6 +1224,7 @@ STAGE PLANS: Statistics: Num rows: 1049 Data size: 117488 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: dec (type: decimal(6,2)) + null sort order: a sort order: + Map-reduce partition columns: dec (type: decimal(6,2)) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/llap/mapjoin_emit_interval.q.out ql/src/test/results/clientpositive/llap/mapjoin_emit_interval.q.out index 3cb69a836e..e4a240e7d5 100644 --- ql/src/test/results/clientpositive/llap/mapjoin_emit_interval.q.out +++ ql/src/test/results/clientpositive/llap/mapjoin_emit_interval.q.out @@ -118,6 +118,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 285 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 3 Data size: 285 Basic stats: COMPLETE Column stats: COMPLETE @@ -226,6 +227,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) diff --git ql/src/test/results/clientpositive/llap/mapjoin_hint.q.out ql/src/test/results/clientpositive/llap/mapjoin_hint.q.out index 41c6e686f6..698ea3ade3 100644 --- ql/src/test/results/clientpositive/llap/mapjoin_hint.q.out +++ ql/src/test/results/clientpositive/llap/mapjoin_hint.q.out @@ -168,6 +168,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 174000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 174000 Basic stats: COMPLETE Column stats: COMPLETE @@ -188,6 +189,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 1740 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 20 Data size: 1740 Basic stats: PARTIAL Column stats: PARTIAL @@ -202,6 +204,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 639 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 639 Basic stats: PARTIAL Column stats: PARTIAL value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) @@ -224,6 +227,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) @@ -251,6 +255,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 639 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 639 Basic stats: PARTIAL Column stats: PARTIAL value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) @@ -321,6 +326,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) @@ -341,6 +347,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 1740 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 20 Data size: 1740 Basic stats: PARTIAL Column stats: PARTIAL @@ -488,6 +495,7 @@ STAGE PLANS: Number of rows: 0 Statistics: Num rows: 1 Data size: 619 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 619 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string) @@ -513,6 +521,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 196 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 196 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -533,6 +542,7 @@ STAGE PLANS: Number of rows: 0 Statistics: Num rows: 0 Data size: 0 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE Execution mode: vectorized, llap @@ -549,6 +559,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 Statistics: Num rows: 1 Data size: 816 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 816 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string) @@ -581,6 +592,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 1 Data size: 196 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 196 Basic stats: COMPLETE Column stats: NONE @@ -676,6 +688,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 196 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 196 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -696,6 +709,7 @@ STAGE PLANS: Number of rows: 0 Statistics: Num rows: 0 Data size: 0 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE Execution mode: vectorized, llap @@ -711,6 +725,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 1 Data size: 196 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 196 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/llap/mapjoin_mapjoin.q.out ql/src/test/results/clientpositive/llap/mapjoin_mapjoin.q.out index d826726666..6712ab27bf 100644 --- ql/src/test/results/clientpositive/llap/mapjoin_mapjoin.q.out +++ ql/src/test/results/clientpositive/llap/mapjoin_mapjoin.q.out @@ -561,6 +561,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 191 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 191 Basic stats: COMPLETE Column stats: NONE @@ -581,6 +582,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE @@ -668,6 +670,7 @@ STAGE PLANS: Statistics: Num rows: 2420 Data size: 25709 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2420 Data size: 25709 Basic stats: COMPLETE Column stats: NONE @@ -689,6 +692,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -709,6 +713,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/llap/mapreduce1.q.out ql/src/test/results/clientpositive/llap/mapreduce1.q.out index a95871f01d..57654464da 100644 --- ql/src/test/results/clientpositive/llap/mapreduce1.q.out +++ ql/src/test/results/clientpositive/llap/mapreduce1.q.out @@ -59,6 +59,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string), _col2 (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: _col3 (type: string), _col0 (type: string) Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE @@ -89,6 +90,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 1712 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1712 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct) diff --git ql/src/test/results/clientpositive/llap/mapreduce2.q.out ql/src/test/results/clientpositive/llap/mapreduce2.q.out index 5246377fe2..3cf3584e51 100644 --- ql/src/test/results/clientpositive/llap/mapreduce2.q.out +++ ql/src/test/results/clientpositive/llap/mapreduce2.q.out @@ -56,6 +56,7 @@ STAGE PLANS: serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Map-reduce partition columns: _col3 (type: string), _col0 (type: string) Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE @@ -86,6 +87,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 1712 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1712 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct) diff --git ql/src/test/results/clientpositive/llap/materialized_view_cluster.q.out ql/src/test/results/clientpositive/llap/materialized_view_cluster.q.out index bd219a4370..5d4af5669c 100644 --- ql/src/test/results/clientpositive/llap/materialized_view_cluster.q.out +++ ql/src/test/results/clientpositive/llap/materialized_view_cluster.q.out @@ -58,6 +58,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE @@ -90,6 +91,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -501,6 +503,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -783,6 +786,7 @@ STAGE PLANS: Statistics: Num rows: 18 Data size: 3258 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 18 Data size: 3258 Basic stats: COMPLETE Column stats: COMPLETE @@ -804,6 +808,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 4785 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 4785 Basic stats: COMPLETE Column stats: COMPLETE @@ -843,6 +848,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -1025,6 +1031,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 9955 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 9955 Basic stats: COMPLETE Column stats: COMPLETE @@ -1046,6 +1053,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 4785 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 4785 Basic stats: COMPLETE Column stats: COMPLETE @@ -1068,6 +1076,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 9955 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 55 Data size: 9955 Basic stats: COMPLETE Column stats: COMPLETE @@ -1098,6 +1107,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -1214,6 +1224,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 10835 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string), _col2 (type: double), _col3 (type: double) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col1 (type: string), _col2 (type: double), _col3 (type: double) Statistics: Num rows: 55 Data size: 10835 Basic stats: COMPLETE Column stats: COMPLETE @@ -1246,6 +1257,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 1728 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1728 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct) diff --git ql/src/test/results/clientpositive/llap/materialized_view_create_rewrite.q.out ql/src/test/results/clientpositive/llap/materialized_view_create_rewrite.q.out index 7e4fbbd2ab..fe8a83e93b 100644 --- ql/src/test/results/clientpositive/llap/materialized_view_create_rewrite.q.out +++ ql/src/test/results/clientpositive/llap/materialized_view_create_rewrite.q.out @@ -188,6 +188,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 2 Data size: 224 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 2 Data size: 224 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: decimal(10,2)) @@ -207,6 +208,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 112 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 112 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: decimal(10,2)) @@ -340,6 +342,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 112 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 112 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: decimal(10,2)) @@ -351,6 +354,7 @@ STAGE PLANS: alias: default.cmv_mat_view2_n4 Statistics: Num rows: 2 Data size: 232 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 2 Data size: 232 Basic stats: COMPLETE Column stats: COMPLETE value expressions: a (type: int), c (type: decimal(10,2)) @@ -459,6 +463,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 2 Data size: 224 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 2 Data size: 224 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: decimal(10,2)) @@ -478,6 +483,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 112 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 112 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: decimal(10,2)) diff --git ql/src/test/results/clientpositive/llap/materialized_view_create_rewrite_2.q.out ql/src/test/results/clientpositive/llap/materialized_view_create_rewrite_2.q.out index 51b8999c15..85c3c79055 100644 --- ql/src/test/results/clientpositive/llap/materialized_view_create_rewrite_2.q.out +++ ql/src/test/results/clientpositive/llap/materialized_view_create_rewrite_2.q.out @@ -83,6 +83,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 188 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: varchar(256)) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: varchar(256)) Statistics: Num rows: 2 Data size: 188 Basic stats: COMPLETE Column stats: COMPLETE @@ -179,6 +180,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 188 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: varchar(256)) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: varchar(256)) Statistics: Num rows: 2 Data size: 188 Basic stats: COMPLETE Column stats: COMPLETE @@ -277,6 +279,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: varchar(256)) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: varchar(256)) Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE @@ -373,6 +376,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: varchar(256)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: varchar(256)) Statistics: Num rows: 2 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE @@ -570,6 +574,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/materialized_view_create_rewrite_3.q.out ql/src/test/results/clientpositive/llap/materialized_view_create_rewrite_3.q.out index df3149b16e..2f09670b20 100644 --- ql/src/test/results/clientpositive/llap/materialized_view_create_rewrite_3.q.out +++ ql/src/test/results/clientpositive/llap/materialized_view_create_rewrite_3.q.out @@ -107,6 +107,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -127,6 +128,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 232 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 232 Basic stats: COMPLETE Column stats: COMPLETE @@ -152,6 +154,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 232 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: decimal(10,2)) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: decimal(10,2)) Statistics: Num rows: 2 Data size: 232 Basic stats: COMPLETE Column stats: COMPLETE @@ -182,6 +185,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 1056 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1056 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -375,6 +379,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -395,6 +400,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 348 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 348 Basic stats: COMPLETE Column stats: COMPLETE @@ -420,6 +426,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 232 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: decimal(10,2)) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: decimal(10,2)) Statistics: Num rows: 2 Data size: 232 Basic stats: COMPLETE Column stats: COMPLETE @@ -516,6 +523,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -536,6 +544,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: COMPLETE @@ -559,6 +568,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: decimal(10,2)) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: decimal(10,2)) Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: COMPLETE @@ -583,6 +593,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: decimal(10,2)) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: decimal(10,2)) Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: COMPLETE @@ -602,6 +613,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: decimal(10,2)) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: decimal(10,2)) Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: COMPLETE @@ -632,6 +644,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 1056 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1056 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -806,6 +819,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -826,6 +840,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: COMPLETE @@ -851,6 +866,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: decimal(10,2)) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: decimal(10,2)) Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: COMPLETE @@ -1101,6 +1117,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -1121,6 +1138,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: COMPLETE @@ -1146,6 +1164,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: decimal(10,2)) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: decimal(10,2)) Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/materialized_view_create_rewrite_4.q.out ql/src/test/results/clientpositive/llap/materialized_view_create_rewrite_4.q.out index 8726792fb6..61bcea2da3 100644 --- ql/src/test/results/clientpositive/llap/materialized_view_create_rewrite_4.q.out +++ ql/src/test/results/clientpositive/llap/materialized_view_create_rewrite_4.q.out @@ -106,6 +106,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -126,6 +127,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 240 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 240 Basic stats: COMPLETE Column stats: COMPLETE @@ -152,6 +154,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 248 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: decimal(10,2)) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: decimal(10,2)) Statistics: Num rows: 2 Data size: 248 Basic stats: COMPLETE Column stats: COMPLETE @@ -346,6 +349,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -366,6 +370,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 240 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 240 Basic stats: COMPLETE Column stats: COMPLETE @@ -392,6 +397,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 248 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: decimal(10,2)) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: decimal(10,2)) Statistics: Num rows: 2 Data size: 248 Basic stats: COMPLETE Column stats: COMPLETE @@ -582,6 +588,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -602,6 +609,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 360 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 360 Basic stats: COMPLETE Column stats: COMPLETE @@ -628,6 +636,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 248 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: decimal(10,2)) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: decimal(10,2)) Statistics: Num rows: 2 Data size: 248 Basic stats: COMPLETE Column stats: COMPLETE @@ -730,6 +739,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 400 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: decimal(10,2)) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: decimal(10,2)) Statistics: Num rows: 2 Data size: 400 Basic stats: COMPLETE Column stats: COMPLETE @@ -751,6 +761,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -771,6 +782,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 120 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 120 Basic stats: COMPLETE Column stats: COMPLETE @@ -815,6 +827,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1480 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1480 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) @@ -827,6 +840,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 200 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: a sort order: + Map-reduce partition columns: UDFToInteger(_col0) (type: int) Statistics: Num rows: 1 Data size: 200 Basic stats: COMPLETE Column stats: COMPLETE @@ -882,6 +896,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 124 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: decimal(10,2)) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: decimal(10,2)) Statistics: Num rows: 1 Data size: 124 Basic stats: COMPLETE Column stats: COMPLETE @@ -897,6 +912,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 124 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: decimal(10,2)) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: decimal(10,2)) Statistics: Num rows: 1 Data size: 124 Basic stats: COMPLETE Column stats: COMPLETE @@ -1119,6 +1135,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -1139,6 +1156,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 360 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 360 Basic stats: COMPLETE Column stats: COMPLETE @@ -1165,6 +1183,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 248 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: decimal(10,2)) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: decimal(10,2)) Statistics: Num rows: 2 Data size: 248 Basic stats: COMPLETE Column stats: COMPLETE @@ -1406,6 +1425,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -1426,6 +1446,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 240 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 240 Basic stats: COMPLETE Column stats: COMPLETE @@ -1452,6 +1473,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 248 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: decimal(10,2)) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: decimal(10,2)) Statistics: Num rows: 2 Data size: 248 Basic stats: COMPLETE Column stats: COMPLETE @@ -1707,6 +1729,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 400 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: decimal(10,2)) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: decimal(10,2)) Statistics: Num rows: 2 Data size: 400 Basic stats: COMPLETE Column stats: COMPLETE @@ -1728,6 +1751,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -1748,6 +1772,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 120 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 120 Basic stats: COMPLETE Column stats: COMPLETE @@ -1792,6 +1817,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1480 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1480 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) @@ -1804,6 +1830,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 200 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: a sort order: + Map-reduce partition columns: UDFToInteger(_col0) (type: int) Statistics: Num rows: 1 Data size: 200 Basic stats: COMPLETE Column stats: COMPLETE @@ -1859,6 +1886,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 124 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: decimal(10,2)) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: decimal(10,2)) Statistics: Num rows: 1 Data size: 124 Basic stats: COMPLETE Column stats: COMPLETE @@ -1874,6 +1902,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 124 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: decimal(10,2)) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: decimal(10,2)) Statistics: Num rows: 1 Data size: 124 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/materialized_view_create_rewrite_5.q.out ql/src/test/results/clientpositive/llap/materialized_view_create_rewrite_5.q.out index 99faa204fb..37d09b5d2d 100644 --- ql/src/test/results/clientpositive/llap/materialized_view_create_rewrite_5.q.out +++ ql/src/test/results/clientpositive/llap/materialized_view_create_rewrite_5.q.out @@ -129,6 +129,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -149,6 +150,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -241,6 +243,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -261,6 +264,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: COMPLETE @@ -302,6 +306,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 1056 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1056 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -513,6 +518,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -533,6 +539,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 348 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 348 Basic stats: COMPLETE Column stats: COMPLETE @@ -574,6 +581,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 1056 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1056 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -741,6 +749,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -761,6 +770,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 232 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 232 Basic stats: COMPLETE Column stats: COMPLETE @@ -802,6 +812,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 1056 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1056 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -973,6 +984,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -993,6 +1005,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: COMPLETE @@ -1034,6 +1047,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 1056 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1056 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/llap/materialized_view_create_rewrite_dummy.q.out ql/src/test/results/clientpositive/llap/materialized_view_create_rewrite_dummy.q.out index 5759c3890c..c6dc4f5f69 100644 --- ql/src/test/results/clientpositive/llap/materialized_view_create_rewrite_dummy.q.out +++ ql/src/test/results/clientpositive/llap/materialized_view_create_rewrite_dummy.q.out @@ -213,6 +213,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 2 Data size: 224 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 2 Data size: 224 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: decimal(10,2)) @@ -232,6 +233,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 112 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 112 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: decimal(10,2)) @@ -365,6 +367,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 112 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 112 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: decimal(10,2)) @@ -376,6 +379,7 @@ STAGE PLANS: alias: default.cmv_mat_view2 Statistics: Num rows: 2 Data size: 232 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 2 Data size: 232 Basic stats: COMPLETE Column stats: COMPLETE value expressions: a (type: int), c (type: decimal(10,2)) @@ -484,6 +488,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 2 Data size: 224 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 2 Data size: 224 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: decimal(10,2)) @@ -503,6 +508,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 112 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 112 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: decimal(10,2)) diff --git ql/src/test/results/clientpositive/llap/materialized_view_create_rewrite_rebuild_dummy.q.out ql/src/test/results/clientpositive/llap/materialized_view_create_rewrite_rebuild_dummy.q.out index 25b85b4d8d..8eecfa9533 100644 --- ql/src/test/results/clientpositive/llap/materialized_view_create_rewrite_rebuild_dummy.q.out +++ ql/src/test/results/clientpositive/llap/materialized_view_create_rewrite_rebuild_dummy.q.out @@ -107,6 +107,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -127,6 +128,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 232 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 232 Basic stats: COMPLETE Column stats: COMPLETE @@ -152,6 +154,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 232 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: decimal(10,2)) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: decimal(10,2)) Statistics: Num rows: 2 Data size: 232 Basic stats: COMPLETE Column stats: COMPLETE @@ -182,6 +185,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 1056 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1056 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -375,6 +379,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -395,6 +400,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 348 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 348 Basic stats: COMPLETE Column stats: COMPLETE @@ -420,6 +426,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 232 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: decimal(10,2)) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: decimal(10,2)) Statistics: Num rows: 2 Data size: 232 Basic stats: COMPLETE Column stats: COMPLETE @@ -516,6 +523,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -536,6 +544,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: COMPLETE @@ -559,6 +568,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: decimal(10,2)) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: decimal(10,2)) Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: COMPLETE @@ -583,6 +593,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: decimal(10,2)) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: decimal(10,2)) Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: COMPLETE @@ -602,6 +613,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: decimal(10,2)) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: decimal(10,2)) Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: COMPLETE @@ -632,6 +644,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 1056 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1056 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -806,6 +819,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -826,6 +840,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: COMPLETE @@ -851,6 +866,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: decimal(10,2)) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: decimal(10,2)) Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: COMPLETE @@ -1101,6 +1117,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -1121,6 +1138,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: COMPLETE @@ -1146,6 +1164,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: decimal(10,2)) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: decimal(10,2)) Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/materialized_view_create_rewrite_time_window.q.out ql/src/test/results/clientpositive/llap/materialized_view_create_rewrite_time_window.q.out index 28fa08c53f..a71820d465 100644 --- ql/src/test/results/clientpositive/llap/materialized_view_create_rewrite_time_window.q.out +++ ql/src/test/results/clientpositive/llap/materialized_view_create_rewrite_time_window.q.out @@ -107,6 +107,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -127,6 +128,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 232 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 232 Basic stats: COMPLETE Column stats: COMPLETE @@ -152,6 +154,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 232 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: decimal(10,2)) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: decimal(10,2)) Statistics: Num rows: 2 Data size: 232 Basic stats: COMPLETE Column stats: COMPLETE @@ -182,6 +185,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 1056 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1056 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -349,6 +353,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -369,6 +374,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 232 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 232 Basic stats: COMPLETE Column stats: COMPLETE @@ -394,6 +400,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 232 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: decimal(10,2)) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: decimal(10,2)) Statistics: Num rows: 2 Data size: 232 Basic stats: COMPLETE Column stats: COMPLETE @@ -640,6 +647,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -660,6 +668,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: COMPLETE @@ -683,6 +692,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: decimal(10,2)) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: decimal(10,2)) Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: COMPLETE @@ -707,6 +717,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: decimal(10,2)) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: decimal(10,2)) Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: COMPLETE @@ -726,6 +737,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: decimal(10,2)) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: decimal(10,2)) Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: COMPLETE @@ -756,6 +768,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 1056 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1056 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/llap/materialized_view_distribute_sort.q.out ql/src/test/results/clientpositive/llap/materialized_view_distribute_sort.q.out index 0bd2358a47..129b437be9 100644 --- ql/src/test/results/clientpositive/llap/materialized_view_distribute_sort.q.out +++ ql/src/test/results/clientpositive/llap/materialized_view_distribute_sort.q.out @@ -58,6 +58,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE @@ -90,6 +91,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -335,6 +337,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE @@ -366,6 +369,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -670,6 +674,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -815,6 +820,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 9900 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 9900 Basic stats: COMPLETE Column stats: COMPLETE @@ -836,6 +842,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 4785 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 4785 Basic stats: COMPLETE Column stats: COMPLETE @@ -858,6 +865,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 9900 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 55 Data size: 9900 Basic stats: COMPLETE Column stats: COMPLETE @@ -887,6 +895,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -1177,6 +1186,7 @@ STAGE PLANS: Statistics: Num rows: 18 Data size: 3258 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 18 Data size: 3258 Basic stats: COMPLETE Column stats: COMPLETE @@ -1198,6 +1208,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 4785 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 4785 Basic stats: COMPLETE Column stats: COMPLETE @@ -1237,6 +1248,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/llap/materialized_view_partition_cluster.q.out ql/src/test/results/clientpositive/llap/materialized_view_partition_cluster.q.out index bf36e70064..deb05b06d9 100644 --- ql/src/test/results/clientpositive/llap/materialized_view_partition_cluster.q.out +++ ql/src/test/results/clientpositive/llap/materialized_view_partition_cluster.q.out @@ -59,6 +59,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 10230 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 55 Data size: 10230 Basic stats: COMPLETE Column stats: COMPLETE @@ -93,6 +94,7 @@ STAGE PLANS: Statistics: Num rows: 27 Data size: 23976 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 27 Data size: 23976 Basic stats: COMPLETE Column stats: COMPLETE @@ -991,6 +993,7 @@ STAGE PLANS: Statistics: Num rows: 9 Data size: 7992 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 9 Data size: 7992 Basic stats: COMPLETE Column stats: COMPLETE @@ -1388,6 +1391,7 @@ STAGE PLANS: Statistics: Num rows: 18 Data size: 3402 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 18 Data size: 3402 Basic stats: COMPLETE Column stats: COMPLETE @@ -1409,6 +1413,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 4785 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 4785 Basic stats: COMPLETE Column stats: COMPLETE @@ -1450,6 +1455,7 @@ STAGE PLANS: Statistics: Num rows: 9 Data size: 7992 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 9 Data size: 7992 Basic stats: COMPLETE Column stats: COMPLETE @@ -1869,6 +1875,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 10395 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 10395 Basic stats: COMPLETE Column stats: COMPLETE @@ -1890,6 +1897,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 4785 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 4785 Basic stats: COMPLETE Column stats: COMPLETE @@ -1912,6 +1920,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 10395 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 55 Data size: 10395 Basic stats: COMPLETE Column stats: COMPLETE @@ -1944,6 +1953,7 @@ STAGE PLANS: Statistics: Num rows: 27 Data size: 23976 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 27 Data size: 23976 Basic stats: COMPLETE Column stats: COMPLETE @@ -2224,6 +2234,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 11275 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string), _col2 (type: double), _col3 (type: double) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col1 (type: string), _col2 (type: double), _col3 (type: double) Statistics: Num rows: 55 Data size: 11275 Basic stats: COMPLETE Column stats: COMPLETE @@ -2258,6 +2269,7 @@ STAGE PLANS: Statistics: Num rows: 27 Data size: 46872 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 27 Data size: 46872 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/materialized_view_partitioned.q.out ql/src/test/results/clientpositive/llap/materialized_view_partitioned.q.out index 0ae38307f9..32927ed767 100644 --- ql/src/test/results/clientpositive/llap/materialized_view_partitioned.q.out +++ ql/src/test/results/clientpositive/llap/materialized_view_partitioned.q.out @@ -70,12 +70,14 @@ STAGE PLANS: Statistics: Num rows: 27 Data size: 14229 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 27 Data size: 14229 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: struct) Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE @@ -659,12 +661,14 @@ STAGE PLANS: Statistics: Num rows: 9 Data size: 4743 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 9 Data size: 4743 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: struct) Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 18 Data size: 3240 Basic stats: COMPLETE Column stats: COMPLETE @@ -981,6 +985,7 @@ STAGE PLANS: Statistics: Num rows: 18 Data size: 3258 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 18 Data size: 3258 Basic stats: COMPLETE Column stats: COMPLETE @@ -1002,6 +1007,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 4785 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 4785 Basic stats: COMPLETE Column stats: COMPLETE @@ -1035,12 +1041,14 @@ STAGE PLANS: Statistics: Num rows: 9 Data size: 4743 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 9 Data size: 4743 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: struct) Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 18 Data size: 3258 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/materialized_view_partitioned_3.q.out ql/src/test/results/clientpositive/llap/materialized_view_partitioned_3.q.out index 9ce5441fdc..68ce81aa27 100644 --- ql/src/test/results/clientpositive/llap/materialized_view_partitioned_3.q.out +++ ql/src/test/results/clientpositive/llap/materialized_view_partitioned_3.q.out @@ -70,12 +70,14 @@ STAGE PLANS: Statistics: Num rows: 27 Data size: 14229 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 27 Data size: 14229 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: struct) Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/materialized_view_rewrite_1.q.out ql/src/test/results/clientpositive/llap/materialized_view_rewrite_1.q.out index 7f1ec5650d..be5b9843a2 100644 --- ql/src/test/results/clientpositive/llap/materialized_view_rewrite_1.q.out +++ ql/src/test/results/clientpositive/llap/materialized_view_rewrite_1.q.out @@ -189,6 +189,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 315 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 3 Data size: 315 Basic stats: COMPLETE Column stats: COMPLETE @@ -206,6 +207,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 291 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 291 Basic stats: COMPLETE Column stats: COMPLETE @@ -765,6 +767,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: varchar(256)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: varchar(256)) Statistics: Num rows: 2 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE @@ -867,6 +870,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 91 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: varchar(256)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: varchar(256)) Statistics: Num rows: 1 Data size: 91 Basic stats: COMPLETE Column stats: COMPLETE @@ -970,6 +974,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: varchar(256)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: varchar(256)) Statistics: Num rows: 2 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE @@ -1087,6 +1092,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -1213,6 +1219,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/materialized_view_rewrite_10.q.out ql/src/test/results/clientpositive/llap/materialized_view_rewrite_10.q.out index 442d8880b0..b63aac8f86 100644 --- ql/src/test/results/clientpositive/llap/materialized_view_rewrite_10.q.out +++ ql/src/test/results/clientpositive/llap/materialized_view_rewrite_10.q.out @@ -321,6 +321,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) diff --git ql/src/test/results/clientpositive/llap/materialized_view_rewrite_2.q.out ql/src/test/results/clientpositive/llap/materialized_view_rewrite_2.q.out index 0266051d40..0219e7fac5 100644 --- ql/src/test/results/clientpositive/llap/materialized_view_rewrite_2.q.out +++ ql/src/test/results/clientpositive/llap/materialized_view_rewrite_2.q.out @@ -513,6 +513,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -529,6 +530,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -553,6 +555,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -687,6 +690,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/materialized_view_rewrite_3.q.out ql/src/test/results/clientpositive/llap/materialized_view_rewrite_3.q.out index 93bda7650b..341063f03a 100644 --- ql/src/test/results/clientpositive/llap/materialized_view_rewrite_3.q.out +++ ql/src/test/results/clientpositive/llap/materialized_view_rewrite_3.q.out @@ -419,6 +419,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 352 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: varchar(256)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: varchar(256)) Statistics: Num rows: 4 Data size: 352 Basic stats: COMPLETE Column stats: COMPLETE @@ -439,6 +440,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 188 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: varchar(256)) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: varchar(256)) Statistics: Num rows: 2 Data size: 188 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/materialized_view_rewrite_4.q.out ql/src/test/results/clientpositive/llap/materialized_view_rewrite_4.q.out index 509c5d980b..ccdab09a34 100644 --- ql/src/test/results/clientpositive/llap/materialized_view_rewrite_4.q.out +++ ql/src/test/results/clientpositive/llap/materialized_view_rewrite_4.q.out @@ -190,6 +190,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 212 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: varchar(256)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: varchar(256)) Statistics: Num rows: 2 Data size: 212 Basic stats: COMPLETE Column stats: COMPLETE @@ -380,6 +381,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -505,6 +507,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -629,6 +632,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -759,6 +763,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 192 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: varchar(256)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: varchar(256)) Statistics: Num rows: 2 Data size: 192 Basic stats: COMPLETE Column stats: COMPLETE @@ -780,6 +785,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 188 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: varchar(256)) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: varchar(256)) Statistics: Num rows: 2 Data size: 188 Basic stats: COMPLETE Column stats: COMPLETE @@ -806,6 +812,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -925,6 +932,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 60 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 60 Basic stats: COMPLETE Column stats: COMPLETE @@ -942,6 +950,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -966,6 +975,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: float) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/materialized_view_rewrite_5.q.out ql/src/test/results/clientpositive/llap/materialized_view_rewrite_5.q.out index a009ed0d55..9d1e9341a3 100644 --- ql/src/test/results/clientpositive/llap/materialized_view_rewrite_5.q.out +++ ql/src/test/results/clientpositive/llap/materialized_view_rewrite_5.q.out @@ -205,6 +205,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 88 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: varchar(256)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: varchar(256)) Statistics: Num rows: 1 Data size: 88 Basic stats: COMPLETE Column stats: COMPLETE @@ -313,6 +314,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: varchar(256)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: varchar(256)) Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE @@ -456,6 +458,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -578,6 +581,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -771,6 +775,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -898,6 +903,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 279 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 279 Basic stats: COMPLETE Column stats: COMPLETE @@ -915,6 +921,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -941,6 +948,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 97 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: varchar(256)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: varchar(256)) Statistics: Num rows: 1 Data size: 97 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/materialized_view_rewrite_6.q.out ql/src/test/results/clientpositive/llap/materialized_view_rewrite_6.q.out index 759f8ad088..d976a51fb7 100644 --- ql/src/test/results/clientpositive/llap/materialized_view_rewrite_6.q.out +++ ql/src/test/results/clientpositive/llap/materialized_view_rewrite_6.q.out @@ -210,6 +210,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: float) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: float) Statistics: Num rows: 2 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -326,6 +327,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: float) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: float) Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -447,6 +449,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 440 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: varchar(256)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: varchar(256)) Statistics: Num rows: 5 Data size: 440 Basic stats: COMPLETE Column stats: COMPLETE @@ -467,6 +470,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 188 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: varchar(256)) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: varchar(256)) Statistics: Num rows: 2 Data size: 188 Basic stats: COMPLETE Column stats: COMPLETE @@ -602,6 +606,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 440 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: varchar(256)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: varchar(256)) Statistics: Num rows: 5 Data size: 440 Basic stats: COMPLETE Column stats: COMPLETE @@ -622,6 +627,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 190 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: varchar(256)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: varchar(256)) Statistics: Num rows: 2 Data size: 190 Basic stats: COMPLETE Column stats: COMPLETE @@ -642,6 +648,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 188 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: varchar(256)) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: varchar(256)) Statistics: Num rows: 2 Data size: 188 Basic stats: COMPLETE Column stats: COMPLETE @@ -661,6 +668,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 440 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: varchar(256)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: varchar(256)) Statistics: Num rows: 5 Data size: 440 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/materialized_view_rewrite_7.q.out ql/src/test/results/clientpositive/llap/materialized_view_rewrite_7.q.out index 2cf51257f4..81b47eeab5 100644 --- ql/src/test/results/clientpositive/llap/materialized_view_rewrite_7.q.out +++ ql/src/test/results/clientpositive/llap/materialized_view_rewrite_7.q.out @@ -240,6 +240,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 188 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: varchar(256)) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: varchar(256)) Statistics: Num rows: 2 Data size: 188 Basic stats: COMPLETE Column stats: COMPLETE @@ -261,6 +262,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -283,6 +285,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -303,6 +306,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 190 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: varchar(256)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: varchar(256)) Statistics: Num rows: 2 Data size: 190 Basic stats: COMPLETE Column stats: COMPLETE @@ -323,6 +327,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 93 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 93 Basic stats: COMPLETE Column stats: COMPLETE @@ -342,6 +347,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 188 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: varchar(256)) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: varchar(256)) Statistics: Num rows: 2 Data size: 188 Basic stats: COMPLETE Column stats: COMPLETE @@ -365,6 +371,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -384,6 +391,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -415,6 +423,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 93 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: varchar(256)) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: varchar(256)) Statistics: Num rows: 1 Data size: 93 Basic stats: COMPLETE Column stats: COMPLETE @@ -556,6 +565,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 188 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: varchar(256)) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: varchar(256)) Statistics: Num rows: 2 Data size: 188 Basic stats: COMPLETE Column stats: COMPLETE @@ -577,6 +587,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 93 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 93 Basic stats: COMPLETE Column stats: COMPLETE @@ -601,6 +612,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -622,6 +634,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 190 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: varchar(256)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: varchar(256)) Statistics: Num rows: 2 Data size: 190 Basic stats: COMPLETE Column stats: COMPLETE @@ -642,6 +655,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -670,6 +684,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -687,6 +702,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 188 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: varchar(256)) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: varchar(256)) Statistics: Num rows: 2 Data size: 188 Basic stats: COMPLETE Column stats: COMPLETE @@ -711,6 +727,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -733,6 +750,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -770,6 +788,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 93 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col3 (type: varchar(256)) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: varchar(256)) Statistics: Num rows: 1 Data size: 93 Basic stats: COMPLETE Column stats: COMPLETE @@ -896,6 +915,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 93 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 93 Basic stats: COMPLETE Column stats: COMPLETE @@ -917,6 +937,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -937,6 +958,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 188 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: varchar(256)) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: varchar(256)) Statistics: Num rows: 2 Data size: 188 Basic stats: COMPLETE Column stats: COMPLETE @@ -974,6 +996,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 89 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: varchar(256)) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: varchar(256)) Statistics: Num rows: 1 Data size: 89 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/materialized_view_rewrite_8.q.out ql/src/test/results/clientpositive/llap/materialized_view_rewrite_8.q.out index 94d496d76c..303111a7d4 100644 --- ql/src/test/results/clientpositive/llap/materialized_view_rewrite_8.q.out +++ ql/src/test/results/clientpositive/llap/materialized_view_rewrite_8.q.out @@ -255,6 +255,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 159 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: bigint) + null sort order: z sort order: + Statistics: Num rows: 1 Data size: 159 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -330,6 +331,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 151 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: date), _col1 (type: bigint), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: date), _col1 (type: bigint), _col2 (type: string) Statistics: Num rows: 1 Data size: 151 Basic stats: COMPLETE Column stats: COMPLETE @@ -487,6 +489,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -566,6 +569,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -653,6 +657,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/materialized_view_rewrite_9.q.out ql/src/test/results/clientpositive/llap/materialized_view_rewrite_9.q.out index 68e69920c0..1fa0a4df36 100644 --- ql/src/test/results/clientpositive/llap/materialized_view_rewrite_9.q.out +++ ql/src/test/results/clientpositive/llap/materialized_view_rewrite_9.q.out @@ -112,6 +112,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 151 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: string), _col3 (type: timestamp) + null sort order: aaaa sort order: ++++ Map-reduce partition columns: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: string), _col3 (type: timestamp) Statistics: Num rows: 1 Data size: 151 Basic stats: COMPLETE Column stats: COMPLETE @@ -225,6 +226,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 151 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: string), _col3 (type: timestamp) + null sort order: aaaa sort order: ++++ Map-reduce partition columns: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: string), _col3 (type: timestamp) Statistics: Num rows: 1 Data size: 151 Basic stats: COMPLETE Column stats: COMPLETE @@ -341,6 +343,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 151 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: string), _col3 (type: timestamp) + null sort order: aaaa sort order: ++++ Map-reduce partition columns: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: string), _col3 (type: timestamp) Statistics: Num rows: 1 Data size: 151 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/materialized_view_rewrite_no_join_opt.q.out ql/src/test/results/clientpositive/llap/materialized_view_rewrite_no_join_opt.q.out index 67e0fbfea4..583aa097b1 100644 --- ql/src/test/results/clientpositive/llap/materialized_view_rewrite_no_join_opt.q.out +++ ql/src/test/results/clientpositive/llap/materialized_view_rewrite_no_join_opt.q.out @@ -191,6 +191,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 510 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 510 Basic stats: COMPLETE Column stats: COMPLETE @@ -208,6 +209,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -337,6 +339,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -464,6 +467,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -484,6 +488,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -510,6 +515,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -630,6 +636,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -650,6 +657,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/materialized_view_rewrite_no_join_opt_2.q.out ql/src/test/results/clientpositive/llap/materialized_view_rewrite_no_join_opt_2.q.out index 71d44a488a..30967bf7a4 100644 --- ql/src/test/results/clientpositive/llap/materialized_view_rewrite_no_join_opt_2.q.out +++ ql/src/test/results/clientpositive/llap/materialized_view_rewrite_no_join_opt_2.q.out @@ -197,6 +197,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 315 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col4 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: int) Statistics: Num rows: 3 Data size: 315 Basic stats: COMPLETE Column stats: COMPLETE @@ -214,6 +215,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 291 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 291 Basic stats: COMPLETE Column stats: COMPLETE @@ -362,6 +364,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 510 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col3 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: int) Statistics: Num rows: 5 Data size: 510 Basic stats: COMPLETE Column stats: COMPLETE @@ -379,6 +382,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -741,6 +745,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 680 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: varchar(256)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: varchar(256)) Statistics: Num rows: 2 Data size: 680 Basic stats: COMPLETE Column stats: COMPLETE @@ -864,6 +869,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 340 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: varchar(256)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: varchar(256)) Statistics: Num rows: 1 Data size: 340 Basic stats: COMPLETE Column stats: COMPLETE @@ -998,6 +1004,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 680 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: varchar(256)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: varchar(256)) Statistics: Num rows: 2 Data size: 680 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/materialized_view_rewrite_part_1.q.out ql/src/test/results/clientpositive/llap/materialized_view_rewrite_part_1.q.out index 22e88fda69..cc1cadf110 100644 --- ql/src/test/results/clientpositive/llap/materialized_view_rewrite_part_1.q.out +++ ql/src/test/results/clientpositive/llap/materialized_view_rewrite_part_1.q.out @@ -197,6 +197,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 315 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col4 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: int) Statistics: Num rows: 3 Data size: 315 Basic stats: COMPLETE Column stats: COMPLETE @@ -214,6 +215,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 291 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 291 Basic stats: COMPLETE Column stats: COMPLETE @@ -670,6 +672,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 680 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: varchar(256)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: varchar(256)) Statistics: Num rows: 2 Data size: 680 Basic stats: COMPLETE Column stats: COMPLETE @@ -793,6 +796,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 340 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: varchar(256)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: varchar(256)) Statistics: Num rows: 1 Data size: 340 Basic stats: COMPLETE Column stats: COMPLETE @@ -927,6 +931,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 680 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: varchar(256)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: varchar(256)) Statistics: Num rows: 2 Data size: 680 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/materialized_view_rewrite_part_2.q.out ql/src/test/results/clientpositive/llap/materialized_view_rewrite_part_2.q.out index 1ddc449352..178c6c11d0 100644 --- ql/src/test/results/clientpositive/llap/materialized_view_rewrite_part_2.q.out +++ ql/src/test/results/clientpositive/llap/materialized_view_rewrite_part_2.q.out @@ -553,6 +553,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -569,6 +570,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -609,6 +611,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -762,6 +765,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/materialized_view_rewrite_ssb.q.out ql/src/test/results/clientpositive/llap/materialized_view_rewrite_ssb.q.out index e3d3b2b339..7774a164d4 100644 --- ql/src/test/results/clientpositive/llap/materialized_view_rewrite_ssb.q.out +++ ql/src/test/results/clientpositive/llap/materialized_view_rewrite_ssb.q.out @@ -662,6 +662,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: double) @@ -751,6 +752,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: double) @@ -842,6 +844,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: double) @@ -948,6 +951,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string) Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE @@ -969,6 +973,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int), _col2 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: double) @@ -1072,6 +1077,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string) Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE @@ -1093,6 +1099,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int), _col2 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: double) @@ -1196,6 +1203,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -1217,6 +1225,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: z sort order: + Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: double) @@ -1324,6 +1333,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string), _col2 (type: string) Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE @@ -1345,6 +1355,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: int), _col3 (type: double) + null sort order: zz sort order: +- Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -1450,6 +1461,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string), _col2 (type: string) Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE @@ -1471,6 +1483,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: int), _col3 (type: double) + null sort order: zz sort order: +- Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -1572,6 +1585,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string), _col2 (type: string) Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE @@ -1593,6 +1607,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: int), _col3 (type: double) + null sort order: zz sort order: +- Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -1698,6 +1713,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string), _col2 (type: string) Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE @@ -1719,6 +1735,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: int), _col3 (type: double) + null sort order: zz sort order: +- Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -1830,6 +1847,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string) Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE @@ -1847,6 +1865,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col2 (type: double) @@ -1960,6 +1979,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string), _col2 (type: string) Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE @@ -1977,6 +1997,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string) + null sort order: zzz sort order: +++ Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col3 (type: double) @@ -2090,6 +2111,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string), _col2 (type: string) Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE @@ -2107,6 +2129,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string) + null sort order: zzz sort order: +++ Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col3 (type: double) diff --git ql/src/test/results/clientpositive/llap/materialized_view_rewrite_ssb_2.q.out ql/src/test/results/clientpositive/llap/materialized_view_rewrite_ssb_2.q.out index cafe83cf42..203c8fd1ac 100644 --- ql/src/test/results/clientpositive/llap/materialized_view_rewrite_ssb_2.q.out +++ ql/src/test/results/clientpositive/llap/materialized_view_rewrite_ssb_2.q.out @@ -664,6 +664,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: double) @@ -753,6 +754,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: double) @@ -844,6 +846,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: double) @@ -950,6 +953,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string) Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE @@ -971,6 +975,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int), _col2 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: double) @@ -1074,6 +1079,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string) Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE @@ -1095,6 +1101,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int), _col2 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: double) @@ -1198,6 +1205,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -1219,6 +1227,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: z sort order: + Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: double) @@ -1326,6 +1335,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string), _col2 (type: string) Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE @@ -1347,6 +1357,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: int), _col3 (type: double) + null sort order: zz sort order: +- Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -1452,6 +1463,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string), _col2 (type: string) Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE @@ -1473,6 +1485,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: int), _col3 (type: double) + null sort order: zz sort order: +- Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -1578,6 +1591,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string), _col2 (type: string) Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE @@ -1599,6 +1613,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: int), _col3 (type: double) + null sort order: zz sort order: +- Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -1704,6 +1719,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string), _col2 (type: string) Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE @@ -1725,6 +1741,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: int), _col3 (type: double) + null sort order: zz sort order: +- Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -1836,6 +1853,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string) Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE @@ -1853,6 +1871,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col2 (type: double) @@ -1966,6 +1985,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string), _col2 (type: string) Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE @@ -1983,6 +2003,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string) + null sort order: zzz sort order: +++ Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col3 (type: double) @@ -2096,6 +2117,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string), _col2 (type: string) Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE @@ -2113,6 +2135,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string) + null sort order: zzz sort order: +++ Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col3 (type: double) diff --git ql/src/test/results/clientpositive/llap/merge1.q.out ql/src/test/results/clientpositive/llap/merge1.q.out index f902da3c58..d946d9e4d5 100644 --- ql/src/test/results/clientpositive/llap/merge1.q.out +++ ql/src/test/results/clientpositive/llap/merge1.q.out @@ -51,6 +51,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -89,6 +90,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 848 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 848 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -558,6 +560,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 440 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 440 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct) @@ -669,6 +672,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 440 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 440 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct) diff --git ql/src/test/results/clientpositive/llap/merge2.q.out ql/src/test/results/clientpositive/llap/merge2.q.out index 28755a6e07..2494eabba6 100644 --- ql/src/test/results/clientpositive/llap/merge2.q.out +++ ql/src/test/results/clientpositive/llap/merge2.q.out @@ -51,6 +51,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -89,6 +90,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 848 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 848 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -558,6 +560,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 440 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 440 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct) @@ -669,6 +672,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 440 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 440 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct) diff --git ql/src/test/results/clientpositive/llap/mergejoin.q.out ql/src/test/results/clientpositive/llap/mergejoin.q.out index 0db232a89e..2b045d8902 100644 --- ql/src/test/results/clientpositive/llap/mergejoin.q.out +++ ql/src/test/results/clientpositive/llap/mergejoin.q.out @@ -54,6 +54,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -107,6 +108,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -139,6 +141,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -214,6 +217,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -459,6 +463,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1568,6 +1573,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1706,6 +1712,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1828,6 +1835,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -1872,6 +1880,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -1915,6 +1924,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -2049,6 +2059,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Reduce Sink Vectorization: @@ -2103,6 +2114,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -2133,6 +2145,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -2184,6 +2197,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -2223,6 +2237,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -2237,6 +2252,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: binary) @@ -2260,6 +2276,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -2333,6 +2350,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -2370,6 +2388,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -2461,6 +2480,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -2513,6 +2533,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -2556,6 +2577,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -2698,6 +2720,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -2731,6 +2754,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -2783,6 +2807,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -2826,6 +2851,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -2938,6 +2964,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -2990,6 +3017,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -3033,6 +3061,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -3165,6 +3194,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Reduce Sink Vectorization: @@ -3219,6 +3249,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -3249,6 +3280,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -3300,6 +3332,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -3339,6 +3372,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -3353,6 +3387,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: binary) @@ -3376,6 +3411,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -3449,6 +3485,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -3486,6 +3523,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -3594,6 +3632,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -3627,6 +3666,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -3679,6 +3719,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -3722,6 +3763,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -3846,6 +3888,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -3897,6 +3940,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -3948,6 +3992,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/llap/metadata_only_queries.q.out ql/src/test/results/clientpositive/llap/metadata_only_queries.q.out index 974bc64894..19bcf5ab37 100644 --- ql/src/test/results/clientpositive/llap/metadata_only_queries.q.out +++ ql/src/test/results/clientpositive/llap/metadata_only_queries.q.out @@ -214,6 +214,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 Statistics: Num rows: 1 Data size: 520 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 520 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: decimal(11,1)), _col3 (type: bigint), _col4 (type: bigint), _col5 (type: bigint), _col6 (type: bigint), _col7 (type: int), _col8 (type: bigint) @@ -289,6 +290,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 Statistics: Num rows: 1 Data size: 520 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 520 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: decimal(11,1)), _col3 (type: bigint), _col4 (type: bigint), _col5 (type: bigint), _col6 (type: bigint), _col7 (type: int), _col8 (type: bigint) @@ -358,6 +360,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 Statistics: Num rows: 1 Data size: 520 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 520 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: decimal(11,1)), _col3 (type: bigint), _col4 (type: bigint), _col5 (type: bigint), _col6 (type: bigint), _col7 (type: int), _col8 (type: bigint) @@ -433,6 +436,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 Statistics: Num rows: 1 Data size: 520 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 520 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: decimal(11,1)), _col3 (type: bigint), _col4 (type: bigint), _col5 (type: bigint), _col6 (type: bigint), _col7 (type: int), _col8 (type: bigint) @@ -732,6 +736,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 48 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 48 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/llap/mm_all.q.out ql/src/test/results/clientpositive/llap/mm_all.q.out index 6cb34e2c79..7542a6ae2b 100644 --- ql/src/test/results/clientpositive/llap/mm_all.q.out +++ ql/src/test/results/clientpositive/llap/mm_all.q.out @@ -108,6 +108,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 1284 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 1284 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/mm_bhif.q.out ql/src/test/results/clientpositive/llap/mm_bhif.q.out index b1e0b3d892..cd908657a5 100644 --- ql/src/test/results/clientpositive/llap/mm_bhif.q.out +++ ql/src/test/results/clientpositive/llap/mm_bhif.q.out @@ -90,6 +90,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/llap/mm_dp.q.out ql/src/test/results/clientpositive/llap/mm_dp.q.out index 642ddc9e3d..94da4ff56f 100644 --- ql/src/test/results/clientpositive/llap/mm_dp.q.out +++ ql/src/test/results/clientpositive/llap/mm_dp.q.out @@ -147,6 +147,7 @@ STAGE PLANS: Statistics: Num rows: 2605 Data size: 268315 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col3 (type: string), _bucket_number (type: string), _col2 (type: int) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col3 (type: string) Statistics: Num rows: 2605 Data size: 268315 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/mrr.q.out ql/src/test/results/clientpositive/llap/mrr.q.out index 6d3b8b27da..d0c2282b72 100644 --- ql/src/test/results/clientpositive/llap/mrr.q.out +++ ql/src/test/results/clientpositive/llap/mrr.q.out @@ -37,6 +37,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -54,6 +55,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: bigint) + null sort order: z sort order: + Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -432,6 +434,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -452,6 +455,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -477,6 +481,7 @@ STAGE PLANS: Statistics: Num rows: 395 Data size: 70310 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 395 Data size: 70310 Basic stats: COMPLETE Column stats: COMPLETE @@ -496,6 +501,7 @@ STAGE PLANS: Statistics: Num rows: 316 Data size: 30020 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: bigint), _col0 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 316 Data size: 30020 Basic stats: COMPLETE Column stats: COMPLETE Reducer 4 @@ -873,6 +879,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -909,6 +916,7 @@ STAGE PLANS: Statistics: Num rows: 395 Data size: 70310 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 395 Data size: 70310 Basic stats: COMPLETE Column stats: COMPLETE @@ -930,6 +938,7 @@ STAGE PLANS: Statistics: Num rows: 316 Data size: 30020 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: bigint), _col0 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 316 Data size: 30020 Basic stats: COMPLETE Column stats: COMPLETE Reducer 4 @@ -1339,12 +1348,14 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: bigint) Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -1369,6 +1380,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -1404,6 +1416,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 8549 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 83 Data size: 8549 Basic stats: COMPLETE Column stats: COMPLETE @@ -1425,6 +1438,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 23655 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 83 Data size: 23655 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: bigint), _col3 (type: bigint), _col4 (type: string), _col5 (type: bigint) @@ -1453,6 +1467,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -1681,6 +1696,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -1702,6 +1718,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -1729,6 +1746,7 @@ STAGE PLANS: Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: bigint), _col2 (type: string), _col3 (type: string) diff --git ql/src/test/results/clientpositive/llap/multiMapJoin1.q.out ql/src/test/results/clientpositive/llap/multiMapJoin1.q.out index 5ec762a132..146dcc8a00 100644 --- ql/src/test/results/clientpositive/llap/multiMapJoin1.q.out +++ ql/src/test/results/clientpositive/llap/multiMapJoin1.q.out @@ -235,6 +235,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -255,6 +256,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 1840 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 1840 Basic stats: COMPLETE Column stats: NONE @@ -275,6 +277,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 1840 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 1840 Basic stats: COMPLETE Column stats: NONE @@ -406,6 +409,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -426,6 +430,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 1840 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 1840 Basic stats: COMPLETE Column stats: NONE @@ -446,6 +451,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 1840 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 1840 Basic stats: COMPLETE Column stats: NONE @@ -582,6 +588,7 @@ STAGE PLANS: Statistics: Num rows: 5445 Data size: 1903972 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 5445 Data size: 1903972 Basic stats: COMPLETE Column stats: NONE @@ -603,6 +610,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 1840 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 1840 Basic stats: COMPLETE Column stats: NONE @@ -623,6 +631,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 3680 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 10 Data size: 3680 Basic stats: COMPLETE Column stats: NONE @@ -921,6 +930,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7 Statistics: Num rows: 1 Data size: 64 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 64 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: bigint), _col3 (type: bigint), _col4 (type: bigint), _col5 (type: bigint), _col6 (type: bigint), _col7 (type: bigint) @@ -941,6 +951,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 1840 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 1840 Basic stats: COMPLETE Column stats: NONE @@ -961,6 +972,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 1840 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 1840 Basic stats: COMPLETE Column stats: NONE @@ -981,6 +993,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 3680 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 10 Data size: 3680 Basic stats: COMPLETE Column stats: NONE @@ -1002,6 +1015,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 1840 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 1840 Basic stats: COMPLETE Column stats: NONE @@ -1263,6 +1277,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7 Statistics: Num rows: 1 Data size: 64 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 64 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: bigint), _col3 (type: bigint), _col4 (type: bigint), _col5 (type: bigint), _col6 (type: bigint), _col7 (type: bigint) @@ -1283,6 +1298,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 1840 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 1840 Basic stats: COMPLETE Column stats: NONE @@ -1303,6 +1319,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 1840 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 1840 Basic stats: COMPLETE Column stats: NONE @@ -1323,6 +1340,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 3680 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 10 Data size: 3680 Basic stats: COMPLETE Column stats: NONE @@ -1344,6 +1362,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 1840 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 1840 Basic stats: COMPLETE Column stats: NONE @@ -1559,6 +1578,7 @@ STAGE PLANS: Statistics: Num rows: 4250 Data size: 2229169 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 4250 Data size: 2229169 Basic stats: COMPLETE Column stats: NONE @@ -1580,6 +1600,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 1840 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 1840 Basic stats: COMPLETE Column stats: NONE @@ -1601,6 +1622,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 1840 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 1840 Basic stats: COMPLETE Column stats: NONE @@ -1621,6 +1643,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 1840 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 1840 Basic stats: COMPLETE Column stats: NONE @@ -1641,6 +1664,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 3680 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 10 Data size: 3680 Basic stats: COMPLETE Column stats: NONE @@ -1660,6 +1684,7 @@ STAGE PLANS: Statistics: Num rows: 4675 Data size: 2452085 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 4675 Data size: 2452085 Basic stats: COMPLETE Column stats: NONE @@ -1677,6 +1702,7 @@ STAGE PLANS: Statistics: Num rows: 5142 Data size: 2697293 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 5142 Data size: 2697293 Basic stats: COMPLETE Column stats: NONE @@ -1694,6 +1720,7 @@ STAGE PLANS: Statistics: Num rows: 5656 Data size: 2967022 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: string) Statistics: Num rows: 5656 Data size: 2967022 Basic stats: COMPLETE Column stats: NONE @@ -1720,6 +1747,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7 Statistics: Num rows: 1 Data size: 64 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 64 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: bigint), _col3 (type: bigint), _col4 (type: bigint), _col5 (type: bigint), _col6 (type: bigint), _col7 (type: bigint) @@ -1932,6 +1960,7 @@ STAGE PLANS: Statistics: Num rows: 4250 Data size: 2229169 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 4250 Data size: 2229169 Basic stats: COMPLETE Column stats: NONE @@ -1953,6 +1982,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 1840 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 1840 Basic stats: COMPLETE Column stats: NONE @@ -1974,6 +2004,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 1840 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 1840 Basic stats: COMPLETE Column stats: NONE @@ -1994,6 +2025,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 1840 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 1840 Basic stats: COMPLETE Column stats: NONE @@ -2014,6 +2046,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 3680 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 10 Data size: 3680 Basic stats: COMPLETE Column stats: NONE @@ -2033,6 +2066,7 @@ STAGE PLANS: Statistics: Num rows: 4675 Data size: 2452085 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 4675 Data size: 2452085 Basic stats: COMPLETE Column stats: NONE @@ -2050,6 +2084,7 @@ STAGE PLANS: Statistics: Num rows: 5142 Data size: 2697293 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 5142 Data size: 2697293 Basic stats: COMPLETE Column stats: NONE @@ -2067,6 +2102,7 @@ STAGE PLANS: Statistics: Num rows: 5656 Data size: 2967022 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: string) Statistics: Num rows: 5656 Data size: 2967022 Basic stats: COMPLETE Column stats: NONE @@ -2093,6 +2129,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7 Statistics: Num rows: 1 Data size: 64 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 64 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: bigint), _col3 (type: bigint), _col4 (type: bigint), _col5 (type: bigint), _col6 (type: bigint), _col7 (type: bigint) diff --git ql/src/test/results/clientpositive/llap/multiMapJoin2.q.out ql/src/test/results/clientpositive/llap/multiMapJoin2.q.out index 078ed9657d..1a2606cce0 100644 --- ql/src/test/results/clientpositive/llap/multiMapJoin2.q.out +++ ql/src/test/results/clientpositive/llap/multiMapJoin2.q.out @@ -57,6 +57,7 @@ STAGE PLANS: Statistics: Num rows: 39 Data size: 3393 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 78 Data size: 6786 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized, llap @@ -76,6 +77,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -106,6 +108,7 @@ STAGE PLANS: Statistics: Num rows: 39 Data size: 3393 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 78 Data size: 6786 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized, llap @@ -125,6 +128,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -295,6 +299,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -315,6 +320,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -335,6 +341,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -355,6 +362,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -373,6 +381,7 @@ STAGE PLANS: Statistics: Num rows: 39 Data size: 3393 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 78 Data size: 6786 Basic stats: COMPLETE Column stats: COMPLETE Reducer 4 @@ -402,6 +411,7 @@ STAGE PLANS: Statistics: Num rows: 39 Data size: 3393 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 78 Data size: 6786 Basic stats: COMPLETE Column stats: COMPLETE Union 3 @@ -557,6 +567,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 1032 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 12 Data size: 1032 Basic stats: COMPLETE Column stats: COMPLETE @@ -587,6 +598,7 @@ STAGE PLANS: Statistics: Num rows: 39 Data size: 3393 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 51 Data size: 4425 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized, llap @@ -606,6 +618,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -621,6 +634,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 1032 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 51 Data size: 4425 Basic stats: COMPLETE Column stats: COMPLETE Reducer 4 @@ -795,6 +809,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 174 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 174 Basic stats: COMPLETE Column stats: COMPLETE @@ -815,11 +830,13 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -856,6 +873,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 174 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 174 Basic stats: COMPLETE Column stats: COMPLETE @@ -888,6 +906,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 95 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 95 Basic stats: COMPLETE Column stats: COMPLETE @@ -903,6 +922,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 95 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: bigint) + null sort order: zz sort order: ++ Statistics: Num rows: 1 Data size: 95 Basic stats: COMPLETE Column stats: COMPLETE Reducer 4 @@ -1047,6 +1067,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 174 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 174 Basic stats: COMPLETE Column stats: COMPLETE @@ -1067,11 +1088,13 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -1108,6 +1131,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 174 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 174 Basic stats: COMPLETE Column stats: COMPLETE @@ -1140,6 +1164,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 95 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 95 Basic stats: COMPLETE Column stats: COMPLETE @@ -1155,6 +1180,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 95 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: bigint) + null sort order: zz sort order: ++ Statistics: Num rows: 1 Data size: 95 Basic stats: COMPLETE Column stats: COMPLETE Reducer 4 @@ -1299,6 +1325,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 174 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 174 Basic stats: COMPLETE Column stats: COMPLETE @@ -1319,6 +1346,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -1330,6 +1358,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 1032 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 12 Data size: 1032 Basic stats: COMPLETE Column stats: COMPLETE @@ -1362,6 +1391,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE @@ -1377,6 +1407,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: bigint) + null sort order: zz sort order: ++ Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE Reducer 4 @@ -1403,6 +1434,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 1032 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 12 Data size: 1032 Basic stats: COMPLETE Column stats: COMPLETE @@ -1534,6 +1566,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 174 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 174 Basic stats: COMPLETE Column stats: COMPLETE @@ -1554,6 +1587,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -1565,6 +1599,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 1032 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 12 Data size: 1032 Basic stats: COMPLETE Column stats: COMPLETE @@ -1597,6 +1632,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE @@ -1612,6 +1648,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: bigint) + null sort order: zz sort order: ++ Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE Reducer 4 @@ -1638,6 +1675,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 1032 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 12 Data size: 1032 Basic stats: COMPLETE Column stats: COMPLETE @@ -1793,6 +1831,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1813,6 +1852,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -1925,6 +1965,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 1000 Data size: 87000 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized, llap @@ -1960,6 +2001,7 @@ STAGE PLANS: Statistics: Num rows: 316 Data size: 27492 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 316 Data size: 27492 Basic stats: COMPLETE Column stats: COMPLETE @@ -1980,6 +2022,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -2001,6 +2044,7 @@ STAGE PLANS: Statistics: Num rows: 316 Data size: 27492 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 316 Data size: 27492 Basic stats: COMPLETE Column stats: COMPLETE @@ -2031,6 +2075,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 1000 Data size: 87000 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized, llap @@ -2050,6 +2095,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/multi_count_distinct_null.q.out ql/src/test/results/clientpositive/llap/multi_count_distinct_null.q.out index 54ba93a130..cd375ca0e4 100644 --- ql/src/test/results/clientpositive/llap/multi_count_distinct_null.q.out +++ ql/src/test/results/clientpositive/llap/multi_count_distinct_null.q.out @@ -59,6 +59,7 @@ STAGE PLANS: Statistics: Num rows: 18 Data size: 1628 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: varchar(10)), _col2 (type: int), _col3 (type: bigint) + null sort order: aaaa sort order: ++++ Map-reduce partition columns: _col0 (type: int), _col1 (type: varchar(10)), _col2 (type: int), _col3 (type: bigint) Statistics: Num rows: 18 Data size: 1628 Basic stats: COMPLETE Column stats: COMPLETE @@ -83,6 +84,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: bigint) @@ -206,6 +208,7 @@ STAGE PLANS: Statistics: Num rows: 30 Data size: 2654 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: varchar(10)), _col1 (type: int), _col2 (type: int), _col3 (type: bigint) + null sort order: aaaa sort order: ++++ Map-reduce partition columns: _col0 (type: varchar(10)), _col1 (type: int), _col2 (type: int), _col3 (type: bigint) Statistics: Num rows: 30 Data size: 2654 Basic stats: COMPLETE Column stats: COMPLETE @@ -230,6 +233,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4 Statistics: Num rows: 1 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: bigint), _col3 (type: bigint), _col4 (type: bigint) diff --git ql/src/test/results/clientpositive/llap/multi_insert.q.out ql/src/test/results/clientpositive/llap/multi_insert.q.out index 271bc36e98..df0781f8c6 100644 --- ql/src/test/results/clientpositive/llap/multi_insert.q.out +++ ql/src/test/results/clientpositive/llap/multi_insert.q.out @@ -78,6 +78,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -107,6 +108,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -299,6 +301,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -328,6 +331,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -520,6 +524,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -549,6 +554,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -741,6 +747,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -770,6 +777,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -943,6 +951,7 @@ STAGE PLANS: Statistics: Num rows: 221 Data size: 39338 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string), value (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string), value (type: string) Statistics: Num rows: 221 Data size: 39338 Basic stats: COMPLETE Column stats: COMPLETE @@ -980,6 +989,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -1010,6 +1020,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -1174,6 +1185,7 @@ STAGE PLANS: Statistics: Num rows: 221 Data size: 39338 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string), value (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string), value (type: string) Statistics: Num rows: 221 Data size: 39338 Basic stats: COMPLETE Column stats: COMPLETE @@ -1211,6 +1223,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -1241,6 +1254,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -1405,6 +1419,7 @@ STAGE PLANS: Statistics: Num rows: 221 Data size: 39338 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string), value (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string), value (type: string) Statistics: Num rows: 221 Data size: 39338 Basic stats: COMPLETE Column stats: COMPLETE @@ -1442,6 +1457,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -1472,6 +1488,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -1636,6 +1653,7 @@ STAGE PLANS: Statistics: Num rows: 221 Data size: 39338 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string), value (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string), value (type: string) Statistics: Num rows: 221 Data size: 39338 Basic stats: COMPLETE Column stats: COMPLETE @@ -1673,6 +1691,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -1703,6 +1722,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -1888,6 +1908,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -1913,6 +1934,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -1949,6 +1971,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -1974,6 +1997,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -2189,6 +2213,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -2214,6 +2239,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -2250,6 +2276,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -2275,6 +2302,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -2490,6 +2518,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -2515,6 +2544,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -2551,6 +2581,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -2576,6 +2607,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -2791,6 +2823,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -2816,6 +2849,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -2852,6 +2886,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -2877,6 +2912,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/llap/multi_insert_lateral_view.q.out ql/src/test/results/clientpositive/llap/multi_insert_lateral_view.q.out index 81ce104eca..970c90ef2b 100644 --- ql/src/test/results/clientpositive/llap/multi_insert_lateral_view.q.out +++ ql/src/test/results/clientpositive/llap/multi_insert_lateral_view.q.out @@ -104,6 +104,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -140,6 +141,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -175,6 +177,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -211,6 +214,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -418,6 +422,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 950 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 950 Basic stats: COMPLETE Column stats: COMPLETE @@ -441,6 +446,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 950 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 950 Basic stats: COMPLETE Column stats: COMPLETE @@ -463,6 +469,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 950 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 950 Basic stats: COMPLETE Column stats: COMPLETE @@ -486,6 +493,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 950 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 950 Basic stats: COMPLETE Column stats: COMPLETE @@ -524,6 +532,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -574,6 +583,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -751,6 +761,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 950 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 950 Basic stats: COMPLETE Column stats: COMPLETE @@ -774,6 +785,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 950 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 950 Basic stats: COMPLETE Column stats: COMPLETE @@ -783,6 +795,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 1068 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 6 Data size: 1068 Basic stats: COMPLETE Column stats: COMPLETE @@ -821,6 +834,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -876,6 +890,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -911,6 +926,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -1136,6 +1152,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 950 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 10 Data size: 950 Basic stats: COMPLETE Column stats: COMPLETE @@ -1158,6 +1175,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 950 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 10 Data size: 950 Basic stats: COMPLETE Column stats: COMPLETE @@ -1179,6 +1197,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 950 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 10 Data size: 950 Basic stats: COMPLETE Column stats: COMPLETE @@ -1201,6 +1220,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 950 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 10 Data size: 950 Basic stats: COMPLETE Column stats: COMPLETE @@ -1217,6 +1237,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 930 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 5 Data size: 930 Basic stats: COMPLETE Column stats: COMPLETE @@ -1254,6 +1275,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -1304,6 +1326,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -1354,6 +1377,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -1609,6 +1633,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 950 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: double) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 950 Basic stats: COMPLETE Column stats: COMPLETE @@ -1631,6 +1656,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 950 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: double) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 950 Basic stats: COMPLETE Column stats: COMPLETE @@ -1652,6 +1678,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 950 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: double) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 950 Basic stats: COMPLETE Column stats: COMPLETE @@ -1674,6 +1701,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 950 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: double) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 950 Basic stats: COMPLETE Column stats: COMPLETE @@ -1682,6 +1710,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 1068 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: value (type: string), key (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: value (type: string) Statistics: Num rows: 6 Data size: 1068 Basic stats: COMPLETE Column stats: COMPLETE @@ -1719,6 +1748,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -1769,6 +1799,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -1824,6 +1855,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -1859,6 +1891,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/llap/murmur_hash_migration.q.out ql/src/test/results/clientpositive/llap/murmur_hash_migration.q.out index 1a5ccd2d49..1a9f30b1f9 100644 --- ql/src/test/results/clientpositive/llap/murmur_hash_migration.q.out +++ ql/src/test/results/clientpositive/llap/murmur_hash_migration.q.out @@ -183,6 +183,7 @@ STAGE PLANS: Statistics: Num rows: 150 Data size: 14250 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 150 Data size: 14250 Basic stats: COMPLETE Column stats: COMPLETE @@ -285,6 +286,7 @@ STAGE PLANS: Statistics: Num rows: 150 Data size: 14250 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 150 Data size: 14250 Basic stats: COMPLETE Column stats: COMPLETE @@ -422,6 +424,7 @@ STAGE PLANS: Statistics: Num rows: 220 Data size: 41800 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string), _col2 (type: int), _col3 (type: string) + null sort order: zzzz sort order: ++++ Statistics: Num rows: 220 Data size: 41800 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized, llap @@ -441,6 +444,7 @@ STAGE PLANS: Statistics: Num rows: 150 Data size: 14250 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 150 Data size: 14250 Basic stats: COMPLETE Column stats: COMPLETE @@ -563,6 +567,7 @@ STAGE PLANS: Statistics: Num rows: 220 Data size: 41800 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string), _col2 (type: int), _col3 (type: string) + null sort order: zzzz sort order: ++++ Statistics: Num rows: 220 Data size: 41800 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized, llap @@ -582,6 +587,7 @@ STAGE PLANS: Statistics: Num rows: 150 Data size: 14250 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 150 Data size: 14250 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/offset_limit.q.out ql/src/test/results/clientpositive/llap/offset_limit.q.out index f3437294f9..23f2de46e5 100644 --- ql/src/test/results/clientpositive/llap/offset_limit.q.out +++ ql/src/test/results/clientpositive/llap/offset_limit.q.out @@ -33,6 +33,7 @@ STAGE PLANS: Top N Key Operator sort order: + keys: _col0 (type: string) + null sort order: z Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE top n: 20 Group By Operator @@ -44,6 +45,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -62,6 +64,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/llap/offset_limit_ppd_optimizer.q.out ql/src/test/results/clientpositive/llap/offset_limit_ppd_optimizer.q.out index 34c572ed37..4ecb7bc46d 100644 --- ql/src/test/results/clientpositive/llap/offset_limit_ppd_optimizer.q.out +++ ql/src/test/results/clientpositive/llap/offset_limit_ppd_optimizer.q.out @@ -31,6 +31,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.3 @@ -123,6 +124,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: - Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.3 @@ -216,6 +218,7 @@ STAGE PLANS: Top N Key Operator sort order: + keys: _col0 (type: string) + null sort order: z Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE top n: 30 Group By Operator @@ -227,6 +230,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 24750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 24750 Basic stats: COMPLETE Column stats: COMPLETE @@ -323,6 +327,7 @@ STAGE PLANS: Top N Key Operator sort order: + keys: _col0 (type: string) + null sort order: z Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE top n: 30 Group By Operator @@ -334,6 +339,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 26750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 26750 Basic stats: COMPLETE Column stats: COMPLETE @@ -434,6 +440,7 @@ STAGE PLANS: Top N Key Operator sort order: + keys: cdouble (type: double) + null sort order: z Statistics: Num rows: 12288 Data size: 73400 Basic stats: COMPLETE Column stats: COMPLETE top n: 30 Group By Operator @@ -444,6 +451,7 @@ STAGE PLANS: Statistics: Num rows: 5528 Data size: 21816 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 5528 Data size: 21816 Basic stats: COMPLETE Column stats: COMPLETE @@ -543,6 +551,7 @@ STAGE PLANS: Statistics: Num rows: 6144 Data size: 55052 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint), _col1 (type: double) + null sort order: za sort order: ++ Map-reduce partition columns: _col0 (type: tinyint) Statistics: Num rows: 6144 Data size: 55052 Basic stats: COMPLETE Column stats: COMPLETE @@ -647,6 +656,7 @@ STAGE PLANS: Statistics: Num rows: 6144 Data size: 55052 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint), _col1 (type: double) + null sort order: za sort order: ++ Map-reduce partition columns: _col0 (type: tinyint) Statistics: Num rows: 6144 Data size: 55052 Basic stats: COMPLETE Column stats: COMPLETE @@ -751,6 +761,7 @@ STAGE PLANS: Statistics: Num rows: 24576 Data size: 3756114 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint), _col1 (type: string), _col2 (type: string), _col3 (type: bigint) + null sort order: zaaa sort order: ++++ Map-reduce partition columns: _col0 (type: tinyint) Statistics: Num rows: 24576 Data size: 3756114 Basic stats: COMPLETE Column stats: COMPLETE @@ -889,6 +900,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 24750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 24750 Basic stats: COMPLETE Column stats: COMPLETE @@ -906,6 +918,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 24750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: double), _col0 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 250 Data size: 24750 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.3 @@ -995,6 +1008,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: value (type: string) + null sort order: z sort order: + Map-reduce partition columns: value (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1090,6 +1104,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 407500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 500 Data size: 407500 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 2.0E-5 @@ -1233,6 +1248,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1254,6 +1270,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 4000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: z sort order: + Statistics: Num rows: 500 Data size: 4000 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 2.0E-5 @@ -1404,12 +1421,14 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: z sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 2.0E-5 Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -1434,6 +1453,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 1900 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 20 Data size: 1900 Basic stats: COMPLETE Column stats: COMPLETE @@ -1474,6 +1494,7 @@ STAGE PLANS: Offset of rows: 20 Statistics: Num rows: 20 Data size: 1900 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 20 Data size: 1900 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 2.0E-5 @@ -1494,6 +1515,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 1900 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 20 Data size: 1900 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/optimize_join_ptp.q.out ql/src/test/results/clientpositive/llap/optimize_join_ptp.q.out index 7778102236..e8b4b4a532 100644 --- ql/src/test/results/clientpositive/llap/optimize_join_ptp.q.out +++ ql/src/test/results/clientpositive/llap/optimize_join_ptp.q.out @@ -73,6 +73,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 95 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: UDFToDouble(_col1) (type: double) + null sort order: a sort order: + Map-reduce partition columns: UDFToDouble(_col1) (type: double) Statistics: Num rows: 1 Data size: 95 Basic stats: COMPLETE Column stats: COMPLETE @@ -100,6 +101,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/orc_llap.q.out ql/src/test/results/clientpositive/llap/orc_llap.q.out index 6a0d85550a..e770b1504e 100644 --- ql/src/test/results/clientpositive/llap/orc_llap.q.out +++ ql/src/test/results/clientpositive/llap/orc_llap.q.out @@ -153,6 +153,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 15 Data size: 60 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 15 Data size: 60 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized, llap @@ -165,6 +166,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 15 Data size: 60 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 15 Data size: 60 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized, llap @@ -186,6 +188,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -281,6 +284,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -359,6 +363,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -437,6 +442,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -514,6 +520,7 @@ STAGE PLANS: Statistics: Num rows: 122880 Data size: 18412870 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 122880 Data size: 18412870 Basic stats: COMPLETE Column stats: COMPLETE @@ -540,6 +547,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -612,6 +620,7 @@ STAGE PLANS: Statistics: Num rows: 68484 Data size: 5010740 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: smallint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: smallint) Statistics: Num rows: 68484 Data size: 5010740 Basic stats: COMPLETE Column stats: COMPLETE @@ -652,6 +661,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -765,6 +775,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -843,6 +854,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -921,6 +933,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -998,6 +1011,7 @@ STAGE PLANS: Statistics: Num rows: 245760 Data size: 36825550 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 245760 Data size: 36825550 Basic stats: COMPLETE Column stats: COMPLETE @@ -1024,6 +1038,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1096,6 +1111,7 @@ STAGE PLANS: Statistics: Num rows: 136968 Data size: 10021382 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: smallint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: smallint) Statistics: Num rows: 136968 Data size: 10021382 Basic stats: COMPLETE Column stats: COMPLETE @@ -1136,6 +1152,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/llap/orc_merge1.q.out ql/src/test/results/clientpositive/llap/orc_merge1.q.out index 5ff578741d..659c9c7be5 100644 --- ql/src/test/results/clientpositive/llap/orc_merge1.q.out +++ ql/src/test/results/clientpositive/llap/orc_merge1.q.out @@ -97,6 +97,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 283250 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 283250 Basic stats: COMPLETE Column stats: COMPLETE @@ -234,6 +235,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 283250 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 283250 Basic stats: COMPLETE Column stats: COMPLETE @@ -411,6 +413,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 283250 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 283250 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/orc_merge10.q.out ql/src/test/results/clientpositive/llap/orc_merge10.q.out index 0d92ad4879..e0bf939d50 100644 --- ql/src/test/results/clientpositive/llap/orc_merge10.q.out +++ ql/src/test/results/clientpositive/llap/orc_merge10.q.out @@ -90,12 +90,14 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 283250 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 283250 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col2 (type: struct), _col3 (type: struct) Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 500 Data size: 49500 Basic stats: COMPLETE Column stats: COMPLETE @@ -236,12 +238,14 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 283250 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 283250 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col2 (type: struct), _col3 (type: struct) Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 500 Data size: 49500 Basic stats: COMPLETE Column stats: COMPLETE @@ -427,12 +431,14 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 283250 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 283250 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col2 (type: struct), _col3 (type: struct) Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 500 Data size: 49500 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/orc_merge2.q.out ql/src/test/results/clientpositive/llap/orc_merge2.q.out index 30a20418cd..4bd32b6a7b 100644 --- ql/src/test/results/clientpositive/llap/orc_merge2.q.out +++ ql/src/test/results/clientpositive/llap/orc_merge2.q.out @@ -64,12 +64,14 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 658500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: string) Statistics: Num rows: 500 Data size: 658500 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col3 (type: struct), _col4 (type: struct) Reduce Output Operator key expressions: _col2 (type: int), _col3 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col2 (type: int), _col3 (type: int) Statistics: Num rows: 500 Data size: 51500 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/orc_merge3.q.out ql/src/test/results/clientpositive/llap/orc_merge3.q.out index b33c528187..7b04c74dd1 100644 --- ql/src/test/results/clientpositive/llap/orc_merge3.q.out +++ ql/src/test/results/clientpositive/llap/orc_merge3.q.out @@ -104,6 +104,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/llap/orc_merge4.q.out ql/src/test/results/clientpositive/llap/orc_merge4.q.out index f50b49bce5..8e18bc2496 100644 --- ql/src/test/results/clientpositive/llap/orc_merge4.q.out +++ ql/src/test/results/clientpositive/llap/orc_merge4.q.out @@ -122,6 +122,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/llap/orc_merge5.q.out ql/src/test/results/clientpositive/llap/orc_merge5.q.out index 4924b8a4d3..799b7afd53 100644 --- ql/src/test/results/clientpositive/llap/orc_merge5.q.out +++ ql/src/test/results/clientpositive/llap/orc_merge5.q.out @@ -76,6 +76,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4 Statistics: Num rows: 1 Data size: 2760 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 2760 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct), _col4 (type: struct) @@ -211,6 +212,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4 Statistics: Num rows: 1 Data size: 2760 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 2760 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct), _col4 (type: struct) diff --git ql/src/test/results/clientpositive/llap/orc_merge6.q.out ql/src/test/results/clientpositive/llap/orc_merge6.q.out index 9cab0156a0..50f707b4f4 100644 --- ql/src/test/results/clientpositive/llap/orc_merge6.q.out +++ ql/src/test/results/clientpositive/llap/orc_merge6.q.out @@ -78,6 +78,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 352 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 1 Data size: 352 Basic stats: COMPLETE Column stats: NONE @@ -266,6 +267,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 352 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 1 Data size: 352 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/llap/orc_merge7.q.out ql/src/test/results/clientpositive/llap/orc_merge7.q.out index f60bf9d306..85004abbae 100644 --- ql/src/test/results/clientpositive/llap/orc_merge7.q.out +++ ql/src/test/results/clientpositive/llap/orc_merge7.q.out @@ -66,12 +66,14 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 352 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 1 Data size: 352 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: struct), _col2 (type: struct), _col3 (type: struct), _col4 (type: struct), _col5 (type: struct) Reduce Output Operator key expressions: _col5 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col5 (type: double) Statistics: Num rows: 1 Data size: 352 Basic stats: COMPLETE Column stats: NONE @@ -301,12 +303,14 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 352 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 1 Data size: 352 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: struct), _col2 (type: struct), _col3 (type: struct), _col4 (type: struct), _col5 (type: struct) Reduce Output Operator key expressions: _col5 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col5 (type: double) Statistics: Num rows: 1 Data size: 352 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/llap/orc_merge_diff_fs.q.out ql/src/test/results/clientpositive/llap/orc_merge_diff_fs.q.out index c9068e9fb1..d611b1ab76 100644 --- ql/src/test/results/clientpositive/llap/orc_merge_diff_fs.q.out +++ ql/src/test/results/clientpositive/llap/orc_merge_diff_fs.q.out @@ -90,12 +90,14 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 283250 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 283250 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col2 (type: struct), _col3 (type: struct) Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 500 Data size: 49500 Basic stats: COMPLETE Column stats: COMPLETE @@ -236,12 +238,14 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 283250 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 283250 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col2 (type: struct), _col3 (type: struct) Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 500 Data size: 49500 Basic stats: COMPLETE Column stats: COMPLETE @@ -427,12 +431,14 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 283250 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 283250 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col2 (type: struct), _col3 (type: struct) Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 500 Data size: 49500 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/orc_merge_incompat1.q.out ql/src/test/results/clientpositive/llap/orc_merge_incompat1.q.out index d918e18492..83753ee1eb 100644 --- ql/src/test/results/clientpositive/llap/orc_merge_incompat1.q.out +++ ql/src/test/results/clientpositive/llap/orc_merge_incompat1.q.out @@ -76,6 +76,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4 Statistics: Num rows: 1 Data size: 2760 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 2760 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct), _col4 (type: struct) diff --git ql/src/test/results/clientpositive/llap/orc_merge_incompat2.q.out ql/src/test/results/clientpositive/llap/orc_merge_incompat2.q.out index d9701341e2..a7a41aecda 100644 --- ql/src/test/results/clientpositive/llap/orc_merge_incompat2.q.out +++ ql/src/test/results/clientpositive/llap/orc_merge_incompat2.q.out @@ -66,12 +66,14 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 352 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 1 Data size: 352 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: struct), _col2 (type: struct), _col3 (type: struct), _col4 (type: struct), _col5 (type: struct) Reduce Output Operator key expressions: _col5 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col5 (type: double) Statistics: Num rows: 1 Data size: 352 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/llap/orc_ppd_date.q.out ql/src/test/results/clientpositive/llap/orc_ppd_date.q.out index 026ac63a23..4eee84d906 100644 --- ql/src/test/results/clientpositive/llap/orc_ppd_date.q.out +++ ql/src/test/results/clientpositive/llap/orc_ppd_date.q.out @@ -352,6 +352,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -477,6 +478,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/llap/orc_predicate_pushdown.q.out ql/src/test/results/clientpositive/llap/orc_predicate_pushdown.q.out index f8cae8a33c..2fd8faa7b5 100644 --- ql/src/test/results/clientpositive/llap/orc_predicate_pushdown.q.out +++ ql/src/test/results/clientpositive/llap/orc_predicate_pushdown.q.out @@ -149,6 +149,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -212,6 +213,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -350,6 +352,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -423,6 +426,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -631,6 +635,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2525 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 25 Data size: 2525 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: llap @@ -701,6 +706,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2525 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 25 Data size: 2525 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: llap @@ -836,6 +842,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2825 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col3 (type: string) + null sort order: z sort order: - Statistics: Num rows: 25 Data size: 2825 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -919,6 +926,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2825 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col3 (type: string) + null sort order: z sort order: - Statistics: Num rows: 25 Data size: 2825 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -1068,6 +1076,7 @@ STAGE PLANS: Statistics: Num rows: 44 Data size: 4972 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col3 (type: string) + null sort order: z sort order: - Statistics: Num rows: 44 Data size: 4972 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -1086,6 +1095,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 339 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col3 (type: string) + null sort order: z sort order: - Statistics: Num rows: 3 Data size: 339 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -1172,6 +1182,7 @@ STAGE PLANS: Statistics: Num rows: 44 Data size: 4972 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col3 (type: string) + null sort order: z sort order: - Statistics: Num rows: 44 Data size: 4972 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -1190,6 +1201,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 339 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col3 (type: string) + null sort order: z sort order: - Statistics: Num rows: 3 Data size: 339 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/llap/orc_struct_type_vectorization.q.out ql/src/test/results/clientpositive/llap/orc_struct_type_vectorization.q.out index 0bfb3674f9..0eac389eb7 100644 --- ql/src/test/results/clientpositive/llap/orc_struct_type_vectorization.q.out +++ ql/src/test/results/clientpositive/llap/orc_struct_type_vectorization.q.out @@ -249,6 +249,7 @@ STAGE PLANS: Top N Key Operator sort order: + keys: _col0 (type: int) + null sort order: a Statistics: Num rows: 341 Data size: 76542 Basic stats: COMPLETE Column stats: NONE top n: 10 Top N Key Vectorization: @@ -272,6 +273,7 @@ STAGE PLANS: Statistics: Num rows: 341 Data size: 76542 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/llap/parallel.q.out ql/src/test/results/clientpositive/llap/parallel.q.out index 3c951414d8..f227cf501c 100644 --- ql/src/test/results/clientpositive/llap/parallel.q.out +++ ql/src/test/results/clientpositive/llap/parallel.q.out @@ -66,6 +66,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE @@ -81,6 +82,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE @@ -113,6 +115,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -140,6 +143,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/llap/parallel_colstats.q.out ql/src/test/results/clientpositive/llap/parallel_colstats.q.out index ec4c02408b..2e5bb3b55f 100644 --- ql/src/test/results/clientpositive/llap/parallel_colstats.q.out +++ ql/src/test/results/clientpositive/llap/parallel_colstats.q.out @@ -66,6 +66,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE @@ -81,6 +82,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE @@ -113,6 +115,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -140,6 +143,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/llap/parquet_complex_types_vectorization.q.out ql/src/test/results/clientpositive/llap/parquet_complex_types_vectorization.q.out index c736386c4f..4362fb6f2e 100644 --- ql/src/test/results/clientpositive/llap/parquet_complex_types_vectorization.q.out +++ ql/src/test/results/clientpositive/llap/parquet_complex_types_vectorization.q.out @@ -225,6 +225,7 @@ STAGE PLANS: Top N Key Operator sort order: + keys: _col0 (type: int) + null sort order: z Statistics: Num rows: 341 Data size: 38920 Basic stats: COMPLETE Column stats: NONE top n: 10 Top N Key Vectorization: @@ -248,6 +249,7 @@ STAGE PLANS: Statistics: Num rows: 341 Data size: 38920 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -301,6 +303,7 @@ STAGE PLANS: Statistics: Num rows: 170 Data size: 19402 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -532,6 +535,7 @@ STAGE PLANS: Top N Key Operator sort order: + keys: _col0 (type: int) + null sort order: z Statistics: Num rows: 341 Data size: 38921 Basic stats: COMPLETE Column stats: NONE top n: 10 Top N Key Vectorization: @@ -555,6 +559,7 @@ STAGE PLANS: Statistics: Num rows: 341 Data size: 38921 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -608,6 +613,7 @@ STAGE PLANS: Statistics: Num rows: 170 Data size: 19403 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -839,6 +845,7 @@ STAGE PLANS: Top N Key Operator sort order: + keys: _col0 (type: int) + null sort order: z Statistics: Num rows: 341 Data size: 38923 Basic stats: COMPLETE Column stats: NONE top n: 10 Top N Key Vectorization: @@ -862,6 +869,7 @@ STAGE PLANS: Statistics: Num rows: 341 Data size: 38923 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -915,6 +923,7 @@ STAGE PLANS: Statistics: Num rows: 170 Data size: 19404 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator diff --git ql/src/test/results/clientpositive/llap/parquet_map_type_vectorization.q.out ql/src/test/results/clientpositive/llap/parquet_map_type_vectorization.q.out index 0edb981b90..24468c9a1b 100644 --- ql/src/test/results/clientpositive/llap/parquet_map_type_vectorization.q.out +++ ql/src/test/results/clientpositive/llap/parquet_map_type_vectorization.q.out @@ -241,6 +241,7 @@ STAGE PLANS: Top N Key Operator sort order: + keys: _col0 (type: string) + null sort order: z Statistics: Num rows: 511 Data size: 995378 Basic stats: COMPLETE Column stats: NONE top n: 10 Top N Key Vectorization: @@ -264,6 +265,7 @@ STAGE PLANS: Statistics: Num rows: 511 Data size: 995378 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -317,6 +319,7 @@ STAGE PLANS: Statistics: Num rows: 255 Data size: 496715 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: string) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator diff --git ql/src/test/results/clientpositive/llap/parquet_predicate_pushdown.q.out ql/src/test/results/clientpositive/llap/parquet_predicate_pushdown.q.out index 9e4c6f7afc..8c900157c5 100644 --- ql/src/test/results/clientpositive/llap/parquet_predicate_pushdown.q.out +++ ql/src/test/results/clientpositive/llap/parquet_predicate_pushdown.q.out @@ -141,6 +141,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -204,6 +205,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -567,6 +569,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2525 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 25 Data size: 2525 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: llap @@ -637,6 +640,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2525 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 25 Data size: 2525 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: llap @@ -772,6 +776,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2825 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col3 (type: string) + null sort order: z sort order: - Statistics: Num rows: 25 Data size: 2825 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -855,6 +860,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2825 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col3 (type: string) + null sort order: z sort order: - Statistics: Num rows: 25 Data size: 2825 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -1049,6 +1055,7 @@ STAGE PLANS: Statistics: Num rows: 44 Data size: 4972 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col3 (type: string) + null sort order: z sort order: - Statistics: Num rows: 44 Data size: 4972 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -1067,6 +1074,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 339 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col3 (type: string) + null sort order: z sort order: - Statistics: Num rows: 3 Data size: 339 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -1153,6 +1161,7 @@ STAGE PLANS: Statistics: Num rows: 44 Data size: 4972 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col3 (type: string) + null sort order: z sort order: - Statistics: Num rows: 44 Data size: 4972 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -1171,6 +1180,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 339 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col3 (type: string) + null sort order: z sort order: - Statistics: Num rows: 3 Data size: 339 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -1269,6 +1279,7 @@ STAGE PLANS: Statistics: Num rows: 911 Data size: 14576 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: float) + null sort order: z sort order: - Statistics: Num rows: 911 Data size: 14576 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -1287,6 +1298,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: float) + null sort order: z sort order: - Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/llap/parquet_struct_type_vectorization.q.out ql/src/test/results/clientpositive/llap/parquet_struct_type_vectorization.q.out index 44475f55b0..45890a1890 100644 --- ql/src/test/results/clientpositive/llap/parquet_struct_type_vectorization.q.out +++ ql/src/test/results/clientpositive/llap/parquet_struct_type_vectorization.q.out @@ -249,6 +249,7 @@ STAGE PLANS: Top N Key Operator sort order: + keys: _col0 (type: int) + null sort order: a Statistics: Num rows: 341 Data size: 76542 Basic stats: COMPLETE Column stats: NONE top n: 10 Top N Key Vectorization: @@ -272,6 +273,7 @@ STAGE PLANS: Statistics: Num rows: 341 Data size: 76542 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/llap/parquet_types_vectorization.q.out ql/src/test/results/clientpositive/llap/parquet_types_vectorization.q.out index 5479dde6b5..110536d340 100644 --- ql/src/test/results/clientpositive/llap/parquet_types_vectorization.q.out +++ ql/src/test/results/clientpositive/llap/parquet_types_vectorization.q.out @@ -207,6 +207,7 @@ STAGE PLANS: Statistics: Num rows: 22 Data size: 4576 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: tinyint) Statistics: Num rows: 22 Data size: 4576 Basic stats: COMPLETE Column stats: NONE @@ -228,6 +229,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 2288 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: tinyint) + null sort order: z sort order: + Statistics: Num rows: 11 Data size: 2288 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: int), _col2 (type: smallint), _col3 (type: bigint), _col4 (type: double), _col5 (type: double) @@ -318,6 +320,7 @@ STAGE PLANS: Statistics: Num rows: 22 Data size: 88 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: float) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: float) Statistics: Num rows: 22 Data size: 88 Basic stats: COMPLETE Column stats: NONE @@ -335,6 +338,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: float) + null sort order: z sort order: + Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: bigint) @@ -411,6 +415,7 @@ STAGE PLANS: Statistics: Num rows: 22 Data size: 1958 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: char(5)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: char(5)) Statistics: Num rows: 22 Data size: 1958 Basic stats: COMPLETE Column stats: NONE @@ -428,6 +433,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 979 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: char(5)) + null sort order: z sort order: + Statistics: Num rows: 11 Data size: 979 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: bigint) @@ -517,6 +523,7 @@ STAGE PLANS: Statistics: Num rows: 22 Data size: 2068 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: varchar(10)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: varchar(10)) Statistics: Num rows: 22 Data size: 2068 Basic stats: COMPLETE Column stats: NONE @@ -534,6 +541,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 1034 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: varchar(10)) + null sort order: z sort order: + Statistics: Num rows: 11 Data size: 1034 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: bigint) @@ -619,6 +627,7 @@ STAGE PLANS: Statistics: Num rows: 22 Data size: 4048 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 22 Data size: 4048 Basic stats: COMPLETE Column stats: NONE @@ -636,6 +645,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 2024 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 11 Data size: 2024 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: bigint) @@ -728,6 +738,7 @@ STAGE PLANS: Statistics: Num rows: 22 Data size: 880 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: timestamp) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: timestamp) Statistics: Num rows: 22 Data size: 880 Basic stats: COMPLETE Column stats: NONE @@ -745,6 +756,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 440 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: timestamp) + null sort order: z sort order: + Statistics: Num rows: 11 Data size: 440 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: bigint) @@ -837,6 +849,7 @@ STAGE PLANS: Statistics: Num rows: 22 Data size: 3168 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: binary) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: binary) Statistics: Num rows: 22 Data size: 3168 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/llap/partialdhj.q.out ql/src/test/results/clientpositive/llap/partialdhj.q.out index ac22a36486..ed652db0f4 100644 --- ql/src/test/results/clientpositive/llap/partialdhj.q.out +++ ql/src/test/results/clientpositive/llap/partialdhj.q.out @@ -57,6 +57,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2225 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2225 Basic stats: COMPLETE Column stats: COMPLETE @@ -77,6 +78,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2225 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2225 Basic stats: COMPLETE Column stats: COMPLETE @@ -97,6 +99,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -125,6 +128,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 1424 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 16 Data size: 1424 Basic stats: COMPLETE Column stats: COMPLETE @@ -138,6 +142,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 1424 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 16 Data size: 1424 Basic stats: COMPLETE Column stats: COMPLETE @@ -297,6 +302,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -318,6 +324,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2225 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2225 Basic stats: COMPLETE Column stats: COMPLETE @@ -338,6 +345,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2225 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2225 Basic stats: COMPLETE Column stats: COMPLETE @@ -386,6 +394,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 1424 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 16 Data size: 1424 Basic stats: COMPLETE Column stats: COMPLETE @@ -399,6 +408,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 1424 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 16 Data size: 1424 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/partition_ctas.q.out ql/src/test/results/clientpositive/llap/partition_ctas.q.out index 8d1c500784..0072779bad 100644 --- ql/src/test/results/clientpositive/llap/partition_ctas.q.out +++ ql/src/test/results/clientpositive/llap/partition_ctas.q.out @@ -55,12 +55,14 @@ STAGE PLANS: Statistics: Num rows: 27 Data size: 14229 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 27 Data size: 14229 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: struct) Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/partition_multilevels.q.out ql/src/test/results/clientpositive/llap/partition_multilevels.q.out index d2e3d84d2b..90669d3513 100644 --- ql/src/test/results/clientpositive/llap/partition_multilevels.q.out +++ ql/src/test/results/clientpositive/llap/partition_multilevels.q.out @@ -1013,6 +1013,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 2256 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 6 Data size: 2256 Basic stats: COMPLETE Column stats: COMPLETE @@ -1621,6 +1622,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 2256 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 6 Data size: 2256 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/partition_shared_scan.q.out ql/src/test/results/clientpositive/llap/partition_shared_scan.q.out index b23134126f..e009aa1c5c 100644 --- ql/src/test/results/clientpositive/llap/partition_shared_scan.q.out +++ ql/src/test/results/clientpositive/llap/partition_shared_scan.q.out @@ -80,6 +80,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -101,6 +102,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -121,6 +123,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -139,6 +142,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 6230 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col9 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col9 (type: int) Statistics: Num rows: 10 Data size: 6230 Basic stats: COMPLETE Column stats: COMPLETE @@ -222,6 +226,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -243,11 +248,13 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -266,6 +273,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 6230 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col9 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col9 (type: int) Statistics: Num rows: 10 Data size: 6230 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/ptf.q.out ql/src/test/results/clientpositive/llap/ptf.q.out index d2e2679446..571613045e 100644 --- ql/src/test/results/clientpositive/llap/ptf.q.out +++ ql/src/test/results/clientpositive/llap/ptf.q.out @@ -42,6 +42,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 6006 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 6006 Basic stats: COMPLETE Column stats: COMPLETE @@ -71,6 +72,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 12974 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 12974 Basic stats: COMPLETE Column stats: COMPLETE @@ -225,6 +227,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 5902 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: p_partkey (type: int) + null sort order: a sort order: + Map-reduce partition columns: p_partkey (type: int) Statistics: Num rows: 26 Data size: 5902 Basic stats: COMPLETE Column stats: COMPLETE @@ -242,6 +245,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: p_partkey (type: int) + null sort order: a sort order: + Map-reduce partition columns: p_partkey (type: int) Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE @@ -260,6 +264,7 @@ STAGE PLANS: Statistics: Num rows: 27 Data size: 6021 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 27 Data size: 6021 Basic stats: COMPLETE Column stats: COMPLETE @@ -287,6 +292,7 @@ STAGE PLANS: Statistics: Num rows: 27 Data size: 6021 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 27 Data size: 6021 Basic stats: COMPLETE Column stats: COMPLETE @@ -416,6 +422,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 5798 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 5798 Basic stats: COMPLETE Column stats: COMPLETE @@ -545,6 +552,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 6006 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 6006 Basic stats: COMPLETE Column stats: COMPLETE @@ -574,6 +582,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 12974 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 12974 Basic stats: COMPLETE Column stats: COMPLETE @@ -729,6 +738,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 5798 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 5798 Basic stats: COMPLETE Column stats: COMPLETE @@ -758,6 +768,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE @@ -916,6 +927,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 5798 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 5798 Basic stats: COMPLETE Column stats: COMPLETE @@ -955,6 +967,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 2899 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: int) + null sort order: aza sort order: +++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 2899 Basic stats: COMPLETE Column stats: COMPLETE @@ -1106,6 +1119,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -1123,6 +1137,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: p_partkey (type: int) + null sort order: a sort order: + Map-reduce partition columns: p_partkey (type: int) Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE @@ -1154,6 +1169,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 23062 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 23062 Basic stats: COMPLETE Column stats: COMPLETE @@ -1269,6 +1285,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: p_partkey (type: int) + null sort order: a sort order: + Map-reduce partition columns: p_partkey (type: int) Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE @@ -1281,6 +1298,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -1335,6 +1353,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 23062 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 23062 Basic stats: COMPLETE Column stats: COMPLETE @@ -1444,6 +1463,7 @@ STAGE PLANS: Map-side function: true Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string), p_size (type: int) + null sort order: azz sort order: ++- Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 5798 Basic stats: COMPLETE Column stats: COMPLETE @@ -1473,6 +1493,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string), _col5 (type: int) + null sort order: azz sort order: ++- Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE @@ -1622,6 +1643,7 @@ STAGE PLANS: Map-side function: true Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 6006 Basic stats: COMPLETE Column stats: COMPLETE @@ -1652,6 +1674,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 12974 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 12974 Basic stats: COMPLETE Column stats: COMPLETE @@ -1803,6 +1826,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 6006 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 6006 Basic stats: COMPLETE Column stats: COMPLETE @@ -1832,6 +1856,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 12974 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 12974 Basic stats: COMPLETE Column stats: COMPLETE @@ -1986,6 +2011,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 6006 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: zz sort order: -+ Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 6006 Basic stats: COMPLETE Column stats: COMPLETE @@ -2038,6 +2064,7 @@ STAGE PLANS: Map-side function: true Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: zz sort order: -+ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 12974 Basic stats: COMPLETE Column stats: COMPLETE @@ -2073,6 +2100,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 12974 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 12974 Basic stats: COMPLETE Column stats: COMPLETE @@ -2234,6 +2262,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 6006 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 6006 Basic stats: COMPLETE Column stats: COMPLETE @@ -2263,6 +2292,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 12974 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 12974 Basic stats: COMPLETE Column stats: COMPLETE @@ -2421,6 +2451,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 6110 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 6110 Basic stats: COMPLETE Column stats: COMPLETE @@ -2438,6 +2469,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: p_partkey (type: int) + null sort order: a sort order: + Map-reduce partition columns: p_partkey (type: int) Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE @@ -2469,6 +2501,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 13078 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 13078 Basic stats: COMPLETE Column stats: COMPLETE @@ -2486,6 +2519,7 @@ STAGE PLANS: Statistics: Num rows: 27 Data size: 6237 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 27 Data size: 6237 Basic stats: COMPLETE Column stats: COMPLETE @@ -2652,6 +2686,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 5798 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 5798 Basic stats: COMPLETE Column stats: COMPLETE @@ -2691,6 +2726,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 2899 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: int) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: int) Statistics: Num rows: 13 Data size: 2899 Basic stats: COMPLETE Column stats: COMPLETE @@ -2829,6 +2865,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 2574 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: za sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 2574 Basic stats: COMPLETE Column stats: COMPLETE @@ -2864,6 +2901,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 2574 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 2574 Basic stats: COMPLETE Column stats: COMPLETE @@ -3059,6 +3097,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 6006 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 6006 Basic stats: COMPLETE Column stats: COMPLETE @@ -3088,12 +3127,14 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 12974 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 12974 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col5 (type: int), _col7 (type: double) Reduce Output Operator key expressions: _col2 (type: string), _col5 (type: int) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 12974 Basic stats: COMPLETE Column stats: COMPLETE @@ -3162,6 +3203,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5 Statistics: Num rows: 1 Data size: 2576 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 2576 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct), _col4 (type: struct), _col5 (type: struct) @@ -3213,6 +3255,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE @@ -3288,6 +3331,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7 Statistics: Num rows: 1 Data size: 3424 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 3424 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct), _col4 (type: struct), _col5 (type: struct), _col6 (type: struct), _col7 (type: struct) @@ -3523,6 +3567,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 5798 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: p_mfgr (type: string) + null sort order: z sort order: + Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 5798 Basic stats: COMPLETE Column stats: COMPLETE @@ -3582,6 +3627,7 @@ STAGE PLANS: Map-side function: true Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: _col2 (type: string), _col1 (type: string) Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE @@ -3617,6 +3663,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col2 (type: string), _col1 (type: string) Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE @@ -3802,6 +3849,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 5798 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: p_mfgr (type: string) + null sort order: z sort order: + Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 5798 Basic stats: COMPLETE Column stats: COMPLETE @@ -3838,6 +3886,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: _col2 (type: string), _col1 (type: string) Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE @@ -3865,6 +3914,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: z sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE @@ -3892,6 +3942,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE @@ -4072,6 +4123,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 5798 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: p_mfgr (type: string), p_name (type: string) Statistics: Num rows: 26 Data size: 5798 Basic stats: COMPLETE Column stats: COMPLETE @@ -4108,6 +4160,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: z sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE @@ -4142,6 +4195,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE @@ -4323,6 +4377,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 5798 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: p_mfgr (type: string), p_name (type: string) Statistics: Num rows: 26 Data size: 5798 Basic stats: COMPLETE Column stats: COMPLETE @@ -4359,6 +4414,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: z sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE @@ -4402,6 +4458,7 @@ STAGE PLANS: Map-side function: true Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: _col2 (type: string), _col1 (type: string) Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE @@ -4430,6 +4487,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col2 (type: string), _col1 (type: string) Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE @@ -4612,6 +4670,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 5798 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: p_mfgr (type: string), p_name (type: string) Statistics: Num rows: 26 Data size: 5798 Basic stats: COMPLETE Column stats: COMPLETE @@ -4664,6 +4723,7 @@ STAGE PLANS: Map-side function: true Reduce Output Operator key expressions: _col2 (type: string) + null sort order: z sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE @@ -4699,6 +4759,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: _col2 (type: string), _col1 (type: string) Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE @@ -4875,6 +4936,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 5798 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: p_mfgr (type: string), p_name (type: string) Statistics: Num rows: 26 Data size: 5798 Basic stats: COMPLETE Column stats: COMPLETE @@ -4927,6 +4989,7 @@ STAGE PLANS: Map-side function: true Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: _col2 (type: string), _col1 (type: string) Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE @@ -4955,6 +5018,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/ptf_matchpath.q.out ql/src/test/results/clientpositive/llap/ptf_matchpath.q.out index 00fb7f0a23..0187745630 100644 --- ql/src/test/results/clientpositive/llap/ptf_matchpath.q.out +++ ql/src/test/results/clientpositive/llap/ptf_matchpath.q.out @@ -79,6 +79,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 384 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: fl_num (type: string), year (type: int), month (type: int), day_of_month (type: int) + null sort order: azzz sort order: ++++ Map-reduce partition columns: fl_num (type: string) Statistics: Num rows: 1 Data size: 384 Basic stats: COMPLETE Column stats: NONE @@ -211,6 +212,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 384 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: 0 (type: int), fl_num (type: string), year (type: int), month (type: int), day_of_month (type: int) + null sort order: azzzz sort order: +++++ Map-reduce partition columns: 0 (type: int) Statistics: Num rows: 1 Data size: 384 Basic stats: COMPLETE Column stats: NONE @@ -341,6 +343,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 384 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: 0 (type: int), _col6 (type: string), _col2 (type: int), _col3 (type: int), _col4 (type: int) + null sort order: azzzz sort order: +++++ Map-reduce partition columns: 0 (type: int) Statistics: Num rows: 1 Data size: 384 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/llap/ptf_streaming.q.out ql/src/test/results/clientpositive/llap/ptf_streaming.q.out index 28b7e5c5e0..a476d272aa 100644 --- ql/src/test/results/clientpositive/llap/ptf_streaming.q.out +++ ql/src/test/results/clientpositive/llap/ptf_streaming.q.out @@ -42,6 +42,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 6006 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 6006 Basic stats: COMPLETE Column stats: COMPLETE @@ -71,6 +72,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 12974 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 12974 Basic stats: COMPLETE Column stats: COMPLETE @@ -225,6 +227,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 5902 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: p_partkey (type: int) + null sort order: a sort order: + Map-reduce partition columns: p_partkey (type: int) Statistics: Num rows: 26 Data size: 5902 Basic stats: COMPLETE Column stats: COMPLETE @@ -242,6 +245,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: p_partkey (type: int) + null sort order: a sort order: + Map-reduce partition columns: p_partkey (type: int) Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE @@ -260,6 +264,7 @@ STAGE PLANS: Statistics: Num rows: 27 Data size: 6021 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 27 Data size: 6021 Basic stats: COMPLETE Column stats: COMPLETE @@ -287,6 +292,7 @@ STAGE PLANS: Statistics: Num rows: 27 Data size: 6021 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 27 Data size: 6021 Basic stats: COMPLETE Column stats: COMPLETE @@ -419,6 +425,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -436,6 +443,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: p_partkey (type: int) + null sort order: a sort order: + Map-reduce partition columns: p_partkey (type: int) Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE @@ -467,6 +475,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 23062 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 23062 Basic stats: COMPLETE Column stats: COMPLETE @@ -594,6 +603,7 @@ STAGE PLANS: Map-side function: true Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string), p_size (type: int) + null sort order: azz sort order: ++- Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 5798 Basic stats: COMPLETE Column stats: COMPLETE @@ -623,6 +633,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string), _col5 (type: int) + null sort order: azz sort order: ++- Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE @@ -772,6 +783,7 @@ STAGE PLANS: Map-side function: true Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 6006 Basic stats: COMPLETE Column stats: COMPLETE @@ -802,6 +814,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 12974 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 12974 Basic stats: COMPLETE Column stats: COMPLETE @@ -956,6 +969,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 6006 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 6006 Basic stats: COMPLETE Column stats: COMPLETE @@ -1008,6 +1022,7 @@ STAGE PLANS: Map-side function: true Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 12974 Basic stats: COMPLETE Column stats: COMPLETE @@ -1043,6 +1058,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 12974 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 12974 Basic stats: COMPLETE Column stats: COMPLETE @@ -1199,6 +1215,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 6006 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 6006 Basic stats: COMPLETE Column stats: COMPLETE @@ -1251,6 +1268,7 @@ STAGE PLANS: Map-side function: true Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 12974 Basic stats: COMPLETE Column stats: COMPLETE @@ -1286,6 +1304,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 12974 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 12974 Basic stats: COMPLETE Column stats: COMPLETE @@ -1442,6 +1461,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 6006 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 6006 Basic stats: COMPLETE Column stats: COMPLETE @@ -1494,6 +1514,7 @@ STAGE PLANS: Map-side function: true Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 12974 Basic stats: COMPLETE Column stats: COMPLETE @@ -1529,6 +1550,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 12974 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 12974 Basic stats: COMPLETE Column stats: COMPLETE @@ -1689,6 +1711,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 6110 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 6110 Basic stats: COMPLETE Column stats: COMPLETE @@ -1706,6 +1729,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: p_partkey (type: int) + null sort order: a sort order: + Map-reduce partition columns: p_partkey (type: int) Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE @@ -1737,6 +1761,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 13078 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 13078 Basic stats: COMPLETE Column stats: COMPLETE @@ -1754,6 +1779,7 @@ STAGE PLANS: Statistics: Num rows: 27 Data size: 6237 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 27 Data size: 6237 Basic stats: COMPLETE Column stats: COMPLETE @@ -1943,6 +1969,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 5798 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: p_mfgr (type: string) + null sort order: z sort order: + Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 5798 Basic stats: COMPLETE Column stats: COMPLETE @@ -2002,6 +2029,7 @@ STAGE PLANS: Map-side function: true Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: _col2 (type: string), _col1 (type: string) Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE @@ -2037,6 +2065,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col2 (type: string), _col1 (type: string) Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE @@ -2222,6 +2251,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 5798 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: p_mfgr (type: string) + null sort order: z sort order: + Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 5798 Basic stats: COMPLETE Column stats: COMPLETE @@ -2258,6 +2288,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: _col2 (type: string), _col1 (type: string) Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE @@ -2285,6 +2316,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: z sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE @@ -2312,6 +2344,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE @@ -2490,6 +2523,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 5798 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: p_mfgr (type: string), p_name (type: string) Statistics: Num rows: 26 Data size: 5798 Basic stats: COMPLETE Column stats: COMPLETE @@ -2542,6 +2576,7 @@ STAGE PLANS: Map-side function: true Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: _col2 (type: string), _col1 (type: string) Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE @@ -2570,6 +2605,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/q93_with_constraints.q.out ql/src/test/results/clientpositive/llap/q93_with_constraints.q.out index 89b71eac49..5bba57633b 100644 --- ql/src/test/results/clientpositive/llap/q93_with_constraints.q.out +++ ql/src/test/results/clientpositive/llap/q93_with_constraints.q.out @@ -250,6 +250,7 @@ STAGE PLANS: Statistics: Num rows: 54711593 Data size: 831616236 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 54711593 Data size: 831616236 Basic stats: COMPLETE Column stats: NONE @@ -271,6 +272,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 913 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 913 Basic stats: COMPLETE Column stats: NONE @@ -291,6 +293,7 @@ STAGE PLANS: Statistics: Num rows: 518396071 Data size: 63036962320 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col2 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col2 (type: int) Statistics: Num rows: 518396071 Data size: 63036962320 Basic stats: COMPLETE Column stats: NONE @@ -310,6 +313,7 @@ STAGE PLANS: Statistics: Num rows: 60182753 Data size: 914777879 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col2 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col2 (type: int) Statistics: Num rows: 60182753 Data size: 914777879 Basic stats: COMPLETE Column stats: NONE @@ -338,6 +342,7 @@ STAGE PLANS: Statistics: Num rows: 570235690 Data size: 69340660054 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 570235690 Data size: 69340660054 Basic stats: COMPLETE Column stats: NONE @@ -353,6 +358,7 @@ STAGE PLANS: Statistics: Num rows: 285117845 Data size: 34670330027 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: decimal(28,2)), _col0 (type: int) + null sort order: zz sort order: ++ Statistics: Num rows: 285117845 Data size: 34670330027 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/llap/rcfile_createas1.q.out ql/src/test/results/clientpositive/llap/rcfile_createas1.q.out index a311e25a39..a680358a46 100644 --- ql/src/test/results/clientpositive/llap/rcfile_createas1.q.out +++ ql/src/test/results/clientpositive/llap/rcfile_createas1.q.out @@ -105,6 +105,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1288 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1288 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) diff --git ql/src/test/results/clientpositive/llap/rcfile_merge2.q.out ql/src/test/results/clientpositive/llap/rcfile_merge2.q.out index 1c0a285b48..804ebae6c4 100644 --- ql/src/test/results/clientpositive/llap/rcfile_merge2.q.out +++ ql/src/test/results/clientpositive/llap/rcfile_merge2.q.out @@ -64,12 +64,14 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 658500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: string) Statistics: Num rows: 500 Data size: 658500 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col3 (type: struct), _col4 (type: struct) Reduce Output Operator key expressions: _col2 (type: int), _col3 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col2 (type: int), _col3 (type: int) Statistics: Num rows: 500 Data size: 51500 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/rcfile_merge3.q.out ql/src/test/results/clientpositive/llap/rcfile_merge3.q.out index 846441e34c..24af5c74d5 100644 --- ql/src/test/results/clientpositive/llap/rcfile_merge3.q.out +++ ql/src/test/results/clientpositive/llap/rcfile_merge3.q.out @@ -104,6 +104,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/llap/rcfile_merge4.q.out ql/src/test/results/clientpositive/llap/rcfile_merge4.q.out index 512daa2c84..5737ac16b1 100644 --- ql/src/test/results/clientpositive/llap/rcfile_merge4.q.out +++ ql/src/test/results/clientpositive/llap/rcfile_merge4.q.out @@ -104,6 +104,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/llap/reduce_deduplicate_distinct.q.out ql/src/test/results/clientpositive/llap/reduce_deduplicate_distinct.q.out index bd96597295..01836ef698 100644 --- ql/src/test/results/clientpositive/llap/reduce_deduplicate_distinct.q.out +++ ql/src/test/results/clientpositive/llap/reduce_deduplicate_distinct.q.out @@ -58,6 +58,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 100 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: int), _col3 (type: bigint) + null sort order: aaaa sort order: ++++ Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 100 Basic stats: COMPLETE Column stats: COMPLETE @@ -150,6 +151,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: int) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int), _col2 (type: int) Statistics: Num rows: 2 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -171,6 +173,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: int), _col3 (type: bigint) + null sort order: aaaa sort order: ++++ Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -261,6 +264,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: int) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int), _col2 (type: int) Statistics: Num rows: 2 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -282,6 +286,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: int), _col3 (type: bigint) + null sort order: aaaa sort order: ++++ Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -373,6 +378,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: int) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int), _col2 (type: int) Statistics: Num rows: 2 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -394,6 +400,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: int), _col3 (type: bigint) + null sort order: aaaa sort order: ++++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int), _col2 (type: int), _col3 (type: bigint) Statistics: Num rows: 2 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -418,6 +425,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -501,6 +509,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: int) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int), _col2 (type: int) Statistics: Num rows: 2 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -522,6 +531,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: int), _col3 (type: bigint) + null sort order: aaaa sort order: ++++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int), _col2 (type: int), _col3 (type: bigint) Statistics: Num rows: 2 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -546,6 +556,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/reduce_deduplicate_extended.q.out ql/src/test/results/clientpositive/llap/reduce_deduplicate_extended.q.out index 95f9487fdf..b54e7e642a 100644 --- ql/src/test/results/clientpositive/llap/reduce_deduplicate_extended.q.out +++ ql/src/test/results/clientpositive/llap/reduce_deduplicate_extended.q.out @@ -29,6 +29,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -92,6 +93,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), lower(_col1) (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), lower(_col1) (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -160,6 +162,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), (_col1 + 1.0D) (type: double) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), (_col1 + 1.0D) (type: double) Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE @@ -235,6 +238,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -302,6 +306,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -323,6 +328,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -348,6 +354,7 @@ STAGE PLANS: Statistics: Num rows: 19 Data size: 3534 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 19 Data size: 3534 Basic stats: COMPLETE Column stats: COMPLETE @@ -417,6 +424,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -438,6 +446,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -456,6 +465,7 @@ STAGE PLANS: Statistics: Num rows: 39 Data size: 6942 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 39 Data size: 6942 Basic stats: COMPLETE Column stats: COMPLETE Reducer 3 @@ -516,6 +526,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE @@ -589,6 +600,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE @@ -2627,6 +2639,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -2690,6 +2703,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), lower(_col1) (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), lower(_col1) (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -2758,6 +2772,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), (_col1 + 1.0D) (type: double) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), (_col1 + 1.0D) (type: double) Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE @@ -2826,6 +2841,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: z sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -2892,6 +2908,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -2913,6 +2930,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -2931,6 +2949,7 @@ STAGE PLANS: Statistics: Num rows: 39 Data size: 6942 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 39 Data size: 6942 Basic stats: COMPLETE Column stats: COMPLETE @@ -2999,6 +3018,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -3020,6 +3040,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -3038,6 +3059,7 @@ STAGE PLANS: Statistics: Num rows: 39 Data size: 6942 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 39 Data size: 6942 Basic stats: COMPLETE Column stats: COMPLETE Reducer 3 @@ -3092,6 +3114,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string), value (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -3159,6 +3182,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string), value (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/reducesink_dedup.q.out ql/src/test/results/clientpositive/llap/reducesink_dedup.q.out index fbc75ce516..84c8223214 100644 --- ql/src/test/results/clientpositive/llap/reducesink_dedup.q.out +++ ql/src/test/results/clientpositive/llap/reducesink_dedup.q.out @@ -93,6 +93,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/reopt_dpp.q.out ql/src/test/results/clientpositive/llap/reopt_dpp.q.out index c48a389bf6..141b2b617d 100644 --- ql/src/test/results/clientpositive/llap/reopt_dpp.q.out +++ ql/src/test/results/clientpositive/llap/reopt_dpp.q.out @@ -159,7 +159,7 @@ Stage-0 Conds:SEL_30._col0=RS_26._col0(Inner) <-Map 3 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_26] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_25] (rows=28 width=4) Output:["_col0"] Filter Operator [FIL_24] (rows=28 width=8) @@ -259,7 +259,7 @@ Stage-0 Conds:SEL_30._col0=RS_26._col0(Inner) <-Map 3 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_26] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_25] (runtime: rows=1 width=4) Output:["_col0"] Filter Operator [FIL_24] (runtime: rows=1 width=8) diff --git ql/src/test/results/clientpositive/llap/reopt_semijoin.q.out ql/src/test/results/clientpositive/llap/reopt_semijoin.q.out index 5ad0104cbc..f78b6c8183 100644 --- ql/src/test/results/clientpositive/llap/reopt_semijoin.q.out +++ ql/src/test/results/clientpositive/llap/reopt_semijoin.q.out @@ -162,6 +162,7 @@ STAGE PLANS: Statistics: Num rows: 123456 Data size: 987648 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 123456 Data size: 987648 Basic stats: COMPLETE Column stats: COMPLETE @@ -183,6 +184,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 4 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -197,6 +199,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: binary) @@ -220,6 +223,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -247,6 +251,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: binary) @@ -339,6 +344,7 @@ STAGE PLANS: Statistics: Num rows: 123456 Data size: 987648 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 123456 Data size: 987648 Basic stats: COMPLETE Column stats: COMPLETE @@ -360,6 +366,7 @@ STAGE PLANS: Statistics: (RUNTIME) Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: (RUNTIME) Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -374,6 +381,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: binary) @@ -397,6 +405,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: (RUNTIME) Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: (RUNTIME) Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -424,6 +433,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: binary) diff --git ql/src/test/results/clientpositive/llap/results_cache_1.q.out ql/src/test/results/clientpositive/llap/results_cache_1.q.out index a822411304..f299ba8fb0 100644 --- ql/src/test/results/clientpositive/llap/results_cache_1.q.out +++ ql/src/test/results/clientpositive/llap/results_cache_1.q.out @@ -36,6 +36,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -56,6 +57,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -78,6 +80,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -178,6 +181,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -198,6 +202,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -220,6 +225,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -308,6 +314,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -328,6 +335,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -350,6 +358,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/llap/results_cache_2.q.out ql/src/test/results/clientpositive/llap/results_cache_2.q.out index 7ad8da39e4..8bf12cac64 100644 --- ql/src/test/results/clientpositive/llap/results_cache_2.q.out +++ ql/src/test/results/clientpositive/llap/results_cache_2.q.out @@ -163,6 +163,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -257,6 +258,7 @@ STAGE PLANS: Statistics: Num rows: 83/1 Data size: 1328 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 83/1 Data size: 1328 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/results_cache_capacity.q.out ql/src/test/results/clientpositive/llap/results_cache_capacity.q.out index ef595eccc4..2744f99ae1 100644 --- ql/src/test/results/clientpositive/llap/results_cache_capacity.q.out +++ ql/src/test/results/clientpositive/llap/results_cache_capacity.q.out @@ -166,6 +166,7 @@ STAGE PLANS: Statistics: Num rows: 125 Data size: 11875 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 125 Data size: 11875 Basic stats: COMPLETE Column stats: COMPLETE @@ -249,6 +250,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 7885 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 83 Data size: 7885 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/results_cache_diff_fs.q.out ql/src/test/results/clientpositive/llap/results_cache_diff_fs.q.out index 19cd22778a..ab11baf3be 100644 --- ql/src/test/results/clientpositive/llap/results_cache_diff_fs.q.out +++ ql/src/test/results/clientpositive/llap/results_cache_diff_fs.q.out @@ -37,6 +37,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -57,6 +58,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -79,6 +81,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/llap/results_cache_empty_result.q.out ql/src/test/results/clientpositive/llap/results_cache_empty_result.q.out index 61ac9576be..7847559aa6 100644 --- ql/src/test/results/clientpositive/llap/results_cache_empty_result.q.out +++ ql/src/test/results/clientpositive/llap/results_cache_empty_result.q.out @@ -38,6 +38,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 7885 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 83 Data size: 7885 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/results_cache_invalidation.q.out ql/src/test/results/clientpositive/llap/results_cache_invalidation.q.out index bebf0a451f..ba2cd40230 100644 --- ql/src/test/results/clientpositive/llap/results_cache_invalidation.q.out +++ ql/src/test/results/clientpositive/llap/results_cache_invalidation.q.out @@ -75,6 +75,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -149,6 +150,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -225,6 +227,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -245,6 +248,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -267,6 +271,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -439,6 +444,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -543,6 +549,7 @@ STAGE PLANS: Statistics: Num rows: 501 Data size: 43587 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 501 Data size: 43587 Basic stats: COMPLETE Column stats: COMPLETE @@ -563,6 +570,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -585,6 +593,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -697,6 +706,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -774,6 +784,7 @@ STAGE PLANS: Statistics: Num rows: 501 Data size: 43587 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 501 Data size: 43587 Basic stats: COMPLETE Column stats: COMPLETE @@ -794,6 +805,7 @@ STAGE PLANS: Statistics: Num rows: 501 Data size: 43587 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 501 Data size: 43587 Basic stats: COMPLETE Column stats: COMPLETE @@ -816,6 +828,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/llap/results_cache_invalidation2.q.out ql/src/test/results/clientpositive/llap/results_cache_invalidation2.q.out index 0b6864f030..84f8a308df 100644 --- ql/src/test/results/clientpositive/llap/results_cache_invalidation2.q.out +++ ql/src/test/results/clientpositive/llap/results_cache_invalidation2.q.out @@ -221,6 +221,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -298,6 +299,7 @@ STAGE PLANS: Statistics: Num rows: 1500 Data size: 130500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1500 Data size: 130500 Basic stats: COMPLETE Column stats: COMPLETE @@ -318,6 +320,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -340,6 +343,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/llap/results_cache_lifetime.q.out ql/src/test/results/clientpositive/llap/results_cache_lifetime.q.out index 2dc475e9e5..4d0a8bfbbd 100644 --- ql/src/test/results/clientpositive/llap/results_cache_lifetime.q.out +++ ql/src/test/results/clientpositive/llap/results_cache_lifetime.q.out @@ -55,6 +55,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -75,6 +76,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -97,6 +99,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/llap/results_cache_quoted_identifiers.q.out ql/src/test/results/clientpositive/llap/results_cache_quoted_identifiers.q.out index 599c62e055..d3c085a114 100644 --- ql/src/test/results/clientpositive/llap/results_cache_quoted_identifiers.q.out +++ ql/src/test/results/clientpositive/llap/results_cache_quoted_identifiers.q.out @@ -66,6 +66,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 376 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 376 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string), _col3 (type: string) diff --git ql/src/test/results/clientpositive/llap/results_cache_temptable.q.out ql/src/test/results/clientpositive/llap/results_cache_temptable.q.out index 1145371645..4a957f57c0 100644 --- ql/src/test/results/clientpositive/llap/results_cache_temptable.q.out +++ ql/src/test/results/clientpositive/llap/results_cache_temptable.q.out @@ -100,6 +100,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 192 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 192 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -207,6 +208,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 192 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 192 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -318,6 +320,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 376 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 376 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/llap/results_cache_transactional.q.out ql/src/test/results/clientpositive/llap/results_cache_transactional.q.out index a26e4002e0..6cf7acd1a6 100644 --- ql/src/test/results/clientpositive/llap/results_cache_transactional.q.out +++ ql/src/test/results/clientpositive/llap/results_cache_transactional.q.out @@ -72,6 +72,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -175,6 +176,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -195,6 +197,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -217,6 +220,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -322,6 +326,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -397,6 +402,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -473,6 +479,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -493,6 +500,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -515,6 +523,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -592,6 +601,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -612,6 +622,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -634,6 +645,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/llap/results_cache_with_masking.q.out ql/src/test/results/clientpositive/llap/results_cache_with_masking.q.out index e2dcb1f14b..159a86ec8d 100644 --- ql/src/test/results/clientpositive/llap/results_cache_with_masking.q.out +++ ql/src/test/results/clientpositive/llap/results_cache_with_masking.q.out @@ -50,6 +50,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -131,6 +132,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/retry_failure_reorder.q.out ql/src/test/results/clientpositive/llap/retry_failure_reorder.q.out index baeac434d7..9e1c249ab7 100644 --- ql/src/test/results/clientpositive/llap/retry_failure_reorder.q.out +++ ql/src/test/results/clientpositive/llap/retry_failure_reorder.q.out @@ -150,7 +150,7 @@ Stage-0 Conds:RS_12._col1=RS_60._col0(Inner),Output:["_col2","_col4","_col6"] <-Map 6 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_60] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_59] (rows=6 width=8) Output:["_col0","_col1"] Filter Operator [FIL_58] (rows=6 width=8) @@ -159,12 +159,12 @@ Stage-0 default@tw,tw,Tbl:COMPLETE,Col:COMPLETE,Output:["id_uw","w"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_12] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_50] (rows=115 width=12) Conds:RS_54._col0=RS_57._col0(Inner),Output:["_col1","_col2","_col4"] <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_54] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_53] (rows=35 width=12) Output:["_col0","_col1","_col2"] Filter Operator [FIL_52] (rows=35 width=12) @@ -173,7 +173,7 @@ Stage-0 default@tu,tu,Tbl:COMPLETE,Col:COMPLETE,Output:["id_uv","id_uw","u"] <-Map 5 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_57] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_56] (rows=23 width=8) Output:["_col0","_col1"] Filter Operator [FIL_55] (rows=23 width=8) @@ -282,7 +282,7 @@ Stage-0 Conds:RS_12._col0=RS_60._col0(Inner),Output:["_col2","_col4","_col6"] <-Map 6 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_60] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_59] (runtime: rows=25 width=8) Output:["_col0","_col1"] Filter Operator [FIL_58] (rows=23 width=8) @@ -291,12 +291,12 @@ Stage-0 default@tv,tv,Tbl:COMPLETE,Col:COMPLETE,Output:["id_uv","v"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_12] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_50] (rows=21 width=12) Conds:RS_54._col1=RS_57._col0(Inner),Output:["_col0","_col2","_col4"] <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_54] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_53] (runtime: rows=30 width=12) Output:["_col0","_col1","_col2"] Filter Operator [FIL_52] (rows=35 width=12) @@ -305,7 +305,7 @@ Stage-0 default@tu,tu,Tbl:COMPLETE,Col:COMPLETE,Output:["id_uv","id_uw","u"] <-Map 5 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_57] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_56] (runtime: rows=5 width=8) Output:["_col0","_col1"] Filter Operator [FIL_55] (rows=6 width=8) @@ -435,7 +435,7 @@ Stage-0 Conds:RS_12._col1=RS_60._col0(Inner),Output:["_col2","_col4","_col6"] <-Map 6 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_60] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_59] (rows=6 width=8) Output:["_col0","_col1"] Filter Operator [FIL_58] (rows=6 width=8) @@ -444,12 +444,12 @@ Stage-0 default@tw,tw,Tbl:COMPLETE,Col:COMPLETE,Output:["id_uw","w"] <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_12] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_50] (rows=115 width=12) Conds:RS_54._col0=RS_57._col0(Inner),Output:["_col1","_col2","_col4"] <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_54] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_53] (rows=35 width=12) Output:["_col0","_col1","_col2"] Filter Operator [FIL_52] (rows=35 width=12) @@ -458,7 +458,7 @@ Stage-0 default@tu,tu,Tbl:COMPLETE,Col:COMPLETE,Output:["id_uv","id_uw","u"] <-Map 5 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_57] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_56] (rows=23 width=8) Output:["_col0","_col1"] Filter Operator [FIL_55] (rows=23 width=8) diff --git ql/src/test/results/clientpositive/llap/retry_failure_stat_changes.q.out ql/src/test/results/clientpositive/llap/retry_failure_stat_changes.q.out index 8ec6624ae3..204fa8f711 100644 --- ql/src/test/results/clientpositive/llap/retry_failure_stat_changes.q.out +++ ql/src/test/results/clientpositive/llap/retry_failure_stat_changes.q.out @@ -82,7 +82,7 @@ Stage-0 Conds:RS_6._col0=RS_7._col0(Inner),Output:["_col0","_col1"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_6] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_2] (runtime: rows=5 width=4) Output:["_col0"] Filter Operator [FIL_18] (runtime: rows=5 width=4) @@ -91,7 +91,7 @@ Stage-0 default@tx_n2,tx_n2,Tbl:COMPLETE,Col:COMPLETE,Output:["u"] <-Map 4 [SIMPLE_EDGE] llap SHUFFLE [RS_7] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_5] (runtime: rows=3 width=4) Output:["_col0"] Filter Operator [FIL_19] (runtime: rows=3 width=4) @@ -145,7 +145,7 @@ Stage-0 Conds:RS_6._col0=RS_7._col0(Inner),Output:["_col0","_col1"] <-Map 1 [SIMPLE_EDGE] llap SHUFFLE [RS_6] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_2] (rows=1/5 width=4) Output:["_col0"] Filter Operator [FIL_18] (rows=1/5 width=4) @@ -154,7 +154,7 @@ Stage-0 default@tx_n2,tx_n2,Tbl:COMPLETE,Col:COMPLETE,Output:["u"] <-Map 4 [SIMPLE_EDGE] llap SHUFFLE [RS_7] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_5] (rows=1/3 width=4) Output:["_col0"] Filter Operator [FIL_19] (rows=1/3 width=4) @@ -208,7 +208,7 @@ Stage-0 Conds:SEL_2._col0=RS_7._col0(Inner),Output:["_col0","_col1"] <-Map 3 [BROADCAST_EDGE] llap BROADCAST [RS_7] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_5] (rows=1/3 width=4) Output:["_col0"] Filter Operator [FIL_19] (rows=1/3 width=4) @@ -260,7 +260,7 @@ Stage-0 Conds:SEL_2._col0=RS_7._col0(Inner),Output:["_col1","_col3"] <-Map 3 [BROADCAST_EDGE] llap BROADCAST [RS_7] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_5] (rows=1 width=8) Output:["_col0","_col1"] Filter Operator [FIL_19] (rows=1 width=8) diff --git ql/src/test/results/clientpositive/llap/runtime_stats_hs2.q.out ql/src/test/results/clientpositive/llap/runtime_stats_hs2.q.out index 1899eff404..f88aa718f8 100644 --- ql/src/test/results/clientpositive/llap/runtime_stats_hs2.q.out +++ ql/src/test/results/clientpositive/llap/runtime_stats_hs2.q.out @@ -70,7 +70,7 @@ Stage-0 Conds:RS_33._col0=RS_36._col0(Inner),Output:["_col0","_col1"] <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_33] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_32] (rows=7 width=4) Output:["_col0"] Filter Operator [FIL_31] (rows=7 width=4) @@ -79,7 +79,7 @@ Stage-0 default@tx_n3,tx_n3,Tbl:COMPLETE,Col:COMPLETE,Output:["u"] <-Map 4 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_36] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_35] (rows=4 width=4) Output:["_col0"] Filter Operator [FIL_34] (rows=4 width=4) @@ -134,7 +134,7 @@ Stage-0 Conds:RS_33._col0=RS_36._col0(Inner),Output:["_col0","_col1"] <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_33] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_32] (runtime: rows=5 width=4) Output:["_col0"] Filter Operator [FIL_31] (runtime: rows=5 width=4) @@ -143,7 +143,7 @@ Stage-0 default@tx_n3,tx_n3,Tbl:COMPLETE,Col:COMPLETE,Output:["u"] <-Map 4 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_36] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_35] (runtime: rows=3 width=4) Output:["_col0"] Filter Operator [FIL_34] (runtime: rows=3 width=4) diff --git ql/src/test/results/clientpositive/llap/runtime_stats_merge.q.out ql/src/test/results/clientpositive/llap/runtime_stats_merge.q.out index edcdfb4175..a11e81f1bc 100644 --- ql/src/test/results/clientpositive/llap/runtime_stats_merge.q.out +++ ql/src/test/results/clientpositive/llap/runtime_stats_merge.q.out @@ -127,7 +127,7 @@ Stage-4 Output:["_col0"] <-Map 2 [SIMPLE_EDGE] llap SHUFFLE [RS_10] - PartitionCols:UDFToInteger(_col0) + PartitionCols:UDFToInteger(_col0),null sort order:z,sort order:+ Select Operator [SEL_9] (runtime: rows=1 width=76) Output:["_col0"] Filter Operator [FIL_25] (runtime: rows=1 width=84) @@ -136,7 +136,7 @@ Stage-4 Conds:FIL_29.l_orderkey=RS_45._col0(Inner),Output:["_col0","_col3","_col4"] <-Map 1 [BROADCAST_EDGE] vectorized, llap BROADCAST [RS_45] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_44] (runtime: rows=1 width=4) Output:["_col0"] Filter Operator [FIL_43] (runtime: rows=1 width=4) @@ -158,7 +158,7 @@ Stage-4 Output:["_col0","_col1"],aggregations:["count(VALUE._col0)"],keys:KEY._col0 <-Map 2 [SIMPLE_EDGE] llap SHUFFLE [RS_18] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_17] (runtime: rows=1 width=84) Output:["_col0","_col1"],aggregations:["count()"],keys:_col3 Select Operator [SEL_16] (runtime: rows=1 width=84) diff --git ql/src/test/results/clientpositive/llap/sample10_mm.q.out ql/src/test/results/clientpositive/llap/sample10_mm.q.out index e5fb9179dd..42d4f762a3 100644 --- ql/src/test/results/clientpositive/llap/sample10_mm.q.out +++ ql/src/test/results/clientpositive/llap/sample10_mm.q.out @@ -272,6 +272,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 510 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 6 Data size: 510 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/selectDistinctStar.q.out ql/src/test/results/clientpositive/llap/selectDistinctStar.q.out index 756fea9ab8..c9325fb3c6 100644 --- ql/src/test/results/clientpositive/llap/selectDistinctStar.q.out +++ ql/src/test/results/clientpositive/llap/selectDistinctStar.q.out @@ -35,6 +35,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE @@ -733,6 +734,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 14774 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 83 Data size: 14774 Basic stats: COMPLETE Column stats: COMPLETE @@ -967,6 +969,7 @@ STAGE PLANS: Statistics: Num rows: 262 Data size: 46636 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 262 Data size: 46636 Basic stats: COMPLETE Column stats: COMPLETE @@ -989,6 +992,7 @@ STAGE PLANS: Statistics: Num rows: 262 Data size: 46636 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 262 Data size: 46636 Basic stats: COMPLETE Column stats: COMPLETE @@ -2516,6 +2520,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE @@ -3214,6 +3219,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 14774 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 83 Data size: 14774 Basic stats: COMPLETE Column stats: COMPLETE @@ -3448,6 +3454,7 @@ STAGE PLANS: Statistics: Num rows: 262 Data size: 46636 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 262 Data size: 46636 Basic stats: COMPLETE Column stats: COMPLETE @@ -3470,6 +3477,7 @@ STAGE PLANS: Statistics: Num rows: 262 Data size: 46636 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 262 Data size: 46636 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/semijoin.q.out ql/src/test/results/clientpositive/llap/semijoin.q.out index b056b9ba95..bc48e3e4c6 100644 --- ql/src/test/results/clientpositive/llap/semijoin.q.out +++ ql/src/test/results/clientpositive/llap/semijoin.q.out @@ -154,6 +154,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 1023 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 11 Data size: 1023 Basic stats: COMPLETE Column stats: COMPLETE @@ -181,6 +182,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -199,6 +201,7 @@ STAGE PLANS: Statistics: Num rows: 7 Data size: 651 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 7 Data size: 651 Basic stats: COMPLETE Column stats: COMPLETE Reducer 3 @@ -272,6 +275,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 1023 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 11 Data size: 1023 Basic stats: COMPLETE Column stats: COMPLETE @@ -299,6 +303,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -317,6 +322,7 @@ STAGE PLANS: Statistics: Num rows: 7 Data size: 651 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 7 Data size: 651 Basic stats: COMPLETE Column stats: COMPLETE Reducer 3 @@ -392,6 +398,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 1023 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 11 Data size: 1023 Basic stats: COMPLETE Column stats: COMPLETE @@ -419,6 +426,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -437,6 +445,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 1125 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 12 Data size: 1125 Basic stats: COMPLETE Column stats: NONE Reducer 3 @@ -504,6 +513,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 1023 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 11 Data size: 1023 Basic stats: COMPLETE Column stats: COMPLETE @@ -531,6 +541,7 @@ STAGE PLANS: Statistics: Num rows: 8 Data size: 64 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 8 Data size: 64 Basic stats: COMPLETE Column stats: COMPLETE @@ -553,6 +564,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 979 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 11 Data size: 979 Basic stats: COMPLETE Column stats: COMPLETE Reducer 3 @@ -631,6 +643,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 1023 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 11 Data size: 1023 Basic stats: COMPLETE Column stats: COMPLETE @@ -658,6 +671,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 93 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 93 Basic stats: COMPLETE Column stats: COMPLETE @@ -676,6 +690,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 93 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 1 Data size: 93 Basic stats: COMPLETE Column stats: COMPLETE Reducer 3 @@ -756,6 +771,7 @@ STAGE PLANS: Statistics: Num rows: 8 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 8 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE @@ -772,6 +788,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 1023 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 11 Data size: 1023 Basic stats: COMPLETE Column stats: COMPLETE @@ -795,6 +812,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 979 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 11 Data size: 979 Basic stats: COMPLETE Column stats: COMPLETE Reducer 3 @@ -875,6 +893,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 93 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 93 Basic stats: COMPLETE Column stats: COMPLETE @@ -891,6 +910,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 1023 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 11 Data size: 1023 Basic stats: COMPLETE Column stats: COMPLETE @@ -914,6 +934,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 89 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 1 Data size: 89 Basic stats: COMPLETE Column stats: COMPLETE Reducer 3 @@ -991,6 +1012,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 4 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -1007,6 +1029,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 1023 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 11 Data size: 1023 Basic stats: COMPLETE Column stats: COMPLETE @@ -1026,6 +1049,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 558 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 6 Data size: 558 Basic stats: COMPLETE Column stats: COMPLETE Reducer 3 @@ -1098,6 +1122,7 @@ STAGE PLANS: Statistics: Num rows: 22 Data size: 88 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 22 Data size: 88 Basic stats: COMPLETE Column stats: COMPLETE @@ -1124,6 +1149,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -1142,6 +1168,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Reducer 3 @@ -1228,6 +1255,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 1023 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 11 Data size: 1023 Basic stats: COMPLETE Column stats: COMPLETE @@ -1255,6 +1283,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: (2 * _col0) (type: int) + null sort order: a sort order: + Map-reduce partition columns: (2 * _col0) (type: int) Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -1273,6 +1302,7 @@ STAGE PLANS: Statistics: Num rows: 7 Data size: 651 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 7 Data size: 651 Basic stats: COMPLETE Column stats: COMPLETE Reducer 3 @@ -1347,6 +1377,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 1023 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 11 Data size: 1023 Basic stats: COMPLETE Column stats: COMPLETE @@ -1364,6 +1395,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 1023 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 11 Data size: 1023 Basic stats: COMPLETE Column stats: COMPLETE @@ -1391,6 +1423,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -1409,6 +1442,7 @@ STAGE PLANS: Statistics: Num rows: 17 Data size: 3162 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col5 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col5 (type: int) Statistics: Num rows: 17 Data size: 3162 Basic stats: COMPLETE Column stats: COMPLETE @@ -1430,6 +1464,7 @@ STAGE PLANS: Statistics: Num rows: 17 Data size: 3162 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 17 Data size: 3162 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col2 (type: int), _col3 (type: string) @@ -1514,6 +1549,7 @@ STAGE PLANS: Statistics: Num rows: 22 Data size: 2046 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: int), value (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: int), value (type: string) Statistics: Num rows: 22 Data size: 2046 Basic stats: COMPLETE Column stats: COMPLETE @@ -1540,6 +1576,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 465 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string) Statistics: Num rows: 5 Data size: 465 Basic stats: COMPLETE Column stats: COMPLETE @@ -1558,6 +1595,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 1023 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 11 Data size: 1023 Basic stats: COMPLETE Column stats: COMPLETE Reducer 3 @@ -1642,6 +1680,7 @@ STAGE PLANS: Statistics: Num rows: 22 Data size: 88 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 22 Data size: 88 Basic stats: COMPLETE Column stats: COMPLETE @@ -1668,6 +1707,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -1694,6 +1734,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -1712,6 +1753,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE @@ -1728,6 +1770,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Reducer 4 @@ -1810,6 +1853,7 @@ STAGE PLANS: Statistics: Num rows: 22 Data size: 88 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 22 Data size: 88 Basic stats: COMPLETE Column stats: COMPLETE @@ -1822,6 +1866,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE @@ -1848,6 +1893,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -1869,6 +1915,7 @@ STAGE PLANS: Statistics: Num rows: 24 Data size: 152 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col5 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col5 (type: int) Statistics: Num rows: 24 Data size: 152 Basic stats: COMPLETE Column stats: COMPLETE @@ -1886,6 +1933,7 @@ STAGE PLANS: Statistics: Num rows: 24 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 24 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE Reducer 4 @@ -1984,6 +2032,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE @@ -2000,6 +2049,7 @@ STAGE PLANS: Statistics: Num rows: 22 Data size: 88 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 22 Data size: 88 Basic stats: COMPLETE Column stats: COMPLETE @@ -2026,6 +2076,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -2044,6 +2095,7 @@ STAGE PLANS: Statistics: Num rows: 46 Data size: 284 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col5 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col5 (type: int) Statistics: Num rows: 46 Data size: 284 Basic stats: COMPLETE Column stats: COMPLETE @@ -2061,6 +2113,7 @@ STAGE PLANS: Statistics: Num rows: 32 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 32 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Reducer 4 @@ -2158,6 +2211,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE @@ -2170,6 +2224,7 @@ STAGE PLANS: Statistics: Num rows: 22 Data size: 88 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 22 Data size: 88 Basic stats: COMPLETE Column stats: COMPLETE @@ -2196,6 +2251,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -2217,6 +2273,7 @@ STAGE PLANS: Statistics: Num rows: 24 Data size: 88 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col5 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col5 (type: int) Statistics: Num rows: 24 Data size: 88 Basic stats: COMPLETE Column stats: COMPLETE @@ -2234,6 +2291,7 @@ STAGE PLANS: Statistics: Num rows: 24 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 24 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Reducer 4 @@ -2335,6 +2393,7 @@ STAGE PLANS: Statistics: Num rows: 22 Data size: 88 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 22 Data size: 88 Basic stats: COMPLETE Column stats: COMPLETE @@ -2361,6 +2420,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -2373,6 +2433,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE @@ -2391,6 +2452,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE @@ -2407,6 +2469,7 @@ STAGE PLANS: Statistics: Num rows: 28 Data size: 112 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 28 Data size: 112 Basic stats: COMPLETE Column stats: COMPLETE Reducer 4 @@ -2508,6 +2571,7 @@ STAGE PLANS: Statistics: Num rows: 22 Data size: 88 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 22 Data size: 88 Basic stats: COMPLETE Column stats: COMPLETE @@ -2534,6 +2598,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -2546,6 +2611,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE @@ -2564,6 +2630,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE @@ -2580,6 +2647,7 @@ STAGE PLANS: Statistics: Num rows: 28 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 28 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE Reducer 4 @@ -2683,6 +2751,7 @@ STAGE PLANS: Statistics: Num rows: 22 Data size: 88 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 22 Data size: 88 Basic stats: COMPLETE Column stats: COMPLETE @@ -2709,6 +2778,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -2721,6 +2791,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE @@ -2739,6 +2810,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE @@ -2755,6 +2827,7 @@ STAGE PLANS: Statistics: Num rows: 39 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 39 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE Reducer 4 @@ -2869,6 +2942,7 @@ STAGE PLANS: Statistics: Num rows: 22 Data size: 2046 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 22 Data size: 2046 Basic stats: COMPLETE Column stats: COMPLETE @@ -2896,6 +2970,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -2908,6 +2983,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 979 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: value (type: string) + null sort order: a sort order: + Map-reduce partition columns: value (type: string) Statistics: Num rows: 11 Data size: 979 Basic stats: COMPLETE Column stats: COMPLETE @@ -2926,6 +3002,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 1023 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 11 Data size: 1023 Basic stats: COMPLETE Column stats: COMPLETE @@ -2943,6 +3020,7 @@ STAGE PLANS: Statistics: Num rows: 23 Data size: 92 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 23 Data size: 92 Basic stats: COMPLETE Column stats: COMPLETE Reducer 4 @@ -3050,6 +3128,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 93 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 93 Basic stats: COMPLETE Column stats: COMPLETE @@ -3077,6 +3156,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 445 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 5 Data size: 445 Basic stats: COMPLETE Column stats: COMPLETE @@ -3159,10 +3239,12 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -3185,6 +3267,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 22750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 22750 Basic stats: COMPLETE Column stats: COMPLETE @@ -3232,6 +3315,7 @@ STAGE PLANS: Statistics: Num rows: 20833 Data size: 3708274 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 20833 Data size: 3708274 Basic stats: COMPLETE Column stats: COMPLETE @@ -3244,6 +3328,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 250 Data size: 22750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 250 Data size: 22750 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) diff --git ql/src/test/results/clientpositive/llap/semijoin6.q.out ql/src/test/results/clientpositive/llap/semijoin6.q.out index 4b8fcf7979..35d1c79ccb 100644 --- ql/src/test/results/clientpositive/llap/semijoin6.q.out +++ ql/src/test/results/clientpositive/llap/semijoin6.q.out @@ -73,6 +73,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 4 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE @@ -100,6 +101,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -174,6 +176,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: b (type: int) + null sort order: a sort order: + Map-reduce partition columns: b (type: int) Statistics: Num rows: 6 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE @@ -197,6 +200,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -277,6 +281,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 6 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 6 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int) @@ -298,6 +303,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 3 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 3 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int) @@ -388,6 +394,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 4 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE @@ -415,6 +422,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -498,6 +506,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 6 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 6 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int) @@ -519,6 +528,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int) @@ -607,6 +617,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 4 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE @@ -634,6 +645,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -723,6 +735,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 4 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE @@ -750,6 +763,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/semijoin7.q.out ql/src/test/results/clientpositive/llap/semijoin7.q.out index 3ff5faab21..42cf1e4ec1 100644 --- ql/src/test/results/clientpositive/llap/semijoin7.q.out +++ ql/src/test/results/clientpositive/llap/semijoin7.q.out @@ -69,6 +69,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: a (type: int) + null sort order: a sort order: + Map-reduce partition columns: a (type: int) Statistics: Num rows: 4 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE @@ -96,6 +97,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -170,6 +172,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: b (type: int) + null sort order: a sort order: + Map-reduce partition columns: b (type: int) Statistics: Num rows: 6 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE @@ -193,6 +196,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -269,6 +273,7 @@ STAGE PLANS: alias: u Statistics: Num rows: 6 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 6 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE value expressions: a (type: int), b (type: int) @@ -290,6 +295,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 3 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 3 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int) @@ -376,6 +382,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: a (type: int) + null sort order: a sort order: + Map-reduce partition columns: a (type: int) Statistics: Num rows: 4 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE @@ -403,6 +410,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -482,6 +490,7 @@ STAGE PLANS: alias: u Statistics: Num rows: 6 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 6 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE value expressions: a (type: int), b (type: int) @@ -503,6 +512,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int) @@ -587,6 +597,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: a (type: int) + null sort order: a sort order: + Map-reduce partition columns: a (type: int) Statistics: Num rows: 4 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE @@ -614,6 +625,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -699,6 +711,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: a (type: int) + null sort order: a sort order: + Map-reduce partition columns: a (type: int) Statistics: Num rows: 4 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE @@ -726,6 +739,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col3 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: int) Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/semijoin_hint.q.out ql/src/test/results/clientpositive/llap/semijoin_hint.q.out index 81a882358a..f5f1f9c6c2 100644 --- ql/src/test/results/clientpositive/llap/semijoin_hint.q.out +++ ql/src/test/results/clientpositive/llap/semijoin_hint.q.out @@ -208,6 +208,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 174000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: str (type: string) + null sort order: a sort order: + Map-reduce partition columns: str (type: string) Statistics: Num rows: 2000 Data size: 174000 Basic stats: COMPLETE Column stats: COMPLETE @@ -228,6 +229,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 87000 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator key expressions: key1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: key1 (type: string) Statistics: Num rows: 1000 Data size: 87000 Basic stats: PARTIAL Column stats: PARTIAL @@ -242,6 +244,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 639 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 639 Basic stats: PARTIAL Column stats: PARTIAL value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) @@ -266,6 +269,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) @@ -293,6 +297,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 639 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 639 Basic stats: PARTIAL Column stats: PARTIAL value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) @@ -349,6 +354,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 174000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: str (type: string) + null sort order: a sort order: + Map-reduce partition columns: str (type: string) Statistics: Num rows: 2000 Data size: 174000 Basic stats: COMPLETE Column stats: COMPLETE @@ -369,6 +375,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 87000 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator key expressions: key1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: key1 (type: string) Statistics: Num rows: 1000 Data size: 87000 Basic stats: PARTIAL Column stats: PARTIAL @@ -393,6 +400,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) @@ -469,6 +477,7 @@ STAGE PLANS: Statistics: Num rows: 9174 Data size: 643900 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: cstring (type: string) + null sort order: a sort order: + Map-reduce partition columns: cstring (type: string) Statistics: Num rows: 9174 Data size: 643900 Basic stats: COMPLETE Column stats: COMPLETE @@ -489,6 +498,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 356000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: value (type: string) + null sort order: a sort order: + Map-reduce partition columns: value (type: string) Statistics: Num rows: 2000 Data size: 356000 Basic stats: COMPLETE Column stats: COMPLETE @@ -510,6 +520,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 87000 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator key expressions: key1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: key1 (type: string) Statistics: Num rows: 1000 Data size: 87000 Basic stats: PARTIAL Column stats: PARTIAL @@ -528,6 +539,7 @@ STAGE PLANS: Statistics: Num rows: 4110 Data size: 357570 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: str (type: string) + null sort order: a sort order: + Map-reduce partition columns: str (type: string) Statistics: Num rows: 4110 Data size: 357570 Basic stats: COMPLETE Column stats: COMPLETE @@ -542,6 +554,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) @@ -564,6 +577,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) @@ -591,6 +605,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) @@ -651,6 +666,7 @@ STAGE PLANS: Statistics: Num rows: 9174 Data size: 643900 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: cstring (type: string) + null sort order: a sort order: + Map-reduce partition columns: cstring (type: string) Statistics: Num rows: 9174 Data size: 643900 Basic stats: COMPLETE Column stats: COMPLETE @@ -665,6 +681,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) @@ -685,6 +702,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 87000 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator key expressions: key1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: key1 (type: string) Statistics: Num rows: 1000 Data size: 87000 Basic stats: PARTIAL Column stats: PARTIAL @@ -705,6 +723,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 174000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: str (type: string) + null sort order: a sort order: + Map-reduce partition columns: str (type: string) Statistics: Num rows: 2000 Data size: 174000 Basic stats: COMPLETE Column stats: COMPLETE @@ -731,6 +750,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) @@ -758,6 +778,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) @@ -816,6 +837,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 174000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: str (type: string) + null sort order: a sort order: + Map-reduce partition columns: str (type: string) Statistics: Num rows: 2000 Data size: 174000 Basic stats: COMPLETE Column stats: COMPLETE @@ -830,6 +852,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) @@ -850,6 +873,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 87000 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator key expressions: key1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: key1 (type: string) Statistics: Num rows: 1000 Data size: 87000 Basic stats: PARTIAL Column stats: PARTIAL @@ -874,6 +898,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) @@ -901,6 +926,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) @@ -957,6 +983,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 182000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: value (type: string) + null sort order: a sort order: + Map-reduce partition columns: value (type: string) Statistics: Num rows: 2000 Data size: 182000 Basic stats: COMPLETE Column stats: COMPLETE @@ -977,6 +1004,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 87000 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator key expressions: key1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: key1 (type: string) Statistics: Num rows: 1000 Data size: 87000 Basic stats: PARTIAL Column stats: PARTIAL @@ -1001,6 +1029,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) @@ -1082,6 +1111,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 174000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 174000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1096,6 +1126,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) @@ -1116,6 +1147,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 87000 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1000 Data size: 87000 Basic stats: PARTIAL Column stats: PARTIAL @@ -1130,6 +1162,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 639 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 639 Basic stats: PARTIAL Column stats: PARTIAL value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) @@ -1150,6 +1183,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 87000 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1000 Data size: 87000 Basic stats: PARTIAL Column stats: PARTIAL @@ -1170,6 +1204,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 174000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 174000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1184,6 +1219,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 639 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 639 Basic stats: PARTIAL Column stats: PARTIAL value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) @@ -1204,6 +1240,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) @@ -1231,6 +1268,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) @@ -1251,6 +1289,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) @@ -1326,6 +1365,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 174000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 174000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1346,6 +1386,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 87000 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1000 Data size: 87000 Basic stats: PARTIAL Column stats: PARTIAL @@ -1360,6 +1401,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 639 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 639 Basic stats: PARTIAL Column stats: PARTIAL value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) @@ -1382,6 +1424,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) @@ -1409,6 +1452,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 639 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 639 Basic stats: PARTIAL Column stats: PARTIAL value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) @@ -1465,6 +1509,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 174000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 174000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1485,6 +1530,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 87000 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1000 Data size: 87000 Basic stats: PARTIAL Column stats: PARTIAL @@ -1507,6 +1553,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) @@ -1583,6 +1630,7 @@ STAGE PLANS: Statistics: Num rows: 9174 Data size: 643900 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 9174 Data size: 643900 Basic stats: COMPLETE Column stats: COMPLETE @@ -1603,6 +1651,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 356000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 2000 Data size: 356000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1624,6 +1673,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 87000 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1000 Data size: 87000 Basic stats: PARTIAL Column stats: PARTIAL @@ -1642,6 +1692,7 @@ STAGE PLANS: Statistics: Num rows: 4110 Data size: 357570 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 4110 Data size: 357570 Basic stats: COMPLETE Column stats: COMPLETE @@ -1656,6 +1707,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) @@ -1676,6 +1728,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) @@ -1703,6 +1756,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) @@ -1764,6 +1818,7 @@ STAGE PLANS: Statistics: Num rows: 9174 Data size: 643900 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 9174 Data size: 643900 Basic stats: COMPLETE Column stats: COMPLETE @@ -1778,6 +1833,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) @@ -1798,6 +1854,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 87000 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1000 Data size: 87000 Basic stats: PARTIAL Column stats: PARTIAL @@ -1818,6 +1875,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 174000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 174000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1836,6 +1894,7 @@ STAGE PLANS: Statistics: Num rows: 10091 Data size: 708290 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 10091 Data size: 708290 Basic stats: PARTIAL Column stats: NONE @@ -1856,6 +1915,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) @@ -1883,6 +1943,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) @@ -1941,6 +2002,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 174000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 174000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1955,6 +2017,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) @@ -1975,6 +2038,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 87000 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1000 Data size: 87000 Basic stats: PARTIAL Column stats: PARTIAL @@ -1997,6 +2061,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) @@ -2024,6 +2089,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) @@ -2080,6 +2146,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 182000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 182000 Basic stats: COMPLETE Column stats: COMPLETE @@ -2100,6 +2167,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 87000 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1000 Data size: 87000 Basic stats: PARTIAL Column stats: PARTIAL @@ -2122,6 +2190,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) @@ -2199,6 +2268,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 174000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: str (type: string) + null sort order: a sort order: + Map-reduce partition columns: str (type: string) Statistics: Num rows: 2000 Data size: 174000 Basic stats: COMPLETE Column stats: COMPLETE @@ -2213,6 +2283,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) @@ -2229,6 +2300,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 87000 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator key expressions: key1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: key1 (type: string) Statistics: Num rows: 1000 Data size: 87000 Basic stats: PARTIAL Column stats: PARTIAL @@ -2243,6 +2315,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 639 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 639 Basic stats: PARTIAL Column stats: PARTIAL value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) @@ -2259,6 +2332,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 87000 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator key expressions: key1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: key1 (type: string) Statistics: Num rows: 1000 Data size: 87000 Basic stats: PARTIAL Column stats: PARTIAL @@ -2275,6 +2349,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 174000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: str (type: string) + null sort order: a sort order: + Map-reduce partition columns: str (type: string) Statistics: Num rows: 2000 Data size: 174000 Basic stats: COMPLETE Column stats: COMPLETE @@ -2289,6 +2364,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 639 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 639 Basic stats: PARTIAL Column stats: PARTIAL value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) @@ -2309,6 +2385,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) @@ -2336,6 +2413,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) @@ -2356,6 +2434,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) @@ -2427,6 +2506,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 174000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: str (type: string) + null sort order: a sort order: + Map-reduce partition columns: str (type: string) Statistics: Num rows: 2000 Data size: 174000 Basic stats: COMPLETE Column stats: COMPLETE @@ -2443,6 +2523,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 87000 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator key expressions: key1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: key1 (type: string) Statistics: Num rows: 1000 Data size: 87000 Basic stats: PARTIAL Column stats: PARTIAL @@ -2457,6 +2538,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 639 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 639 Basic stats: PARTIAL Column stats: PARTIAL value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) @@ -2479,6 +2561,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) @@ -2506,6 +2589,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 639 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 639 Basic stats: PARTIAL Column stats: PARTIAL value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) @@ -2558,6 +2642,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 174000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: str (type: string) + null sort order: a sort order: + Map-reduce partition columns: str (type: string) Statistics: Num rows: 2000 Data size: 174000 Basic stats: COMPLETE Column stats: COMPLETE @@ -2574,6 +2659,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 87000 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator key expressions: key1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: key1 (type: string) Statistics: Num rows: 1000 Data size: 87000 Basic stats: PARTIAL Column stats: PARTIAL @@ -2596,6 +2682,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) @@ -2668,6 +2755,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 356000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: str (type: string) + null sort order: a sort order: + Map-reduce partition columns: str (type: string) Statistics: Num rows: 2000 Data size: 356000 Basic stats: COMPLETE Column stats: COMPLETE @@ -2683,6 +2771,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) @@ -2699,6 +2788,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 87000 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator key expressions: key1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: key1 (type: string) Statistics: Num rows: 1000 Data size: 87000 Basic stats: PARTIAL Column stats: PARTIAL @@ -2715,6 +2805,7 @@ STAGE PLANS: Statistics: Num rows: 9174 Data size: 643900 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: cstring (type: string) + null sort order: a sort order: + Map-reduce partition columns: cstring (type: string) Statistics: Num rows: 9174 Data size: 643900 Basic stats: COMPLETE Column stats: COMPLETE @@ -2733,6 +2824,7 @@ STAGE PLANS: Statistics: Num rows: 2200 Data size: 391600 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 2200 Data size: 391600 Basic stats: PARTIAL Column stats: NONE @@ -2753,6 +2845,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) @@ -2780,6 +2873,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) @@ -2837,6 +2931,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 174000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: str (type: string) + null sort order: a sort order: + Map-reduce partition columns: str (type: string) Statistics: Num rows: 2000 Data size: 174000 Basic stats: COMPLETE Column stats: COMPLETE @@ -2853,6 +2948,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 87000 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator key expressions: key1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: key1 (type: string) Statistics: Num rows: 1000 Data size: 87000 Basic stats: PARTIAL Column stats: PARTIAL @@ -2869,6 +2965,7 @@ STAGE PLANS: Statistics: Num rows: 9174 Data size: 643900 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: cstring (type: string) + null sort order: a sort order: + Map-reduce partition columns: cstring (type: string) Statistics: Num rows: 9174 Data size: 643900 Basic stats: COMPLETE Column stats: COMPLETE @@ -2883,6 +2980,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) @@ -2901,6 +2999,7 @@ STAGE PLANS: Statistics: Num rows: 2200 Data size: 191400 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col6 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col6 (type: string) Statistics: Num rows: 2200 Data size: 191400 Basic stats: PARTIAL Column stats: NONE @@ -2921,6 +3020,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) @@ -2948,6 +3048,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) @@ -3002,6 +3103,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 174000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: str (type: string) + null sort order: a sort order: + Map-reduce partition columns: str (type: string) Statistics: Num rows: 2000 Data size: 174000 Basic stats: COMPLETE Column stats: COMPLETE @@ -3016,6 +3118,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) @@ -3032,6 +3135,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 87000 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator key expressions: key1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: key1 (type: string) Statistics: Num rows: 1000 Data size: 87000 Basic stats: PARTIAL Column stats: PARTIAL @@ -3054,6 +3158,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) @@ -3081,6 +3186,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) @@ -3133,6 +3239,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 182000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: value (type: string) + null sort order: a sort order: + Map-reduce partition columns: value (type: string) Statistics: Num rows: 2000 Data size: 182000 Basic stats: COMPLETE Column stats: COMPLETE @@ -3149,6 +3256,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 87000 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator key expressions: key1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: key1 (type: string) Statistics: Num rows: 1000 Data size: 87000 Basic stats: PARTIAL Column stats: PARTIAL @@ -3171,6 +3279,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) @@ -3272,6 +3381,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: a (type: int) + null sort order: a sort order: + Map-reduce partition columns: a (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -3285,6 +3395,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: a (type: int) + null sort order: a sort order: + Map-reduce partition columns: a (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -3300,6 +3411,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: binary) @@ -3325,6 +3437,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: z sort order: + Map-reduce partition columns: UDFToInteger(_col0) (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -3337,6 +3450,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: z sort order: + Map-reduce partition columns: UDFToInteger(_col0) (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -3357,6 +3471,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: struct) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -3370,6 +3485,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -3457,6 +3573,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 848 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 848 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -3484,6 +3601,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: binary) @@ -3614,6 +3732,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: a (type: int) + null sort order: a sort order: + Map-reduce partition columns: a (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -3627,6 +3746,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: a (type: int) + null sort order: a sort order: + Map-reduce partition columns: a (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -3642,6 +3762,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: binary) @@ -3667,6 +3788,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: z sort order: + Map-reduce partition columns: UDFToInteger(_col0) (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -3679,6 +3801,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: z sort order: + Map-reduce partition columns: UDFToInteger(_col0) (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -3699,6 +3822,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: struct) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -3712,6 +3836,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -3799,6 +3924,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 848 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 848 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -3826,6 +3952,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: binary) diff --git ql/src/test/results/clientpositive/llap/semijoin_reddedup.q.out ql/src/test/results/clientpositive/llap/semijoin_reddedup.q.out index 03438fbc6c..0e9723b8f3 100644 --- ql/src/test/results/clientpositive/llap/semijoin_reddedup.q.out +++ ql/src/test/results/clientpositive/llap/semijoin_reddedup.q.out @@ -281,6 +281,7 @@ STAGE PLANS: Statistics: Num rows: 1349999996 Data size: 266759999022 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: bigint) Statistics: Num rows: 1349999996 Data size: 266759999022 Basic stats: COMPLETE Column stats: NONE @@ -302,6 +303,7 @@ STAGE PLANS: Statistics: Num rows: 5699990232 Data size: 86639851670 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 5699990232 Data size: 86639851670 Basic stats: COMPLETE Column stats: NONE @@ -323,6 +325,7 @@ STAGE PLANS: Statistics: Num rows: 142500000 Data size: 25992000182 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 142500000 Data size: 25992000182 Basic stats: COMPLETE Column stats: NONE @@ -349,6 +352,7 @@ STAGE PLANS: Statistics: Num rows: 5699990232 Data size: 86639851670 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 5699990232 Data size: 86639851670 Basic stats: COMPLETE Column stats: NONE @@ -368,6 +372,7 @@ STAGE PLANS: Statistics: Num rows: 1485000027 Data size: 293436005284 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 1485000027 Data size: 293436005284 Basic stats: COMPLETE Column stats: NONE @@ -385,6 +390,7 @@ STAGE PLANS: Statistics: Num rows: 1633500065 Data size: 322779612808 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 1633500065 Data size: 322779612808 Basic stats: COMPLETE Column stats: NONE @@ -403,6 +409,7 @@ STAGE PLANS: Top N Key Operator sort order: -++++ keys: _col2 (type: double), _col3 (type: string), _col0 (type: bigint), _col4 (type: bigint), _col5 (type: string) + null sort order: zzaaa Statistics: Num rows: 6269989391 Data size: 95303838902 Basic stats: COMPLETE Column stats: NONE top n: 100 Group By Operator @@ -414,6 +421,7 @@ STAGE PLANS: Statistics: Num rows: 6269989391 Data size: 95303838902 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: double), _col1 (type: string), _col2 (type: bigint), _col3 (type: bigint), _col4 (type: string) + null sort order: zzaaa sort order: -++++ Map-reduce partition columns: _col0 (type: double), _col1 (type: string), _col2 (type: bigint), _col3 (type: bigint), _col4 (type: string) Statistics: Num rows: 6269989391 Data size: 95303838902 Basic stats: COMPLETE Column stats: NONE @@ -455,6 +463,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5 Statistics: Num rows: 1 Data size: 2576 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 2576 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct), _col4 (type: struct), _col5 (type: struct) @@ -491,6 +500,7 @@ STAGE PLANS: Statistics: Num rows: 949998372 Data size: 14439975278 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 949998372 Data size: 14439975278 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/llap/sharedworkext.q.out ql/src/test/results/clientpositive/llap/sharedworkext.q.out index 768597bc8c..844be39fb4 100644 --- ql/src/test/results/clientpositive/llap/sharedworkext.q.out +++ ql/src/test/results/clientpositive/llap/sharedworkext.q.out @@ -58,6 +58,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -79,6 +80,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -103,11 +105,13 @@ STAGE PLANS: Statistics: Num rows: 395 Data size: 70310 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 395 Data size: 70310 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 395 Data size: 70310 Basic stats: COMPLETE Column stats: COMPLETE @@ -125,6 +129,7 @@ STAGE PLANS: Statistics: Num rows: 395 Data size: 34365 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 395 Data size: 34365 Basic stats: COMPLETE Column stats: COMPLETE @@ -160,6 +165,7 @@ STAGE PLANS: Statistics: Num rows: 395 Data size: 34365 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 395 Data size: 34365 Basic stats: COMPLETE Column stats: COMPLETE @@ -572,6 +578,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -593,6 +600,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -617,6 +625,7 @@ STAGE PLANS: Statistics: Num rows: 395 Data size: 70310 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 395 Data size: 70310 Basic stats: COMPLETE Column stats: COMPLETE @@ -634,11 +643,13 @@ STAGE PLANS: Statistics: Num rows: 395 Data size: 70310 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: 0 (type: int), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: 0 (type: int) Statistics: Num rows: 395 Data size: 70310 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: 0 (type: int), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: 0 (type: int) Statistics: Num rows: 395 Data size: 70310 Basic stats: COMPLETE Column stats: COMPLETE @@ -679,6 +690,7 @@ STAGE PLANS: Statistics: Num rows: 395 Data size: 1580 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 395 Data size: 1580 Basic stats: COMPLETE Column stats: COMPLETE @@ -737,6 +749,7 @@ STAGE PLANS: Statistics: Num rows: 395 Data size: 1580 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 395 Data size: 1580 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/skewjoin.q.out ql/src/test/results/clientpositive/llap/skewjoin.q.out index 74d39c549a..03412d261f 100644 --- ql/src/test/results/clientpositive/llap/skewjoin.q.out +++ ql/src/test/results/clientpositive/llap/skewjoin.q.out @@ -112,6 +112,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -132,6 +133,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -172,6 +174,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -280,6 +283,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -297,6 +301,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -314,6 +319,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -331,6 +337,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -350,6 +357,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 404 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col5 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col5 (type: string) Statistics: Num rows: 1 Data size: 404 Basic stats: COMPLETE Column stats: NONE @@ -367,6 +375,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 444 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col10 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col10 (type: string) Statistics: Num rows: 1 Data size: 444 Basic stats: COMPLETE Column stats: NONE @@ -468,6 +477,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -485,6 +495,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -502,6 +513,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -519,6 +531,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -538,6 +551,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 404 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col5 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col5 (type: string) Statistics: Num rows: 1 Data size: 404 Basic stats: COMPLETE Column stats: NONE @@ -555,6 +569,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 444 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col10 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col10 (type: string) Statistics: Num rows: 1 Data size: 444 Basic stats: COMPLETE Column stats: NONE @@ -643,6 +658,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: UDFToDouble(key) (type: double) + null sort order: a sort order: + Map-reduce partition columns: UDFToDouble(key) (type: double) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -660,6 +676,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: (key + 1) (type: double) + null sort order: a sort order: + Map-reduce partition columns: (key + 1) (type: double) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -684,6 +701,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: bigint) @@ -766,6 +784,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -786,6 +805,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -810,6 +830,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -900,6 +921,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), UDFToDouble(substring(_col1, 5)) (type: double) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), UDFToDouble(substring(_col1, 5)) (type: double) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -920,6 +942,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), (substring(_col1, 5) + 1) (type: double) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), (substring(_col1, 5) + 1) (type: double) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -944,6 +967,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -1043,6 +1067,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 4785 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 4785 Basic stats: COMPLETE Column stats: COMPLETE @@ -1055,6 +1080,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 14442 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 14442 Basic stats: COMPLETE Column stats: COMPLETE @@ -1075,6 +1101,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE @@ -1094,6 +1121,7 @@ STAGE PLANS: Statistics: Num rows: 86 Data size: 15308 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 86 Data size: 15308 Basic stats: COMPLETE Column stats: COMPLETE @@ -1116,6 +1144,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -1196,6 +1225,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: (key + 1) (type: double) + null sort order: a sort order: + Map-reduce partition columns: (key + 1) (type: double) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE @@ -1209,6 +1239,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: UDFToDouble(key) (type: double) + null sort order: a sort order: + Map-reduce partition columns: UDFToDouble(key) (type: double) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -1233,6 +1264,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) diff --git ql/src/test/results/clientpositive/llap/skewjoinopt15.q.out ql/src/test/results/clientpositive/llap/skewjoinopt15.q.out index f3661356d4..e1cb536b89 100644 --- ql/src/test/results/clientpositive/llap/skewjoinopt15.q.out +++ ql/src/test/results/clientpositive/llap/skewjoinopt15.q.out @@ -105,6 +105,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 540 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6 Data size: 540 Basic stats: COMPLETE Column stats: COMPLETE @@ -126,6 +127,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 540 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6 Data size: 540 Basic stats: COMPLETE Column stats: COMPLETE @@ -214,6 +216,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 540 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6 Data size: 540 Basic stats: COMPLETE Column stats: COMPLETE @@ -231,6 +234,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 540 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6 Data size: 540 Basic stats: COMPLETE Column stats: COMPLETE @@ -322,6 +326,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -342,6 +347,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -364,6 +370,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -440,6 +447,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -456,6 +464,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -478,6 +487,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/llap/smb_mapjoin_14.q.out ql/src/test/results/clientpositive/llap/smb_mapjoin_14.q.out index ae6cd4cf5c..22d3fb4f60 100644 --- ql/src/test/results/clientpositive/llap/smb_mapjoin_14.q.out +++ ql/src/test/results/clientpositive/llap/smb_mapjoin_14.q.out @@ -105,6 +105,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -223,6 +224,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE @@ -239,6 +241,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 6 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: bigint) @@ -369,6 +372,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -390,6 +394,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -511,6 +516,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -637,6 +643,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -785,6 +792,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -923,6 +931,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1016,6 +1025,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -1036,6 +1046,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -1058,6 +1069,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1169,6 +1181,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1277,6 +1290,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1392,6 +1406,7 @@ STAGE PLANS: Statistics: Num rows: 9 Data size: 36 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 9 Data size: 36 Basic stats: COMPLETE Column stats: COMPLETE @@ -1411,6 +1426,7 @@ STAGE PLANS: Statistics: Num rows: 7 Data size: 28 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 7 Data size: 28 Basic stats: COMPLETE Column stats: COMPLETE @@ -1433,6 +1449,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1566,6 +1583,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/llap/smb_mapjoin_17.q.out ql/src/test/results/clientpositive/llap/smb_mapjoin_17.q.out index 3a9d03d846..5c475fab2f 100644 --- ql/src/test/results/clientpositive/llap/smb_mapjoin_17.q.out +++ ql/src/test/results/clientpositive/llap/smb_mapjoin_17.q.out @@ -225,6 +225,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -245,6 +246,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -265,6 +267,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -285,6 +288,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -305,6 +309,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -325,6 +330,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -345,6 +351,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -363,6 +370,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 64 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 16 Data size: 64 Basic stats: COMPLETE Column stats: COMPLETE @@ -379,6 +387,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE @@ -395,6 +404,7 @@ STAGE PLANS: Statistics: Num rows: 43 Data size: 172 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 43 Data size: 172 Basic stats: COMPLETE Column stats: COMPLETE @@ -411,6 +421,7 @@ STAGE PLANS: Statistics: Num rows: 71 Data size: 284 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 71 Data size: 284 Basic stats: COMPLETE Column stats: COMPLETE @@ -427,6 +438,7 @@ STAGE PLANS: Statistics: Num rows: 118 Data size: 472 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 118 Data size: 472 Basic stats: COMPLETE Column stats: COMPLETE @@ -447,6 +459,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -627,6 +640,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -647,6 +661,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -667,6 +682,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -687,6 +703,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -707,6 +724,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -727,6 +745,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -747,6 +766,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -943,6 +963,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -963,6 +984,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -983,6 +1005,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -1003,6 +1026,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -1023,6 +1047,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -1043,6 +1068,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -1063,6 +1089,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -1083,6 +1110,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -1446,6 +1474,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -1466,6 +1495,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -1486,6 +1516,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -1506,6 +1537,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -1526,6 +1558,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -1546,6 +1579,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -1566,6 +1600,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -1586,6 +1621,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -1606,6 +1642,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -1626,6 +1663,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -1646,6 +1684,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -1666,6 +1705,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -1686,6 +1726,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -1706,6 +1747,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -1726,6 +1768,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -1746,6 +1789,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -1766,6 +1810,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -1786,6 +1831,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -1806,6 +1852,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/smb_mapjoin_18.q.out ql/src/test/results/clientpositive/llap/smb_mapjoin_18.q.out index b9386ec490..bf9dc97d3f 100644 --- ql/src/test/results/clientpositive/llap/smb_mapjoin_18.q.out +++ ql/src/test/results/clientpositive/llap/smb_mapjoin_18.q.out @@ -263,6 +263,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 190 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 190 Basic stats: COMPLETE Column stats: COMPLETE @@ -297,6 +298,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 949 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 949 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/smb_mapjoin_4.q.out ql/src/test/results/clientpositive/llap/smb_mapjoin_4.q.out index 22c5b82e41..71af8470e8 100644 --- ql/src/test/results/clientpositive/llap/smb_mapjoin_4.q.out +++ ql/src/test/results/clientpositive/llap/smb_mapjoin_4.q.out @@ -107,6 +107,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE @@ -127,6 +128,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -231,6 +233,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE @@ -251,6 +254,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -351,6 +355,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE @@ -371,6 +376,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -480,6 +486,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE @@ -496,6 +503,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -602,6 +610,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE @@ -618,6 +627,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -733,6 +743,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE @@ -753,6 +764,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -855,6 +867,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE @@ -875,6 +888,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -983,6 +997,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE @@ -999,6 +1014,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -1105,6 +1121,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE @@ -1121,6 +1138,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -1233,6 +1251,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE @@ -1253,6 +1272,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -1336,6 +1356,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -1353,6 +1374,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -1374,6 +1396,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -1393,6 +1416,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE @@ -1504,6 +1528,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE @@ -1520,6 +1545,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -1607,6 +1633,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -1624,6 +1651,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -1641,6 +1669,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -1660,6 +1689,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/llap/smb_mapjoin_5.q.out ql/src/test/results/clientpositive/llap/smb_mapjoin_5.q.out index 21cf1329bd..dca31796e6 100644 --- ql/src/test/results/clientpositive/llap/smb_mapjoin_5.q.out +++ ql/src/test/results/clientpositive/llap/smb_mapjoin_5.q.out @@ -107,6 +107,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE @@ -127,6 +128,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -231,6 +233,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE @@ -251,6 +254,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -351,6 +355,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE @@ -371,6 +376,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -480,6 +486,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE @@ -496,6 +503,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -602,6 +610,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE @@ -618,6 +627,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -733,6 +743,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE @@ -753,6 +764,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -855,6 +867,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE @@ -875,6 +888,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -983,6 +997,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE @@ -999,6 +1014,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -1105,6 +1121,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE @@ -1121,6 +1138,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -1233,6 +1251,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE @@ -1253,6 +1272,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -1336,6 +1356,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -1353,6 +1374,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -1374,6 +1396,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -1393,6 +1416,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE @@ -1504,6 +1528,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE @@ -1520,6 +1545,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -1607,6 +1633,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -1624,6 +1651,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -1641,6 +1669,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -1660,6 +1689,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 1 Data size: 206 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/llap/smb_mapjoin_6.q.out ql/src/test/results/clientpositive/llap/smb_mapjoin_6.q.out index 88187ae921..5d76e9b8cf 100644 --- ql/src/test/results/clientpositive/llap/smb_mapjoin_6.q.out +++ ql/src/test/results/clientpositive/llap/smb_mapjoin_6.q.out @@ -134,6 +134,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 1728 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1728 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct) @@ -1339,6 +1340,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 1728 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1728 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct) @@ -2560,6 +2562,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 1728 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1728 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct) @@ -2697,6 +2700,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 1728 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1728 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct) @@ -2813,6 +2817,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 190 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 1 Data size: 190 Basic stats: COMPLETE Column stats: COMPLETE @@ -2833,6 +2838,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 95 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 95 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/sqlmerge.q.out ql/src/test/results/clientpositive/llap/sqlmerge.q.out index f78bcb4cae..6c287df336 100644 --- ql/src/test/results/clientpositive/llap/sqlmerge.q.out +++ ql/src/test/results/clientpositive/llap/sqlmerge.q.out @@ -68,6 +68,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: a (type: int) + null sort order: a sort order: + Map-reduce partition columns: a (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -81,6 +82,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: a (type: int) + null sort order: a sort order: + Map-reduce partition columns: a (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -107,6 +109,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: z sort order: + Map-reduce partition columns: UDFToInteger(_col0) (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -119,6 +122,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: z sort order: + Map-reduce partition columns: UDFToInteger(_col0) (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -139,6 +143,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: struct) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -152,6 +157,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -239,6 +245,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 848 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 848 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -359,6 +366,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: a (type: int) + null sort order: a sort order: + Map-reduce partition columns: a (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -371,6 +379,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: a (type: int) + null sort order: a sort order: + Map-reduce partition columns: a (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -397,6 +406,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -428,6 +438,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 848 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 848 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/llap/sqlmerge_stats.q.out ql/src/test/results/clientpositive/llap/sqlmerge_stats.q.out index dca20ddec7..a4db2fee0f 100644 --- ql/src/test/results/clientpositive/llap/sqlmerge_stats.q.out +++ ql/src/test/results/clientpositive/llap/sqlmerge_stats.q.out @@ -155,6 +155,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: a (type: int) + null sort order: a sort order: + Map-reduce partition columns: a (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -168,6 +169,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: a (type: int) + null sort order: a sort order: + Map-reduce partition columns: a (type: int) Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -194,6 +196,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 84 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: z sort order: + Map-reduce partition columns: UDFToInteger(_col0) (type: int) Statistics: Num rows: 1 Data size: 84 Basic stats: COMPLETE Column stats: COMPLETE @@ -214,6 +217,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 84 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: struct) Statistics: Num rows: 1 Data size: 84 Basic stats: COMPLETE Column stats: COMPLETE @@ -227,6 +231,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -298,6 +303,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 848 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 848 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -685,6 +691,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: a (type: int) + null sort order: a sort order: + Map-reduce partition columns: a (type: int) Statistics: Num rows: 4 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE @@ -698,6 +705,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: a (type: int) + null sort order: a sort order: + Map-reduce partition columns: a (type: int) Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -724,6 +732,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 176 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: z sort order: + Map-reduce partition columns: UDFToInteger(_col0) (type: int) Statistics: Num rows: 2 Data size: 176 Basic stats: COMPLETE Column stats: COMPLETE @@ -744,6 +753,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 84 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: struct) Statistics: Num rows: 1 Data size: 84 Basic stats: COMPLETE Column stats: COMPLETE @@ -757,6 +767,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -828,6 +839,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1272 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1272 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) @@ -967,6 +979,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: a (type: int) + null sort order: a sort order: + Map-reduce partition columns: a (type: int) Statistics: Num rows: 5 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -980,6 +993,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: a (type: int) + null sort order: a sort order: + Map-reduce partition columns: a (type: int) Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -1006,6 +1020,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 176 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: z sort order: + Map-reduce partition columns: UDFToInteger(_col0) (type: int) Statistics: Num rows: 2 Data size: 176 Basic stats: COMPLETE Column stats: COMPLETE @@ -1026,6 +1041,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 84 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: struct) Statistics: Num rows: 1 Data size: 84 Basic stats: COMPLETE Column stats: COMPLETE @@ -1039,6 +1055,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -1110,6 +1127,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1272 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1272 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) @@ -1249,6 +1267,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: a (type: int) + null sort order: a sort order: + Map-reduce partition columns: a (type: int) Statistics: Num rows: 6 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -1262,6 +1281,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: a (type: int) + null sort order: a sort order: + Map-reduce partition columns: a (type: int) Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -1288,6 +1308,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 176 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: z sort order: + Map-reduce partition columns: UDFToInteger(_col0) (type: int) Statistics: Num rows: 2 Data size: 176 Basic stats: COMPLETE Column stats: COMPLETE @@ -1308,6 +1329,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 84 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: struct) Statistics: Num rows: 1 Data size: 84 Basic stats: COMPLETE Column stats: COMPLETE @@ -1321,6 +1343,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -1392,6 +1415,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1272 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1272 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) @@ -1531,6 +1555,7 @@ STAGE PLANS: Statistics: Num rows: 7 Data size: 56 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: a (type: int) + null sort order: a sort order: + Map-reduce partition columns: a (type: int) Statistics: Num rows: 7 Data size: 56 Basic stats: COMPLETE Column stats: COMPLETE @@ -1544,6 +1569,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: a (type: int) + null sort order: a sort order: + Map-reduce partition columns: a (type: int) Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -1570,6 +1596,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 176 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: z sort order: + Map-reduce partition columns: UDFToInteger(_col0) (type: int) Statistics: Num rows: 2 Data size: 176 Basic stats: COMPLETE Column stats: COMPLETE @@ -1590,6 +1617,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 84 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: struct) Statistics: Num rows: 1 Data size: 84 Basic stats: COMPLETE Column stats: COMPLETE @@ -1603,6 +1631,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -1674,6 +1703,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1272 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1272 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) @@ -1865,6 +1895,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: a (type: int) + null sort order: a sort order: + Map-reduce partition columns: a (type: int) Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1878,6 +1909,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: a (type: int) + null sort order: a sort order: + Map-reduce partition columns: a (type: int) Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -1904,6 +1936,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 76 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: z sort order: + Map-reduce partition columns: UDFToInteger(_col0) (type: int) Statistics: Num rows: 1 Data size: 76 Basic stats: COMPLETE Column stats: COMPLETE @@ -1923,6 +1956,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 84 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: struct) Statistics: Num rows: 1 Data size: 84 Basic stats: COMPLETE Column stats: COMPLETE @@ -1936,6 +1970,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -2006,6 +2041,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 848 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 848 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -2190,6 +2226,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: a (type: int) + null sort order: a sort order: + Map-reduce partition columns: a (type: int) Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -2203,6 +2240,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: a (type: int) + null sort order: a sort order: + Map-reduce partition columns: a (type: int) Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -2229,6 +2267,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 84 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: z sort order: + Map-reduce partition columns: UDFToInteger(_col0) (type: int) Statistics: Num rows: 1 Data size: 84 Basic stats: COMPLETE Column stats: COMPLETE @@ -2249,6 +2288,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 84 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: struct) Statistics: Num rows: 1 Data size: 84 Basic stats: COMPLETE Column stats: COMPLETE @@ -2262,6 +2302,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -2332,6 +2373,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 848 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 848 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/llap/stats_only_external.q.out ql/src/test/results/clientpositive/llap/stats_only_external.q.out index 1abf0639e4..b38e26f32b 100644 --- ql/src/test/results/clientpositive/llap/stats_only_external.q.out +++ ql/src/test/results/clientpositive/llap/stats_only_external.q.out @@ -116,6 +116,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -201,6 +202,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/llap/stats_only_null.q.out ql/src/test/results/clientpositive/llap/stats_only_null.q.out index 53ba9be9d0..66cfaffb64 100644 --- ql/src/test/results/clientpositive/llap/stats_only_null.q.out +++ ql/src/test/results/clientpositive/llap/stats_only_null.q.out @@ -104,6 +104,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4 Statistics: Num rows: 1 Data size: 240 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 240 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: bigint), _col3 (type: bigint), _col4 (type: bigint) @@ -173,6 +174,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4 Statistics: Num rows: 1 Data size: 240 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 240 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: bigint), _col3 (type: bigint), _col4 (type: bigint) diff --git ql/src/test/results/clientpositive/llap/subquery_ALL.q.out ql/src/test/results/clientpositive/llap/subquery_ALL.q.out index 7db69f8a95..d910c1a79d 100644 --- ql/src/test/results/clientpositive/llap/subquery_ALL.q.out +++ ql/src/test/results/clientpositive/llap/subquery_ALL.q.out @@ -78,6 +78,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE @@ -92,6 +93,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 13 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE @@ -106,6 +108,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -123,6 +126,7 @@ STAGE PLANS: outputColumnNames: _col0, _col2 Statistics: Num rows: 39 Data size: 212 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 39 Data size: 212 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col2 (type: boolean) @@ -153,6 +157,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -185,6 +190,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 13 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE @@ -198,6 +204,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -504,6 +511,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 208 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 26 Data size: 208 Basic stats: COMPLETE Column stats: COMPLETE @@ -526,6 +534,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: bigint), _col2 (type: bigint) @@ -547,6 +556,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 13 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE @@ -562,6 +572,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 13 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE @@ -576,6 +587,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: bigint), _col2 (type: bigint) @@ -591,6 +603,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col3 Statistics: Num rows: 42 Data size: 404 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 42 Data size: 404 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col3 (type: boolean) @@ -622,6 +635,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -654,6 +668,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 13 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE @@ -673,6 +688,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -685,6 +701,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -700,6 +717,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4 Statistics: Num rows: 1 Data size: 36 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 36 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: bigint), _col2 (type: bigint), _col3 (type: bigint), _col4 (type: bigint) diff --git ql/src/test/results/clientpositive/llap/subquery_ANY.q.out ql/src/test/results/clientpositive/llap/subquery_ANY.q.out index 8ac05313ee..91472d631e 100644 --- ql/src/test/results/clientpositive/llap/subquery_ANY.q.out +++ ql/src/test/results/clientpositive/llap/subquery_ANY.q.out @@ -636,6 +636,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col4 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: string) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -660,6 +661,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1612 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1612 Basic stats: COMPLETE Column stats: COMPLETE @@ -706,6 +708,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1664 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col4 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: string) Statistics: Num rows: 13 Data size: 1664 Basic stats: COMPLETE Column stats: COMPLETE @@ -758,6 +761,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3250 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 3250 Basic stats: COMPLETE Column stats: COMPLETE @@ -782,6 +786,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1612 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1612 Basic stats: COMPLETE Column stats: COMPLETE @@ -825,6 +830,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1560 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 13 Data size: 1560 Basic stats: COMPLETE Column stats: COMPLETE @@ -902,6 +908,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 2808 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 2808 Basic stats: COMPLETE Column stats: COMPLETE @@ -918,6 +925,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 124 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 124 Basic stats: COMPLETE Column stats: COMPLETE @@ -961,6 +969,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 120 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 1 Data size: 120 Basic stats: COMPLETE Column stats: COMPLETE @@ -1038,6 +1047,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 2808 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 2808 Basic stats: COMPLETE Column stats: COMPLETE @@ -1054,6 +1064,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1612 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1612 Basic stats: COMPLETE Column stats: COMPLETE @@ -1097,6 +1108,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1560 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 13 Data size: 1560 Basic stats: COMPLETE Column stats: COMPLETE @@ -1176,6 +1188,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 208 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 208 Basic stats: COMPLETE Column stats: COMPLETE @@ -1204,6 +1217,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 312 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 13 Data size: 312 Basic stats: COMPLETE Column stats: COMPLETE @@ -1247,6 +1261,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 260 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 13 Data size: 260 Basic stats: COMPLETE Column stats: COMPLETE @@ -1326,6 +1341,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3250 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 3250 Basic stats: COMPLETE Column stats: COMPLETE @@ -1350,6 +1366,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1456 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1456 Basic stats: COMPLETE Column stats: COMPLETE @@ -1403,6 +1420,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1560 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 13 Data size: 1560 Basic stats: COMPLETE Column stats: COMPLETE @@ -1489,6 +1507,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 15475 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string), _col4 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col4 (type: string) Statistics: Num rows: 25 Data size: 15475 Basic stats: COMPLETE Column stats: COMPLETE @@ -1510,6 +1529,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 5954 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 5954 Basic stats: COMPLETE Column stats: COMPLETE @@ -1534,6 +1554,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1612 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1612 Basic stats: COMPLETE Column stats: COMPLETE @@ -1584,6 +1605,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 675 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 3 Data size: 675 Basic stats: COMPLETE Column stats: COMPLETE @@ -1602,6 +1624,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1664 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col4 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: string) Statistics: Num rows: 13 Data size: 1664 Basic stats: COMPLETE Column stats: COMPLETE @@ -1692,6 +1715,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 15475 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col4 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col4 (type: string), _col1 (type: string) Statistics: Num rows: 25 Data size: 15475 Basic stats: COMPLETE Column stats: COMPLETE @@ -1719,6 +1743,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 2925 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 13 Data size: 2925 Basic stats: COMPLETE Column stats: COMPLETE @@ -1742,6 +1767,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1612 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1612 Basic stats: COMPLETE Column stats: COMPLETE @@ -1761,6 +1787,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 8047 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col4 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: string) Statistics: Num rows: 13 Data size: 8047 Basic stats: COMPLETE Column stats: COMPLETE @@ -1805,6 +1832,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1664 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col4 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: string) Statistics: Num rows: 13 Data size: 1664 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/subquery_corr.q.out ql/src/test/results/clientpositive/llap/subquery_corr.q.out index 607384b8d3..54cc51a905 100644 --- ql/src/test/results/clientpositive/llap/subquery_corr.q.out +++ ql/src/test/results/clientpositive/llap/subquery_corr.q.out @@ -33,6 +33,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -60,6 +61,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE @@ -139,6 +141,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -166,6 +169,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE @@ -745,6 +749,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -772,6 +777,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 132500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 132500 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/subquery_exists.q.out ql/src/test/results/clientpositive/llap/subquery_exists.q.out index 859025a8a0..53c987985c 100644 --- ql/src/test/results/clientpositive/llap/subquery_exists.q.out +++ ql/src/test/results/clientpositive/llap/subquery_exists.q.out @@ -47,6 +47,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE @@ -73,6 +74,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 14774 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 83 Data size: 14774 Basic stats: COMPLETE Column stats: COMPLETE @@ -261,6 +263,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -288,6 +291,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 22750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 22750 Basic stats: COMPLETE Column stats: COMPLETE @@ -364,6 +368,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -388,6 +393,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -422,6 +428,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -1012,6 +1019,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int) @@ -1034,6 +1042,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1068,6 +1077,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1173,6 +1183,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -1200,6 +1211,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1227,6 +1239,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1337,6 +1350,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1364,6 +1378,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/subquery_in.q.out ql/src/test/results/clientpositive/llap/subquery_in.q.out index 8d68a68892..b24ff5ca1e 100644 --- ql/src/test/results/clientpositive/llap/subquery_in.q.out +++ ql/src/test/results/clientpositive/llap/subquery_in.q.out @@ -39,6 +39,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE @@ -66,6 +67,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 7221 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 83 Data size: 7221 Basic stats: COMPLETE Column stats: COMPLETE @@ -168,6 +170,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE @@ -194,6 +197,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 14774 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 83 Data size: 14774 Basic stats: COMPLETE Column stats: COMPLETE @@ -306,6 +310,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3250 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: UDFToDouble(_col1) (type: double) + null sort order: a sort order: + Map-reduce partition columns: UDFToDouble(_col1) (type: double) Statistics: Num rows: 26 Data size: 3250 Basic stats: COMPLETE Column stats: COMPLETE @@ -319,6 +324,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 2652 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: p_mfgr (type: string), p_size (type: int) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 2652 Basic stats: COMPLETE Column stats: COMPLETE @@ -385,6 +391,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -405,6 +412,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -486,6 +494,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 5798 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string), _col2 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col2 (type: int) Statistics: Num rows: 26 Data size: 5798 Basic stats: COMPLETE Column stats: COMPLETE @@ -503,6 +512,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 2652 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: p_mfgr (type: string), p_size (type: int) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 2652 Basic stats: COMPLETE Column stats: COMPLETE @@ -575,6 +585,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 408 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 4 Data size: 408 Basic stats: COMPLETE Column stats: COMPLETE @@ -599,6 +610,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 204 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 2 Data size: 204 Basic stats: COMPLETE Column stats: COMPLETE @@ -682,6 +694,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE @@ -708,6 +721,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 14774 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 83 Data size: 14774 Basic stats: COMPLETE Column stats: COMPLETE @@ -819,6 +833,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -842,6 +857,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 7221 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 83 Data size: 7221 Basic stats: COMPLETE Column stats: COMPLETE @@ -890,6 +906,7 @@ STAGE PLANS: Statistics: Num rows: 41 Data size: 7134 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 41 Data size: 7134 Basic stats: COMPLETE Column stats: COMPLETE @@ -968,6 +985,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -980,6 +998,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE @@ -1024,6 +1043,7 @@ STAGE PLANS: Statistics: Num rows: 125 Data size: 22250 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 125 Data size: 22250 Basic stats: COMPLETE Column stats: COMPLETE @@ -1108,6 +1128,7 @@ STAGE PLANS: Statistics: Num rows: 14 Data size: 168 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 14 Data size: 168 Basic stats: COMPLETE Column stats: COMPLETE @@ -1131,6 +1152,7 @@ STAGE PLANS: Statistics: Num rows: 50 Data size: 200 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 50 Data size: 200 Basic stats: COMPLETE Column stats: COMPLETE @@ -1157,6 +1179,7 @@ STAGE PLANS: Statistics: Num rows: 7 Data size: 28 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 7 Data size: 28 Basic stats: COMPLETE Column stats: COMPLETE @@ -1175,6 +1198,7 @@ STAGE PLANS: Statistics: Num rows: 14 Data size: 168 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 14 Data size: 168 Basic stats: COMPLETE Column stats: COMPLETE @@ -1211,6 +1235,7 @@ STAGE PLANS: Statistics: Num rows: 50 Data size: 200 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 50 Data size: 200 Basic stats: COMPLETE Column stats: COMPLETE @@ -1301,6 +1326,7 @@ STAGE PLANS: Statistics: Num rows: 100 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 100 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1322,6 +1348,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE @@ -1345,6 +1372,7 @@ STAGE PLANS: Statistics: Num rows: 50 Data size: 1000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 50 Data size: 1000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1364,6 +1392,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 520 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: double), _col3 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: double), _col3 (type: int) Statistics: Num rows: 26 Data size: 520 Basic stats: COMPLETE Column stats: COMPLETE @@ -1386,6 +1415,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: double) @@ -1428,6 +1458,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 300 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: double), _col1 (type: int) Statistics: Num rows: 25 Data size: 300 Basic stats: COMPLETE Column stats: COMPLETE @@ -1485,6 +1516,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col4 (type: string), _col5 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col4 (type: string), _col5 (type: int) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -1508,6 +1540,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE @@ -1547,6 +1580,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 648 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 6 Data size: 648 Basic stats: COMPLETE Column stats: COMPLETE @@ -1625,6 +1659,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16198 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col9 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col9 (type: int) Statistics: Num rows: 26 Data size: 16198 Basic stats: COMPLETE Column stats: COMPLETE @@ -1649,6 +1684,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE @@ -1701,6 +1737,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -1765,6 +1802,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16198 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col9 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col9 (type: int) Statistics: Num rows: 26 Data size: 16198 Basic stats: COMPLETE Column stats: COMPLETE @@ -1789,6 +1827,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE @@ -1841,6 +1880,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -1896,6 +1936,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3250 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), (_col1 + 100) (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), (_col1 + 100) (type: int) Statistics: Num rows: 26 Data size: 3250 Basic stats: COMPLETE Column stats: COMPLETE @@ -1922,6 +1963,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1625 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 13 Data size: 1625 Basic stats: COMPLETE Column stats: COMPLETE @@ -1944,6 +1986,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -2014,6 +2057,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16302 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col9 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col9 (type: bigint) Statistics: Num rows: 26 Data size: 16302 Basic stats: COMPLETE Column stats: COMPLETE @@ -2038,6 +2082,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1456 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1456 Basic stats: COMPLETE Column stats: COMPLETE @@ -2090,6 +2135,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 6 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -2168,6 +2214,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string), _col5 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col5 (type: int) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -2195,6 +2242,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 6 Data size: 750 Basic stats: COMPLETE Column stats: COMPLETE @@ -2270,6 +2318,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string), _col5 (type: int) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string), _col5 (type: int) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -2297,6 +2346,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1677 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string), _col2 (type: int) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string), _col2 (type: int) Statistics: Num rows: 13 Data size: 1677 Basic stats: COMPLETE Column stats: COMPLETE @@ -2396,6 +2446,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 8242 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string), _col2 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col2 (type: string) Statistics: Num rows: 26 Data size: 8242 Basic stats: COMPLETE Column stats: COMPLETE @@ -2423,6 +2474,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 2548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 13 Data size: 2548 Basic stats: COMPLETE Column stats: COMPLETE @@ -2524,6 +2576,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 5954 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string), _col2 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col2 (type: int) Statistics: Num rows: 26 Data size: 5954 Basic stats: COMPLETE Column stats: COMPLETE @@ -2545,6 +2598,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 2808 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 26 Data size: 2808 Basic stats: COMPLETE Column stats: COMPLETE @@ -2572,6 +2626,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 13 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE @@ -2618,6 +2673,7 @@ STAGE PLANS: Statistics: Num rows: 8 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 8 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE @@ -2631,6 +2687,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 13 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE @@ -2713,6 +2770,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -2740,6 +2798,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 22750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 22750 Basic stats: COMPLETE Column stats: COMPLETE @@ -2765,6 +2824,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -2791,6 +2851,7 @@ STAGE PLANS: Statistics: Num rows: 203 Data size: 19285 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 203 Data size: 19285 Basic stats: COMPLETE Column stats: COMPLETE @@ -2809,6 +2870,7 @@ STAGE PLANS: Statistics: Num rows: 203 Data size: 19285 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: bigint) Statistics: Num rows: 203 Data size: 19285 Basic stats: COMPLETE Column stats: COMPLETE @@ -2859,6 +2921,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -2946,6 +3009,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -2972,6 +3036,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE @@ -2997,6 +3062,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -3023,6 +3089,7 @@ STAGE PLANS: Statistics: Num rows: 197 Data size: 18715 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 197 Data size: 18715 Basic stats: COMPLETE Column stats: COMPLETE @@ -3041,6 +3108,7 @@ STAGE PLANS: Statistics: Num rows: 197 Data size: 18715 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: bigint) Statistics: Num rows: 197 Data size: 18715 Basic stats: COMPLETE Column stats: COMPLETE @@ -3091,6 +3159,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -3177,6 +3246,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16198 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col9 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col9 (type: int) Statistics: Num rows: 26 Data size: 16198 Basic stats: COMPLETE Column stats: COMPLETE @@ -3201,6 +3271,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE @@ -3220,6 +3291,7 @@ STAGE PLANS: Statistics: Num rows: 7 Data size: 4333 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col3 (type: string) + null sort order: z sort order: + Statistics: Num rows: 7 Data size: 4333 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string) @@ -3265,6 +3337,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -3330,6 +3403,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16198 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col9 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col9 (type: int) Statistics: Num rows: 26 Data size: 16198 Basic stats: COMPLETE Column stats: COMPLETE @@ -3354,6 +3428,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE @@ -3373,6 +3448,7 @@ STAGE PLANS: Statistics: Num rows: 7 Data size: 4333 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col3 (type: string) + null sort order: z sort order: + Statistics: Num rows: 7 Data size: 4333 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -3422,6 +3498,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -3483,6 +3560,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -3510,6 +3588,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 3025 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 3025 Basic stats: COMPLETE Column stats: COMPLETE @@ -3536,6 +3615,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 3025 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 3025 Basic stats: COMPLETE Column stats: COMPLETE @@ -3616,6 +3696,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 5798 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string), _col0 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col0 (type: string) Statistics: Num rows: 26 Data size: 5798 Basic stats: COMPLETE Column stats: COMPLETE @@ -3643,6 +3724,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 438 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 2 Data size: 438 Basic stats: COMPLETE Column stats: COMPLETE @@ -3665,6 +3747,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 650 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col3 (type: string), _col4 (type: int) + null sort order: zz sort order: ++ Statistics: Num rows: 2 Data size: 650 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: string) @@ -3743,6 +3826,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3354 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string), _col2 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col2 (type: int) Statistics: Num rows: 26 Data size: 3354 Basic stats: COMPLETE Column stats: COMPLETE @@ -3764,6 +3848,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 5850 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 5850 Basic stats: COMPLETE Column stats: COMPLETE @@ -3785,6 +3870,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 2808 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 2808 Basic stats: COMPLETE Column stats: COMPLETE @@ -3832,6 +3918,7 @@ STAGE PLANS: Statistics: Num rows: 14 Data size: 1750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 14 Data size: 1750 Basic stats: COMPLETE Column stats: COMPLETE @@ -3914,6 +4001,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3354 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string), _col2 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col2 (type: int) Statistics: Num rows: 26 Data size: 3354 Basic stats: COMPLETE Column stats: COMPLETE @@ -3935,6 +4023,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 5954 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 5954 Basic stats: COMPLETE Column stats: COMPLETE @@ -3956,6 +4045,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 2808 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 2808 Basic stats: COMPLETE Column stats: COMPLETE @@ -4003,6 +4093,7 @@ STAGE PLANS: Statistics: Num rows: 14 Data size: 1750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 14 Data size: 1750 Basic stats: COMPLETE Column stats: COMPLETE @@ -4087,6 +4178,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 6058 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string), _col2 (type: string), _col3 (type: int) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col1 (type: string), _col2 (type: string), _col3 (type: int) Statistics: Num rows: 26 Data size: 6058 Basic stats: COMPLETE Column stats: COMPLETE @@ -4108,6 +4200,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 5850 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 5850 Basic stats: COMPLETE Column stats: COMPLETE @@ -4129,6 +4222,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 2808 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 2808 Basic stats: COMPLETE Column stats: COMPLETE @@ -4176,6 +4270,7 @@ STAGE PLANS: Statistics: Num rows: 14 Data size: 3206 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: int) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: int) Statistics: Num rows: 14 Data size: 3206 Basic stats: COMPLETE Column stats: COMPLETE @@ -4224,6 +4319,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3354 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string), _col2 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col2 (type: int) Statistics: Num rows: 26 Data size: 3354 Basic stats: COMPLETE Column stats: COMPLETE @@ -4245,6 +4341,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 5850 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 5850 Basic stats: COMPLETE Column stats: COMPLETE @@ -4266,6 +4363,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 2808 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 2808 Basic stats: COMPLETE Column stats: COMPLETE @@ -4313,6 +4411,7 @@ STAGE PLANS: Statistics: Num rows: 14 Data size: 1750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 14 Data size: 1750 Basic stats: COMPLETE Column stats: COMPLETE @@ -4397,6 +4496,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col4 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: string) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -4420,6 +4520,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1352 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1352 Basic stats: COMPLETE Column stats: COMPLETE @@ -4432,6 +4533,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1456 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1456 Basic stats: COMPLETE Column stats: COMPLETE @@ -4458,6 +4560,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 8047 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col4 (type: string), UDFToLong(_col5) (type: bigint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col4 (type: string), UDFToLong(_col5) (type: bigint) Statistics: Num rows: 13 Data size: 8047 Basic stats: COMPLETE Column stats: COMPLETE @@ -4496,6 +4599,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1456 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1456 Basic stats: COMPLETE Column stats: COMPLETE @@ -4520,6 +4624,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 672 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: bigint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: bigint) Statistics: Num rows: 6 Data size: 672 Basic stats: COMPLETE Column stats: COMPLETE @@ -4577,6 +4682,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), UDFToDouble(_col5) (type: double) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), UDFToDouble(_col5) (type: double) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -4601,6 +4707,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 260 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 13 Data size: 260 Basic stats: COMPLETE Column stats: COMPLETE @@ -4649,6 +4756,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: double) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: double) Statistics: Num rows: 6 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE @@ -4732,6 +4840,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col5 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col5 (type: int) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -4752,6 +4861,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 26 Data size: 208 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 208 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int) @@ -4774,6 +4884,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 13 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE @@ -4822,6 +4933,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 13 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE @@ -4846,6 +4958,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 6 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -4858,6 +4971,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 13 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 13 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int) @@ -4916,6 +5030,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col4 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: string) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -4939,6 +5054,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1352 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1352 Basic stats: COMPLETE Column stats: COMPLETE @@ -4951,6 +5067,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1456 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1456 Basic stats: COMPLETE Column stats: COMPLETE @@ -4964,6 +5081,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1456 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1456 Basic stats: COMPLETE Column stats: COMPLETE @@ -4990,6 +5108,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 8047 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col4 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: string) Statistics: Num rows: 13 Data size: 8047 Basic stats: COMPLETE Column stats: COMPLETE @@ -5007,6 +5126,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 8255 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col4 (type: string), UDFToLong(_col5) (type: bigint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col4 (type: string), UDFToLong(_col5) (type: bigint) Statistics: Num rows: 13 Data size: 8255 Basic stats: COMPLETE Column stats: COMPLETE @@ -5052,6 +5172,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1456 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1456 Basic stats: COMPLETE Column stats: COMPLETE @@ -5073,6 +5194,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1560 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1560 Basic stats: COMPLETE Column stats: COMPLETE @@ -5095,6 +5217,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1508 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string), _col0 (type: bigint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col2 (type: string), _col0 (type: bigint) Statistics: Num rows: 13 Data size: 1508 Basic stats: COMPLETE Column stats: COMPLETE @@ -5172,6 +5295,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -5195,6 +5319,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 13 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE @@ -5218,6 +5343,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 260 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 13 Data size: 260 Basic stats: COMPLETE Column stats: COMPLETE @@ -5244,6 +5370,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 8047 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 13 Data size: 8047 Basic stats: COMPLETE Column stats: COMPLETE @@ -5261,6 +5388,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 8255 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), UDFToDouble(_col5) (type: double) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), UDFToDouble(_col5) (type: double) Statistics: Num rows: 13 Data size: 8255 Basic stats: COMPLETE Column stats: COMPLETE @@ -5306,6 +5434,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 156 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 13 Data size: 156 Basic stats: COMPLETE Column stats: COMPLETE @@ -5331,6 +5460,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 260 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 13 Data size: 260 Basic stats: COMPLETE Column stats: COMPLETE @@ -5344,6 +5474,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 208 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: int), _col0 (type: double) + null sort order: aa sort order: ++ Map-reduce partition columns: _col2 (type: int), _col0 (type: double) Statistics: Num rows: 13 Data size: 208 Basic stats: COMPLETE Column stats: COMPLETE @@ -5435,6 +5566,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: UDFToLong(_col0) (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: UDFToLong(_col0) (type: bigint) Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -5455,6 +5587,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -5491,6 +5624,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: COMPLETE @@ -5657,6 +5791,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: UDFToLong(_col0) (type: bigint), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: UDFToLong(_col0) (type: bigint), _col1 (type: int) Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -5681,6 +5816,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -5729,6 +5865,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: bigint), _col1 (type: int) Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -5804,6 +5941,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string), _col5 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col5 (type: int) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -5820,6 +5958,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 26 Data size: 2808 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 2808 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: int) @@ -5842,6 +5981,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: COMPLETE @@ -5890,6 +6030,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1625 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1625 Basic stats: COMPLETE Column stats: COMPLETE @@ -5914,6 +6055,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 6 Data size: 750 Basic stats: COMPLETE Column stats: COMPLETE @@ -5926,6 +6068,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -5985,6 +6128,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col4 (type: string), _col5 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col4 (type: string), _col5 (type: int) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -6006,6 +6150,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 5850 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 5850 Basic stats: COMPLETE Column stats: COMPLETE @@ -6027,6 +6172,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 2808 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 2808 Basic stats: COMPLETE Column stats: COMPLETE @@ -6050,6 +6196,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1352 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1352 Basic stats: COMPLETE Column stats: COMPLETE @@ -6085,6 +6232,7 @@ STAGE PLANS: outputColumnNames: _col0, _col3 Statistics: Num rows: 28 Data size: 3500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 28 Data size: 3500 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col3 (type: int) @@ -6112,6 +6260,7 @@ STAGE PLANS: Statistics: Num rows: 182 Data size: 19656 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 182 Data size: 19656 Basic stats: COMPLETE Column stats: COMPLETE @@ -6124,6 +6273,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 13 Data size: 1352 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 13 Data size: 1352 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) diff --git ql/src/test/results/clientpositive/llap/subquery_in_having.q.out ql/src/test/results/clientpositive/llap/subquery_in_having.q.out index 15d4bdd296..47f694b00a 100644 --- ql/src/test/results/clientpositive/llap/subquery_in_having.q.out +++ ql/src/test/results/clientpositive/llap/subquery_in_having.q.out @@ -86,6 +86,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -102,6 +103,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 7885 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 83 Data size: 7885 Basic stats: COMPLETE Column stats: COMPLETE @@ -122,6 +124,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: bigint) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -172,6 +175,7 @@ STAGE PLANS: Statistics: Num rows: 41 Data size: 328 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 41 Data size: 328 Basic stats: COMPLETE Column stats: COMPLETE @@ -297,6 +301,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -321,6 +326,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -432,6 +438,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -456,6 +463,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -588,6 +596,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 7221 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 83 Data size: 7221 Basic stats: COMPLETE Column stats: COMPLETE @@ -603,6 +612,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 7885 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 83 Data size: 7885 Basic stats: COMPLETE Column stats: COMPLETE @@ -624,6 +634,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE @@ -640,6 +651,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 7221 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 83 Data size: 7221 Basic stats: COMPLETE Column stats: COMPLETE @@ -663,6 +675,7 @@ STAGE PLANS: Statistics: Num rows: 65 Data size: 12090 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 65 Data size: 12090 Basic stats: COMPLETE Column stats: COMPLETE @@ -681,6 +694,7 @@ STAGE PLANS: Statistics: Num rows: 65 Data size: 12090 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: bigint) Statistics: Num rows: 65 Data size: 12090 Basic stats: COMPLETE Column stats: COMPLETE @@ -731,6 +745,7 @@ STAGE PLANS: Statistics: Num rows: 41 Data size: 328 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 41 Data size: 328 Basic stats: COMPLETE Column stats: COMPLETE @@ -821,6 +836,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 7221 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 83 Data size: 7221 Basic stats: COMPLETE Column stats: COMPLETE @@ -836,6 +852,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 7885 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 83 Data size: 7885 Basic stats: COMPLETE Column stats: COMPLETE @@ -874,6 +891,7 @@ STAGE PLANS: Statistics: Num rows: 65 Data size: 12090 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 65 Data size: 12090 Basic stats: COMPLETE Column stats: COMPLETE @@ -890,6 +908,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 7221 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 83 Data size: 7221 Basic stats: COMPLETE Column stats: COMPLETE @@ -921,6 +940,7 @@ STAGE PLANS: Statistics: Num rows: 41 Data size: 328 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 41 Data size: 328 Basic stats: COMPLETE Column stats: COMPLETE @@ -1024,6 +1044,7 @@ STAGE PLANS: Statistics: Num rows: 197 Data size: 36642 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 197 Data size: 36642 Basic stats: COMPLETE Column stats: COMPLETE @@ -1051,6 +1072,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE @@ -1074,6 +1096,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 7885 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 83 Data size: 7885 Basic stats: COMPLETE Column stats: COMPLETE @@ -1137,6 +1160,7 @@ STAGE PLANS: Statistics: Num rows: 41 Data size: 328 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 41 Data size: 328 Basic stats: COMPLETE Column stats: COMPLETE @@ -1511,6 +1535,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 372 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 372 Basic stats: COMPLETE Column stats: NONE @@ -1524,6 +1549,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 372 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: p_mfgr (type: string), p_size (type: int) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 1 Data size: 372 Basic stats: COMPLETE Column stats: NONE @@ -1602,6 +1628,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 372 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 372 Basic stats: COMPLETE Column stats: NONE @@ -1714,6 +1741,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 553 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 553 Basic stats: COMPLETE Column stats: NONE @@ -1726,6 +1754,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string), _col1 (type: string) @@ -1748,6 +1777,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE @@ -1792,6 +1822,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 553 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 553 Basic stats: COMPLETE Column stats: NONE @@ -1857,10 +1888,12 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: boolean), _col1 (type: string) Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: boolean), _col1 (type: string) @@ -1905,12 +1938,14 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 922 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 922 Basic stats: COMPLETE Column stats: NONE value expressions: _col2 (type: bigint) Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 922 Basic stats: COMPLETE Column stats: NONE @@ -1936,6 +1971,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 922 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 922 Basic stats: COMPLETE Column stats: NONE @@ -1968,6 +2004,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 922 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: bigint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: bigint) Statistics: Num rows: 1 Data size: 922 Basic stats: COMPLETE Column stats: NONE @@ -1985,6 +2022,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 922 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col0 (type: bigint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col2 (type: string), _col0 (type: bigint) Statistics: Num rows: 1 Data size: 922 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/llap/subquery_multi.q.out ql/src/test/results/clientpositive/llap/subquery_multi.q.out index ac253a2f5d..444201d897 100644 --- ql/src/test/results/clientpositive/llap/subquery_multi.q.out +++ ql/src/test/results/clientpositive/llap/subquery_multi.q.out @@ -116,6 +116,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col5 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col5 (type: int) Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE @@ -139,6 +140,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -165,6 +167,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE @@ -183,6 +186,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1232 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: string) Statistics: Num rows: 1 Data size: 1232 Basic stats: COMPLETE Column stats: NONE @@ -215,6 +219,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -301,6 +306,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: string) Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE @@ -323,6 +329,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE @@ -337,6 +344,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 200 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 200 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -351,6 +359,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE @@ -369,6 +378,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1232 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 1232 Basic stats: COMPLETE Column stats: NONE @@ -416,6 +426,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE @@ -429,6 +440,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 200 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 200 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -445,6 +457,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 385 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 1 Data size: 385 Basic stats: COMPLETE Column stats: NONE @@ -458,6 +471,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string) @@ -518,6 +532,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: string) Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE @@ -540,6 +555,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE @@ -554,6 +570,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 200 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 200 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -576,6 +593,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE @@ -594,6 +612,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1232 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 1232 Basic stats: COMPLETE Column stats: NONE @@ -641,6 +660,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE @@ -654,6 +674,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 200 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 200 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -670,6 +691,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 385 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 1 Data size: 385 Basic stats: COMPLETE Column stats: NONE @@ -683,6 +705,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string) @@ -769,6 +792,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: string) Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE @@ -791,6 +815,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE @@ -805,6 +830,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 200 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 200 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -827,6 +853,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE @@ -845,6 +872,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1232 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: string) Statistics: Num rows: 1 Data size: 1232 Basic stats: COMPLETE Column stats: NONE @@ -892,6 +920,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE @@ -905,6 +934,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 200 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 200 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -921,6 +951,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 385 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 1 Data size: 385 Basic stats: COMPLETE Column stats: NONE @@ -934,6 +965,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string) @@ -995,6 +1027,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE @@ -1017,6 +1050,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 86 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: char(2)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: char(2)) Statistics: Num rows: 1 Data size: 86 Basic stats: COMPLETE Column stats: NONE @@ -1031,6 +1065,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 102 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 102 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -1057,6 +1092,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE @@ -1074,6 +1110,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col10 Statistics: Num rows: 1 Data size: 1232 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1232 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string), _col10 (type: boolean) @@ -1101,6 +1138,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1335 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: string) Statistics: Num rows: 1 Data size: 1335 Basic stats: COMPLETE Column stats: NONE @@ -1137,6 +1175,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 86 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: CAST( _col0 AS STRING) (type: string) + null sort order: a sort order: + Map-reduce partition columns: CAST( _col0 AS STRING) (type: string) Statistics: Num rows: 1 Data size: 86 Basic stats: COMPLETE Column stats: NONE @@ -1150,6 +1189,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 102 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 102 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -1239,6 +1279,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE @@ -1262,6 +1303,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE @@ -1282,6 +1324,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -1299,6 +1342,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 Statistics: Num rows: 1 Data size: 1232 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1232 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string) @@ -1330,6 +1374,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE @@ -1344,6 +1389,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -1431,6 +1477,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col5 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col5 (type: int) Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE @@ -1454,6 +1501,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -1474,6 +1522,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: COMPLETE @@ -1491,6 +1540,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 Statistics: Num rows: 1 Data size: 1232 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1232 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string) @@ -1522,6 +1572,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -1536,6 +1587,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: COMPLETE @@ -1597,6 +1649,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE @@ -1620,6 +1673,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE @@ -1640,6 +1694,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: COMPLETE @@ -1657,6 +1712,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 Statistics: Num rows: 1 Data size: 1232 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1232 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string) @@ -1695,6 +1751,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE @@ -1707,6 +1764,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: COMPLETE value expressions: _col0 (type: boolean) @@ -1841,6 +1899,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col4 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col4 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE @@ -1868,11 +1927,13 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 2548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 13 Data size: 2548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 13 Data size: 2548 Basic stats: COMPLETE Column stats: COMPLETE @@ -1899,6 +1960,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 2925 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 13 Data size: 2925 Basic stats: COMPLETE Column stats: COMPLETE @@ -1919,6 +1981,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 7488 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string), _col0 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col0 (type: string) Statistics: Num rows: 26 Data size: 7488 Basic stats: COMPLETE Column stats: COMPLETE @@ -1932,6 +1995,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 7488 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string), _col0 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col0 (type: string) Statistics: Num rows: 26 Data size: 7488 Basic stats: COMPLETE Column stats: COMPLETE @@ -1952,6 +2016,7 @@ STAGE PLANS: Statistics: Num rows: 7 Data size: 1400 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col2 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col2 (type: string) Statistics: Num rows: 7 Data size: 1400 Basic stats: COMPLETE Column stats: COMPLETE @@ -1969,6 +2034,7 @@ STAGE PLANS: Statistics: Num rows: 14 Data size: 3217 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col4 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: string) Statistics: Num rows: 14 Data size: 3217 Basic stats: COMPLETE Column stats: NONE @@ -1986,6 +2052,7 @@ STAGE PLANS: Statistics: Num rows: 15 Data size: 3538 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: string), _col4 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col3 (type: string), _col4 (type: string) Statistics: Num rows: 15 Data size: 3538 Basic stats: COMPLETE Column stats: NONE @@ -2035,6 +2102,7 @@ STAGE PLANS: Statistics: Num rows: 7 Data size: 840 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 7 Data size: 840 Basic stats: COMPLETE Column stats: COMPLETE @@ -2050,6 +2118,7 @@ STAGE PLANS: Statistics: Num rows: 7 Data size: 840 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 7 Data size: 840 Basic stats: COMPLETE Column stats: COMPLETE @@ -2073,6 +2142,7 @@ STAGE PLANS: Statistics: Num rows: 7 Data size: 1372 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 7 Data size: 1372 Basic stats: COMPLETE Column stats: COMPLETE @@ -2162,6 +2232,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE @@ -2185,6 +2256,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: COMPLETE @@ -2211,6 +2283,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 2548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 13 Data size: 2548 Basic stats: COMPLETE Column stats: COMPLETE @@ -2229,6 +2302,7 @@ STAGE PLANS: Statistics: Num rows: 14 Data size: 1730 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: string), _col4 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col3 (type: string), _col4 (type: string) Statistics: Num rows: 14 Data size: 1730 Basic stats: COMPLETE Column stats: NONE @@ -2261,6 +2335,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: COMPLETE @@ -2350,6 +2425,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col4 (type: string), _col1 (type: string), _col6 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col4 (type: string), _col1 (type: string), _col6 (type: string) Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE @@ -2377,11 +2453,13 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 2548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 13 Data size: 2548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 13 Data size: 2548 Basic stats: COMPLETE Column stats: COMPLETE @@ -2408,6 +2486,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 4121 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: string) Statistics: Num rows: 13 Data size: 4121 Basic stats: COMPLETE Column stats: COMPLETE @@ -2428,6 +2507,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 7488 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string), _col0 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col0 (type: string) Statistics: Num rows: 26 Data size: 7488 Basic stats: COMPLETE Column stats: COMPLETE @@ -2441,6 +2521,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 7488 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string), _col0 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col0 (type: string) Statistics: Num rows: 26 Data size: 7488 Basic stats: COMPLETE Column stats: COMPLETE @@ -2461,6 +2542,7 @@ STAGE PLANS: Statistics: Num rows: 7 Data size: 1400 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col2 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col2 (type: string) Statistics: Num rows: 7 Data size: 1400 Basic stats: COMPLETE Column stats: COMPLETE @@ -2478,6 +2560,7 @@ STAGE PLANS: Statistics: Num rows: 14 Data size: 4533 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col4 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: string) Statistics: Num rows: 14 Data size: 4533 Basic stats: COMPLETE Column stats: NONE @@ -2495,6 +2578,7 @@ STAGE PLANS: Statistics: Num rows: 15 Data size: 4986 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: string), _col4 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col3 (type: string), _col4 (type: string) Statistics: Num rows: 15 Data size: 4986 Basic stats: COMPLETE Column stats: NONE @@ -2544,6 +2628,7 @@ STAGE PLANS: Statistics: Num rows: 7 Data size: 840 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 7 Data size: 840 Basic stats: COMPLETE Column stats: COMPLETE @@ -2559,6 +2644,7 @@ STAGE PLANS: Statistics: Num rows: 7 Data size: 840 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 7 Data size: 840 Basic stats: COMPLETE Column stats: COMPLETE @@ -2582,6 +2668,7 @@ STAGE PLANS: Statistics: Num rows: 7 Data size: 1372 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 7 Data size: 1372 Basic stats: COMPLETE Column stats: COMPLETE @@ -2669,6 +2756,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string), _col4 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col4 (type: string) Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE @@ -2696,6 +2784,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 2925 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 13 Data size: 2925 Basic stats: COMPLETE Column stats: COMPLETE @@ -2719,6 +2808,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 260 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 13 Data size: 260 Basic stats: COMPLETE Column stats: COMPLETE @@ -2734,6 +2824,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE @@ -2752,6 +2843,7 @@ STAGE PLANS: Statistics: Num rows: 14 Data size: 3217 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col5 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col5 (type: int) Statistics: Num rows: 14 Data size: 3217 Basic stats: COMPLETE Column stats: NONE @@ -2769,6 +2861,7 @@ STAGE PLANS: Statistics: Num rows: 15 Data size: 3538 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: string), _col5 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col3 (type: string), _col5 (type: int) Statistics: Num rows: 15 Data size: 3538 Basic stats: COMPLETE Column stats: NONE @@ -2809,6 +2902,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 260 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 13 Data size: 260 Basic stats: COMPLETE Column stats: COMPLETE @@ -2827,6 +2921,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1456 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col2 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col2 (type: int) Statistics: Num rows: 13 Data size: 1456 Basic stats: COMPLETE Column stats: COMPLETE @@ -2912,6 +3007,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string), _col4 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col4 (type: string) Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE @@ -2933,6 +3029,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 8242 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col2 (type: string), _col1 (type: string) Statistics: Num rows: 26 Data size: 8242 Basic stats: COMPLETE Column stats: COMPLETE @@ -2960,6 +3057,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 2548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 13 Data size: 2548 Basic stats: COMPLETE Column stats: COMPLETE @@ -3006,6 +3104,7 @@ STAGE PLANS: Statistics: Num rows: 7 Data size: 1575 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 7 Data size: 1575 Basic stats: COMPLETE Column stats: COMPLETE @@ -3098,6 +3197,7 @@ STAGE PLANS: Statistics: Num rows: 14 Data size: 224 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 14 Data size: 224 Basic stats: COMPLETE Column stats: COMPLETE @@ -3125,6 +3225,7 @@ STAGE PLANS: Statistics: Num rows: 50 Data size: 200 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 50 Data size: 200 Basic stats: COMPLETE Column stats: COMPLETE @@ -3145,6 +3246,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 206 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: double) Statistics: Num rows: 2 Data size: 206 Basic stats: COMPLETE Column stats: COMPLETE @@ -3167,6 +3269,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: double), _col1 (type: bigint) @@ -3189,6 +3292,7 @@ STAGE PLANS: Statistics: Num rows: 14 Data size: 224 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int), _col4 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: int), _col4 (type: int) Statistics: Num rows: 14 Data size: 224 Basic stats: COMPLETE Column stats: COMPLETE @@ -3227,6 +3331,7 @@ STAGE PLANS: outputColumnNames: _col0, _col2, _col5 Statistics: Num rows: 2 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 2 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col2 (type: double), _col5 (type: boolean) @@ -3260,6 +3365,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -3280,6 +3386,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -3294,6 +3401,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -3370,6 +3478,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -3382,6 +3491,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE @@ -3409,6 +3519,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE @@ -3435,6 +3546,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 22750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 22750 Basic stats: COMPLETE Column stats: COMPLETE @@ -3460,6 +3572,7 @@ STAGE PLANS: Statistics: Num rows: 197 Data size: 36642 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 197 Data size: 36642 Basic stats: COMPLETE Column stats: COMPLETE @@ -3478,6 +3591,7 @@ STAGE PLANS: Statistics: Num rows: 197 Data size: 36642 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: bigint) Statistics: Num rows: 197 Data size: 36642 Basic stats: COMPLETE Column stats: COMPLETE @@ -3520,6 +3634,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 7885 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 83 Data size: 7885 Basic stats: COMPLETE Column stats: COMPLETE @@ -3552,6 +3667,7 @@ STAGE PLANS: Statistics: Num rows: 41 Data size: 328 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 41 Data size: 328 Basic stats: COMPLETE Column stats: COMPLETE @@ -3915,6 +4031,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string), _col4 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col4 (type: string) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -3935,6 +4052,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 26 Data size: 3146 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 3146 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -3957,6 +4075,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1352 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1352 Basic stats: COMPLETE Column stats: COMPLETE @@ -3999,6 +4118,7 @@ STAGE PLANS: Statistics: Num rows: 169 Data size: 38025 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 169 Data size: 38025 Basic stats: COMPLETE Column stats: COMPLETE @@ -4011,6 +4131,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 13 Data size: 1352 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 13 Data size: 1352 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -4103,6 +4224,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col5 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col5 (type: int) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -4125,6 +4247,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -4139,6 +4262,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -4156,6 +4280,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col10 Statistics: Num rows: 27 Data size: 16721 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 27 Data size: 16721 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string), _col10 (type: boolean) @@ -4202,6 +4327,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -4215,6 +4341,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -4280,6 +4407,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -4303,6 +4431,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -4317,6 +4446,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 7221 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 83 Data size: 7221 Basic stats: COMPLETE Column stats: COMPLETE @@ -4337,6 +4467,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -4351,6 +4482,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: boolean) @@ -4367,6 +4499,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE @@ -4383,6 +4516,7 @@ STAGE PLANS: outputColumnNames: _col1, _col2, _col4 Statistics: Num rows: 631 Data size: 62997 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 631 Data size: 62997 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: string), _col2 (type: bigint), _col4 (type: boolean) @@ -4409,6 +4543,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -4436,6 +4571,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -4453,6 +4589,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 7553 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 83 Data size: 7553 Basic stats: COMPLETE Column stats: COMPLETE @@ -4526,6 +4663,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col4 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: string) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -4553,6 +4691,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1456 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1456 Basic stats: COMPLETE Column stats: COMPLETE @@ -4576,6 +4715,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE @@ -4599,6 +4739,7 @@ STAGE PLANS: Statistics: Num rows: 14 Data size: 8666 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col4 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: string) Statistics: Num rows: 14 Data size: 8666 Basic stats: COMPLETE Column stats: COMPLETE @@ -4642,6 +4783,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/llap/subquery_notin.q.out ql/src/test/results/clientpositive/llap/subquery_notin.q.out index 9c2f946a5e..b08e8f3e2f 100644 --- ql/src/test/results/clientpositive/llap/subquery_notin.q.out +++ ql/src/test/results/clientpositive/llap/subquery_notin.q.out @@ -45,6 +45,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -68,6 +69,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 7221 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 83 Data size: 7221 Basic stats: COMPLETE Column stats: COMPLETE @@ -81,6 +83,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -98,6 +101,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col3 Statistics: Num rows: 631 Data size: 112846 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 631 Data size: 112846 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col3 (type: boolean) @@ -144,6 +148,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 7553 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 83 Data size: 7553 Basic stats: COMPLETE Column stats: COMPLETE @@ -157,6 +162,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -351,6 +357,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 5798 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 5798 Basic stats: COMPLETE Column stats: COMPLETE @@ -360,6 +367,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 5798 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: p_mfgr (type: string), p_size (type: int) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 5798 Basic stats: COMPLETE Column stats: COMPLETE @@ -370,6 +378,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 5798 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: p_mfgr (type: string), p_size (type: int) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 5798 Basic stats: COMPLETE Column stats: COMPLETE @@ -390,6 +399,7 @@ STAGE PLANS: Statistics: Num rows: 33 Data size: 7695 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 33 Data size: 7695 Basic stats: COMPLETE Column stats: COMPLETE @@ -463,6 +473,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 456 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 4 Data size: 456 Basic stats: COMPLETE Column stats: COMPLETE @@ -478,6 +489,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 456 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 4 Data size: 456 Basic stats: COMPLETE Column stats: COMPLETE @@ -525,6 +537,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 876 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 4 Data size: 876 Basic stats: COMPLETE Column stats: COMPLETE @@ -542,6 +555,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 892 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col2 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col2 (type: string) Statistics: Num rows: 4 Data size: 892 Basic stats: COMPLETE Column stats: COMPLETE @@ -641,6 +655,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3250 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: UDFToDouble(_col1) (type: double) + null sort order: a sort order: + Map-reduce partition columns: UDFToDouble(_col1) (type: double) Statistics: Num rows: 26 Data size: 3250 Basic stats: COMPLETE Column stats: COMPLETE @@ -654,6 +669,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 2652 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: p_mfgr (type: string), p_size (type: int) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 2652 Basic stats: COMPLETE Column stats: COMPLETE @@ -672,6 +688,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col3 Statistics: Num rows: 27 Data size: 3383 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 27 Data size: 3383 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: int), _col3 (type: boolean) @@ -746,6 +763,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -784,6 +802,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -804,6 +823,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -826,6 +846,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -932,6 +953,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 5798 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 5798 Basic stats: COMPLETE Column stats: COMPLETE @@ -949,6 +971,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 2652 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: p_mfgr (type: string), p_size (type: int) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 2652 Basic stats: COMPLETE Column stats: COMPLETE @@ -975,6 +998,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 2453 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 11 Data size: 2453 Basic stats: COMPLETE Column stats: COMPLETE @@ -992,6 +1016,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 2629 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string), _col2 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col2 (type: int) Statistics: Num rows: 11 Data size: 2629 Basic stats: COMPLETE Column stats: COMPLETE @@ -1064,6 +1089,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 392 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 4 Data size: 392 Basic stats: COMPLETE Column stats: COMPLETE @@ -1104,6 +1130,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 408 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 4 Data size: 408 Basic stats: COMPLETE Column stats: COMPLETE @@ -1145,6 +1172,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 408 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 4 Data size: 408 Basic stats: COMPLETE Column stats: COMPLETE @@ -1165,6 +1193,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 424 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 4 Data size: 424 Basic stats: COMPLETE Column stats: COMPLETE @@ -1186,6 +1215,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 456 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 4 Data size: 456 Basic stats: COMPLETE Column stats: COMPLETE @@ -1208,6 +1238,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 424 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string), _col0 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col2 (type: string), _col0 (type: int) Statistics: Num rows: 4 Data size: 424 Basic stats: COMPLETE Column stats: COMPLETE @@ -1501,6 +1532,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 14442 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 14442 Basic stats: COMPLETE Column stats: COMPLETE @@ -1519,6 +1551,7 @@ STAGE PLANS: Statistics: Num rows: 41 Data size: 7544 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 41 Data size: 7544 Basic stats: COMPLETE Column stats: COMPLETE @@ -1536,6 +1569,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -1553,6 +1587,7 @@ STAGE PLANS: outputColumnNames: _col0, _col2 Statistics: Num rows: 230 Data size: 20270 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 230 Data size: 20270 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col2 (type: boolean) @@ -1599,6 +1634,7 @@ STAGE PLANS: Statistics: Num rows: 41 Data size: 7708 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 41 Data size: 7708 Basic stats: COMPLETE Column stats: COMPLETE @@ -1612,6 +1648,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -1675,6 +1712,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col4 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: string) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -1703,6 +1741,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1560 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1560 Basic stats: COMPLETE Column stats: COMPLETE @@ -1722,6 +1761,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE @@ -1740,6 +1780,7 @@ STAGE PLANS: Statistics: Num rows: 40 Data size: 25000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col4 (type: string), _col5 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col4 (type: string), _col5 (type: int) Statistics: Num rows: 40 Data size: 25000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1780,6 +1821,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1560 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1560 Basic stats: COMPLETE Column stats: COMPLETE @@ -1798,6 +1840,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1456 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string), _col0 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col2 (type: string), _col0 (type: int) Statistics: Num rows: 13 Data size: 1456 Basic stats: COMPLETE Column stats: COMPLETE @@ -1877,6 +1920,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: (_col5 - 1) (type: int) + null sort order: a sort order: + Map-reduce partition columns: (_col5 - 1) (type: int) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -1901,6 +1945,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE @@ -1919,6 +1964,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col10 Statistics: Num rows: 33 Data size: 20459 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 33 Data size: 20459 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string), _col10 (type: boolean) @@ -1946,6 +1992,7 @@ STAGE PLANS: Statistics: Num rows: 33 Data size: 20427 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 33 Data size: 20427 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string) @@ -1987,6 +2034,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -1997,6 +2045,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -2014,6 +2063,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -2027,6 +2077,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -2098,6 +2149,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: (_col0 * _col5) (type: int) + null sort order: a sort order: + Map-reduce partition columns: (_col0 * _col5) (type: int) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -2122,6 +2174,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE @@ -2140,6 +2193,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col10 Statistics: Num rows: 32 Data size: 19836 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 32 Data size: 19836 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string), _col10 (type: boolean) @@ -2196,6 +2250,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -2206,6 +2261,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -2223,6 +2279,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -2236,6 +2293,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -2317,6 +2375,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3250 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3250 Basic stats: COMPLETE Column stats: COMPLETE @@ -2341,6 +2400,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1781 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1781 Basic stats: COMPLETE Column stats: COMPLETE @@ -2356,6 +2416,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1625 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string) Statistics: Num rows: 13 Data size: 1625 Basic stats: COMPLETE Column stats: COMPLETE @@ -2378,6 +2439,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 13 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE @@ -2393,6 +2455,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: (_col0 + 100) (type: int) + null sort order: a sort order: + Map-reduce partition columns: (_col0 + 100) (type: int) Statistics: Num rows: 13 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE @@ -2410,6 +2473,7 @@ STAGE PLANS: Statistics: Num rows: 39 Data size: 5099 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 39 Data size: 5099 Basic stats: COMPLETE Column stats: COMPLETE @@ -2437,6 +2501,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -2466,6 +2531,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1781 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1781 Basic stats: COMPLETE Column stats: COMPLETE @@ -2484,6 +2550,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1677 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 13 Data size: 1677 Basic stats: COMPLETE Column stats: COMPLETE @@ -2501,6 +2568,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1677 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string), _col3 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col2 (type: string), _col3 (type: int) Statistics: Num rows: 13 Data size: 1677 Basic stats: COMPLETE Column stats: COMPLETE @@ -2557,6 +2625,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: floor(_col7) (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: floor(_col7) (type: bigint) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -2581,6 +2650,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1456 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1456 Basic stats: COMPLETE Column stats: COMPLETE @@ -2599,6 +2669,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col10 Statistics: Num rows: 32 Data size: 19836 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 32 Data size: 19836 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string), _col10 (type: boolean) @@ -2659,6 +2730,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 6 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -2673,6 +2745,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -2690,6 +2763,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 6 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE @@ -2703,6 +2777,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -2757,6 +2832,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col5 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col5 (type: int) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -2785,6 +2861,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 120 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6 Data size: 120 Basic stats: COMPLETE Column stats: COMPLETE @@ -2804,6 +2881,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 6 Data size: 750 Basic stats: COMPLETE Column stats: COMPLETE @@ -2822,6 +2900,7 @@ STAGE PLANS: Statistics: Num rows: 33 Data size: 20555 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string), _col5 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col5 (type: int) Statistics: Num rows: 33 Data size: 20555 Basic stats: COMPLETE Column stats: COMPLETE @@ -2862,6 +2941,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 120 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6 Data size: 120 Basic stats: COMPLETE Column stats: COMPLETE @@ -2880,6 +2960,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 774 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col2 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col2 (type: int) Statistics: Num rows: 6 Data size: 774 Basic stats: COMPLETE Column stats: COMPLETE @@ -2957,6 +3038,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col5 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col5 (type: int) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -2981,6 +3063,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 312 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 13 Data size: 312 Basic stats: COMPLETE Column stats: COMPLETE @@ -2996,6 +3079,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1677 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int), _col2 (type: string) Statistics: Num rows: 13 Data size: 1677 Basic stats: COMPLETE Column stats: COMPLETE @@ -3014,6 +3098,7 @@ STAGE PLANS: Statistics: Num rows: 39 Data size: 24365 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col5 (type: int), _col1 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col5 (type: int), _col1 (type: string) Statistics: Num rows: 39 Data size: 24365 Basic stats: COMPLETE Column stats: COMPLETE @@ -3054,6 +3139,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 312 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 13 Data size: 312 Basic stats: COMPLETE Column stats: COMPLETE @@ -3072,6 +3158,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1729 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: int), _col3 (type: int), _col0 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col2 (type: int), _col3 (type: int), _col0 (type: string) Statistics: Num rows: 13 Data size: 1729 Basic stats: COMPLETE Column stats: COMPLETE @@ -3125,6 +3212,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 8242 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 8242 Basic stats: COMPLETE Column stats: COMPLETE @@ -3153,6 +3241,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE @@ -3172,6 +3261,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1300 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: double), _col1 (type: string) Statistics: Num rows: 13 Data size: 1300 Basic stats: COMPLETE Column stats: COMPLETE @@ -3190,6 +3280,7 @@ STAGE PLANS: Statistics: Num rows: 47 Data size: 15251 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: UDFToDouble(_col1) (type: double), _col2 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: UDFToDouble(_col1) (type: double), _col2 (type: string) Statistics: Num rows: 47 Data size: 15251 Basic stats: COMPLETE Column stats: COMPLETE @@ -3230,6 +3321,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE @@ -3248,6 +3340,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1352 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double), _col2 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: double), _col2 (type: string) Statistics: Num rows: 13 Data size: 1352 Basic stats: COMPLETE Column stats: COMPLETE @@ -3305,6 +3398,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 5954 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 26 Data size: 5954 Basic stats: COMPLETE Column stats: COMPLETE @@ -3326,6 +3420,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 2808 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 26 Data size: 2808 Basic stats: COMPLETE Column stats: COMPLETE @@ -3339,6 +3434,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 2808 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 26 Data size: 2808 Basic stats: COMPLETE Column stats: COMPLETE @@ -3366,6 +3462,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 13 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE @@ -3384,6 +3481,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 13 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE @@ -3399,6 +3497,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 13 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE @@ -3412,6 +3511,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 13 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE @@ -3428,6 +3528,7 @@ STAGE PLANS: Statistics: Num rows: 35 Data size: 8175 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string), _col2 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col2 (type: int) Statistics: Num rows: 35 Data size: 8175 Basic stats: COMPLETE Column stats: COMPLETE @@ -3477,6 +3578,7 @@ STAGE PLANS: Statistics: Num rows: 8 Data size: 160 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 8 Data size: 160 Basic stats: COMPLETE Column stats: COMPLETE @@ -3492,6 +3594,7 @@ STAGE PLANS: Statistics: Num rows: 8 Data size: 160 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 8 Data size: 160 Basic stats: COMPLETE Column stats: COMPLETE @@ -3515,6 +3618,7 @@ STAGE PLANS: Statistics: Num rows: 8 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 8 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE @@ -3532,6 +3636,7 @@ STAGE PLANS: Statistics: Num rows: 8 Data size: 896 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col2 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col2 (type: int) Statistics: Num rows: 8 Data size: 896 Basic stats: COMPLETE Column stats: COMPLETE @@ -3615,6 +3720,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -3637,6 +3743,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE @@ -3651,6 +3758,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -3668,6 +3776,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -3686,6 +3795,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col3 Statistics: Num rows: 907 Data size: 163078 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 907 Data size: 163078 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col3 (type: boolean) @@ -3720,6 +3830,7 @@ STAGE PLANS: Statistics: Num rows: 316 Data size: 30020 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 316 Data size: 30020 Basic stats: COMPLETE Column stats: COMPLETE @@ -3738,6 +3849,7 @@ STAGE PLANS: Statistics: Num rows: 316 Data size: 30020 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: bigint) Statistics: Num rows: 316 Data size: 30020 Basic stats: COMPLETE Column stats: COMPLETE @@ -3774,6 +3886,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 22750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 22750 Basic stats: COMPLETE Column stats: COMPLETE @@ -3787,6 +3900,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -3818,6 +3932,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -3905,6 +4020,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -3925,6 +4041,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 25750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 25750 Basic stats: COMPLETE Column stats: COMPLETE @@ -3944,6 +4061,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 67750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 67750 Basic stats: COMPLETE Column stats: COMPLETE @@ -3969,6 +4087,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -3988,6 +4107,7 @@ STAGE PLANS: Statistics: Num rows: 895 Data size: 165646 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 895 Data size: 165646 Basic stats: COMPLETE Column stats: COMPLETE @@ -4019,6 +4139,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -4037,6 +4158,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: bigint) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -4070,6 +4192,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 25750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 25750 Basic stats: COMPLETE Column stats: COMPLETE @@ -4088,6 +4211,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 68750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string), _col0 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col2 (type: string), _col0 (type: string) Statistics: Num rows: 250 Data size: 68750 Basic stats: COMPLETE Column stats: COMPLETE @@ -4120,6 +4244,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -4206,6 +4331,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: (_col5 - 1) (type: int) + null sort order: a sort order: + Map-reduce partition columns: (_col5 - 1) (type: int) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -4230,6 +4356,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE @@ -4248,6 +4375,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col10 Statistics: Num rows: 33 Data size: 20459 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 33 Data size: 20459 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string), _col10 (type: boolean) @@ -4275,6 +4403,7 @@ STAGE PLANS: Statistics: Num rows: 33 Data size: 20427 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col3 (type: string) + null sort order: z sort order: + Statistics: Num rows: 33 Data size: 20427 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string) @@ -4316,6 +4445,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -4326,6 +4456,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -4343,6 +4474,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -4356,6 +4488,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -4428,6 +4561,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: (_col5 - 1) (type: int) + null sort order: a sort order: + Map-reduce partition columns: (_col5 - 1) (type: int) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -4452,6 +4586,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE @@ -4470,6 +4605,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col10 Statistics: Num rows: 33 Data size: 20459 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 33 Data size: 20459 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string), _col10 (type: boolean) @@ -4497,6 +4633,7 @@ STAGE PLANS: Statistics: Num rows: 33 Data size: 20427 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col3 (type: string), _col0 (type: int) + null sort order: zz sort order: ++ Statistics: Num rows: 33 Data size: 20427 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -4542,6 +4679,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -4552,6 +4690,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -4569,6 +4708,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -4582,6 +4722,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -4646,6 +4787,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -4668,6 +4810,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -4694,6 +4837,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 3025 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 3025 Basic stats: COMPLETE Column stats: COMPLETE @@ -4720,6 +4864,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 3025 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 3025 Basic stats: COMPLETE Column stats: COMPLETE @@ -4741,6 +4886,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -4755,6 +4901,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -4770,6 +4917,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col3 Statistics: Num rows: 539 Data size: 96102 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 539 Data size: 96102 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col3 (type: boolean) @@ -4816,6 +4964,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 3125 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 3125 Basic stats: COMPLETE Column stats: COMPLETE @@ -5379,6 +5528,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 2496 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 2496 Basic stats: COMPLETE Column stats: COMPLETE @@ -5403,6 +5553,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE @@ -5418,6 +5569,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 2548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 13 Data size: 2548 Basic stats: COMPLETE Column stats: COMPLETE @@ -5440,6 +5592,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 13 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE @@ -5455,6 +5608,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: UDFToDouble((_col0 + 100)) (type: double) + null sort order: a sort order: + Map-reduce partition columns: UDFToDouble((_col0 + 100)) (type: double) Statistics: Num rows: 13 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE @@ -5472,6 +5626,7 @@ STAGE PLANS: Statistics: Num rows: 47 Data size: 4864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 47 Data size: 4864 Basic stats: COMPLETE Column stats: COMPLETE @@ -5499,6 +5654,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -5528,6 +5684,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE @@ -5546,6 +5703,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 2600 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: UDFToDouble(_col0) (type: double) + null sort order: a sort order: + Map-reduce partition columns: UDFToDouble(_col0) (type: double) Statistics: Num rows: 13 Data size: 2600 Basic stats: COMPLETE Column stats: COMPLETE @@ -5563,6 +5721,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1300 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string), _col3 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col2 (type: string), _col3 (type: int) Statistics: Num rows: 13 Data size: 1300 Basic stats: COMPLETE Column stats: COMPLETE @@ -5655,6 +5814,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 4 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -5676,6 +5836,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -5690,6 +5851,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -5707,6 +5869,7 @@ STAGE PLANS: outputColumnNames: _col0, _col2 Statistics: Num rows: 5 Data size: 28 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 5 Data size: 28 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col2 (type: boolean) @@ -5753,6 +5916,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -5766,6 +5930,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -5826,6 +5991,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 368 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: char(100)) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: char(100)) Statistics: Num rows: 4 Data size: 368 Basic stats: COMPLETE Column stats: COMPLETE @@ -5847,6 +6013,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: double) Statistics: Num rows: 2 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -5860,6 +6027,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: double) Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -5883,6 +6051,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 88 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: char(100)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: char(100)) Statistics: Num rows: 1 Data size: 88 Basic stats: COMPLETE Column stats: COMPLETE @@ -5901,6 +6070,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 492 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: char(100)) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: char(100)) Statistics: Num rows: 5 Data size: 492 Basic stats: COMPLETE Column stats: COMPLETE @@ -5944,12 +6114,14 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: double) Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: char(100)) Reduce Output Operator key expressions: _col1 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: double) Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE @@ -5974,6 +6146,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: char(100)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: char(100)) Statistics: Num rows: 1 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE @@ -5989,6 +6162,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: char(100)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: char(100)) Statistics: Num rows: 1 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE @@ -6012,6 +6186,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 92 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: char(100)) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: char(100)) Statistics: Num rows: 1 Data size: 92 Basic stats: COMPLETE Column stats: COMPLETE @@ -6029,6 +6204,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col2 (type: char(100)) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col2 (type: char(100)) Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE @@ -6142,6 +6318,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -6166,6 +6343,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -6181,6 +6359,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -6199,6 +6378,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 3 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE @@ -6239,6 +6419,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -6257,6 +6438,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: int), _col0 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col2 (type: int), _col0 (type: int) Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -6368,6 +6550,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -6392,6 +6575,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -6407,6 +6591,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -6429,6 +6614,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -6447,6 +6633,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 2 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -6487,6 +6674,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -6505,6 +6693,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -6522,6 +6711,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -6536,6 +6726,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -6627,6 +6818,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -6643,6 +6835,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -6658,6 +6851,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -6680,6 +6874,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -6698,6 +6893,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 3 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE @@ -6738,6 +6934,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -6756,6 +6953,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -6773,6 +6971,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -6787,6 +6986,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -6842,6 +7042,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -6858,6 +7059,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -6873,6 +7075,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -6891,6 +7094,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 3 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE @@ -6931,6 +7135,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -6949,6 +7154,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col2 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col2 (type: int) Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -7004,6 +7210,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -7026,6 +7233,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -7040,6 +7248,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -7057,6 +7266,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col3 Statistics: Num rows: 3 Data size: 36 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 3 Data size: 36 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col3 (type: boolean) @@ -7103,6 +7313,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -7116,6 +7327,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -7177,6 +7389,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -7186,6 +7399,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -7200,6 +7414,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -7219,6 +7434,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -7235,6 +7451,7 @@ STAGE PLANS: outputColumnNames: _col1, _col2 Statistics: Num rows: 4 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 4 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: boolean), _col2 (type: int) @@ -7276,6 +7493,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -7348,6 +7566,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -7360,6 +7579,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -7374,6 +7594,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 14774 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 83 Data size: 14774 Basic stats: COMPLETE Column stats: COMPLETE @@ -7396,6 +7617,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 22750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 22750 Basic stats: COMPLETE Column stats: COMPLETE @@ -7414,6 +7636,7 @@ STAGE PLANS: Statistics: Num rows: 907 Data size: 167974 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 907 Data size: 167974 Basic stats: COMPLETE Column stats: COMPLETE @@ -7469,6 +7692,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 26750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 26750 Basic stats: COMPLETE Column stats: COMPLETE @@ -7484,6 +7708,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 26750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 26750 Basic stats: COMPLETE Column stats: COMPLETE @@ -7502,6 +7727,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 15106 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 83 Data size: 15106 Basic stats: COMPLETE Column stats: COMPLETE @@ -7515,6 +7741,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 250 Data size: 22750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 250 Data size: 22750 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) diff --git ql/src/test/results/clientpositive/llap/subquery_null_agg.q.out ql/src/test/results/clientpositive/llap/subquery_null_agg.q.out index 7c44365790..eb851ca98b 100644 --- ql/src/test/results/clientpositive/llap/subquery_null_agg.q.out +++ ql/src/test/results/clientpositive/llap/subquery_null_agg.q.out @@ -72,6 +72,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: COMPLETE Limit @@ -84,6 +85,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -104,6 +106,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: COMPLETE value expressions: _col0 (type: boolean) @@ -121,6 +124,7 @@ STAGE PLANS: outputColumnNames: _col1 Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE value expressions: _col1 (type: boolean) @@ -166,6 +170,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) diff --git ql/src/test/results/clientpositive/llap/subquery_scalar.q.out ql/src/test/results/clientpositive/llap/subquery_scalar.q.out index b9c674fdf7..35dc645440 100644 --- ql/src/test/results/clientpositive/llap/subquery_scalar.q.out +++ ql/src/test/results/clientpositive/llap/subquery_scalar.q.out @@ -117,6 +117,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9 Statistics: Num rows: 26 Data size: 16302 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 16302 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string), _col9 (type: double) @@ -138,6 +139,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -182,6 +184,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: double) @@ -266,6 +269,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -285,6 +289,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 86 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 86 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: double) @@ -304,6 +309,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9 Statistics: Num rows: 26 Data size: 16302 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 16302 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string), _col9 (type: double) @@ -323,6 +329,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: COMPLETE Reducer 3 @@ -337,6 +344,7 @@ STAGE PLANS: outputColumnNames: _col1 Statistics: Num rows: 1 Data size: 95 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 95 Basic stats: PARTIAL Column stats: NONE value expressions: _col1 (type: double) @@ -409,6 +417,7 @@ STAGE PLANS: Number of rows: 0 Statistics: Num rows: 1 Data size: 619 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 619 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string) @@ -434,6 +443,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 196 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 196 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -454,6 +464,7 @@ STAGE PLANS: Number of rows: 0 Statistics: Num rows: 0 Data size: 0 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE Execution mode: vectorized, llap @@ -470,6 +481,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 Statistics: Num rows: 1 Data size: 816 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 816 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string) @@ -502,6 +514,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 1 Data size: 196 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 196 Basic stats: COMPLETE Column stats: NONE @@ -557,6 +570,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string) @@ -575,6 +589,7 @@ STAGE PLANS: Number of rows: 1 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -617,6 +632,7 @@ STAGE PLANS: Number of rows: 1 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int) @@ -698,6 +714,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string) @@ -719,6 +736,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string) @@ -756,6 +774,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -841,6 +860,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9 Statistics: Num rows: 26 Data size: 16302 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 16302 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string), _col9 (type: double) @@ -862,6 +882,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int) @@ -872,6 +893,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -890,6 +912,7 @@ STAGE PLANS: residual filter predicates: {(_col10 <= _col9)} Statistics: Num rows: 8 Data size: 5080 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 8 Data size: 5080 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string), _col9 (type: double) @@ -932,6 +955,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: double) @@ -951,6 +975,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: double) @@ -1027,6 +1052,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 26 Data size: 5798 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 5798 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: int) @@ -1039,6 +1065,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 2652 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: p_mfgr (type: string), p_size (type: int) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 2652 Basic stats: COMPLETE Column stats: COMPLETE @@ -1100,6 +1127,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -1117,6 +1145,7 @@ STAGE PLANS: predicate: _col0 is not null (type: boolean) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int) @@ -1197,6 +1226,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9 Statistics: Num rows: 26 Data size: 16198 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 16198 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string), _col9 (type: int) @@ -1218,6 +1248,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int) @@ -1255,6 +1286,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int) @@ -1337,6 +1369,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3250 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3250 Basic stats: COMPLETE Column stats: COMPLETE @@ -1361,6 +1394,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1625 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1625 Basic stats: COMPLETE Column stats: COMPLETE @@ -1388,6 +1422,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1424,6 +1459,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1625 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 13 Data size: 1625 Basic stats: COMPLETE Column stats: COMPLETE @@ -1481,6 +1517,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3146 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3146 Basic stats: COMPLETE Column stats: COMPLETE @@ -1504,6 +1541,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1625 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1625 Basic stats: COMPLETE Column stats: COMPLETE @@ -1527,6 +1565,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1563,6 +1602,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: COMPLETE @@ -1620,6 +1660,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16302 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col4 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: string) Statistics: Num rows: 26 Data size: 16302 Basic stats: COMPLETE Column stats: COMPLETE @@ -1644,6 +1685,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -1691,6 +1733,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -1754,6 +1797,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col4 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: string) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -1778,6 +1822,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -1800,6 +1845,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int) @@ -1818,6 +1864,7 @@ STAGE PLANS: residual filter predicates: {(_col9 <= _col5)} Statistics: Num rows: 9 Data size: 5690 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 9 Data size: 5690 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string) @@ -1862,6 +1909,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -1878,6 +1926,7 @@ STAGE PLANS: predicate: _col0 is not null (type: boolean) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int) @@ -1966,6 +2015,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col4 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: string) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -1990,6 +2040,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -2012,6 +2063,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: double) @@ -2030,6 +2082,7 @@ STAGE PLANS: residual filter predicates: {(_col5 >= _col9)} Statistics: Num rows: 9 Data size: 5690 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 9 Data size: 5690 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string) @@ -2074,6 +2127,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -2090,6 +2144,7 @@ STAGE PLANS: predicate: _col0 is not null (type: boolean) Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: double) @@ -2174,6 +2229,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string) @@ -2195,6 +2251,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -2221,6 +2278,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE @@ -2240,6 +2298,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 20878 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col4 (type: string), _col5 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col4 (type: string), _col5 (type: int) Statistics: Num rows: 26 Data size: 20878 Basic stats: COMPLETE Column stats: COMPLETE @@ -2271,6 +2330,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -2345,6 +2405,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col5 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col5 (type: int) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -2369,6 +2430,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 208 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 13 Data size: 208 Basic stats: COMPLETE Column stats: COMPLETE @@ -2415,6 +2477,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 260 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: int), _col3 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col2 (type: int), _col3 (type: int) Statistics: Num rows: 13 Data size: 260 Basic stats: COMPLETE Column stats: COMPLETE @@ -2506,6 +2569,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -2518,6 +2582,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -2540,6 +2605,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -2555,6 +2621,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -2569,6 +2636,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -2589,6 +2657,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -2606,6 +2675,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reducer 4 @@ -2620,6 +2690,7 @@ STAGE PLANS: outputColumnNames: _col1 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: bigint) @@ -2667,6 +2738,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -2695,6 +2767,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -2712,6 +2785,7 @@ STAGE PLANS: predicate: _col1 is not null (type: boolean) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: bigint) @@ -2784,6 +2858,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1456 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1456 Basic stats: COMPLETE Column stats: COMPLETE @@ -2806,6 +2881,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: double) @@ -2828,6 +2904,7 @@ STAGE PLANS: predicate: _col1 is not null (type: boolean) Statistics: Num rows: 13 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 13 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: double) @@ -2866,6 +2943,7 @@ STAGE PLANS: predicate: _col0 is not null (type: boolean) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: double) @@ -2927,6 +3005,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9 Statistics: Num rows: 26 Data size: 16302 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 16302 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string), _col9 (type: bigint) @@ -2948,6 +3027,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -2969,6 +3049,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -2992,6 +3073,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -3039,6 +3121,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -3061,6 +3144,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -3082,6 +3166,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -3105,6 +3190,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -3173,6 +3259,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3354 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 26 Data size: 3354 Basic stats: COMPLETE Column stats: COMPLETE @@ -3194,6 +3281,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 5850 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 5850 Basic stats: COMPLETE Column stats: COMPLETE @@ -3215,6 +3303,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 2808 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 2808 Basic stats: COMPLETE Column stats: COMPLETE @@ -3264,6 +3353,7 @@ STAGE PLANS: Statistics: Num rows: 14 Data size: 2632 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 14 Data size: 2632 Basic stats: COMPLETE Column stats: COMPLETE @@ -3283,6 +3373,7 @@ STAGE PLANS: Statistics: Num rows: 14 Data size: 2632 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 14 Data size: 2632 Basic stats: COMPLETE Column stats: COMPLETE @@ -3367,6 +3458,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: COMPLETE @@ -3381,6 +3473,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -3397,6 +3490,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: string) Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE @@ -3419,6 +3513,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string) @@ -3438,6 +3533,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1625 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1625 Basic stats: COMPLETE Column stats: COMPLETE @@ -3454,6 +3550,7 @@ STAGE PLANS: outputColumnNames: _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10 Statistics: Num rows: 14 Data size: 1787 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 14 Data size: 1787 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: boolean), _col2 (type: int), _col3 (type: string), _col4 (type: string), _col5 (type: string), _col6 (type: string), _col7 (type: int), _col8 (type: string), _col9 (type: double), _col10 (type: string) @@ -3496,6 +3593,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -3511,6 +3609,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 385 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 385 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: string) @@ -3523,6 +3622,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string) @@ -3614,6 +3714,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: COMPLETE @@ -3628,6 +3729,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -3648,6 +3750,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: string) Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE @@ -3672,6 +3775,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -3692,6 +3796,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1625 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1625 Basic stats: COMPLETE Column stats: COMPLETE @@ -3708,6 +3813,7 @@ STAGE PLANS: outputColumnNames: _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10 Statistics: Num rows: 14 Data size: 1787 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 14 Data size: 1787 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: boolean), _col2 (type: int), _col3 (type: string), _col4 (type: string), _col5 (type: string), _col6 (type: string), _col7 (type: int), _col8 (type: string), _col9 (type: double), _col10 (type: string) @@ -3735,6 +3841,7 @@ STAGE PLANS: Statistics: Num rows: 14 Data size: 2025 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col4 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: string) Statistics: Num rows: 14 Data size: 2025 Basic stats: COMPLETE Column stats: NONE @@ -3771,6 +3878,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -3789,6 +3897,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -3857,6 +3966,7 @@ STAGE PLANS: Statistics: Num rows: 14 Data size: 168 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 14 Data size: 168 Basic stats: COMPLETE Column stats: COMPLETE @@ -3880,6 +3990,7 @@ STAGE PLANS: Statistics: Num rows: 50 Data size: 200 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 50 Data size: 200 Basic stats: COMPLETE Column stats: COMPLETE @@ -3907,6 +4018,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -3925,6 +4037,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 14 Data size: 168 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 14 Data size: 168 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: int) @@ -3961,6 +4074,7 @@ STAGE PLANS: Statistics: Num rows: 50 Data size: 200 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 50 Data size: 200 Basic stats: COMPLETE Column stats: COMPLETE @@ -3978,6 +4092,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int) @@ -4073,6 +4188,7 @@ STAGE PLANS: Statistics: Num rows: 14 Data size: 168 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 14 Data size: 168 Basic stats: COMPLETE Column stats: COMPLETE @@ -4096,6 +4212,7 @@ STAGE PLANS: Statistics: Num rows: 50 Data size: 200 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 50 Data size: 200 Basic stats: COMPLETE Column stats: COMPLETE @@ -4123,6 +4240,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -4141,6 +4259,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 14 Data size: 168 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 14 Data size: 168 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: int) @@ -4177,6 +4296,7 @@ STAGE PLANS: Statistics: Num rows: 50 Data size: 200 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 50 Data size: 200 Basic stats: COMPLETE Column stats: COMPLETE @@ -4194,6 +4314,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int) @@ -4284,6 +4405,7 @@ STAGE PLANS: Statistics: Num rows: 100 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 100 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE @@ -4305,6 +4427,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE @@ -4328,6 +4451,7 @@ STAGE PLANS: Statistics: Num rows: 50 Data size: 1000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 50 Data size: 1000 Basic stats: COMPLETE Column stats: COMPLETE @@ -4347,6 +4471,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 520 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col3 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: int) Statistics: Num rows: 26 Data size: 520 Basic stats: COMPLETE Column stats: COMPLETE @@ -4374,6 +4499,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: double) @@ -4410,6 +4536,7 @@ STAGE PLANS: Statistics: Num rows: 50 Data size: 600 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 50 Data size: 600 Basic stats: COMPLETE Column stats: COMPLETE @@ -4471,6 +4598,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string), _col4 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col4 (type: string) Statistics: Num rows: 1 Data size: 1120 Basic stats: COMPLETE Column stats: NONE @@ -4492,6 +4620,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 8242 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 8242 Basic stats: COMPLETE Column stats: COMPLETE @@ -4516,6 +4645,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 3744 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 3744 Basic stats: COMPLETE Column stats: COMPLETE @@ -4564,6 +4694,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 675 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 3 Data size: 675 Basic stats: COMPLETE Column stats: COMPLETE @@ -4582,6 +4713,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 3744 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 13 Data size: 3744 Basic stats: COMPLETE Column stats: COMPLETE @@ -4798,6 +4930,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 1650 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 5 Data size: 1650 Basic stats: COMPLETE Column stats: COMPLETE @@ -4822,6 +4955,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 101 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 101 Basic stats: COMPLETE Column stats: COMPLETE @@ -4868,6 +5002,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 105 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 1 Data size: 105 Basic stats: COMPLETE Column stats: COMPLETE @@ -4932,6 +5067,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 1650 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 5 Data size: 1650 Basic stats: COMPLETE Column stats: COMPLETE @@ -4956,6 +5092,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: COMPLETE @@ -5003,6 +5140,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: COMPLETE @@ -5061,6 +5199,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 1650 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 5 Data size: 1650 Basic stats: COMPLETE Column stats: COMPLETE @@ -5085,6 +5224,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 101 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 101 Basic stats: COMPLETE Column stats: COMPLETE @@ -5101,6 +5241,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -5127,6 +5268,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 1065 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 3 Data size: 1065 Basic stats: COMPLETE Column stats: COMPLETE @@ -5171,6 +5313,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 105 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 1 Data size: 105 Basic stats: COMPLETE Column stats: COMPLETE @@ -5190,6 +5333,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -5257,6 +5401,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 1690 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 5 Data size: 1690 Basic stats: COMPLETE Column stats: COMPLETE @@ -5281,6 +5426,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 101 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 101 Basic stats: COMPLETE Column stats: COMPLETE @@ -5303,6 +5449,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -5321,6 +5468,7 @@ STAGE PLANS: residual filter predicates: {(_col10 <> _col11)} Statistics: Num rows: 1 Data size: 367 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 367 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: int), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: int), _col7 (type: boolean), _col8 (type: boolean), _col9 (type: date) @@ -5362,6 +5510,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 101 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 101 Basic stats: COMPLETE Column stats: COMPLETE @@ -5378,6 +5527,7 @@ STAGE PLANS: predicate: _col0 is not null (type: boolean) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -5469,6 +5619,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -5485,6 +5636,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -5503,6 +5655,7 @@ STAGE PLANS: predicate: _col1 is not null (type: boolean) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: bigint) @@ -5541,6 +5694,7 @@ STAGE PLANS: predicate: _col0 is not null (type: boolean) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -5628,6 +5782,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 7221 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 83 Data size: 7221 Basic stats: COMPLETE Column stats: COMPLETE @@ -5643,6 +5798,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -5663,6 +5819,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE @@ -5679,6 +5836,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 7221 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 83 Data size: 7221 Basic stats: COMPLETE Column stats: COMPLETE @@ -5702,6 +5860,7 @@ STAGE PLANS: Statistics: Num rows: 65 Data size: 12090 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 65 Data size: 12090 Basic stats: COMPLETE Column stats: COMPLETE @@ -5719,6 +5878,7 @@ STAGE PLANS: predicate: _col2 is not null (type: boolean) Statistics: Num rows: 65 Data size: 12090 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 65 Data size: 12090 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) @@ -5757,6 +5917,7 @@ STAGE PLANS: predicate: _col0 is not null (type: boolean) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -5828,6 +5989,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE @@ -5851,6 +6013,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1352 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1352 Basic stats: COMPLETE Column stats: COMPLETE @@ -5870,6 +6033,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string) @@ -5896,6 +6060,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 13 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 13 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int) @@ -5911,6 +6076,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 13 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 13 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int) @@ -5954,6 +6120,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -5971,6 +6138,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -6018,6 +6186,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col4 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: string) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -6041,6 +6210,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1352 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1352 Basic stats: COMPLETE Column stats: COMPLETE @@ -6064,6 +6234,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE @@ -6083,6 +6254,7 @@ STAGE PLANS: Statistics: Num rows: 30 Data size: 18570 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col4 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: string) Statistics: Num rows: 30 Data size: 18570 Basic stats: COMPLETE Column stats: COMPLETE @@ -6133,6 +6305,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 416 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 4 Data size: 416 Basic stats: COMPLETE Column stats: COMPLETE @@ -6158,6 +6331,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE @@ -6206,6 +6380,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col4 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: string) Statistics: Num rows: 26 Data size: 16094 Basic stats: COMPLETE Column stats: COMPLETE @@ -6222,6 +6397,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 26 Data size: 2808 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 2808 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: int) @@ -6244,6 +6420,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1352 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1352 Basic stats: COMPLETE Column stats: COMPLETE @@ -6299,6 +6476,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1456 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1456 Basic stats: COMPLETE Column stats: COMPLETE @@ -6318,6 +6496,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1508 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 13 Data size: 1508 Basic stats: COMPLETE Column stats: COMPLETE @@ -6331,6 +6510,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 13 Data size: 1352 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 13 Data size: 1352 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -6430,6 +6610,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -6446,6 +6627,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int) @@ -6468,6 +6650,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -6523,6 +6706,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -6542,6 +6726,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -6555,6 +6740,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int) @@ -6613,6 +6799,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -6622,6 +6809,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int) @@ -6644,6 +6832,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -6692,6 +6881,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -6714,6 +6904,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -6726,6 +6917,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int) @@ -6787,6 +6979,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -6811,6 +7004,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -6857,6 +7051,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -6918,6 +7113,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -6942,6 +7138,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -6984,6 +7181,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -7064,6 +7262,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -7076,6 +7275,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -7100,6 +7300,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -7123,6 +7324,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -7140,6 +7342,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reducer 4 @@ -7154,6 +7357,7 @@ STAGE PLANS: outputColumnNames: _col1 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: bigint) @@ -7201,6 +7405,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -7217,6 +7422,7 @@ STAGE PLANS: predicate: _col1 is not null (type: boolean) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: bigint) @@ -7274,6 +7480,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -7291,6 +7498,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -7308,6 +7516,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -7327,6 +7536,7 @@ STAGE PLANS: predicate: _col1 is not null (type: boolean) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: bigint) @@ -7370,6 +7580,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -7387,6 +7598,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reducer 6 @@ -7401,6 +7613,7 @@ STAGE PLANS: outputColumnNames: _col1 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: bigint) @@ -7425,6 +7638,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/llap/subquery_select.q.out ql/src/test/results/clientpositive/llap/subquery_select.q.out index 2ed6090caa..9f40436116 100644 --- ql/src/test/results/clientpositive/llap/subquery_select.q.out +++ ql/src/test/results/clientpositive/llap/subquery_select.q.out @@ -37,6 +37,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 208 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 208 Basic stats: COMPLETE Column stats: COMPLETE @@ -52,6 +53,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int) @@ -66,6 +68,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int) @@ -83,6 +86,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col3 Statistics: Num rows: 27 Data size: 224 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 27 Data size: 224 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: boolean), _col3 (type: boolean) @@ -125,6 +129,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -147,6 +152,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: boolean), _col1 (type: boolean) @@ -234,6 +240,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 2912 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 2912 Basic stats: COMPLETE Column stats: COMPLETE @@ -250,6 +257,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE @@ -266,6 +274,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE @@ -285,6 +294,7 @@ STAGE PLANS: Statistics: Num rows: 40 Data size: 4720 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 40 Data size: 4720 Basic stats: COMPLETE Column stats: COMPLETE @@ -332,6 +342,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1560 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1560 Basic stats: COMPLETE Column stats: COMPLETE @@ -354,6 +365,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1456 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string), _col0 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col2 (type: string), _col0 (type: int) Statistics: Num rows: 13 Data size: 1456 Basic stats: COMPLETE Column stats: COMPLETE @@ -442,6 +454,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 312 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 312 Basic stats: COMPLETE Column stats: COMPLETE @@ -457,6 +470,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int) @@ -471,6 +485,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int) @@ -488,6 +503,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col4 Statistics: Num rows: 27 Data size: 332 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 27 Data size: 332 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: boolean), _col2 (type: boolean), _col4 (type: boolean) @@ -530,6 +546,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -552,6 +569,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: boolean), _col1 (type: boolean), _col2 (type: boolean), _col3 (type: boolean) @@ -647,6 +665,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1352 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1352 Basic stats: COMPLETE Column stats: COMPLETE @@ -669,6 +688,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE @@ -679,6 +699,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 2808 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 2808 Basic stats: COMPLETE Column stats: COMPLETE @@ -695,6 +716,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE @@ -717,6 +739,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1456 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1456 Basic stats: COMPLETE Column stats: COMPLETE @@ -741,6 +764,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1456 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1456 Basic stats: COMPLETE Column stats: COMPLETE @@ -758,6 +782,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1664 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int), _col0 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: int), _col0 (type: string) Statistics: Num rows: 13 Data size: 1664 Basic stats: COMPLETE Column stats: COMPLETE @@ -802,6 +827,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1456 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col2 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col2 (type: string) Statistics: Num rows: 13 Data size: 1456 Basic stats: COMPLETE Column stats: COMPLETE @@ -827,6 +853,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1560 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1560 Basic stats: COMPLETE Column stats: COMPLETE @@ -910,6 +937,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int) @@ -930,6 +958,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -970,6 +999,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: boolean) @@ -1051,6 +1081,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 2808 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 2808 Basic stats: COMPLETE Column stats: COMPLETE @@ -1074,6 +1105,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1352 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1352 Basic stats: COMPLETE Column stats: COMPLETE @@ -1115,6 +1147,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE @@ -1196,6 +1229,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int) @@ -1216,6 +1250,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -1256,6 +1291,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: boolean) @@ -1337,6 +1373,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 2808 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 2808 Basic stats: COMPLETE Column stats: COMPLETE @@ -1360,6 +1397,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1352 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1352 Basic stats: COMPLETE Column stats: COMPLETE @@ -1401,6 +1439,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE @@ -1480,6 +1519,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3250 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3250 Basic stats: COMPLETE Column stats: COMPLETE @@ -1504,6 +1544,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1456 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1456 Basic stats: COMPLETE Column stats: COMPLETE @@ -1547,6 +1588,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1508 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 13 Data size: 1508 Basic stats: COMPLETE Column stats: COMPLETE @@ -1624,6 +1666,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3250 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3250 Basic stats: COMPLETE Column stats: COMPLETE @@ -1648,6 +1691,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 3744 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 3744 Basic stats: COMPLETE Column stats: COMPLETE @@ -1687,6 +1731,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 3744 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 3744 Basic stats: COMPLETE Column stats: COMPLETE @@ -1766,6 +1811,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int) @@ -1780,6 +1826,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int) @@ -1812,6 +1859,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int) @@ -1911,6 +1959,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1922,6 +1971,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 166 Data size: 15106 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 166 Data size: 15106 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -1943,6 +1993,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -1985,6 +2036,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 22825 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 83 Data size: 22825 Basic stats: COMPLETE Column stats: COMPLETE @@ -2000,6 +2052,7 @@ STAGE PLANS: predicate: _col0 is not null (type: boolean) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -2084,6 +2137,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -2099,6 +2153,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 68750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 68750 Basic stats: COMPLETE Column stats: COMPLETE @@ -2112,6 +2167,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 15106 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 15106 Basic stats: COMPLETE Column stats: COMPLETE @@ -2149,6 +2205,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 68750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 68750 Basic stats: COMPLETE Column stats: COMPLETE @@ -2176,6 +2233,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 22825 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 83 Data size: 22825 Basic stats: COMPLETE Column stats: COMPLETE @@ -2269,6 +2327,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 208 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 208 Basic stats: COMPLETE Column stats: COMPLETE @@ -2291,6 +2350,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -2305,6 +2365,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -2322,6 +2383,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col3 Statistics: Num rows: 27 Data size: 224 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 27 Data size: 224 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: boolean), _col3 (type: boolean) @@ -2361,6 +2423,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -2378,6 +2441,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: boolean), _col1 (type: boolean) @@ -2467,6 +2531,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int) @@ -2486,6 +2551,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -2518,6 +2584,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -2599,6 +2666,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int) @@ -2620,6 +2688,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int) @@ -2652,6 +2721,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int) @@ -2749,6 +2819,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 2808 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 2808 Basic stats: COMPLETE Column stats: COMPLETE @@ -2765,6 +2836,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE @@ -2808,6 +2880,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE @@ -2889,6 +2962,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 2808 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 2808 Basic stats: COMPLETE Column stats: COMPLETE @@ -2905,6 +2979,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1456 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1456 Basic stats: COMPLETE Column stats: COMPLETE @@ -2948,6 +3023,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1508 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 13 Data size: 1508 Basic stats: COMPLETE Column stats: COMPLETE @@ -3028,6 +3104,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 26 Data size: 2704 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 2704 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -3044,6 +3121,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -3062,6 +3140,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 2808 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 26 Data size: 2808 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: boolean) @@ -3094,6 +3173,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: boolean) @@ -3182,6 +3262,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 6162 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 6162 Basic stats: COMPLETE Column stats: COMPLETE @@ -3206,6 +3287,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE @@ -3228,6 +3310,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -3246,6 +3329,7 @@ STAGE PLANS: Statistics: Num rows: 40 Data size: 9720 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string), _col2 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col2 (type: int) Statistics: Num rows: 40 Data size: 9720 Basic stats: COMPLETE Column stats: COMPLETE @@ -3263,6 +3347,7 @@ STAGE PLANS: Statistics: Num rows: 48 Data size: 6852 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 48 Data size: 6852 Basic stats: COMPLETE Column stats: COMPLETE @@ -3279,6 +3364,7 @@ STAGE PLANS: outputColumnNames: _col2, _col3, _col4, _col6, _col7, _col8, _col10, _col13 Statistics: Num rows: 49 Data size: 1084 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 49 Data size: 1084 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col2 (type: int), _col3 (type: boolean), _col4 (type: boolean), _col6 (type: bigint), _col7 (type: boolean), _col8 (type: boolean), _col10 (type: boolean), _col13 (type: boolean) @@ -3325,6 +3411,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1560 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1560 Basic stats: COMPLETE Column stats: COMPLETE @@ -3338,6 +3425,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1456 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string), _col0 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col2 (type: string), _col0 (type: int) Statistics: Num rows: 13 Data size: 1456 Basic stats: COMPLETE Column stats: COMPLETE @@ -3359,6 +3447,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: COMPLETE @@ -3373,6 +3462,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: boolean), _col1 (type: boolean) @@ -3458,6 +3548,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 2808 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 2808 Basic stats: COMPLETE Column stats: COMPLETE @@ -3481,6 +3572,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1352 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1352 Basic stats: COMPLETE Column stats: COMPLETE @@ -3522,6 +3614,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE @@ -3611,6 +3704,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 208 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 208 Basic stats: COMPLETE Column stats: COMPLETE @@ -3626,6 +3720,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int) @@ -3639,6 +3734,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized, llap @@ -3655,6 +3751,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col3 Statistics: Num rows: 27 Data size: 224 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 27 Data size: 224 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: boolean), _col3 (type: boolean) @@ -3689,6 +3786,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int) @@ -3709,6 +3807,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -3731,6 +3830,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -3742,6 +3842,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -3758,6 +3859,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: boolean), _col1 (type: boolean) @@ -3862,6 +3964,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized, llap @@ -3884,6 +3987,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -3905,6 +4009,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -3930,6 +4035,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int) @@ -3948,6 +4054,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: double) @@ -3963,6 +4070,7 @@ STAGE PLANS: outputColumnNames: _col1 Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: boolean) @@ -3978,6 +4086,7 @@ STAGE PLANS: outputColumnNames: _col1, _col2 Statistics: Num rows: 26 Data size: 312 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 312 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: boolean), _col2 (type: double) @@ -4016,6 +4125,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: boolean) @@ -4032,6 +4142,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: double) @@ -4136,6 +4247,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int) @@ -4155,6 +4267,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -4173,6 +4286,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -4211,6 +4325,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -4273,6 +4388,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 208 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 208 Basic stats: COMPLETE Column stats: COMPLETE @@ -4285,6 +4401,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 26 Data size: 312 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 312 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: double) @@ -4306,6 +4423,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -4328,6 +4446,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE @@ -4346,6 +4465,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 16 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE @@ -4390,6 +4510,7 @@ STAGE PLANS: Statistics: Num rows: 8 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 8 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE @@ -4409,6 +4530,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: double) @@ -4432,6 +4554,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 208 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 13 Data size: 208 Basic stats: COMPLETE Column stats: COMPLETE @@ -4508,6 +4631,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized, llap @@ -4528,6 +4652,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int) @@ -4538,6 +4663,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int) @@ -4548,6 +4674,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -4558,6 +4685,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -4572,6 +4700,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -4587,6 +4716,7 @@ STAGE PLANS: outputColumnNames: _col1 Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: int) @@ -4602,6 +4732,7 @@ STAGE PLANS: outputColumnNames: _col1, _col2 Statistics: Num rows: 26 Data size: 208 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 208 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: int), _col2 (type: int) @@ -4617,6 +4748,7 @@ STAGE PLANS: outputColumnNames: _col1, _col2, _col3 Statistics: Num rows: 26 Data size: 416 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 416 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: int), _col2 (type: int), _col3 (type: double) @@ -4651,6 +4783,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int) @@ -4663,6 +4796,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int) @@ -4679,6 +4813,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: double) @@ -4768,6 +4903,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int) @@ -4788,6 +4924,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 2808 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 26 Data size: 2808 Basic stats: COMPLETE Column stats: COMPLETE @@ -4808,6 +4945,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 2808 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 26 Data size: 2808 Basic stats: COMPLETE Column stats: COMPLETE @@ -4848,6 +4986,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -4860,6 +4999,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -4954,6 +5094,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int) @@ -4974,6 +5115,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 2808 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 26 Data size: 2808 Basic stats: COMPLETE Column stats: COMPLETE @@ -4997,6 +5139,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 156 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 13 Data size: 156 Basic stats: COMPLETE Column stats: COMPLETE @@ -5018,6 +5161,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 2912 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 2912 Basic stats: COMPLETE Column stats: COMPLETE @@ -5041,6 +5185,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 13 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE @@ -5068,6 +5213,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 13 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE @@ -5102,6 +5248,7 @@ STAGE PLANS: Statistics: Num rows: 30 Data size: 3360 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string), _col2 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col2 (type: int) Statistics: Num rows: 30 Data size: 3360 Basic stats: COMPLETE Column stats: COMPLETE @@ -5119,6 +5266,7 @@ STAGE PLANS: Statistics: Num rows: 32 Data size: 128 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 32 Data size: 128 Basic stats: COMPLETE Column stats: COMPLETE @@ -5139,6 +5287,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -5151,6 +5300,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -5177,6 +5327,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 4 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -5282,6 +5433,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 208 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 208 Basic stats: COMPLETE Column stats: COMPLETE @@ -5298,6 +5450,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 156 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 13 Data size: 156 Basic stats: COMPLETE Column stats: COMPLETE @@ -5319,6 +5472,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 2912 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 2912 Basic stats: COMPLETE Column stats: COMPLETE @@ -5340,6 +5494,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 2808 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 26 Data size: 2808 Basic stats: COMPLETE Column stats: COMPLETE @@ -5362,6 +5517,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 13 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE @@ -5374,6 +5530,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 156 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 13 Data size: 156 Basic stats: COMPLETE Column stats: COMPLETE @@ -5386,6 +5543,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 13 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE @@ -5406,6 +5564,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 156 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 13 Data size: 156 Basic stats: COMPLETE Column stats: COMPLETE @@ -5433,6 +5592,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 4 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -5449,6 +5609,7 @@ STAGE PLANS: Statistics: Num rows: 30 Data size: 3360 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string), _col2 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col2 (type: int) Statistics: Num rows: 30 Data size: 3360 Basic stats: COMPLETE Column stats: COMPLETE @@ -5466,6 +5627,7 @@ STAGE PLANS: Statistics: Num rows: 32 Data size: 128 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 32 Data size: 128 Basic stats: COMPLETE Column stats: COMPLETE @@ -5482,6 +5644,7 @@ STAGE PLANS: Statistics: Num rows: 30 Data size: 240 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 30 Data size: 240 Basic stats: COMPLETE Column stats: COMPLETE @@ -5498,6 +5661,7 @@ STAGE PLANS: outputColumnNames: _col1, _col3 Statistics: Num rows: 59 Data size: 476 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 59 Data size: 476 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: int), _col3 (type: bigint) @@ -5545,6 +5709,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 13 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE @@ -5565,6 +5730,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -5577,6 +5743,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -5603,6 +5770,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 4 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -5690,6 +5858,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 2808 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 2808 Basic stats: COMPLETE Column stats: COMPLETE @@ -5706,6 +5875,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE @@ -5745,6 +5915,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1404 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/subquery_views.q.out ql/src/test/results/clientpositive/llap/subquery_views.q.out index 1b54f31cef..0a00e1ce4d 100644 --- ql/src/test/results/clientpositive/llap/subquery_views.q.out +++ ql/src/test/results/clientpositive/llap/subquery_views.q.out @@ -137,6 +137,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE @@ -152,6 +153,7 @@ STAGE PLANS: Statistics: Num rows: 27 Data size: 5238 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 27 Data size: 5238 Basic stats: COMPLETE Column stats: COMPLETE @@ -167,6 +169,7 @@ STAGE PLANS: Statistics: Num rows: 27 Data size: 4806 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 27 Data size: 4806 Basic stats: COMPLETE Column stats: COMPLETE @@ -179,6 +182,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE @@ -194,6 +198,7 @@ STAGE PLANS: Statistics: Num rows: 27 Data size: 5238 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 27 Data size: 5238 Basic stats: COMPLETE Column stats: COMPLETE @@ -219,6 +224,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 7221 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 83 Data size: 7221 Basic stats: COMPLETE Column stats: COMPLETE @@ -235,6 +241,7 @@ STAGE PLANS: Statistics: Num rows: 27 Data size: 5238 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 27 Data size: 5238 Basic stats: COMPLETE Column stats: COMPLETE @@ -249,6 +256,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 7221 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 83 Data size: 7221 Basic stats: COMPLETE Column stats: COMPLETE @@ -265,6 +273,7 @@ STAGE PLANS: Statistics: Num rows: 193 Data size: 34802 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 193 Data size: 34802 Basic stats: COMPLETE Column stats: COMPLETE @@ -289,6 +298,7 @@ STAGE PLANS: Statistics: Num rows: 373 Data size: 66394 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 373 Data size: 66394 Basic stats: COMPLETE Column stats: COMPLETE @@ -322,6 +332,7 @@ STAGE PLANS: Statistics: Num rows: 27 Data size: 5238 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 27 Data size: 5238 Basic stats: COMPLETE Column stats: COMPLETE @@ -340,6 +351,7 @@ STAGE PLANS: Statistics: Num rows: 27 Data size: 4914 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 27 Data size: 4914 Basic stats: COMPLETE Column stats: COMPLETE @@ -357,12 +369,14 @@ STAGE PLANS: Statistics: Num rows: 27 Data size: 4914 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col3 (type: string), _col2 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col3 (type: string), _col2 (type: string) Statistics: Num rows: 27 Data size: 4914 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: boolean) Reduce Output Operator key expressions: _col3 (type: string), _col2 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col3 (type: string), _col2 (type: string) Statistics: Num rows: 27 Data size: 4914 Basic stats: COMPLETE Column stats: COMPLETE @@ -393,6 +407,7 @@ STAGE PLANS: Statistics: Num rows: 9 Data size: 783 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 9 Data size: 783 Basic stats: COMPLETE Column stats: COMPLETE @@ -409,6 +424,7 @@ STAGE PLANS: Statistics: Num rows: 193 Data size: 34802 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 193 Data size: 34802 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/sysdb.q.out ql/src/test/results/clientpositive/llap/sysdb.q.out index 9ee56c5898..798b190d40 100644 --- ql/src/test/results/clientpositive/llap/sysdb.q.out +++ ql/src/test/results/clientpositive/llap/sysdb.q.out @@ -4642,6 +4642,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -5016,6 +5017,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/llap/temp_table.q.out ql/src/test/results/clientpositive/llap/temp_table.q.out index 0e372b21af..c972b10601 100644 --- ql/src/test/results/clientpositive/llap/temp_table.q.out +++ ql/src/test/results/clientpositive/llap/temp_table.q.out @@ -229,6 +229,7 @@ STAGE PLANS: Statistics: Num rows: 247 Data size: 86848 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 247 Data size: 86848 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -312,6 +313,7 @@ STAGE PLANS: Statistics: Num rows: 247 Data size: 86848 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 500 Data size: 175904 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -329,6 +331,7 @@ STAGE PLANS: Statistics: Num rows: 253 Data size: 89056 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 500 Data size: 175904 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/llap/tez_bmj_schema_evolution.q.out ql/src/test/results/clientpositive/llap/tez_bmj_schema_evolution.q.out index 089d226451..ad0498ec6e 100644 --- ql/src/test/results/clientpositive/llap/tez_bmj_schema_evolution.q.out +++ ql/src/test/results/clientpositive/llap/tez_bmj_schema_evolution.q.out @@ -117,6 +117,7 @@ STAGE PLANS: Statistics: Num rows: 1650 Data size: 156750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 1650 Data size: 156750 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: string) @@ -137,6 +138,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/tez_dml.q.out ql/src/test/results/clientpositive/llap/tez_dml.q.out index 79ed7790ee..7462e1b2d4 100644 --- ql/src/test/results/clientpositive/llap/tez_dml.q.out +++ ql/src/test/results/clientpositive/llap/tez_dml.q.out @@ -42,6 +42,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 24750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 24750 Basic stats: COMPLETE Column stats: COMPLETE @@ -59,6 +60,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 24750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: bigint) + null sort order: z sort order: + Statistics: Num rows: 250 Data size: 24750 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -511,6 +513,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 2220 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 2220 Basic stats: COMPLETE Column stats: COMPLETE @@ -985,6 +988,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -1014,6 +1018,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/llap/tez_dynpart_hashjoin_1.q.out ql/src/test/results/clientpositive/llap/tez_dynpart_hashjoin_1.q.out index 1654067562..8db087b2fd 100644 --- ql/src/test/results/clientpositive/llap/tez_dynpart_hashjoin_1.q.out +++ ql/src/test/results/clientpositive/llap/tez_dynpart_hashjoin_1.q.out @@ -46,6 +46,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -67,6 +68,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -86,6 +88,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: z sort order: + Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: tinyint), _col1 (type: smallint), _col3 (type: bigint), _col4 (type: float), _col5 (type: double), _col6 (type: string), _col7 (type: string), _col8 (type: timestamp), _col9 (type: timestamp), _col10 (type: boolean), _col11 (type: boolean), _col12 (type: tinyint), _col13 (type: smallint), _col14 (type: int), _col15 (type: bigint), _col16 (type: float), _col17 (type: double), _col18 (type: string), _col19 (type: string), _col20 (type: timestamp), _col21 (type: timestamp), _col22 (type: boolean), _col23 (type: boolean) @@ -184,6 +187,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -204,6 +208,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -226,6 +231,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -319,6 +325,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -340,6 +347,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -365,6 +373,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: smallint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: smallint) Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -380,6 +389,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: smallint) + null sort order: z sort order: + Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: bigint) @@ -475,6 +485,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: NONE @@ -496,6 +507,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: NONE @@ -525,6 +537,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: z sort order: + Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: tinyint), _col1 (type: smallint), _col3 (type: bigint), _col4 (type: float), _col5 (type: double), _col6 (type: string), _col7 (type: string), _col8 (type: timestamp), _col9 (type: timestamp), _col10 (type: boolean), _col11 (type: boolean), _col12 (type: tinyint), _col13 (type: smallint), _col14 (type: int), _col15 (type: bigint), _col16 (type: float), _col17 (type: double), _col18 (type: string), _col19 (type: string), _col20 (type: timestamp), _col21 (type: timestamp), _col22 (type: boolean), _col23 (type: boolean) @@ -625,6 +638,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: NONE @@ -646,6 +660,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: NONE @@ -668,6 +683,7 @@ STAGE PLANS: DynamicPartitionHashJoin: true Reduce Output Operator key expressions: _col2 (type: int) + null sort order: z sort order: + Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: tinyint), _col1 (type: smallint), _col3 (type: bigint), _col4 (type: float), _col5 (type: double), _col6 (type: string), _col7 (type: string), _col8 (type: timestamp), _col9 (type: timestamp), _col10 (type: boolean), _col11 (type: boolean), _col12 (type: tinyint), _col13 (type: smallint), _col14 (type: int), _col15 (type: bigint), _col16 (type: float), _col17 (type: double), _col18 (type: string), _col19 (type: string), _col20 (type: timestamp), _col21 (type: timestamp), _col22 (type: boolean), _col23 (type: boolean) @@ -766,6 +782,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: NONE @@ -786,6 +803,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: NONE @@ -811,6 +829,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -904,6 +923,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: NONE @@ -925,6 +945,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: NONE @@ -953,6 +974,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: smallint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: smallint) Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: NONE @@ -968,6 +990,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: smallint) + null sort order: z sort order: + Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: bigint) diff --git ql/src/test/results/clientpositive/llap/tez_dynpart_hashjoin_2.q.out ql/src/test/results/clientpositive/llap/tez_dynpart_hashjoin_2.q.out index c339430e0e..062a08e131 100644 --- ql/src/test/results/clientpositive/llap/tez_dynpart_hashjoin_2.q.out +++ ql/src/test/results/clientpositive/llap/tez_dynpart_hashjoin_2.q.out @@ -57,6 +57,7 @@ STAGE PLANS: Statistics: Num rows: 4615 Data size: 1082044 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col12 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col12 (type: int) Statistics: Num rows: 4615 Data size: 1082044 Basic stats: COMPLETE Column stats: COMPLETE @@ -78,6 +79,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE @@ -87,6 +89,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE @@ -105,6 +108,7 @@ STAGE PLANS: Statistics: Num rows: 1084 Data size: 314 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col12 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col12 (type: int) Statistics: Num rows: 1084 Data size: 314 Basic stats: COMPLETE Column stats: COMPLETE @@ -122,6 +126,7 @@ STAGE PLANS: Statistics: Num rows: 1715 Data size: 195920 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: smallint), _col0 (type: tinyint), _col2 (type: int) + null sort order: zzz sort order: +++ Statistics: Num rows: 1715 Data size: 195920 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col3 (type: bigint), _col4 (type: float), _col5 (type: double), _col6 (type: string), _col7 (type: string), _col8 (type: timestamp), _col9 (type: timestamp), _col10 (type: boolean), _col11 (type: boolean) @@ -262,6 +267,7 @@ STAGE PLANS: Statistics: Num rows: 4615 Data size: 1082044 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col12 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col12 (type: int) Statistics: Num rows: 4615 Data size: 1082044 Basic stats: COMPLETE Column stats: COMPLETE @@ -283,6 +289,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE @@ -292,6 +299,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE @@ -310,6 +318,7 @@ STAGE PLANS: Statistics: Num rows: 1084 Data size: 314 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col12 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col12 (type: int) Statistics: Num rows: 1084 Data size: 314 Basic stats: COMPLETE Column stats: COMPLETE @@ -327,6 +336,7 @@ STAGE PLANS: Statistics: Num rows: 1715 Data size: 195920 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: smallint), _col0 (type: tinyint), _col2 (type: int) + null sort order: zzz sort order: +++ Statistics: Num rows: 1715 Data size: 195920 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col3 (type: bigint), _col4 (type: float), _col5 (type: double), _col6 (type: string), _col7 (type: string), _col8 (type: timestamp), _col9 (type: timestamp), _col10 (type: boolean), _col11 (type: boolean) @@ -467,6 +477,7 @@ STAGE PLANS: Statistics: Num rows: 4615 Data size: 1082044 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col12 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col12 (type: int) Statistics: Num rows: 4615 Data size: 1082044 Basic stats: COMPLETE Column stats: COMPLETE @@ -488,6 +499,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE @@ -497,6 +509,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE @@ -515,6 +528,7 @@ STAGE PLANS: Statistics: Num rows: 1084 Data size: 314 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col12 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col12 (type: int) Statistics: Num rows: 1084 Data size: 314 Basic stats: COMPLETE Column stats: COMPLETE @@ -532,6 +546,7 @@ STAGE PLANS: Statistics: Num rows: 1715 Data size: 195920 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: smallint), _col0 (type: tinyint), _col2 (type: int) + null sort order: zzz sort order: +++ Statistics: Num rows: 1715 Data size: 195920 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col3 (type: bigint), _col4 (type: float), _col5 (type: double), _col6 (type: string), _col7 (type: string), _col8 (type: timestamp), _col9 (type: timestamp), _col10 (type: boolean), _col11 (type: boolean) diff --git ql/src/test/results/clientpositive/llap/tez_dynpart_hashjoin_3.q.out ql/src/test/results/clientpositive/llap/tez_dynpart_hashjoin_3.q.out index 4fa69f69ff..7d833f4f9c 100644 --- ql/src/test/results/clientpositive/llap/tez_dynpart_hashjoin_3.q.out +++ ql/src/test/results/clientpositive/llap/tez_dynpart_hashjoin_3.q.out @@ -42,6 +42,7 @@ STAGE PLANS: Number of rows: 1 Statistics: Num rows: 1 Data size: 314 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 314 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -63,6 +64,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE @@ -80,6 +82,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 314 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 1 Data size: 314 Basic stats: COMPLETE Column stats: COMPLETE @@ -158,6 +161,7 @@ STAGE PLANS: Number of rows: 1 Statistics: Num rows: 1 Data size: 314 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 314 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -179,6 +183,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE @@ -267,6 +272,7 @@ STAGE PLANS: Number of rows: 1 Statistics: Num rows: 1 Data size: 310 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 310 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -288,6 +294,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/tez_input_counters.q.out ql/src/test/results/clientpositive/llap/tez_input_counters.q.out index 6a7be66a92..bbb0a4e2bc 100644 --- ql/src/test/results/clientpositive/llap/tez_input_counters.q.out +++ ql/src/test/results/clientpositive/llap/tez_input_counters.q.out @@ -2248,6 +2248,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 188000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1000 Data size: 188000 Basic stats: COMPLETE Column stats: COMPLETE @@ -2282,6 +2283,7 @@ STAGE PLANS: Statistics: Num rows: 240 Data size: 45120 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 240 Data size: 45120 Basic stats: COMPLETE Column stats: COMPLETE @@ -2304,6 +2306,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 776 Data size: 6208 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 776 Data size: 6208 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int) diff --git ql/src/test/results/clientpositive/llap/tez_join.q.out ql/src/test/results/clientpositive/llap/tez_join.q.out index 2afcbef236..6f1eb77d02 100644 --- ql/src/test/results/clientpositive/llap/tez_join.q.out +++ ql/src/test/results/clientpositive/llap/tez_join.q.out @@ -75,6 +75,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Execution mode: vectorized, llap @@ -94,6 +95,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Execution mode: vectorized, llap @@ -107,6 +109,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -137,6 +140,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/llap/tez_join_hash.q.out ql/src/test/results/clientpositive/llap/tez_join_hash.q.out index 1e44e1ba58..6db64fff50 100644 --- ql/src/test/results/clientpositive/llap/tez_join_hash.q.out +++ ql/src/test/results/clientpositive/llap/tez_join_hash.q.out @@ -56,6 +56,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -76,6 +77,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -98,6 +100,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -190,6 +193,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 356000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 356000 Basic stats: COMPLETE Column stats: COMPLETE @@ -211,6 +215,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 174000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 174000 Basic stats: COMPLETE Column stats: COMPLETE @@ -231,6 +236,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 356000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 14658 Data size: 2609124 Basic stats: COMPLETE Column stats: COMPLETE @@ -252,6 +258,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE @@ -274,6 +281,7 @@ STAGE PLANS: Statistics: Num rows: 12658 Data size: 2253124 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 14658 Data size: 2609124 Basic stats: COMPLETE Column stats: COMPLETE @@ -298,6 +306,7 @@ STAGE PLANS: Statistics: Num rows: 11936 Data size: 2220096 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 11936 Data size: 2220096 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/tez_join_tests.q.out ql/src/test/results/clientpositive/llap/tez_join_tests.q.out index 230cd249ce..6eaf9e1c2b 100644 --- ql/src/test/results/clientpositive/llap/tez_join_tests.q.out +++ ql/src/test/results/clientpositive/llap/tez_join_tests.q.out @@ -38,6 +38,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -48,6 +49,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -69,6 +71,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -87,6 +90,7 @@ STAGE PLANS: Statistics: Num rows: 39 Data size: 6942 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 39 Data size: 6942 Basic stats: COMPLETE Column stats: COMPLETE @@ -104,6 +108,7 @@ STAGE PLANS: Statistics: Num rows: 563 Data size: 111606 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 563 Data size: 111606 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: string), _col2 (type: string), _col3 (type: string) diff --git ql/src/test/results/clientpositive/llap/tez_joins_explain.q.out ql/src/test/results/clientpositive/llap/tez_joins_explain.q.out index 79c56401fe..ac1b2dac7e 100644 --- ql/src/test/results/clientpositive/llap/tez_joins_explain.q.out +++ ql/src/test/results/clientpositive/llap/tez_joins_explain.q.out @@ -38,6 +38,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -48,6 +49,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -69,6 +71,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -87,6 +90,7 @@ STAGE PLANS: Statistics: Num rows: 39 Data size: 6942 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 39 Data size: 6942 Basic stats: COMPLETE Column stats: COMPLETE @@ -104,6 +108,7 @@ STAGE PLANS: Statistics: Num rows: 563 Data size: 111606 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 563 Data size: 111606 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: string), _col2 (type: string), _col3 (type: string) diff --git ql/src/test/results/clientpositive/llap/tez_nway_join.q.out ql/src/test/results/clientpositive/llap/tez_nway_join.q.out index 48be4275ed..8d30b5dc03 100644 --- ql/src/test/results/clientpositive/llap/tez_nway_join.q.out +++ ql/src/test/results/clientpositive/llap/tez_nway_join.q.out @@ -87,6 +87,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -107,6 +108,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -127,6 +129,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -216,6 +219,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -236,6 +240,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -256,6 +261,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -339,6 +345,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 12 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 12 Basic stats: COMPLETE Column stats: NONE @@ -359,6 +366,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -379,6 +387,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -403,6 +412,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -486,6 +496,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -506,6 +517,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -526,6 +538,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/llap/tez_self_join.q.out ql/src/test/results/clientpositive/llap/tez_self_join.q.out index fafd5b85a3..283fd7c6ef 100644 --- ql/src/test/results/clientpositive/llap/tez_self_join.q.out +++ ql/src/test/results/clientpositive/llap/tez_self_join.q.out @@ -99,6 +99,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -119,6 +120,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 90 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 90 Basic stats: COMPLETE Column stats: COMPLETE @@ -137,6 +139,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 1 Data size: 86 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 86 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized, llap @@ -153,6 +156,7 @@ STAGE PLANS: outputColumnNames: _col2 Statistics: Num rows: 1 Data size: 86 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 86 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col2 (type: string) diff --git ql/src/test/results/clientpositive/llap/tez_smb_empty.q.out ql/src/test/results/clientpositive/llap/tez_smb_empty.q.out index f7560f8759..d91e8e25fe 100644 --- ql/src/test/results/clientpositive/llap/tez_smb_empty.q.out +++ ql/src/test/results/clientpositive/llap/tez_smb_empty.q.out @@ -181,6 +181,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) @@ -603,6 +604,7 @@ STAGE PLANS: Statistics: Num rows: 382 Data size: 1528 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 382 Data size: 1528 Basic stats: COMPLETE Column stats: COMPLETE @@ -622,6 +624,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: COMPLETE @@ -644,6 +647,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) @@ -744,6 +748,7 @@ STAGE PLANS: Statistics: Num rows: 266 Data size: 1064 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 266 Data size: 1064 Basic stats: PARTIAL Column stats: NONE @@ -763,6 +768,7 @@ STAGE PLANS: Statistics: Num rows: 242 Data size: 968 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 242 Data size: 968 Basic stats: COMPLETE Column stats: COMPLETE @@ -785,6 +791,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) @@ -884,6 +891,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) @@ -984,6 +992,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/llap/tez_smb_main.q.out ql/src/test/results/clientpositive/llap/tez_smb_main.q.out index f0c5092e3b..d5f6274712 100644 --- ql/src/test/results/clientpositive/llap/tez_smb_main.q.out +++ ql/src/test/results/clientpositive/llap/tez_smb_main.q.out @@ -37,6 +37,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -58,6 +59,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE @@ -292,6 +294,7 @@ STAGE PLANS: Statistics: Num rows: 230 Data size: 878 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 230 Data size: 878 Basic stats: COMPLETE Column stats: NONE @@ -326,6 +329,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -416,6 +420,7 @@ STAGE PLANS: Statistics: Num rows: 230 Data size: 878 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 230 Data size: 878 Basic stats: COMPLETE Column stats: NONE @@ -450,6 +455,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -540,6 +546,7 @@ STAGE PLANS: Statistics: Num rows: 242 Data size: 2566 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 242 Data size: 2566 Basic stats: COMPLETE Column stats: NONE @@ -574,6 +581,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -663,6 +671,7 @@ STAGE PLANS: Statistics: Num rows: 242 Data size: 2566 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 242 Data size: 2566 Basic stats: COMPLETE Column stats: NONE @@ -684,6 +693,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 191 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 191 Basic stats: COMPLETE Column stats: NONE @@ -704,6 +714,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -722,6 +733,7 @@ STAGE PLANS: Statistics: Num rows: 266 Data size: 2822 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 266 Data size: 2822 Basic stats: COMPLETE Column stats: NONE @@ -742,6 +754,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -822,6 +835,7 @@ STAGE PLANS: Statistics: Num rows: 266 Data size: 2822 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 266 Data size: 2822 Basic stats: COMPLETE Column stats: NONE @@ -842,6 +856,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 191 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 191 Basic stats: COMPLETE Column stats: NONE @@ -862,6 +877,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -884,6 +900,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -968,6 +985,7 @@ STAGE PLANS: Statistics: Num rows: 242 Data size: 2566 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 242 Data size: 2566 Basic stats: COMPLETE Column stats: NONE @@ -988,6 +1006,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -1010,6 +1029,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -1077,6 +1097,7 @@ STAGE PLANS: Statistics: Num rows: 242 Data size: 2566 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 242 Data size: 2566 Basic stats: COMPLETE Column stats: NONE @@ -1097,6 +1118,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -1119,6 +1141,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -1231,6 +1254,7 @@ STAGE PLANS: Statistics: Num rows: 266 Data size: 2822 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 508 Data size: 5388 Basic stats: COMPLETE Column stats: NONE @@ -1250,6 +1274,7 @@ STAGE PLANS: Statistics: Num rows: 242 Data size: 2566 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 508 Data size: 5388 Basic stats: COMPLETE Column stats: NONE @@ -1270,6 +1295,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -1292,6 +1318,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -1361,6 +1388,7 @@ STAGE PLANS: Statistics: Num rows: 242 Data size: 2566 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 242 Data size: 2566 Basic stats: COMPLETE Column stats: NONE @@ -1395,6 +1423,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -1464,6 +1493,7 @@ STAGE PLANS: Statistics: Num rows: 242 Data size: 2566 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 242 Data size: 2566 Basic stats: COMPLETE Column stats: NONE @@ -1498,6 +1528,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -1595,6 +1626,7 @@ STAGE PLANS: Statistics: Num rows: 266 Data size: 2822 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 266 Data size: 2822 Basic stats: COMPLETE Column stats: NONE @@ -1615,6 +1647,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 191 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 191 Basic stats: COMPLETE Column stats: NONE @@ -1649,6 +1682,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -1731,6 +1765,7 @@ STAGE PLANS: Statistics: Num rows: 266 Data size: 2822 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 266 Data size: 2822 Basic stats: COMPLETE Column stats: NONE @@ -1751,6 +1786,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 191 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 191 Basic stats: COMPLETE Column stats: NONE @@ -1785,6 +1821,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -1904,6 +1941,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -1924,6 +1962,7 @@ STAGE PLANS: Statistics: Num rows: 230 Data size: 878 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 230 Data size: 878 Basic stats: COMPLETE Column stats: NONE @@ -1958,6 +1997,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -1978,11 +2018,13 @@ STAGE PLANS: Statistics: Num rows: 475 Data size: 1808 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 475 Data size: 1808 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 475 Data size: 1808 Basic stats: COMPLETE Column stats: NONE @@ -2068,6 +2110,7 @@ STAGE PLANS: Statistics: Num rows: 230 Data size: 41274 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 230 Data size: 41274 Basic stats: COMPLETE Column stats: NONE Execution mode: vectorized, llap @@ -2087,6 +2130,7 @@ STAGE PLANS: Statistics: Num rows: 475 Data size: 85013 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 475 Data size: 85013 Basic stats: COMPLETE Column stats: NONE Execution mode: vectorized, llap @@ -2117,6 +2161,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/llap/tez_smb_reduce_side.q.out ql/src/test/results/clientpositive/llap/tez_smb_reduce_side.q.out index bcac84006e..04e496b94a 100644 --- ql/src/test/results/clientpositive/llap/tez_smb_reduce_side.q.out +++ ql/src/test/results/clientpositive/llap/tez_smb_reduce_side.q.out @@ -101,6 +101,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 95 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 95 Basic stats: COMPLETE Column stats: COMPLETE @@ -125,6 +126,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE @@ -166,6 +168,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: bigint), _col3 (type: bigint) @@ -618,6 +621,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 4 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -632,6 +636,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -655,6 +660,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -667,6 +673,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -685,6 +692,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE @@ -742,6 +750,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -757,6 +766,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -841,6 +851,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 4 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -855,6 +866,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -878,6 +890,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -890,6 +903,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -908,6 +922,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE @@ -965,6 +980,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -980,6 +996,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/tez_union.q.out ql/src/test/results/clientpositive/llap/tez_union.q.out index e5a374fed0..24d615de64 100644 --- ql/src/test/results/clientpositive/llap/tez_union.q.out +++ ql/src/test/results/clientpositive/llap/tez_union.q.out @@ -72,6 +72,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -204,6 +205,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1000 Data size: 87000 Basic stats: COMPLETE Column stats: COMPLETE @@ -224,6 +226,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1000 Data size: 87000 Basic stats: COMPLETE Column stats: COMPLETE @@ -244,6 +247,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1000 Data size: 87000 Basic stats: COMPLETE Column stats: COMPLETE @@ -264,6 +268,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1000 Data size: 87000 Basic stats: COMPLETE Column stats: COMPLETE @@ -286,6 +291,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -389,11 +395,13 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -610,6 +618,7 @@ STAGE PLANS: Statistics: Num rows: 5939 Data size: 1550079 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: z sort order: + Statistics: Num rows: 5939 Data size: 1550079 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -630,16 +639,19 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -660,6 +672,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -714,6 +727,7 @@ STAGE PLANS: Statistics: Num rows: 5939 Data size: 1550079 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: z sort order: + Statistics: Num rows: 5939 Data size: 1550079 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -734,6 +748,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -788,6 +803,7 @@ STAGE PLANS: Statistics: Num rows: 5939 Data size: 1550079 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: z sort order: + Statistics: Num rows: 5939 Data size: 1550079 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -808,6 +824,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -828,16 +845,19 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -1081,6 +1101,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -1133,6 +1154,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -1306,12 +1328,14 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: string) Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1370,6 +1394,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1000 Data size: 87000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1390,6 +1415,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1000 Data size: 87000 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/tez_union2.q.out ql/src/test/results/clientpositive/llap/tez_union2.q.out index 78833e456d..1d394852bf 100644 --- ql/src/test/results/clientpositive/llap/tez_union2.q.out +++ ql/src/test/results/clientpositive/llap/tez_union2.q.out @@ -69,6 +69,7 @@ STAGE PLANS: Statistics: Num rows: 408 Data size: 72624 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 408 Data size: 72624 Basic stats: COMPLETE Column stats: COMPLETE @@ -91,6 +92,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -113,6 +115,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -162,6 +165,7 @@ STAGE PLANS: Statistics: Num rows: 408 Data size: 72624 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 408 Data size: 72624 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/tez_union_dynamic_partition.q.out ql/src/test/results/clientpositive/llap/tez_union_dynamic_partition.q.out index e7ff7b00c8..5b057bb521 100644 --- ql/src/test/results/clientpositive/llap/tez_union_dynamic_partition.q.out +++ ql/src/test/results/clientpositive/llap/tez_union_dynamic_partition.q.out @@ -97,6 +97,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 512 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 512 Basic stats: COMPLETE Column stats: COMPLETE @@ -137,6 +138,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 512 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 512 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/tez_union_dynamic_partition_2.q.out ql/src/test/results/clientpositive/llap/tez_union_dynamic_partition_2.q.out index 523b7532c6..f74e5c3562 100644 --- ql/src/test/results/clientpositive/llap/tez_union_dynamic_partition_2.q.out +++ ql/src/test/results/clientpositive/llap/tez_union_dynamic_partition_2.q.out @@ -110,6 +110,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 512 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 512 Basic stats: COMPLETE Column stats: COMPLETE @@ -150,6 +151,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 512 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 512 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/tez_union_group_by.q.out ql/src/test/results/clientpositive/llap/tez_union_group_by.q.out index a29ee235bf..a230ce2535 100644 --- ql/src/test/results/clientpositive/llap/tez_union_group_by.q.out +++ ql/src/test/results/clientpositive/llap/tez_union_group_by.q.out @@ -188,6 +188,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 192 Basic stats: COMPLETE Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 1 Data size: 192 Basic stats: COMPLETE Column stats: PARTIAL @@ -205,6 +206,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: t (type: string), st (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: t (type: string), st (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -232,6 +234,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 192 Basic stats: COMPLETE Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 1 Data size: 192 Basic stats: COMPLETE Column stats: PARTIAL @@ -260,6 +263,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 192 Basic stats: COMPLETE Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 1 Data size: 192 Basic stats: COMPLETE Column stats: PARTIAL @@ -277,6 +281,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 560 Basic stats: COMPLETE Column stats: PARTIAL Reduce Output Operator key expressions: t (type: string), st (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: t (type: string), st (type: string) Statistics: Num rows: 1 Data size: 560 Basic stats: COMPLETE Column stats: PARTIAL @@ -301,6 +306,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 192 Basic stats: COMPLETE Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 1 Data size: 192 Basic stats: COMPLETE Column stats: PARTIAL @@ -346,6 +352,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 616 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 1 Data size: 616 Basic stats: COMPLETE Column stats: NONE @@ -359,6 +366,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 616 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 1 Data size: 616 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/llap/tez_union_multiinsert.q.out ql/src/test/results/clientpositive/llap/tez_union_multiinsert.q.out index b29839677c..c7460c1704 100644 --- ql/src/test/results/clientpositive/llap/tez_union_multiinsert.q.out +++ ql/src/test/results/clientpositive/llap/tez_union_multiinsert.q.out @@ -82,6 +82,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -105,6 +106,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 140000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 140000 Basic stats: COMPLETE Column stats: COMPLETE @@ -117,6 +119,7 @@ STAGE PLANS: Statistics: Num rows: 1001 Data size: 464464 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1001 Data size: 464464 Basic stats: COMPLETE Column stats: COMPLETE @@ -140,6 +143,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 140000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 140000 Basic stats: COMPLETE Column stats: COMPLETE @@ -152,6 +156,7 @@ STAGE PLANS: Statistics: Num rows: 1001 Data size: 464464 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1001 Data size: 464464 Basic stats: COMPLETE Column stats: COMPLETE @@ -178,6 +183,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 140000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 140000 Basic stats: COMPLETE Column stats: COMPLETE @@ -190,6 +196,7 @@ STAGE PLANS: Statistics: Num rows: 1001 Data size: 464464 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1001 Data size: 464464 Basic stats: COMPLETE Column stats: COMPLETE @@ -225,6 +232,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -275,6 +283,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1320 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1320 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) @@ -1076,6 +1085,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 140000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 140000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1088,6 +1098,7 @@ STAGE PLANS: Statistics: Num rows: 1001 Data size: 464464 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1001 Data size: 464464 Basic stats: COMPLETE Column stats: COMPLETE @@ -1107,6 +1118,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1130,6 +1142,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 140000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 140000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1142,6 +1155,7 @@ STAGE PLANS: Statistics: Num rows: 1001 Data size: 464464 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1001 Data size: 464464 Basic stats: COMPLETE Column stats: COMPLETE @@ -1179,6 +1193,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -1229,6 +1244,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1320 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1320 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) @@ -1268,6 +1284,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 140000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 140000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1280,6 +1297,7 @@ STAGE PLANS: Statistics: Num rows: 1001 Data size: 464464 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1001 Data size: 464464 Basic stats: COMPLETE Column stats: COMPLETE @@ -2062,6 +2080,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 140000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 140000 Basic stats: COMPLETE Column stats: COMPLETE @@ -2074,6 +2093,7 @@ STAGE PLANS: Statistics: Num rows: 1001 Data size: 464464 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1001 Data size: 464464 Basic stats: COMPLETE Column stats: COMPLETE @@ -2093,6 +2113,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -2116,6 +2137,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 140000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 140000 Basic stats: COMPLETE Column stats: COMPLETE @@ -2128,6 +2150,7 @@ STAGE PLANS: Statistics: Num rows: 1001 Data size: 464464 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1001 Data size: 464464 Basic stats: COMPLETE Column stats: COMPLETE @@ -2165,6 +2188,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -2215,6 +2239,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1320 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1320 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) @@ -2254,6 +2279,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 140000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 140000 Basic stats: COMPLETE Column stats: COMPLETE @@ -2266,6 +2292,7 @@ STAGE PLANS: Statistics: Num rows: 1001 Data size: 464464 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1001 Data size: 464464 Basic stats: COMPLETE Column stats: COMPLETE @@ -3035,6 +3062,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -3058,6 +3086,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 70000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 70000 Basic stats: COMPLETE Column stats: COMPLETE @@ -3070,6 +3099,7 @@ STAGE PLANS: Statistics: Num rows: 501 Data size: 232464 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 501 Data size: 232464 Basic stats: COMPLETE Column stats: COMPLETE @@ -3096,6 +3126,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 70000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 70000 Basic stats: COMPLETE Column stats: COMPLETE @@ -3108,6 +3139,7 @@ STAGE PLANS: Statistics: Num rows: 501 Data size: 232464 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 501 Data size: 232464 Basic stats: COMPLETE Column stats: COMPLETE @@ -3143,6 +3175,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -3193,6 +3226,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1320 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1320 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) @@ -3971,6 +4005,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -3993,6 +4028,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 68000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), substr(_col1, 5) (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 68000 Basic stats: COMPLETE Column stats: COMPLETE @@ -4018,6 +4054,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 68000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), substr(_col1, 5) (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 68000 Basic stats: COMPLETE Column stats: COMPLETE @@ -4038,6 +4075,7 @@ STAGE PLANS: Statistics: Num rows: 125 Data size: 35000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 125 Data size: 35000 Basic stats: COMPLETE Column stats: COMPLETE @@ -4070,6 +4108,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1320 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1320 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) @@ -4105,6 +4144,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/llap/tez_vector_dynpart_hashjoin_1.q.out ql/src/test/results/clientpositive/llap/tez_vector_dynpart_hashjoin_1.q.out index 7bfa26fde3..b4d453edac 100644 --- ql/src/test/results/clientpositive/llap/tez_vector_dynpart_hashjoin_1.q.out +++ ql/src/test/results/clientpositive/llap/tez_vector_dynpart_hashjoin_1.q.out @@ -46,6 +46,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -67,6 +68,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -86,6 +88,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: z sort order: + Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: tinyint), _col1 (type: smallint), _col3 (type: bigint), _col4 (type: float), _col5 (type: double), _col6 (type: string), _col7 (type: string), _col8 (type: timestamp), _col9 (type: timestamp), _col10 (type: boolean), _col11 (type: boolean), _col12 (type: tinyint), _col13 (type: smallint), _col14 (type: int), _col15 (type: bigint), _col16 (type: float), _col17 (type: double), _col18 (type: string), _col19 (type: string), _col20 (type: timestamp), _col21 (type: timestamp), _col22 (type: boolean), _col23 (type: boolean) @@ -184,6 +187,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -204,6 +208,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -226,6 +231,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -319,6 +325,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -340,6 +347,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -365,6 +373,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: smallint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: smallint) Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -380,6 +389,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: smallint) + null sort order: z sort order: + Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: bigint) @@ -477,6 +487,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: NONE @@ -498,6 +509,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: NONE @@ -520,6 +532,7 @@ STAGE PLANS: DynamicPartitionHashJoin: true Reduce Output Operator key expressions: _col2 (type: int) + null sort order: z sort order: + Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: tinyint), _col1 (type: smallint), _col3 (type: bigint), _col4 (type: float), _col5 (type: double), _col6 (type: string), _col7 (type: string), _col8 (type: timestamp), _col9 (type: timestamp), _col10 (type: boolean), _col11 (type: boolean), _col12 (type: tinyint), _col13 (type: smallint), _col14 (type: int), _col15 (type: bigint), _col16 (type: float), _col17 (type: double), _col18 (type: string), _col19 (type: string), _col20 (type: timestamp), _col21 (type: timestamp), _col22 (type: boolean), _col23 (type: boolean) @@ -618,6 +631,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: NONE @@ -638,6 +652,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: NONE @@ -663,6 +678,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -756,6 +772,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: NONE @@ -777,6 +794,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: NONE @@ -805,6 +823,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: smallint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: smallint) Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: NONE @@ -820,6 +839,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: smallint) + null sort order: z sort order: + Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: bigint) diff --git ql/src/test/results/clientpositive/llap/tez_vector_dynpart_hashjoin_2.q.out ql/src/test/results/clientpositive/llap/tez_vector_dynpart_hashjoin_2.q.out index c339430e0e..062a08e131 100644 --- ql/src/test/results/clientpositive/llap/tez_vector_dynpart_hashjoin_2.q.out +++ ql/src/test/results/clientpositive/llap/tez_vector_dynpart_hashjoin_2.q.out @@ -57,6 +57,7 @@ STAGE PLANS: Statistics: Num rows: 4615 Data size: 1082044 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col12 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col12 (type: int) Statistics: Num rows: 4615 Data size: 1082044 Basic stats: COMPLETE Column stats: COMPLETE @@ -78,6 +79,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE @@ -87,6 +89,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE @@ -105,6 +108,7 @@ STAGE PLANS: Statistics: Num rows: 1084 Data size: 314 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col12 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col12 (type: int) Statistics: Num rows: 1084 Data size: 314 Basic stats: COMPLETE Column stats: COMPLETE @@ -122,6 +126,7 @@ STAGE PLANS: Statistics: Num rows: 1715 Data size: 195920 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: smallint), _col0 (type: tinyint), _col2 (type: int) + null sort order: zzz sort order: +++ Statistics: Num rows: 1715 Data size: 195920 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col3 (type: bigint), _col4 (type: float), _col5 (type: double), _col6 (type: string), _col7 (type: string), _col8 (type: timestamp), _col9 (type: timestamp), _col10 (type: boolean), _col11 (type: boolean) @@ -262,6 +267,7 @@ STAGE PLANS: Statistics: Num rows: 4615 Data size: 1082044 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col12 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col12 (type: int) Statistics: Num rows: 4615 Data size: 1082044 Basic stats: COMPLETE Column stats: COMPLETE @@ -283,6 +289,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE @@ -292,6 +299,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE @@ -310,6 +318,7 @@ STAGE PLANS: Statistics: Num rows: 1084 Data size: 314 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col12 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col12 (type: int) Statistics: Num rows: 1084 Data size: 314 Basic stats: COMPLETE Column stats: COMPLETE @@ -327,6 +336,7 @@ STAGE PLANS: Statistics: Num rows: 1715 Data size: 195920 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: smallint), _col0 (type: tinyint), _col2 (type: int) + null sort order: zzz sort order: +++ Statistics: Num rows: 1715 Data size: 195920 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col3 (type: bigint), _col4 (type: float), _col5 (type: double), _col6 (type: string), _col7 (type: string), _col8 (type: timestamp), _col9 (type: timestamp), _col10 (type: boolean), _col11 (type: boolean) @@ -467,6 +477,7 @@ STAGE PLANS: Statistics: Num rows: 4615 Data size: 1082044 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col12 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col12 (type: int) Statistics: Num rows: 4615 Data size: 1082044 Basic stats: COMPLETE Column stats: COMPLETE @@ -488,6 +499,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE @@ -497,6 +509,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE @@ -515,6 +528,7 @@ STAGE PLANS: Statistics: Num rows: 1084 Data size: 314 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col12 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col12 (type: int) Statistics: Num rows: 1084 Data size: 314 Basic stats: COMPLETE Column stats: COMPLETE @@ -532,6 +546,7 @@ STAGE PLANS: Statistics: Num rows: 1715 Data size: 195920 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: smallint), _col0 (type: tinyint), _col2 (type: int) + null sort order: zzz sort order: +++ Statistics: Num rows: 1715 Data size: 195920 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col3 (type: bigint), _col4 (type: float), _col5 (type: double), _col6 (type: string), _col7 (type: string), _col8 (type: timestamp), _col9 (type: timestamp), _col10 (type: boolean), _col11 (type: boolean) diff --git ql/src/test/results/clientpositive/llap/topnkey.q.out ql/src/test/results/clientpositive/llap/topnkey.q.out index cd47e9d223..ea7354749d 100644 --- ql/src/test/results/clientpositive/llap/topnkey.q.out +++ ql/src/test/results/clientpositive/llap/topnkey.q.out @@ -223,6 +223,7 @@ STAGE PLANS: Top N Key Operator sort order: + keys: key (type: string) + null sort order: z Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE top n: 5 Group By Operator @@ -233,6 +234,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE @@ -249,6 +251,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -331,6 +334,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -351,6 +355,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -374,6 +379,7 @@ STAGE PLANS: Statistics: Num rows: 791 Data size: 140798 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 791 Data size: 140798 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -493,6 +499,7 @@ STAGE PLANS: Top N Key Operator sort order: ++ keys: a (type: int), b (type: int) + null sort order: zz Statistics: Num rows: 12 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE top n: 3 Group By Operator @@ -503,6 +510,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: zz sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -519,6 +527,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: zz sort order: ++ Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -592,6 +601,7 @@ STAGE PLANS: Top N Key Operator sort order: + keys: a (type: int) + null sort order: z Statistics: Num rows: 12 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE top n: 2 Group By Operator @@ -603,6 +613,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 4 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -621,6 +632,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 4 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/llap/union2.q.out ql/src/test/results/clientpositive/llap/union2.q.out index f063ed1ff9..338dff1b40 100644 --- ql/src/test/results/clientpositive/llap/union2.q.out +++ ql/src/test/results/clientpositive/llap/union2.q.out @@ -40,6 +40,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -61,6 +62,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/llap/union3.q.out ql/src/test/results/clientpositive/llap/union3.q.out index 1a9fdd4e4d..542b26319b 100644 --- ql/src/test/results/clientpositive/llap/union3.q.out +++ ql/src/test/results/clientpositive/llap/union3.q.out @@ -63,6 +63,7 @@ STAGE PLANS: Number of rows: 1 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -79,6 +80,7 @@ STAGE PLANS: Number of rows: 1 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -95,6 +97,7 @@ STAGE PLANS: Number of rows: 1 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -111,6 +114,7 @@ STAGE PLANS: Number of rows: 1 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -128,6 +132,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 4 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -143,6 +148,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 4 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -172,6 +178,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 4 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -187,6 +194,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 4 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/union4.q.out ql/src/test/results/clientpositive/llap/union4.q.out index d7671dfc57..6e412cb773 100644 --- ql/src/test/results/clientpositive/llap/union4.q.out +++ ql/src/test/results/clientpositive/llap/union4.q.out @@ -52,6 +52,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -71,6 +72,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -111,6 +113,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -164,6 +167,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/llap/union5.q.out ql/src/test/results/clientpositive/llap/union5.q.out index 2bbe99dc02..971866d9af 100644 --- ql/src/test/results/clientpositive/llap/union5.q.out +++ ql/src/test/results/clientpositive/llap/union5.q.out @@ -42,6 +42,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -63,6 +64,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -89,6 +91,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE @@ -130,6 +133,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/union6.q.out ql/src/test/results/clientpositive/llap/union6.q.out index 69b4aeb565..5a533b5267 100644 --- ql/src/test/results/clientpositive/llap/union6.q.out +++ ql/src/test/results/clientpositive/llap/union6.q.out @@ -54,6 +54,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -87,6 +88,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -123,6 +125,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/llap/union7.q.out ql/src/test/results/clientpositive/llap/union7.q.out index 743ee43bd3..a0802e7b03 100644 --- ql/src/test/results/clientpositive/llap/union7.q.out +++ ql/src/test/results/clientpositive/llap/union7.q.out @@ -44,6 +44,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -67,6 +68,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1248 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1248 Basic stats: COMPLETE Column stats: COMPLETE @@ -94,6 +96,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1248 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1248 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/union9.q.out ql/src/test/results/clientpositive/llap/union9.q.out index 283ef236ee..c30b89b905 100644 --- ql/src/test/results/clientpositive/llap/union9.q.out +++ ql/src/test/results/clientpositive/llap/union9.q.out @@ -43,6 +43,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -64,6 +65,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -85,6 +87,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/llap/unionDistinct_1.q.out ql/src/test/results/clientpositive/llap/unionDistinct_1.q.out index 0db56b590f..5f74e0f660 100644 --- ql/src/test/results/clientpositive/llap/unionDistinct_1.q.out +++ ql/src/test/results/clientpositive/llap/unionDistinct_1.q.out @@ -59,10 +59,12 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -81,6 +83,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -105,6 +108,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 100 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: bigint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: bigint) Statistics: Num rows: 1 Data size: 100 Basic stats: COMPLETE Column stats: COMPLETE @@ -128,6 +132,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 100 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: bigint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: bigint) Statistics: Num rows: 1 Data size: 100 Basic stats: COMPLETE Column stats: COMPLETE @@ -147,6 +152,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 100 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: bigint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: bigint) Statistics: Num rows: 1 Data size: 100 Basic stats: COMPLETE Column stats: COMPLETE @@ -181,6 +187,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -219,6 +226,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 100 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: bigint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: bigint) Statistics: Num rows: 1 Data size: 100 Basic stats: COMPLETE Column stats: COMPLETE @@ -344,6 +352,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -362,6 +371,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -380,6 +390,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -404,6 +415,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 100 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: bigint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: bigint) Statistics: Num rows: 1 Data size: 100 Basic stats: COMPLETE Column stats: COMPLETE @@ -427,6 +439,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 100 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: bigint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: bigint) Statistics: Num rows: 1 Data size: 100 Basic stats: COMPLETE Column stats: COMPLETE @@ -446,6 +459,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 100 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: bigint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: bigint) Statistics: Num rows: 1 Data size: 100 Basic stats: COMPLETE Column stats: COMPLETE @@ -480,6 +494,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -518,6 +533,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 100 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: bigint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: bigint) Statistics: Num rows: 1 Data size: 100 Basic stats: COMPLETE Column stats: COMPLETE @@ -625,6 +641,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -646,6 +663,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1064,6 +1082,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1085,6 +1104,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 69000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), substr(_col1, 5) (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 69000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1109,6 +1129,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 69000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), substr(_col1, 5) (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 69000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1129,6 +1150,7 @@ STAGE PLANS: Statistics: Num rows: 125 Data size: 35500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 125 Data size: 35500 Basic stats: COMPLETE Column stats: COMPLETE @@ -1161,6 +1183,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1320 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1320 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) @@ -1196,6 +1219,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -2000,6 +2024,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -2021,6 +2046,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 69000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 69000 Basic stats: COMPLETE Column stats: COMPLETE @@ -2045,6 +2071,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 69000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 69000 Basic stats: COMPLETE Column stats: COMPLETE @@ -2075,6 +2102,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -2101,6 +2129,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1320 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1320 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) @@ -2905,6 +2934,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -2926,6 +2956,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 69000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 69000 Basic stats: COMPLETE Column stats: COMPLETE @@ -2950,6 +2981,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 69000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 69000 Basic stats: COMPLETE Column stats: COMPLETE @@ -2990,6 +3022,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -3016,6 +3049,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1320 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1320 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) @@ -4704,6 +4738,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -4724,6 +4759,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -6843,6 +6879,7 @@ STAGE PLANS: Statistics: Num rows: 408 Data size: 72624 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 408 Data size: 72624 Basic stats: COMPLETE Column stats: COMPLETE @@ -6865,6 +6902,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -6887,6 +6925,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -6928,6 +6967,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1304 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1304 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) @@ -6975,6 +7015,7 @@ STAGE PLANS: Statistics: Num rows: 408 Data size: 72624 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 408 Data size: 72624 Basic stats: COMPLETE Column stats: COMPLETE @@ -6989,10 +7030,10 @@ STAGE PLANS: Stage: Stage-4 Create Table columns: counts bigint, key string, value string + name: default.tmp_unionall_n0 input format: org.apache.hadoop.mapred.TextInputFormat output format: org.apache.hadoop.hive.ql.io.IgnoreKeyTextOutputFormat serde name: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe - name: default.tmp_unionall_n0 Stage: Stage-3 Stats Work @@ -7101,6 +7142,7 @@ STAGE PLANS: Statistics: Num rows: 1550 Data size: 16467 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1550 Data size: 16467 Basic stats: COMPLETE Column stats: NONE @@ -7116,6 +7158,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -7147,6 +7190,7 @@ STAGE PLANS: Statistics: Num rows: 1550 Data size: 16467 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1550 Data size: 16467 Basic stats: COMPLETE Column stats: NONE @@ -7172,6 +7216,7 @@ STAGE PLANS: Statistics: Num rows: 1550 Data size: 16467 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1550 Data size: 16467 Basic stats: COMPLETE Column stats: NONE @@ -8363,6 +8408,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE @@ -8388,6 +8434,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE @@ -8413,6 +8460,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE @@ -8543,6 +8591,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -8565,6 +8614,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE @@ -8588,6 +8638,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE @@ -8610,6 +8661,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE @@ -8644,6 +8696,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -8679,6 +8732,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE @@ -8702,6 +8756,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -8863,6 +8918,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -8884,6 +8940,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -8905,6 +8962,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -8940,6 +8998,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -8974,6 +9033,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -9128,14 +9188,17 @@ STAGE PLANS: Number of rows: 1 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -9151,6 +9214,7 @@ STAGE PLANS: Number of rows: 1 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -9173,6 +9237,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -9194,6 +9259,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -9215,6 +9281,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -9234,6 +9301,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -9253,6 +9321,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -9289,6 +9358,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -9454,6 +9524,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -9476,6 +9547,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE @@ -9498,6 +9570,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -9520,6 +9593,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE @@ -9545,6 +9619,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -9565,6 +9640,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE @@ -9584,6 +9660,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -9618,6 +9695,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -9653,6 +9731,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE @@ -9872,6 +9951,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 1740 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 1740 Basic stats: COMPLETE Column stats: COMPLETE @@ -9893,6 +9973,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 1740 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 1740 Basic stats: COMPLETE Column stats: COMPLETE @@ -9938,6 +10019,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -9954,6 +10036,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 485 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 5 Data size: 485 Basic stats: COMPLETE Column stats: COMPLETE @@ -10005,6 +10088,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -10212,6 +10296,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 465 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 5 Data size: 465 Basic stats: COMPLETE Column stats: COMPLETE @@ -10235,6 +10320,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 465 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 5 Data size: 465 Basic stats: COMPLETE Column stats: COMPLETE @@ -10257,6 +10343,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 465 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: bigint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: bigint) Statistics: Num rows: 5 Data size: 465 Basic stats: COMPLETE Column stats: COMPLETE @@ -10270,6 +10357,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 465 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 5 Data size: 465 Basic stats: COMPLETE Column stats: COMPLETE @@ -10308,6 +10396,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -10340,6 +10429,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -10390,6 +10480,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 465 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: bigint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: bigint) Statistics: Num rows: 5 Data size: 465 Basic stats: COMPLETE Column stats: COMPLETE @@ -10596,6 +10687,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 465 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 5 Data size: 465 Basic stats: COMPLETE Column stats: COMPLETE @@ -10618,6 +10710,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 465 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: bigint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: bigint) Statistics: Num rows: 5 Data size: 465 Basic stats: COMPLETE Column stats: COMPLETE @@ -10639,6 +10732,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 465 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: bigint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: bigint) Statistics: Num rows: 5 Data size: 465 Basic stats: COMPLETE Column stats: COMPLETE @@ -10656,6 +10750,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 465 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 5 Data size: 465 Basic stats: COMPLETE Column stats: COMPLETE @@ -10693,6 +10788,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -10725,6 +10821,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -10911,6 +11008,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 6 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -10932,6 +11030,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 6 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -11049,6 +11148,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 6 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -11068,6 +11168,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 850 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 850 Basic stats: COMPLETE Column stats: COMPLETE @@ -11089,6 +11190,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 6 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -11188,6 +11290,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 6 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -11227,6 +11330,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 6 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -11246,6 +11350,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 850 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 850 Basic stats: COMPLETE Column stats: COMPLETE @@ -11363,6 +11468,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1209 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: double), _col1 (type: string) Statistics: Num rows: 13 Data size: 1209 Basic stats: COMPLETE Column stats: COMPLETE @@ -11382,6 +11488,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 850 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 850 Basic stats: COMPLETE Column stats: COMPLETE @@ -11403,6 +11510,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1209 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: double), _col1 (type: string) Statistics: Num rows: 13 Data size: 1209 Basic stats: COMPLETE Column stats: COMPLETE @@ -11502,6 +11610,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 2496 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: double), _col1 (type: string) Statistics: Num rows: 13 Data size: 2496 Basic stats: COMPLETE Column stats: COMPLETE @@ -11521,6 +11630,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 930 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 930 Basic stats: COMPLETE Column stats: COMPLETE @@ -11561,6 +11671,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 2496 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: double), _col1 (type: string) Statistics: Num rows: 13 Data size: 2496 Basic stats: COMPLETE Column stats: COMPLETE @@ -11683,6 +11794,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 67750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 67750 Basic stats: COMPLETE Column stats: COMPLETE @@ -11705,6 +11817,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -11737,6 +11850,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -11776,6 +11890,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 67750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 67750 Basic stats: COMPLETE Column stats: COMPLETE @@ -11893,6 +12008,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -11919,6 +12035,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 67750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 67750 Basic stats: COMPLETE Column stats: COMPLETE @@ -11944,6 +12061,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 67750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 67750 Basic stats: COMPLETE Column stats: COMPLETE @@ -11974,6 +12092,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -12218,6 +12337,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE @@ -12237,6 +12357,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 870 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 870 Basic stats: COMPLETE Column stats: COMPLETE @@ -12258,6 +12379,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE @@ -12279,6 +12401,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE @@ -12314,6 +12437,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE @@ -12415,6 +12539,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE @@ -12435,6 +12560,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 870 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 870 Basic stats: COMPLETE Column stats: COMPLETE @@ -12456,6 +12582,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE @@ -12477,6 +12604,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE @@ -12499,6 +12627,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE @@ -12533,6 +12662,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/unionDistinct_3.q.out ql/src/test/results/clientpositive/llap/unionDistinct_3.q.out index 85249e1196..025d158e27 100644 --- ql/src/test/results/clientpositive/llap/unionDistinct_3.q.out +++ ql/src/test/results/clientpositive/llap/unionDistinct_3.q.out @@ -42,6 +42,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -64,6 +65,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -86,6 +88,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -185,6 +188,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -207,6 +211,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 3536 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 13 Data size: 3536 Basic stats: COMPLETE Column stats: COMPLETE @@ -232,6 +237,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 3536 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 13 Data size: 3536 Basic stats: COMPLETE Column stats: COMPLETE @@ -262,6 +268,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -408,6 +415,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -430,6 +438,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -452,6 +461,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -473,6 +483,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -871,10 +882,12 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -894,6 +907,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -919,6 +933,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: bigint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: bigint) Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE @@ -938,6 +953,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: bigint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE @@ -986,6 +1002,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: bigint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE @@ -1009,6 +1026,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: bigint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: bigint) Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE @@ -1091,6 +1109,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 3536 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 3536 Basic stats: COMPLETE Column stats: COMPLETE @@ -1110,6 +1129,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1160,6 +1180,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 3536 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 3536 Basic stats: COMPLETE Column stats: COMPLETE @@ -1255,6 +1276,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1277,6 +1299,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 3536 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 13 Data size: 3536 Basic stats: COMPLETE Column stats: COMPLETE @@ -1299,6 +1322,7 @@ STAGE PLANS: Statistics: Num rows: 19 Data size: 5168 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 19 Data size: 5168 Basic stats: COMPLETE Column stats: COMPLETE @@ -1324,6 +1348,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 3536 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 13 Data size: 3536 Basic stats: COMPLETE Column stats: COMPLETE @@ -1343,6 +1368,7 @@ STAGE PLANS: Statistics: Num rows: 19 Data size: 5168 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 19 Data size: 5168 Basic stats: COMPLETE Column stats: COMPLETE @@ -1475,6 +1501,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1497,6 +1524,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1519,6 +1547,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1541,6 +1570,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1563,6 +1593,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1599,6 +1630,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1618,6 +1650,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1637,6 +1670,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1657,6 +1691,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1750,10 +1785,12 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1780,6 +1817,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 22576 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 83 Data size: 22576 Basic stats: COMPLETE Column stats: COMPLETE @@ -1806,6 +1844,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 22576 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 83 Data size: 22576 Basic stats: COMPLETE Column stats: COMPLETE @@ -1831,6 +1870,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 22576 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 83 Data size: 22576 Basic stats: COMPLETE Column stats: COMPLETE @@ -1844,6 +1884,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 22576 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 83 Data size: 22576 Basic stats: COMPLETE Column stats: COMPLETE @@ -1886,6 +1927,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 22576 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 83 Data size: 22576 Basic stats: COMPLETE Column stats: COMPLETE @@ -1899,6 +1941,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 22576 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 83 Data size: 22576 Basic stats: COMPLETE Column stats: COMPLETE @@ -2018,6 +2061,7 @@ STAGE PLANS: Statistics: Num rows: 316 Data size: 58144 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 316 Data size: 58144 Basic stats: COMPLETE Column stats: COMPLETE @@ -2040,6 +2084,7 @@ STAGE PLANS: Statistics: Num rows: 316 Data size: 58144 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 316 Data size: 58144 Basic stats: COMPLETE Column stats: COMPLETE @@ -2062,6 +2107,7 @@ STAGE PLANS: Statistics: Num rows: 316 Data size: 58144 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 316 Data size: 58144 Basic stats: COMPLETE Column stats: COMPLETE @@ -2084,6 +2130,7 @@ STAGE PLANS: Statistics: Num rows: 163 Data size: 29992 Basic stats: COMPLETE Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 163 Data size: 29992 Basic stats: COMPLETE Column stats: PARTIAL @@ -2106,6 +2153,7 @@ STAGE PLANS: Statistics: Num rows: 87 Data size: 16008 Basic stats: COMPLETE Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 87 Data size: 16008 Basic stats: COMPLETE Column stats: PARTIAL @@ -2127,6 +2175,7 @@ STAGE PLANS: Statistics: Num rows: 316 Data size: 58144 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 316 Data size: 58144 Basic stats: COMPLETE Column stats: COMPLETE @@ -2146,6 +2195,7 @@ STAGE PLANS: Statistics: Num rows: 163 Data size: 29992 Basic stats: COMPLETE Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 163 Data size: 29992 Basic stats: COMPLETE Column stats: PARTIAL @@ -2165,6 +2215,7 @@ STAGE PLANS: Statistics: Num rows: 87 Data size: 16008 Basic stats: COMPLETE Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 87 Data size: 16008 Basic stats: COMPLETE Column stats: PARTIAL diff --git ql/src/test/results/clientpositive/llap/union_assertion_type.q.out ql/src/test/results/clientpositive/llap/union_assertion_type.q.out index e69a469f7b..4c9e94ece3 100644 --- ql/src/test/results/clientpositive/llap/union_assertion_type.q.out +++ ql/src/test/results/clientpositive/llap/union_assertion_type.q.out @@ -318,6 +318,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 3 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int) @@ -333,6 +334,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 3 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int) @@ -349,6 +351,7 @@ STAGE PLANS: Number of rows: 0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized, llap diff --git ql/src/test/results/clientpositive/llap/union_remove_26.q.out ql/src/test/results/clientpositive/llap/union_remove_26.q.out index 45aea43051..fd92195297 100644 --- ql/src/test/results/clientpositive/llap/union_remove_26.q.out +++ ql/src/test/results/clientpositive/llap/union_remove_26.q.out @@ -172,6 +172,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: int), _col2 (type: int) @@ -193,6 +194,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: int), _col2 (type: int) @@ -214,6 +216,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: int), _col2 (type: int) @@ -413,6 +416,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 303 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 3 Data size: 303 Basic stats: COMPLETE Column stats: COMPLETE @@ -437,6 +441,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 303 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 3 Data size: 303 Basic stats: COMPLETE Column stats: COMPLETE @@ -461,6 +466,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 202 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 202 Basic stats: COMPLETE Column stats: COMPLETE @@ -597,6 +603,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: int), _col2 (type: int) @@ -618,6 +625,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: int), _col2 (type: int) @@ -639,6 +647,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: int), _col2 (type: int) @@ -771,6 +780,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: int), _col2 (type: int) @@ -792,6 +802,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: int), _col2 (type: int) @@ -813,6 +824,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: int), _col2 (type: int) diff --git ql/src/test/results/clientpositive/llap/union_top_level.q.out ql/src/test/results/clientpositive/llap/union_top_level.q.out index 1a0fee651e..ac39cc2622 100644 --- ql/src/test/results/clientpositive/llap/union_top_level.q.out +++ ql/src/test/results/clientpositive/llap/union_top_level.q.out @@ -47,6 +47,7 @@ STAGE PLANS: Number of rows: 3 Statistics: Num rows: 3 Data size: 261 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 3 Data size: 261 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -70,6 +71,7 @@ STAGE PLANS: Number of rows: 3 Statistics: Num rows: 3 Data size: 261 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 3 Data size: 261 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -93,6 +95,7 @@ STAGE PLANS: Number of rows: 3 Statistics: Num rows: 3 Data size: 261 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 3 Data size: 261 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -240,12 +243,14 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: string) Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -267,11 +272,13 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -294,6 +301,7 @@ STAGE PLANS: Statistics: Num rows: 791 Data size: 140798 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 791 Data size: 140798 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -332,6 +340,7 @@ STAGE PLANS: Statistics: Num rows: 791 Data size: 140798 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 791 Data size: 140798 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -451,6 +460,7 @@ STAGE PLANS: Number of rows: 3 Statistics: Num rows: 3 Data size: 261 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 3 Data size: 261 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -474,6 +484,7 @@ STAGE PLANS: Number of rows: 3 Statistics: Num rows: 3 Data size: 261 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 3 Data size: 261 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -497,6 +508,7 @@ STAGE PLANS: Number of rows: 3 Statistics: Num rows: 3 Data size: 261 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 3 Data size: 261 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -536,6 +548,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -587,6 +600,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -623,6 +637,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -753,6 +768,7 @@ STAGE PLANS: Number of rows: 3 Statistics: Num rows: 3 Data size: 261 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 3 Data size: 261 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -776,6 +792,7 @@ STAGE PLANS: Number of rows: 3 Statistics: Num rows: 3 Data size: 261 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 3 Data size: 261 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -799,6 +816,7 @@ STAGE PLANS: Number of rows: 3 Statistics: Num rows: 3 Data size: 261 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 3 Data size: 261 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -838,6 +856,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -889,6 +908,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -925,6 +945,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -1043,6 +1064,7 @@ STAGE PLANS: Number of rows: 3 Statistics: Num rows: 3 Data size: 261 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 3 Data size: 261 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -1066,6 +1088,7 @@ STAGE PLANS: Number of rows: 3 Statistics: Num rows: 3 Data size: 261 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 3 Data size: 261 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -1089,6 +1112,7 @@ STAGE PLANS: Number of rows: 3 Statistics: Num rows: 3 Data size: 261 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 3 Data size: 261 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -1128,6 +1152,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -1179,6 +1204,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -1215,6 +1241,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/llap/vector_acid4.q.out ql/src/test/results/clientpositive/llap/vector_acid4.q.out index ba40b83c61..cfe1cc7f7c 100644 --- ql/src/test/results/clientpositive/llap/vector_acid4.q.out +++ ql/src/test/results/clientpositive/llap/vector_acid4.q.out @@ -180,6 +180,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 506 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: z sort order: + Map-reduce partition columns: UDFToInteger(_col0) (type: int) Statistics: Num rows: 2 Data size: 506 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/vector_adaptor_usage_mode.q.out ql/src/test/results/clientpositive/llap/vector_adaptor_usage_mode.q.out index 9a67d63647..cf437e3a7f 100644 --- ql/src/test/results/clientpositive/llap/vector_adaptor_usage_mode.q.out +++ ql/src/test/results/clientpositive/llap/vector_adaptor_usage_mode.q.out @@ -1057,6 +1057,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 288 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -1189,6 +1190,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 288 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/llap/vector_aggregate_9.q.out ql/src/test/results/clientpositive/llap/vector_aggregate_9.q.out index ef516b5d0a..f30fd94b25 100644 --- ql/src/test/results/clientpositive/llap/vector_aggregate_9.q.out +++ ql/src/test/results/clientpositive/llap/vector_aggregate_9.q.out @@ -157,6 +157,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 344 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -301,6 +302,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -445,6 +447,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator diff --git ql/src/test/results/clientpositive/llap/vector_aggregate_without_gby.q.out ql/src/test/results/clientpositive/llap/vector_aggregate_without_gby.q.out index eed3369dca..d3c21f7d68 100644 --- ql/src/test/results/clientpositive/llap/vector_aggregate_without_gby.q.out +++ ql/src/test/results/clientpositive/llap/vector_aggregate_without_gby.q.out @@ -97,6 +97,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator diff --git ql/src/test/results/clientpositive/llap/vector_annotate_stats_select.q.out ql/src/test/results/clientpositive/llap/vector_annotate_stats_select.q.out index 9b3c870543..2a4fef6f7e 100644 --- ql/src/test/results/clientpositive/llap/vector_annotate_stats_select.q.out +++ ql/src/test/results/clientpositive/llap/vector_annotate_stats_select.q.out @@ -1728,6 +1728,7 @@ STAGE PLANS: native: true Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -1840,6 +1841,7 @@ STAGE PLANS: native: true Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -1945,6 +1947,7 @@ STAGE PLANS: native: true Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -2057,6 +2060,7 @@ STAGE PLANS: native: true Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator diff --git ql/src/test/results/clientpositive/llap/vector_auto_smb_mapjoin_14.q.out ql/src/test/results/clientpositive/llap/vector_auto_smb_mapjoin_14.q.out index 7206983ca9..5bd7c77fa1 100644 --- ql/src/test/results/clientpositive/llap/vector_auto_smb_mapjoin_14.q.out +++ ql/src/test/results/clientpositive/llap/vector_auto_smb_mapjoin_14.q.out @@ -109,6 +109,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -253,6 +254,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: NONE @@ -301,6 +303,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -471,6 +474,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: NONE @@ -521,6 +525,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: NONE @@ -554,6 +559,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -612,6 +618,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -746,6 +753,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -895,6 +903,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -1066,6 +1075,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -1227,6 +1237,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -1354,6 +1365,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -1398,6 +1410,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -1433,6 +1446,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -1567,6 +1581,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -1705,6 +1720,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: NONE @@ -1737,6 +1753,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -1772,6 +1789,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -1928,6 +1946,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -2349,6 +2368,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 2068 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 11 Data size: 2068 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/llap/vector_between_columns.q.out ql/src/test/results/clientpositive/llap/vector_between_columns.q.out index 40f8e35f4e..546dc45b2f 100644 --- ql/src/test/results/clientpositive/llap/vector_between_columns.q.out +++ ql/src/test/results/clientpositive/llap/vector_between_columns.q.out @@ -128,6 +128,7 @@ STAGE PLANS: projectedOutputColumnNums: [0, 1] Statistics: Num rows: 6 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -162,6 +163,7 @@ STAGE PLANS: projectedOutputColumnNums: [0, 1, 1] Statistics: Num rows: 6 Data size: 64 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -306,6 +308,7 @@ STAGE PLANS: projectedOutputColumnNums: [0, 1] Statistics: Num rows: 6 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -340,6 +343,7 @@ STAGE PLANS: projectedOutputColumnNums: [0, 1, 1] Statistics: Num rows: 6 Data size: 64 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator diff --git ql/src/test/results/clientpositive/llap/vector_between_in.q.out ql/src/test/results/clientpositive/llap/vector_between_in.q.out index 7b1d7a7713..14a16b0ce3 100644 --- ql/src/test/results/clientpositive/llap/vector_between_in.q.out +++ ql/src/test/results/clientpositive/llap/vector_between_in.q.out @@ -73,6 +73,7 @@ STAGE PLANS: Statistics: Num rows: 12289 Data size: 339304 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: date) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -183,6 +184,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -288,6 +290,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 560 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(20,10)) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -398,6 +401,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -503,6 +507,7 @@ STAGE PLANS: Statistics: Num rows: 3087 Data size: 85288 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: date) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -603,6 +608,7 @@ STAGE PLANS: Statistics: Num rows: 462 Data size: 12824 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: date) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -703,6 +709,7 @@ STAGE PLANS: Statistics: Num rows: 21 Data size: 1904 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(20,10)) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -813,6 +820,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -1172,6 +1180,7 @@ STAGE PLANS: Statistics: Num rows: 6144 Data size: 73728 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Reduce Sink Vectorization: @@ -1216,6 +1225,7 @@ STAGE PLANS: Statistics: Num rows: 3072 Data size: 36864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -1315,6 +1325,7 @@ STAGE PLANS: Statistics: Num rows: 5871 Data size: 70452 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Reduce Sink Vectorization: @@ -1359,6 +1370,7 @@ STAGE PLANS: Statistics: Num rows: 5871 Data size: 70452 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -1458,6 +1470,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Reduce Sink Vectorization: @@ -1502,6 +1515,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -1601,6 +1615,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Reduce Sink Vectorization: @@ -1645,6 +1660,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator diff --git ql/src/test/results/clientpositive/llap/vector_binary_join_groupby.q.out ql/src/test/results/clientpositive/llap/vector_binary_join_groupby.q.out index dd735e4da9..5de4f3e326 100644 --- ql/src/test/results/clientpositive/llap/vector_binary_join_groupby.q.out +++ ql/src/test/results/clientpositive/llap/vector_binary_join_groupby.q.out @@ -187,6 +187,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -230,6 +231,7 @@ STAGE PLANS: Statistics: Num rows: 100 Data size: 34084 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col10 (type: binary) + null sort order: a sort order: + Map-reduce partition columns: _col10 (type: binary) Reduce Sink Vectorization: @@ -365,6 +367,7 @@ STAGE PLANS: Statistics: Num rows: 50 Data size: 3200 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: binary) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: binary) Reduce Sink Vectorization: @@ -417,6 +420,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 1600 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: binary) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -618,6 +622,7 @@ STAGE PLANS: Statistics: Num rows: 100 Data size: 6000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/llap/vector_bucket.q.out ql/src/test/results/clientpositive/llap/vector_bucket.q.out index 19ee4fed64..e9d65e4a28 100644 --- ql/src/test/results/clientpositive/llap/vector_bucket.q.out +++ ql/src/test/results/clientpositive/llap/vector_bucket.q.out @@ -53,6 +53,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/vector_case_when_2.q.out ql/src/test/results/clientpositive/llap/vector_case_when_2.q.out index 2f9133dbfb..3501884ce5 100644 --- ql/src/test/results/clientpositive/llap/vector_case_when_2.q.out +++ ql/src/test/results/clientpositive/llap/vector_case_when_2.q.out @@ -154,6 +154,7 @@ STAGE PLANS: Statistics: Num rows: 51 Data size: 50745 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: timestamp), _col10 (type: string), _col1 (type: timestamp) + null sort order: zzz sort order: +++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -443,6 +444,7 @@ STAGE PLANS: Statistics: Num rows: 51 Data size: 50745 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: timestamp), _col10 (type: string), _col1 (type: timestamp) + null sort order: zzz sort order: +++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -732,6 +734,7 @@ STAGE PLANS: Statistics: Num rows: 51 Data size: 50745 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: timestamp), _col10 (type: string), _col1 (type: timestamp) + null sort order: zzz sort order: +++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -983,6 +986,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -1117,6 +1121,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -1251,6 +1256,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -1385,6 +1391,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator diff --git ql/src/test/results/clientpositive/llap/vector_cast_constant.q.out ql/src/test/results/clientpositive/llap/vector_cast_constant.q.out index a95fa0f05e..cc2dc47280 100644 --- ql/src/test/results/clientpositive/llap/vector_cast_constant.q.out +++ ql/src/test/results/clientpositive/llap/vector_cast_constant.q.out @@ -148,6 +148,7 @@ STAGE PLANS: Top N Key Operator sort order: + keys: _col0 (type: int) + null sort order: z Statistics: Num rows: 1049 Data size: 4196 Basic stats: COMPLETE Column stats: COMPLETE top n: 10 Top N Key Vectorization: @@ -171,6 +172,7 @@ STAGE PLANS: Statistics: Num rows: 257 Data size: 40092 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -225,6 +227,7 @@ STAGE PLANS: Statistics: Num rows: 257 Data size: 33924 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator diff --git ql/src/test/results/clientpositive/llap/vector_char_2.q.out ql/src/test/results/clientpositive/llap/vector_char_2.q.out index 6228aacb85..f7e76e5a8b 100644 --- ql/src/test/results/clientpositive/llap/vector_char_2.q.out +++ ql/src/test/results/clientpositive/llap/vector_char_2.q.out @@ -109,6 +109,7 @@ STAGE PLANS: Top N Key Operator sort order: + keys: _col0 (type: char(20)) + null sort order: z Statistics: Num rows: 501 Data size: 89178 Basic stats: COMPLETE Column stats: COMPLETE top n: 5 Top N Key Vectorization: @@ -132,6 +133,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 26750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: char(20)) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: char(20)) Reduce Sink Vectorization: @@ -177,6 +179,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 26750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: char(20)) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -319,6 +322,7 @@ STAGE PLANS: Top N Key Operator sort order: - keys: _col0 (type: char(20)) + null sort order: z Statistics: Num rows: 501 Data size: 89178 Basic stats: COMPLETE Column stats: COMPLETE top n: 5 Top N Key Vectorization: @@ -342,6 +346,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 26750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: char(20)) + null sort order: z sort order: - Map-reduce partition columns: _col0 (type: char(20)) Reduce Sink Vectorization: @@ -387,6 +392,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 26750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: char(20)) + null sort order: z sort order: - Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator diff --git ql/src/test/results/clientpositive/llap/vector_char_mapjoin1.q.out ql/src/test/results/clientpositive/llap/vector_char_mapjoin1.q.out index 6ece71e3d9..ce391da65b 100644 --- ql/src/test/results/clientpositive/llap/vector_char_mapjoin1.q.out +++ ql/src/test/results/clientpositive/llap/vector_char_mapjoin1.q.out @@ -189,6 +189,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 728 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -232,6 +233,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 273 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: char(10)) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: char(10)) Reduce Sink Vectorization: @@ -365,6 +367,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 728 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -408,6 +411,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 273 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: char(20)) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: char(20)) Reduce Sink Vectorization: @@ -551,6 +555,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 549 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -594,6 +599,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 276 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/llap/vector_char_varchar_1.q.out ql/src/test/results/clientpositive/llap/vector_char_varchar_1.q.out index 68620c2c02..9e8d6a07cf 100644 --- ql/src/test/results/clientpositive/llap/vector_char_varchar_1.q.out +++ ql/src/test/results/clientpositive/llap/vector_char_varchar_1.q.out @@ -86,6 +86,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 958 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 958 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -259,6 +260,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 958 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 958 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/llap/vector_coalesce_2.q.out ql/src/test/results/clientpositive/llap/vector_coalesce_2.q.out index b8261310c8..f3435c3260 100644 --- ql/src/test/results/clientpositive/llap/vector_coalesce_2.q.out +++ ql/src/test/results/clientpositive/llap/vector_coalesce_2.q.out @@ -91,6 +91,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 186 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -325,6 +326,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 186 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/llap/vector_coalesce_3.q.out ql/src/test/results/clientpositive/llap/vector_coalesce_3.q.out index a6ccdd7d78..8995f0a8af 100644 --- ql/src/test/results/clientpositive/llap/vector_coalesce_3.q.out +++ ql/src/test/results/clientpositive/llap/vector_coalesce_3.q.out @@ -180,6 +180,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/llap/vector_coalesce_4.q.out ql/src/test/results/clientpositive/llap/vector_coalesce_4.q.out index 6a7e76e569..240f927afd 100644 --- ql/src/test/results/clientpositive/llap/vector_coalesce_4.q.out +++ ql/src/test/results/clientpositive/llap/vector_coalesce_4.q.out @@ -71,6 +71,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int), _col2 (type: int) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator diff --git ql/src/test/results/clientpositive/llap/vector_complex_all.q.out ql/src/test/results/clientpositive/llap/vector_complex_all.q.out index d78f18fca2..804193e115 100644 --- ql/src/test/results/clientpositive/llap/vector_complex_all.q.out +++ ql/src/test/results/clientpositive/llap/vector_complex_all.q.out @@ -756,6 +756,7 @@ STAGE PLANS: 1 Map 3 Statistics: Num rows: 1 Data size: 3450 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -795,6 +796,7 @@ STAGE PLANS: projectedOutputColumnNums: [] Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -832,6 +834,7 @@ STAGE PLANS: projectedOutputColumnNums: [] Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -1019,6 +1022,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -1142,6 +1146,7 @@ STAGE PLANS: Statistics: Num rows: 13503 Data size: 29968544 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: array), _col1 (type: struct) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: array), _col1 (type: struct) Statistics: Num rows: 13503 Data size: 29968544 Basic stats: COMPLETE Column stats: NONE @@ -1252,6 +1257,7 @@ STAGE PLANS: Statistics: Num rows: 13503 Data size: 4721072 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -1400,6 +1406,7 @@ STAGE PLANS: Statistics: Num rows: 13503 Data size: 7697400 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -1531,6 +1538,7 @@ STAGE PLANS: Statistics: Num rows: 13503 Data size: 46492296 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: map), _col2 (type: array), _col3 (type: struct) + null sort order: aaaa sort order: ++++ Map-reduce partition columns: _col0 (type: string), _col1 (type: map), _col2 (type: array), _col3 (type: struct) Statistics: Num rows: 13503 Data size: 46492296 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/llap/vector_complex_join.q.out ql/src/test/results/clientpositive/llap/vector_complex_join.q.out index bd6cd8cb60..4e2a0ef60d 100644 --- ql/src/test/results/clientpositive/llap/vector_complex_join.q.out +++ ql/src/test/results/clientpositive/llap/vector_complex_join.q.out @@ -130,6 +130,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 744 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -319,6 +320,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 124 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Reduce Sink Vectorization: @@ -471,6 +473,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 124 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/llap/vector_count.q.out ql/src/test/results/clientpositive/llap/vector_count.q.out index 231f685688..b5dcaff8a1 100644 --- ql/src/test/results/clientpositive/llap/vector_count.q.out +++ ql/src/test/results/clientpositive/llap/vector_count.q.out @@ -85,6 +85,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 108 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: int) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 108 Basic stats: COMPLETE Column stats: COMPLETE @@ -179,6 +180,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 528 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: int), _col3 (type: int) + null sort order: aaaa sort order: ++++ Statistics: Num rows: 3 Data size: 528 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col4 (type: bigint), _col5 (type: bigint), _col6 (type: bigint), _col7 (type: bigint), _col8 (type: bigint) @@ -271,6 +273,7 @@ STAGE PLANS: Statistics: Num rows: 7 Data size: 112 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: a (type: int), b (type: int), c (type: int) + null sort order: aaa sort order: +++ Map-reduce partition columns: a (type: int) Reduce Sink Vectorization: @@ -372,6 +375,7 @@ STAGE PLANS: Statistics: Num rows: 7 Data size: 112 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: a (type: int), b (type: int), c (type: int), d (type: int) + null sort order: aaaa sort order: ++++ Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/llap/vector_count_distinct.q.out ql/src/test/results/clientpositive/llap/vector_count_distinct.q.out index fbc8509c45..ce52c2ca75 100644 --- ql/src/test/results/clientpositive/llap/vector_count_distinct.q.out +++ ql/src/test/results/clientpositive/llap/vector_count_distinct.q.out @@ -1342,6 +1342,7 @@ STAGE PLANS: Statistics: Num rows: 170 Data size: 680 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -1395,6 +1396,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator diff --git ql/src/test/results/clientpositive/llap/vector_data_types.q.out ql/src/test/results/clientpositive/llap/vector_data_types.q.out index acf7fcf63b..df9c3499bf 100644 --- ql/src/test/results/clientpositive/llap/vector_data_types.q.out +++ ql/src/test/results/clientpositive/llap/vector_data_types.q.out @@ -145,6 +145,7 @@ STAGE PLANS: Statistics: Num rows: 1050 Data size: 358026 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint), _col1 (type: smallint), _col2 (type: int) + null sort order: zzz sort order: +++ Statistics: Num rows: 1050 Data size: 358026 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -255,6 +256,7 @@ STAGE PLANS: Statistics: Num rows: 1050 Data size: 358026 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint), _col1 (type: smallint), _col2 (type: int) + null sort order: zzz sort order: +++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -400,6 +402,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator diff --git ql/src/test/results/clientpositive/llap/vector_date_1.q.out ql/src/test/results/clientpositive/llap/vector_date_1.q.out index b115330305..cd1d154258 100644 --- ql/src/test/results/clientpositive/llap/vector_date_1.q.out +++ ql/src/test/results/clientpositive/llap/vector_date_1.q.out @@ -129,6 +129,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 432 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: date) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -298,6 +299,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 432 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: date) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -467,6 +469,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 264 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: date) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -636,6 +639,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 264 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: date) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -810,6 +814,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 112 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: date) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator diff --git ql/src/test/results/clientpositive/llap/vector_decimal64_div_decimal64column.q.out ql/src/test/results/clientpositive/llap/vector_decimal64_div_decimal64column.q.out index ff2b9e1bde..502a63c091 100644 --- ql/src/test/results/clientpositive/llap/vector_decimal64_div_decimal64column.q.out +++ ql/src/test/results/clientpositive/llap/vector_decimal64_div_decimal64column.q.out @@ -89,6 +89,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 112 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator diff --git ql/src/test/results/clientpositive/llap/vector_decimal64_div_decimal64scalar.q.out ql/src/test/results/clientpositive/llap/vector_decimal64_div_decimal64scalar.q.out index b537d5a387..d428ec107f 100644 --- ql/src/test/results/clientpositive/llap/vector_decimal64_div_decimal64scalar.q.out +++ ql/src/test/results/clientpositive/llap/vector_decimal64_div_decimal64scalar.q.out @@ -89,6 +89,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 112 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -223,6 +224,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 112 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator diff --git ql/src/test/results/clientpositive/llap/vector_decimal_1.q.out ql/src/test/results/clientpositive/llap/vector_decimal_1.q.out index 78aa411e6e..cf1f666fec 100644 --- ql/src/test/results/clientpositive/llap/vector_decimal_1.q.out +++ ql/src/test/results/clientpositive/llap/vector_decimal_1.q.out @@ -88,6 +88,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -208,6 +209,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -328,6 +330,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: smallint) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -448,6 +451,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -568,6 +572,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -688,6 +693,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: float) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -808,6 +814,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -928,6 +935,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 368 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -1048,6 +1056,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 80 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: timestamp) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator diff --git ql/src/test/results/clientpositive/llap/vector_decimal_10_0.q.out ql/src/test/results/clientpositive/llap/vector_decimal_10_0.q.out index 39fd39dbd0..2f3ffd71e5 100644 --- ql/src/test/results/clientpositive/llap/vector_decimal_10_0.q.out +++ ql/src/test/results/clientpositive/llap/vector_decimal_10_0.q.out @@ -77,6 +77,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 224 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(10,0)) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -196,6 +197,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 112 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: decimal(10,0)) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator diff --git ql/src/test/results/clientpositive/llap/vector_decimal_2.q.out ql/src/test/results/clientpositive/llap/vector_decimal_2.q.out index 43a1aed572..e1a21eb6ca 100644 --- ql/src/test/results/clientpositive/llap/vector_decimal_2.q.out +++ ql/src/test/results/clientpositive/llap/vector_decimal_2.q.out @@ -66,6 +66,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -185,6 +186,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -304,6 +306,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: smallint) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -423,6 +426,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -542,6 +546,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -661,6 +666,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: float) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -780,6 +786,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -899,6 +906,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -1029,6 +1037,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -1148,6 +1157,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -1267,6 +1277,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: smallint) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -1386,6 +1397,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -1505,6 +1517,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -1624,6 +1637,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: float) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -1743,6 +1757,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -1862,6 +1877,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator diff --git ql/src/test/results/clientpositive/llap/vector_decimal_6.q.out ql/src/test/results/clientpositive/llap/vector_decimal_6.q.out index 8bce8ae02a..e899da5c1f 100644 --- ql/src/test/results/clientpositive/llap/vector_decimal_6.q.out +++ ql/src/test/results/clientpositive/llap/vector_decimal_6.q.out @@ -150,6 +150,7 @@ STAGE PLANS: Statistics: Num rows: 27 Data size: 2684 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(10,5)), _col1 (type: int) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -294,6 +295,7 @@ STAGE PLANS: Statistics: Num rows: 27 Data size: 3132 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(17,4)), _col1 (type: int) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -451,6 +453,7 @@ STAGE PLANS: Statistics: Num rows: 27 Data size: 2576 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(18,5)) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -494,6 +497,7 @@ STAGE PLANS: Statistics: Num rows: 27 Data size: 3024 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(18,5)) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -683,6 +687,7 @@ STAGE PLANS: Statistics: Num rows: 27 Data size: 3132 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator diff --git ql/src/test/results/clientpositive/llap/vector_decimal_aggregate.q.out ql/src/test/results/clientpositive/llap/vector_decimal_aggregate.q.out index f0e09e4862..3032d95baf 100644 --- ql/src/test/results/clientpositive/llap/vector_decimal_aggregate.q.out +++ ql/src/test/results/clientpositive/llap/vector_decimal_aggregate.q.out @@ -101,6 +101,7 @@ STAGE PLANS: Statistics: Num rows: 6105 Data size: 4267312 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -286,6 +287,7 @@ STAGE PLANS: Statistics: Num rows: 6105 Data size: 4462672 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -505,6 +507,7 @@ STAGE PLANS: Statistics: Num rows: 6105 Data size: 4267312 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -709,6 +712,7 @@ STAGE PLANS: Statistics: Num rows: 6105 Data size: 4462672 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/llap/vector_decimal_expressions.q.out ql/src/test/results/clientpositive/llap/vector_decimal_expressions.q.out index a92fb6e6bb..468218af05 100644 --- ql/src/test/results/clientpositive/llap/vector_decimal_expressions.q.out +++ ql/src/test/results/clientpositive/llap/vector_decimal_expressions.q.out @@ -85,6 +85,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 220 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: decimal(25,14)), _col1 (type: decimal(26,14)), _col2 (type: decimal(38,13)), _col3 (type: decimal(38,17)), _col4 (type: decimal(12,10)), _col5 (type: int), _col6 (type: smallint), _col7 (type: tinyint), _col8 (type: bigint), _col9 (type: boolean), _col10 (type: double), _col11 (type: float), _col12 (type: string), _col13 (type: timestamp) + null sort order: zzzzzzzzzzzzzz sort order: ++++++++++++++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -262,6 +263,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 220 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: decimal(11,3)), _col1 (type: decimal(11,3)), _col2 (type: decimal(21,11)), _col3 (type: decimal(23,9)), _col4 (type: decimal(5,3)), _col5 (type: int), _col6 (type: smallint), _col7 (type: tinyint), _col8 (type: bigint), _col9 (type: boolean), _col10 (type: double), _col11 (type: float), _col12 (type: string), _col13 (type: timestamp) + null sort order: zzzzzzzzzzzzzz sort order: ++++++++++++++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator diff --git ql/src/test/results/clientpositive/llap/vector_decimal_join.q.out ql/src/test/results/clientpositive/llap/vector_decimal_join.q.out index 291f4822ed..1ea7247b4c 100644 --- ql/src/test/results/clientpositive/llap/vector_decimal_join.q.out +++ ql/src/test/results/clientpositive/llap/vector_decimal_join.q.out @@ -99,6 +99,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 112 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -150,6 +151,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/llap/vector_decimal_mapjoin.q.out ql/src/test/results/clientpositive/llap/vector_decimal_mapjoin.q.out index 0c21172022..274661970b 100644 --- ql/src/test/results/clientpositive/llap/vector_decimal_mapjoin.q.out +++ ql/src/test/results/clientpositive/llap/vector_decimal_mapjoin.q.out @@ -199,6 +199,7 @@ STAGE PLANS: Statistics: Num rows: 997 Data size: 106235 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: decimal(26,2)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: decimal(26,2)) Reduce Sink Vectorization: @@ -484,6 +485,7 @@ STAGE PLANS: Statistics: Num rows: 997 Data size: 212470 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: decimal(26,2)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: decimal(26,2)) Reduce Sink Vectorization: @@ -847,6 +849,7 @@ STAGE PLANS: Statistics: Num rows: 997 Data size: 106235 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: decimal(16,2)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: decimal(16,2)) Reduce Sink Vectorization: @@ -1133,6 +1136,7 @@ STAGE PLANS: Statistics: Num rows: 997 Data size: 212470 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: decimal(16,2)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: decimal(16,2)) Reduce Sink Vectorization: @@ -1420,6 +1424,7 @@ STAGE PLANS: Statistics: Num rows: 997 Data size: 106235 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: decimal(16,2)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: decimal(16,2)) Reduce Sink Vectorization: @@ -1707,6 +1712,7 @@ STAGE PLANS: Statistics: Num rows: 997 Data size: 212470 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: decimal(16,2)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: decimal(16,2)) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/llap/vector_decimal_precision.q.out ql/src/test/results/clientpositive/llap/vector_decimal_precision.q.out index 6476e2948b..6b19ffa45f 100644 --- ql/src/test/results/clientpositive/llap/vector_decimal_precision.q.out +++ ql/src/test/results/clientpositive/llap/vector_decimal_precision.q.out @@ -603,6 +603,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 120 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -1226,6 +1227,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 232 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator diff --git ql/src/test/results/clientpositive/llap/vector_decimal_round.q.out ql/src/test/results/clientpositive/llap/vector_decimal_round.q.out index a0413d69c9..8dd8d6196c 100644 --- ql/src/test/results/clientpositive/llap/vector_decimal_round.q.out +++ ql/src/test/results/clientpositive/llap/vector_decimal_round.q.out @@ -75,6 +75,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 224 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(10,0)) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -196,6 +197,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 336 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: decimal(11,0)) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -345,6 +347,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 224 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(10,0)) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -466,6 +469,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 336 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: decimal(11,0)) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -615,6 +619,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 224 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(10,0)) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -736,6 +741,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 336 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: decimal(11,0)) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator diff --git ql/src/test/results/clientpositive/llap/vector_decimal_round_2.q.out ql/src/test/results/clientpositive/llap/vector_decimal_round_2.q.out index cd19185abd..5ad69be777 100644 --- ql/src/test/results/clientpositive/llap/vector_decimal_round_2.q.out +++ ql/src/test/results/clientpositive/llap/vector_decimal_round_2.q.out @@ -79,6 +79,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1456 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(21,0)) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -251,6 +252,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 2240 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(21,0)) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -450,6 +452,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 3808 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(21,0)) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -638,6 +641,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 224 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(30,9)) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator diff --git ql/src/test/results/clientpositive/llap/vector_decimal_trailing.q.out ql/src/test/results/clientpositive/llap/vector_decimal_trailing.q.out index 280dc5c5c0..0ec8c80d4d 100644 --- ql/src/test/results/clientpositive/llap/vector_decimal_trailing.q.out +++ ql/src/test/results/clientpositive/llap/vector_decimal_trailing.q.out @@ -109,6 +109,7 @@ STAGE PLANS: Statistics: Num rows: 30 Data size: 4936 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator diff --git ql/src/test/results/clientpositive/llap/vector_decimal_udf.q.out ql/src/test/results/clientpositive/llap/vector_decimal_udf.q.out index a0436b8a6a..4643bb375e 100644 --- ql/src/test/results/clientpositive/llap/vector_decimal_udf.q.out +++ ql/src/test/results/clientpositive/llap/vector_decimal_udf.q.out @@ -2397,6 +2397,7 @@ STAGE PLANS: Statistics: Num rows: 18 Data size: 2232 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -2465,6 +2466,7 @@ STAGE PLANS: Statistics: Num rows: 17 Data size: 5780 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -3371,6 +3373,7 @@ STAGE PLANS: Statistics: Num rows: 18 Data size: 504 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -3540,6 +3543,7 @@ STAGE PLANS: Statistics: Num rows: 18 Data size: 504 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -3691,6 +3695,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 160 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 160 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: array) @@ -3794,6 +3799,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 112 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -3929,6 +3935,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 112 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -4064,6 +4071,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -6514,6 +6522,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -6582,6 +6591,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -7488,6 +7498,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -7657,6 +7668,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 116 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -7808,6 +7820,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 272 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 272 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: array) @@ -7911,6 +7924,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 224 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -8046,6 +8060,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 224 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -8181,6 +8196,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 120 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator diff --git ql/src/test/results/clientpositive/llap/vector_distinct_2.q.out ql/src/test/results/clientpositive/llap/vector_distinct_2.q.out index 74475be134..9f7793b24d 100644 --- ql/src/test/results/clientpositive/llap/vector_distinct_2.q.out +++ ql/src/test/results/clientpositive/llap/vector_distinct_2.q.out @@ -157,6 +157,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 97812 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: tinyint), _col1 (type: string) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/llap/vector_full_outer_join.q.out ql/src/test/results/clientpositive/llap/vector_full_outer_join.q.out index c53249ce5d..5df2fc7091 100644 --- ql/src/test/results/clientpositive/llap/vector_full_outer_join.q.out +++ ql/src/test/results/clientpositive/llap/vector_full_outer_join.q.out @@ -118,6 +118,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 36 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 3 Data size: 36 Basic stats: COMPLETE Column stats: COMPLETE @@ -135,6 +136,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 360 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 4 Data size: 360 Basic stats: COMPLETE Column stats: COMPLETE @@ -223,6 +225,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 36 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 3 Data size: 36 Basic stats: COMPLETE Column stats: COMPLETE @@ -240,6 +243,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 360 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 4 Data size: 360 Basic stats: COMPLETE Column stats: COMPLETE @@ -335,6 +339,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 36 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Reduce Sink Vectorization: @@ -380,6 +385,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 360 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -499,6 +505,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 36 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Reduce Sink Vectorization: @@ -544,6 +551,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 360 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -663,6 +671,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 36 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Reduce Sink Vectorization: @@ -708,6 +717,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 360 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -827,6 +837,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 36 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Reduce Sink Vectorization: @@ -872,6 +883,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 360 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -991,6 +1003,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 36 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Reduce Sink Vectorization: @@ -1036,6 +1049,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 360 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -1159,6 +1173,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 36 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Reduce Sink Vectorization: @@ -1204,6 +1219,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/llap/vector_fullouter_mapjoin_1_fast.q.out ql/src/test/results/clientpositive/llap/vector_fullouter_mapjoin_1_fast.q.out index 2e0d2ad70c..5ee285a75a 100644 --- ql/src/test/results/clientpositive/llap/vector_fullouter_mapjoin_1_fast.q.out +++ ql/src/test/results/clientpositive/llap/vector_fullouter_mapjoin_1_fast.q.out @@ -237,6 +237,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 80 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Reduce Sink Vectorization: @@ -280,6 +281,7 @@ STAGE PLANS: Statistics: Num rows: 54 Data size: 3432 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Reduce Sink Vectorization: @@ -320,6 +322,7 @@ STAGE PLANS: Statistics: Num rows: 59 Data size: 3775 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: z sort order: + Statistics: Num rows: 59 Data size: 3775 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: bigint), _col2 (type: date) @@ -493,6 +496,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 80 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Reduce Sink Vectorization: @@ -536,6 +540,7 @@ STAGE PLANS: Statistics: Num rows: 54 Data size: 3432 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Reduce Sink Vectorization: @@ -602,6 +607,7 @@ STAGE PLANS: DynamicPartitionHashJoin: true Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -1073,6 +1079,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 63 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: smallint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: smallint) Reduce Sink Vectorization: @@ -1116,6 +1123,7 @@ STAGE PLANS: Statistics: Num rows: 72 Data size: 2208 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: smallint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: smallint) Reduce Sink Vectorization: @@ -1182,6 +1190,7 @@ STAGE PLANS: DynamicPartitionHashJoin: true Reduce Output Operator key expressions: _col0 (type: smallint) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -1449,6 +1458,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 173 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -1494,6 +1504,7 @@ STAGE PLANS: Statistics: Num rows: 81 Data size: 1703 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -1561,6 +1572,7 @@ STAGE PLANS: DynamicPartitionHashJoin: true Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -1836,6 +1848,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 106 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -1879,6 +1892,7 @@ STAGE PLANS: Statistics: Num rows: 39 Data size: 381 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -1943,6 +1957,7 @@ STAGE PLANS: DynamicPartitionHashJoin: true Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -2296,6 +2311,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 88 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: smallint), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: smallint), _col1 (type: int) Reduce Sink Vectorization: @@ -2339,6 +2355,7 @@ STAGE PLANS: Statistics: Num rows: 92 Data size: 724 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: smallint), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: smallint), _col1 (type: int) Reduce Sink Vectorization: @@ -2403,6 +2420,7 @@ STAGE PLANS: DynamicPartitionHashJoin: true Reduce Output Operator key expressions: _col0 (type: smallint), _col1 (type: int) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -3051,6 +3069,7 @@ STAGE PLANS: Statistics: Num rows: 17 Data size: 1729 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: timestamp), _col1 (type: smallint), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: timestamp), _col1 (type: smallint), _col2 (type: string) Reduce Sink Vectorization: @@ -3094,6 +3113,7 @@ STAGE PLANS: Statistics: Num rows: 118 Data size: 28216 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: timestamp), _col1 (type: smallint), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: timestamp), _col1 (type: smallint), _col2 (type: string) Reduce Sink Vectorization: @@ -3160,6 +3180,7 @@ STAGE PLANS: DynamicPartitionHashJoin: true Reduce Output Operator key expressions: _col0 (type: timestamp), _col1 (type: smallint) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -3596,6 +3617,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1056 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -3639,6 +3661,7 @@ STAGE PLANS: Statistics: Num rows: 38 Data size: 6606 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -3705,6 +3728,7 @@ STAGE PLANS: DynamicPartitionHashJoin: true Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator diff --git ql/src/test/results/clientpositive/llap/vector_fullouter_mapjoin_1_optimized.q.out ql/src/test/results/clientpositive/llap/vector_fullouter_mapjoin_1_optimized.q.out index bd56ba5842..874d5c1fd2 100644 --- ql/src/test/results/clientpositive/llap/vector_fullouter_mapjoin_1_optimized.q.out +++ ql/src/test/results/clientpositive/llap/vector_fullouter_mapjoin_1_optimized.q.out @@ -237,6 +237,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 80 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Reduce Sink Vectorization: @@ -280,6 +281,7 @@ STAGE PLANS: Statistics: Num rows: 54 Data size: 3432 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Reduce Sink Vectorization: @@ -320,6 +322,7 @@ STAGE PLANS: Statistics: Num rows: 59 Data size: 3775 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: z sort order: + Statistics: Num rows: 59 Data size: 3775 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: bigint), _col2 (type: date) @@ -493,6 +496,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 80 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Reduce Sink Vectorization: @@ -536,6 +540,7 @@ STAGE PLANS: Statistics: Num rows: 54 Data size: 3432 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Reduce Sink Vectorization: @@ -602,6 +607,7 @@ STAGE PLANS: DynamicPartitionHashJoin: true Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -1073,6 +1079,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 63 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: smallint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: smallint) Reduce Sink Vectorization: @@ -1116,6 +1123,7 @@ STAGE PLANS: Statistics: Num rows: 72 Data size: 2208 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: smallint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: smallint) Reduce Sink Vectorization: @@ -1182,6 +1190,7 @@ STAGE PLANS: DynamicPartitionHashJoin: true Reduce Output Operator key expressions: _col0 (type: smallint) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -1449,6 +1458,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 173 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -1494,6 +1504,7 @@ STAGE PLANS: Statistics: Num rows: 81 Data size: 1703 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -1561,6 +1572,7 @@ STAGE PLANS: DynamicPartitionHashJoin: true Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -1836,6 +1848,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 106 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -1879,6 +1892,7 @@ STAGE PLANS: Statistics: Num rows: 39 Data size: 381 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -1943,6 +1957,7 @@ STAGE PLANS: DynamicPartitionHashJoin: true Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -2296,6 +2311,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 88 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: smallint), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: smallint), _col1 (type: int) Reduce Sink Vectorization: @@ -2339,6 +2355,7 @@ STAGE PLANS: Statistics: Num rows: 92 Data size: 724 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: smallint), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: smallint), _col1 (type: int) Reduce Sink Vectorization: @@ -2403,6 +2420,7 @@ STAGE PLANS: DynamicPartitionHashJoin: true Reduce Output Operator key expressions: _col0 (type: smallint), _col1 (type: int) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -3051,6 +3069,7 @@ STAGE PLANS: Statistics: Num rows: 17 Data size: 1729 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: timestamp), _col1 (type: smallint), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: timestamp), _col1 (type: smallint), _col2 (type: string) Reduce Sink Vectorization: @@ -3094,6 +3113,7 @@ STAGE PLANS: Statistics: Num rows: 118 Data size: 28216 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: timestamp), _col1 (type: smallint), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: timestamp), _col1 (type: smallint), _col2 (type: string) Reduce Sink Vectorization: @@ -3160,6 +3180,7 @@ STAGE PLANS: DynamicPartitionHashJoin: true Reduce Output Operator key expressions: _col0 (type: timestamp), _col1 (type: smallint) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -3596,6 +3617,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1056 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -3639,6 +3661,7 @@ STAGE PLANS: Statistics: Num rows: 38 Data size: 6606 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -3705,6 +3728,7 @@ STAGE PLANS: DynamicPartitionHashJoin: true Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator diff --git ql/src/test/results/clientpositive/llap/vector_fullouter_mapjoin_1_optimized_passthru.q.out ql/src/test/results/clientpositive/llap/vector_fullouter_mapjoin_1_optimized_passthru.q.out index 7b3d655dc3..7040c2865a 100644 --- ql/src/test/results/clientpositive/llap/vector_fullouter_mapjoin_1_optimized_passthru.q.out +++ ql/src/test/results/clientpositive/llap/vector_fullouter_mapjoin_1_optimized_passthru.q.out @@ -237,6 +237,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 80 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Reduce Sink Vectorization: @@ -280,6 +281,7 @@ STAGE PLANS: Statistics: Num rows: 54 Data size: 3432 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Reduce Sink Vectorization: @@ -320,6 +322,7 @@ STAGE PLANS: Statistics: Num rows: 59 Data size: 3775 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: z sort order: + Statistics: Num rows: 59 Data size: 3775 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: bigint), _col2 (type: date) @@ -493,6 +496,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 80 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Reduce Sink Vectorization: @@ -536,6 +540,7 @@ STAGE PLANS: Statistics: Num rows: 54 Data size: 3432 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Reduce Sink Vectorization: @@ -599,6 +604,7 @@ STAGE PLANS: DynamicPartitionHashJoin: true Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -1070,6 +1076,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 63 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: smallint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: smallint) Reduce Sink Vectorization: @@ -1113,6 +1120,7 @@ STAGE PLANS: Statistics: Num rows: 72 Data size: 2208 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: smallint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: smallint) Reduce Sink Vectorization: @@ -1176,6 +1184,7 @@ STAGE PLANS: DynamicPartitionHashJoin: true Reduce Output Operator key expressions: _col0 (type: smallint) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -1443,6 +1452,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 173 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -1488,6 +1498,7 @@ STAGE PLANS: Statistics: Num rows: 81 Data size: 1703 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -1551,6 +1562,7 @@ STAGE PLANS: DynamicPartitionHashJoin: true Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -1826,6 +1838,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 106 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -1869,6 +1882,7 @@ STAGE PLANS: Statistics: Num rows: 39 Data size: 381 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -1930,6 +1944,7 @@ STAGE PLANS: DynamicPartitionHashJoin: true Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -2283,6 +2298,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 88 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: smallint), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: smallint), _col1 (type: int) Reduce Sink Vectorization: @@ -2326,6 +2342,7 @@ STAGE PLANS: Statistics: Num rows: 92 Data size: 724 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: smallint), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: smallint), _col1 (type: int) Reduce Sink Vectorization: @@ -2387,6 +2404,7 @@ STAGE PLANS: DynamicPartitionHashJoin: true Reduce Output Operator key expressions: _col0 (type: smallint), _col1 (type: int) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -3035,6 +3053,7 @@ STAGE PLANS: Statistics: Num rows: 17 Data size: 1729 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: timestamp), _col1 (type: smallint), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: timestamp), _col1 (type: smallint), _col2 (type: string) Reduce Sink Vectorization: @@ -3078,6 +3097,7 @@ STAGE PLANS: Statistics: Num rows: 118 Data size: 28216 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: timestamp), _col1 (type: smallint), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: timestamp), _col1 (type: smallint), _col2 (type: string) Reduce Sink Vectorization: @@ -3141,6 +3161,7 @@ STAGE PLANS: DynamicPartitionHashJoin: true Reduce Output Operator key expressions: _col0 (type: timestamp), _col1 (type: smallint) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -3577,6 +3598,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1056 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -3620,6 +3642,7 @@ STAGE PLANS: Statistics: Num rows: 38 Data size: 6606 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -3683,6 +3706,7 @@ STAGE PLANS: DynamicPartitionHashJoin: true Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator diff --git ql/src/test/results/clientpositive/llap/vector_groupby4.q.out ql/src/test/results/clientpositive/llap/vector_groupby4.q.out index f7c121d514..43aa6ba73c 100644 --- ql/src/test/results/clientpositive/llap/vector_groupby4.q.out +++ ql/src/test/results/clientpositive/llap/vector_groupby4.q.out @@ -69,6 +69,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: rand() (type: double) Reduce Sink Vectorization: @@ -110,6 +111,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 92000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -158,6 +160,7 @@ STAGE PLANS: projectedOutputColumnNums: [0] Statistics: Num rows: 316 Data size: 58144 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Map-reduce partition columns: rand() (type: double) Reduce Sink Vectorization: @@ -180,6 +183,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 440 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 440 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct) diff --git ql/src/test/results/clientpositive/llap/vector_groupby6.q.out ql/src/test/results/clientpositive/llap/vector_groupby6.q.out index e7d6979b20..a3cd10ba04 100644 --- ql/src/test/results/clientpositive/llap/vector_groupby6.q.out +++ ql/src/test/results/clientpositive/llap/vector_groupby6.q.out @@ -69,6 +69,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: rand() (type: double) Reduce Sink Vectorization: @@ -110,6 +111,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 92000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -158,6 +160,7 @@ STAGE PLANS: projectedOutputColumnNums: [0] Statistics: Num rows: 307 Data size: 56488 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Map-reduce partition columns: rand() (type: double) Reduce Sink Vectorization: @@ -180,6 +183,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 440 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 440 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct) diff --git ql/src/test/results/clientpositive/llap/vector_groupby_3.q.out ql/src/test/results/clientpositive/llap/vector_groupby_3.q.out index f210cb582e..686abea830 100644 --- ql/src/test/results/clientpositive/llap/vector_groupby_3.q.out +++ ql/src/test/results/clientpositive/llap/vector_groupby_3.q.out @@ -159,6 +159,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 105812 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: tinyint), _col1 (type: string) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/llap/vector_groupby_cube1.q.out ql/src/test/results/clientpositive/llap/vector_groupby_cube1.q.out index 1f5de1857c..b4b8aaac42 100644 --- ql/src/test/results/clientpositive/llap/vector_groupby_cube1.q.out +++ ql/src/test/results/clientpositive/llap/vector_groupby_cube1.q.out @@ -73,6 +73,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 1472 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Reduce Sink Vectorization: @@ -215,6 +216,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 1472 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Reduce Sink Vectorization: @@ -383,6 +385,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 1472 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Reduce Sink Vectorization: @@ -535,6 +538,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 736 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: bigint), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: bigint) Statistics: Num rows: 2 Data size: 736 Basic stats: COMPLETE Column stats: NONE @@ -653,6 +657,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 1472 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: rand() (type: double) Reduce Sink Vectorization: @@ -713,6 +718,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 1472 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Reduce Sink Vectorization: @@ -851,6 +857,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 736 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: bigint), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 736 Basic stats: COMPLETE Column stats: NONE @@ -878,6 +885,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 736 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: bigint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 736 Basic stats: COMPLETE Column stats: NONE @@ -1019,6 +1027,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 1472 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: rand() (type: double) Reduce Sink Vectorization: @@ -1055,6 +1064,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 1472 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: rand() (type: double) Reduce Sink Vectorization: @@ -1115,6 +1125,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 1472 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Reduce Sink Vectorization: @@ -1164,6 +1175,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1680 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1680 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) @@ -1219,6 +1231,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 1472 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Reduce Sink Vectorization: @@ -1268,6 +1281,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1680 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1680 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) diff --git ql/src/test/results/clientpositive/llap/vector_groupby_grouping_id1.q.out ql/src/test/results/clientpositive/llap/vector_groupby_grouping_id1.q.out index 2b6f81914b..4a3f297a61 100644 --- ql/src/test/results/clientpositive/llap/vector_groupby_grouping_id1.q.out +++ ql/src/test/results/clientpositive/llap/vector_groupby_grouping_id1.q.out @@ -85,6 +85,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 2148 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Reduce Sink Vectorization: @@ -248,6 +249,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 2148 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Reduce Sink Vectorization: @@ -411,6 +413,7 @@ STAGE PLANS: Statistics: Num rows: 9 Data size: 1611 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Reduce Sink Vectorization: @@ -568,6 +571,7 @@ STAGE PLANS: Statistics: Num rows: 9 Data size: 1611 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Reduce Sink Vectorization: @@ -725,6 +729,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 2148 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Reduce Sink Vectorization: @@ -889,6 +894,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 2148 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/llap/vector_groupby_grouping_id2.q.out ql/src/test/results/clientpositive/llap/vector_groupby_grouping_id2.q.out index ea7cba6af2..b64f32cc46 100644 --- ql/src/test/results/clientpositive/llap/vector_groupby_grouping_id2.q.out +++ ql/src/test/results/clientpositive/llap/vector_groupby_grouping_id2.q.out @@ -88,6 +88,7 @@ STAGE PLANS: Statistics: Num rows: 9 Data size: 208 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: rand() (type: double) Reduce Sink Vectorization: @@ -148,6 +149,7 @@ STAGE PLANS: Statistics: Num rows: 9 Data size: 208 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Reduce Sink Vectorization: @@ -295,6 +297,7 @@ STAGE PLANS: Statistics: Num rows: 9 Data size: 208 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: rand() (type: double) Reduce Sink Vectorization: @@ -355,6 +358,7 @@ STAGE PLANS: Statistics: Num rows: 9 Data size: 208 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Reduce Sink Vectorization: @@ -512,6 +516,7 @@ STAGE PLANS: Statistics: Num rows: 9 Data size: 136 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: rand() (type: double) Reduce Sink Vectorization: @@ -568,6 +573,7 @@ STAGE PLANS: Statistics: Num rows: 9 Data size: 136 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Reduce Sink Vectorization: @@ -630,6 +636,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: rand() (type: double) Reduce Sink Vectorization: @@ -673,6 +680,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Reduce Sink Vectorization: @@ -823,6 +831,7 @@ STAGE PLANS: Statistics: Num rows: 9 Data size: 136 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: rand() (type: double) Reduce Sink Vectorization: @@ -879,6 +888,7 @@ STAGE PLANS: Statistics: Num rows: 9 Data size: 136 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Reduce Sink Vectorization: @@ -941,6 +951,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: rand() (type: double) Reduce Sink Vectorization: @@ -984,6 +995,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Reduce Sink Vectorization: @@ -1130,6 +1142,7 @@ STAGE PLANS: Statistics: Num rows: 9 Data size: 136 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: rand() (type: double) Reduce Sink Vectorization: @@ -1186,6 +1199,7 @@ STAGE PLANS: Statistics: Num rows: 9 Data size: 136 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Reduce Sink Vectorization: @@ -1197,6 +1211,7 @@ STAGE PLANS: Statistics: Num rows: 9 Data size: 136 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Reduce Sink Vectorization: @@ -1244,6 +1259,7 @@ STAGE PLANS: Statistics: Num rows: 9 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Reduce Sink Vectorization: @@ -1311,6 +1327,7 @@ STAGE PLANS: Statistics: Num rows: 9 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Reduce Sink Vectorization: @@ -1461,6 +1478,7 @@ STAGE PLANS: Statistics: Num rows: 9 Data size: 136 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: rand() (type: double) Reduce Sink Vectorization: @@ -1517,6 +1535,7 @@ STAGE PLANS: Statistics: Num rows: 9 Data size: 136 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Reduce Sink Vectorization: @@ -1528,6 +1547,7 @@ STAGE PLANS: Statistics: Num rows: 9 Data size: 136 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Reduce Sink Vectorization: @@ -1575,6 +1595,7 @@ STAGE PLANS: Statistics: Num rows: 9 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Reduce Sink Vectorization: @@ -1642,6 +1663,7 @@ STAGE PLANS: Statistics: Num rows: 9 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Reduce Sink Vectorization: @@ -1785,6 +1807,7 @@ STAGE PLANS: Statistics: Num rows: 9 Data size: 208 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) Reduce Sink Vectorization: @@ -1956,6 +1979,7 @@ STAGE PLANS: Statistics: Num rows: 9 Data size: 136 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) Reduce Sink Vectorization: @@ -2034,6 +2058,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Reduce Sink Vectorization: @@ -2179,6 +2204,7 @@ STAGE PLANS: Statistics: Num rows: 9 Data size: 136 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) Reduce Sink Vectorization: @@ -2189,6 +2215,7 @@ STAGE PLANS: Statistics: Num rows: 9 Data size: 136 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) Reduce Sink Vectorization: @@ -2252,6 +2279,7 @@ STAGE PLANS: Statistics: Num rows: 9 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Reduce Sink Vectorization: @@ -2319,6 +2347,7 @@ STAGE PLANS: Statistics: Num rows: 9 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/llap/vector_groupby_grouping_id3.q.out ql/src/test/results/clientpositive/llap/vector_groupby_grouping_id3.q.out index 097e905c7b..93e1d72d0c 100644 --- ql/src/test/results/clientpositive/llap/vector_groupby_grouping_id3.q.out +++ ql/src/test/results/clientpositive/llap/vector_groupby_grouping_id3.q.out @@ -102,6 +102,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 140 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), 1L (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int), 1L (type: bigint) Reduce Sink Vectorization: @@ -276,6 +277,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 140 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/llap/vector_groupby_grouping_sets1.q.out ql/src/test/results/clientpositive/llap/vector_groupby_grouping_sets1.q.out index 2c97deee15..3897cb7545 100644 --- ql/src/test/results/clientpositive/llap/vector_groupby_grouping_sets1.q.out +++ ql/src/test/results/clientpositive/llap/vector_groupby_grouping_sets1.q.out @@ -103,6 +103,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 2232 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Reduce Sink Vectorization: @@ -270,6 +271,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 2232 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Reduce Sink Vectorization: @@ -437,6 +439,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 2232 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Reduce Sink Vectorization: @@ -604,6 +607,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 1116 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Reduce Sink Vectorization: @@ -765,6 +769,7 @@ STAGE PLANS: Statistics: Num rows: 9 Data size: 2367 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: bigint) + null sort order: aaaa sort order: ++++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: bigint) Reduce Sink Vectorization: @@ -925,6 +930,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 255 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -1070,6 +1076,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/llap/vector_groupby_grouping_sets2.q.out ql/src/test/results/clientpositive/llap/vector_groupby_grouping_sets2.q.out index 3102b3415e..b4bca97890 100644 --- ql/src/test/results/clientpositive/llap/vector_groupby_grouping_sets2.q.out +++ ql/src/test/results/clientpositive/llap/vector_groupby_grouping_sets2.q.out @@ -89,6 +89,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 534 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Reduce Sink Vectorization: @@ -148,6 +149,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 2232 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Reduce Sink Vectorization: @@ -275,6 +277,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 534 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Reduce Sink Vectorization: @@ -334,6 +337,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 2232 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Reduce Sink Vectorization: @@ -470,6 +474,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 534 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 3 Data size: 534 Basic stats: COMPLETE Column stats: COMPLETE @@ -514,6 +519,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 2232 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Reduce Sink Vectorization: @@ -689,6 +695,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 534 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Reduce Sink Vectorization: @@ -748,6 +755,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 2232 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/llap/vector_groupby_grouping_sets3.q.out ql/src/test/results/clientpositive/llap/vector_groupby_grouping_sets3.q.out index 22584e9b43..b5b3e96f3e 100644 --- ql/src/test/results/clientpositive/llap/vector_groupby_grouping_sets3.q.out +++ ql/src/test/results/clientpositive/llap/vector_groupby_grouping_sets3.q.out @@ -81,6 +81,7 @@ STAGE PLANS: Statistics: Num rows: 24 Data size: 4848 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Statistics: Num rows: 24 Data size: 4848 Basic stats: COMPLETE Column stats: COMPLETE @@ -195,6 +196,7 @@ STAGE PLANS: Statistics: Num rows: 24 Data size: 4848 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Statistics: Num rows: 24 Data size: 4848 Basic stats: COMPLETE Column stats: COMPLETE @@ -335,6 +337,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 1164 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 6 Data size: 1164 Basic stats: COMPLETE Column stats: COMPLETE @@ -379,6 +382,7 @@ STAGE PLANS: Statistics: Num rows: 24 Data size: 4848 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/llap/vector_groupby_grouping_sets3_dec.q.out ql/src/test/results/clientpositive/llap/vector_groupby_grouping_sets3_dec.q.out index c00770af2a..c79018cd4a 100644 --- ql/src/test/results/clientpositive/llap/vector_groupby_grouping_sets3_dec.q.out +++ ql/src/test/results/clientpositive/llap/vector_groupby_grouping_sets3_dec.q.out @@ -96,6 +96,7 @@ STAGE PLANS: Statistics: Num rows: 24 Data size: 7344 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Reduce Sink Vectorization: @@ -240,6 +241,7 @@ STAGE PLANS: Statistics: Num rows: 24 Data size: 7344 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Reduce Sink Vectorization: @@ -410,6 +412,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 1788 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Reduce Sink Vectorization: @@ -469,6 +472,7 @@ STAGE PLANS: Statistics: Num rows: 24 Data size: 7344 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/llap/vector_groupby_grouping_sets4.q.out ql/src/test/results/clientpositive/llap/vector_groupby_grouping_sets4.q.out index 4331d860d8..a3615dfc5b 100644 --- ql/src/test/results/clientpositive/llap/vector_groupby_grouping_sets4.q.out +++ ql/src/test/results/clientpositive/llap/vector_groupby_grouping_sets4.q.out @@ -98,6 +98,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 744 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Reduce Sink Vectorization: @@ -110,6 +111,7 @@ STAGE PLANS: value expressions: _col3 (type: bigint) Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Reduce Sink Vectorization: @@ -185,6 +187,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 712 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -264,6 +267,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 712 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -351,6 +355,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 744 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Reduce Sink Vectorization: @@ -363,6 +368,7 @@ STAGE PLANS: value expressions: _col3 (type: bigint) Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Reduce Sink Vectorization: @@ -438,6 +444,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 712 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -517,6 +524,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 712 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -635,6 +643,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 178 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Reduce Sink Vectorization: @@ -694,6 +703,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 744 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Reduce Sink Vectorization: @@ -706,6 +716,7 @@ STAGE PLANS: value expressions: _col3 (type: bigint) Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Reduce Sink Vectorization: @@ -764,6 +775,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 712 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -843,6 +855,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 712 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/llap/vector_groupby_grouping_sets5.q.out ql/src/test/results/clientpositive/llap/vector_groupby_grouping_sets5.q.out index c48810766c..939c0005ff 100644 --- ql/src/test/results/clientpositive/llap/vector_groupby_grouping_sets5.q.out +++ ql/src/test/results/clientpositive/llap/vector_groupby_grouping_sets5.q.out @@ -89,6 +89,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 510 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Reduce Sink Vectorization: @@ -159,6 +160,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 1116 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Reduce Sink Vectorization: @@ -286,6 +288,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 510 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Reduce Sink Vectorization: @@ -356,6 +359,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 1116 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Reduce Sink Vectorization: @@ -510,6 +514,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 510 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Reduce Sink Vectorization: @@ -580,6 +585,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 178 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Reduce Sink Vectorization: @@ -622,6 +628,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 744 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/llap/vector_groupby_grouping_sets6.q.out ql/src/test/results/clientpositive/llap/vector_groupby_grouping_sets6.q.out index 3dcfbb6293..6bb2d28c69 100644 --- ql/src/test/results/clientpositive/llap/vector_groupby_grouping_sets6.q.out +++ ql/src/test/results/clientpositive/llap/vector_groupby_grouping_sets6.q.out @@ -89,6 +89,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 534 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Reduce Sink Vectorization: @@ -236,6 +237,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 534 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/llap/vector_groupby_grouping_sets_grouping.q.out ql/src/test/results/clientpositive/llap/vector_groupby_grouping_sets_grouping.q.out index f22399f6b3..1cfcf030ca 100644 --- ql/src/test/results/clientpositive/llap/vector_groupby_grouping_sets_grouping.q.out +++ ql/src/test/results/clientpositive/llap/vector_groupby_grouping_sets_grouping.q.out @@ -89,6 +89,7 @@ STAGE PLANS: Statistics: Num rows: 9 Data size: 136 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) Reduce Sink Vectorization: @@ -254,6 +255,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) Reduce Sink Vectorization: @@ -426,6 +428,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) Reduce Sink Vectorization: @@ -599,6 +602,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) Reduce Sink Vectorization: @@ -670,6 +674,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 228 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: bigint), _col3 (type: int) + null sort order: zz sort order: -+ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -809,6 +814,7 @@ STAGE PLANS: Statistics: Num rows: 9 Data size: 136 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) Reduce Sink Vectorization: @@ -974,6 +980,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) Reduce Sink Vectorization: @@ -1153,6 +1160,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 92 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) Reduce Sink Vectorization: @@ -1319,6 +1327,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) Reduce Sink Vectorization: @@ -1383,6 +1392,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: bigint), CASE WHEN ((_col2 = 1L)) THEN (_col0) END (type: int) + null sort order: zz sort order: -+ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -1523,6 +1533,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Reduce Sink Vectorization: @@ -1683,6 +1694,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Reduce Sink Vectorization: @@ -1845,6 +1857,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Reduce Sink Vectorization: @@ -1998,6 +2011,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) Reduce Sink Vectorization: @@ -2168,6 +2182,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) Reduce Sink Vectorization: @@ -2338,6 +2353,7 @@ STAGE PLANS: Statistics: Num rows: 9 Data size: 136 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) Reduce Sink Vectorization: @@ -2503,6 +2519,7 @@ STAGE PLANS: Statistics: Num rows: 9 Data size: 136 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int), _col2 (type: bigint) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/llap/vector_groupby_grouping_sets_limit.q.out ql/src/test/results/clientpositive/llap/vector_groupby_grouping_sets_limit.q.out index d6a382e204..6fd15e7101 100644 --- ql/src/test/results/clientpositive/llap/vector_groupby_grouping_sets_limit.q.out +++ ql/src/test/results/clientpositive/llap/vector_groupby_grouping_sets_limit.q.out @@ -75,6 +75,7 @@ STAGE PLANS: Top N Key Operator sort order: +++ keys: a (type: string), b (type: string), 0L (type: bigint) + null sort order: zza Statistics: Num rows: 6 Data size: 1020 Basic stats: COMPLETE Column stats: COMPLETE top n: 10 Top N Key Vectorization: @@ -98,6 +99,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 2232 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: zza sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Reduce Sink Vectorization: @@ -167,6 +169,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 2136 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -290,6 +293,7 @@ STAGE PLANS: Top N Key Operator sort order: +++ keys: a (type: string), b (type: string), 0L (type: bigint) + null sort order: zza Statistics: Num rows: 6 Data size: 1020 Basic stats: COMPLETE Column stats: COMPLETE top n: 10 Top N Key Vectorization: @@ -313,6 +317,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 2232 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: zza sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Reduce Sink Vectorization: @@ -382,6 +387,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 2136 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -505,6 +511,7 @@ STAGE PLANS: Top N Key Operator sort order: +++ keys: a (type: string), b (type: string), 0L (type: bigint) + null sort order: zza Statistics: Num rows: 6 Data size: 1020 Basic stats: COMPLETE Column stats: COMPLETE top n: 10 Top N Key Vectorization: @@ -528,6 +535,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 1116 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: zza sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Reduce Sink Vectorization: @@ -597,6 +605,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 1068 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -720,6 +729,7 @@ STAGE PLANS: Top N Key Operator sort order: ++++ keys: a (type: string), b (type: string), c (type: string), 0L (type: bigint) + null sort order: zaaa Statistics: Num rows: 6 Data size: 1530 Basic stats: COMPLETE Column stats: COMPLETE top n: 10 Top N Key Vectorization: @@ -741,6 +751,7 @@ STAGE PLANS: Statistics: Num rows: 9 Data size: 2367 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: bigint) + null sort order: zaaa sort order: ++++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: bigint) Reduce Sink Vectorization: @@ -806,6 +817,7 @@ STAGE PLANS: Statistics: Num rows: 9 Data size: 765 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -927,6 +939,7 @@ STAGE PLANS: Top N Key Operator sort order: + keys: a (type: string) + null sort order: z Statistics: Num rows: 6 Data size: 510 Basic stats: COMPLETE Column stats: COMPLETE top n: 10 Top N Key Vectorization: @@ -948,6 +961,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 255 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -1004,6 +1018,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 255 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -1121,6 +1136,7 @@ STAGE PLANS: Top N Key Operator sort order: + keys: _col0 (type: double) + null sort order: z Statistics: Num rows: 6 Data size: 1020 Basic stats: COMPLETE Column stats: COMPLETE top n: 10 Top N Key Vectorization: @@ -1144,6 +1160,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: double) Reduce Sink Vectorization: @@ -1204,6 +1221,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator diff --git ql/src/test/results/clientpositive/llap/vector_groupby_grouping_window.q.out ql/src/test/results/clientpositive/llap/vector_groupby_grouping_window.q.out index 5e391bf568..dbeef40b61 100644 --- ql/src/test/results/clientpositive/llap/vector_groupby_grouping_window.q.out +++ ql/src/test/results/clientpositive/llap/vector_groupby_grouping_window.q.out @@ -87,6 +87,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 60 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: bigint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: bigint) Reduce Sink Vectorization: @@ -154,6 +155,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 60 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col3 (type: int) + null sort order: az sort order: ++ Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/llap/vector_groupby_mapjoin.q.out ql/src/test/results/clientpositive/llap/vector_groupby_mapjoin.q.out index 3c05e1d901..4607d38873 100644 --- ql/src/test/results/clientpositive/llap/vector_groupby_mapjoin.q.out +++ ql/src/test/results/clientpositive/llap/vector_groupby_mapjoin.q.out @@ -106,6 +106,7 @@ STAGE PLANS: Statistics: Num rows: 895 Data size: 159310 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -153,6 +154,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -182,6 +184,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -259,6 +262,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 22750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -289,6 +293,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator diff --git ql/src/test/results/clientpositive/llap/vector_groupby_reduce.q.out ql/src/test/results/clientpositive/llap/vector_groupby_reduce.q.out index a76c525f82..d6325982e3 100644 --- ql/src/test/results/clientpositive/llap/vector_groupby_reduce.q.out +++ ql/src/test/results/clientpositive/llap/vector_groupby_reduce.q.out @@ -273,6 +273,7 @@ STAGE PLANS: Top N Key Operator sort order: + keys: ss_ticket_number (type: int) + null sort order: z Statistics: Num rows: 1000 Data size: 4000 Basic stats: COMPLETE Column stats: COMPLETE top n: 20 Top N Key Vectorization: @@ -294,6 +295,7 @@ STAGE PLANS: Statistics: Num rows: 85 Data size: 340 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -336,6 +338,7 @@ STAGE PLANS: Statistics: Num rows: 85 Data size: 340 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -498,6 +501,7 @@ STAGE PLANS: Statistics: Num rows: 85 Data size: 340 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -561,6 +565,7 @@ STAGE PLANS: Statistics: Num rows: 85 Data size: 340 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -796,6 +801,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 768 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -863,6 +869,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 164 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Reduce Sink Vectorization: @@ -1026,6 +1033,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 66000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Reduce Sink Vectorization: @@ -1101,6 +1109,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 132000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator diff --git ql/src/test/results/clientpositive/llap/vector_groupby_rollup1.q.out ql/src/test/results/clientpositive/llap/vector_groupby_rollup1.q.out index a885f9624a..fee5ff1553 100644 --- ql/src/test/results/clientpositive/llap/vector_groupby_rollup1.q.out +++ ql/src/test/results/clientpositive/llap/vector_groupby_rollup1.q.out @@ -85,6 +85,7 @@ STAGE PLANS: Statistics: Num rows: 18 Data size: 6624 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Reduce Sink Vectorization: @@ -232,6 +233,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 4416 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: bigint), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: bigint) Statistics: Num rows: 12 Data size: 4416 Basic stats: COMPLETE Column stats: NONE @@ -350,6 +352,7 @@ STAGE PLANS: Statistics: Num rows: 18 Data size: 6624 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: rand() (type: double) Reduce Sink Vectorization: @@ -410,6 +413,7 @@ STAGE PLANS: Statistics: Num rows: 18 Data size: 6624 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Reduce Sink Vectorization: @@ -542,6 +546,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 4416 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: bigint), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 12 Data size: 4416 Basic stats: COMPLETE Column stats: NONE @@ -569,6 +574,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 4416 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: bigint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 12 Data size: 4416 Basic stats: COMPLETE Column stats: NONE @@ -708,6 +714,7 @@ STAGE PLANS: Statistics: Num rows: 18 Data size: 6624 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: rand() (type: double) Reduce Sink Vectorization: @@ -744,6 +751,7 @@ STAGE PLANS: Statistics: Num rows: 18 Data size: 6624 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: rand() (type: double) Reduce Sink Vectorization: @@ -804,6 +812,7 @@ STAGE PLANS: Statistics: Num rows: 18 Data size: 6624 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Reduce Sink Vectorization: @@ -897,6 +906,7 @@ STAGE PLANS: Statistics: Num rows: 18 Data size: 6624 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/llap/vector_groupby_sort_11.q.out ql/src/test/results/clientpositive/llap/vector_groupby_sort_11.q.out index 89b906285f..48b89a4930 100644 --- ql/src/test/results/clientpositive/llap/vector_groupby_sort_11.q.out +++ ql/src/test/results/clientpositive/llap/vector_groupby_sort_11.q.out @@ -90,6 +90,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -219,6 +220,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 585 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Statistics: Num rows: 5 Data size: 585 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col2 (type: bigint), _col3 (type: bigint) @@ -315,6 +317,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 585 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 5 Data size: 585 Basic stats: COMPLETE Column stats: COMPLETE @@ -422,6 +425,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 585 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 5 Data size: 585 Basic stats: COMPLETE Column stats: COMPLETE @@ -539,6 +543,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Reduce Sink Vectorization: @@ -607,6 +612,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -729,6 +735,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Reduce Sink Vectorization: @@ -803,6 +810,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -914,6 +922,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 850 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Reduce Sink Vectorization: @@ -969,6 +978,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 6 Data size: 510 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator diff --git ql/src/test/results/clientpositive/llap/vector_groupby_sort_8.q.out ql/src/test/results/clientpositive/llap/vector_groupby_sort_8.q.out index d896bc935a..0ae84aa689 100644 --- ql/src/test/results/clientpositive/llap/vector_groupby_sort_8.q.out +++ ql/src/test/results/clientpositive/llap/vector_groupby_sort_8.q.out @@ -99,6 +99,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 192 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator diff --git ql/src/test/results/clientpositive/llap/vector_grouping_sets.q.out ql/src/test/results/clientpositive/llap/vector_grouping_sets.q.out index 83ccc2ad23..4d23791923 100644 --- ql/src/test/results/clientpositive/llap/vector_grouping_sets.q.out +++ ql/src/test/results/clientpositive/llap/vector_grouping_sets.q.out @@ -183,6 +183,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 1296 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: bigint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: bigint) Reduce Sink Vectorization: @@ -319,6 +320,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 1296 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: bigint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: bigint) Reduce Sink Vectorization: @@ -445,6 +447,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 1296 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: bigint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: bigint) Statistics: Num rows: 12 Data size: 1296 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/vector_identity_reuse.q.out ql/src/test/results/clientpositive/llap/vector_identity_reuse.q.out index 52d67a7cd1..00aa4fbf7d 100644 --- ql/src/test/results/clientpositive/llap/vector_identity_reuse.q.out +++ ql/src/test/results/clientpositive/llap/vector_identity_reuse.q.out @@ -238,6 +238,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: - Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -292,6 +293,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col3 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: bigint) Reduce Sink Vectorization: @@ -342,6 +344,7 @@ STAGE PLANS: projectedOutputColumnNums: [] Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator diff --git ql/src/test/results/clientpositive/llap/vector_if_expr.q.out ql/src/test/results/clientpositive/llap/vector_if_expr.q.out index e95ac92595..5d955bc41c 100644 --- ql/src/test/results/clientpositive/llap/vector_if_expr.q.out +++ ql/src/test/results/clientpositive/llap/vector_if_expr.q.out @@ -50,6 +50,7 @@ STAGE PLANS: Statistics: Num rows: 4587 Data size: 857712 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator diff --git ql/src/test/results/clientpositive/llap/vector_if_expr_2.q.out ql/src/test/results/clientpositive/llap/vector_if_expr_2.q.out index 8bf3016636..84aa700a09 100644 --- ql/src/test/results/clientpositive/llap/vector_if_expr_2.q.out +++ ql/src/test/results/clientpositive/llap/vector_if_expr_2.q.out @@ -64,6 +64,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator diff --git ql/src/test/results/clientpositive/llap/vector_include_no_sel.q.out ql/src/test/results/clientpositive/llap/vector_include_no_sel.q.out index 70e71c3c94..ba955864af 100644 --- ql/src/test/results/clientpositive/llap/vector_include_no_sel.q.out +++ ql/src/test/results/clientpositive/llap/vector_include_no_sel.q.out @@ -204,6 +204,7 @@ STAGE PLANS: TableScan Vectorization: native: true Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -231,6 +232,7 @@ STAGE PLANS: TableScan Vectorization: native: true Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -273,6 +275,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/llap/vector_inner_join.q.out ql/src/test/results/clientpositive/llap/vector_inner_join.q.out index 68a0542729..f67f88589d 100644 --- ql/src/test/results/clientpositive/llap/vector_inner_join.q.out +++ ql/src/test/results/clientpositive/llap/vector_inner_join.q.out @@ -164,6 +164,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -345,6 +346,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -557,6 +559,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Reduce Sink Vectorization: @@ -656,6 +659,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Reduce Sink Vectorization: @@ -909,6 +913,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 192 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Reduce Sink Vectorization: @@ -1088,6 +1093,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Reduce Sink Vectorization: @@ -1267,6 +1273,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Reduce Sink Vectorization: @@ -1366,6 +1373,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Reduce Sink Vectorization: @@ -1545,6 +1553,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/llap/vector_interval_1.q.out ql/src/test/results/clientpositive/llap/vector_interval_1.q.out index e83ed5df8a..73d1e6827d 100644 --- ql/src/test/results/clientpositive/llap/vector_interval_1.q.out +++ ql/src/test/results/clientpositive/llap/vector_interval_1.q.out @@ -104,6 +104,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 214 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -237,6 +238,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 176 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: date) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -378,6 +380,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 208 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: date) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -531,6 +534,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 1264 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: date) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -695,6 +699,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 1040 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: timestamp) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -841,6 +846,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 152 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: timestamp) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -969,6 +975,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: date) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -1103,6 +1110,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 256 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: date) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator diff --git ql/src/test/results/clientpositive/llap/vector_interval_2.q.out ql/src/test/results/clientpositive/llap/vector_interval_2.q.out index 8a834b75df..6164d9a9c1 100644 --- ql/src/test/results/clientpositive/llap/vector_interval_2.q.out +++ ql/src/test/results/clientpositive/llap/vector_interval_2.q.out @@ -144,6 +144,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 366 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -354,6 +355,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 318 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -564,6 +566,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 374 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -774,6 +777,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 326 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -977,6 +981,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: timestamp) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -1176,6 +1181,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: timestamp) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -1365,6 +1371,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: timestamp) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -1554,6 +1561,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: timestamp) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -1753,6 +1761,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: timestamp) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -1952,6 +1961,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: timestamp) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator diff --git ql/src/test/results/clientpositive/llap/vector_interval_arithmetic.q.out ql/src/test/results/clientpositive/llap/vector_interval_arithmetic.q.out index 4b7ac44e32..4cb78f1d4f 100644 --- ql/src/test/results/clientpositive/llap/vector_interval_arithmetic.q.out +++ ql/src/test/results/clientpositive/llap/vector_interval_arithmetic.q.out @@ -98,6 +98,7 @@ STAGE PLANS: Statistics: Num rows: 50 Data size: 19600 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: date) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -284,6 +285,7 @@ STAGE PLANS: Statistics: Num rows: 50 Data size: 4600 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: date) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -470,6 +472,7 @@ STAGE PLANS: Statistics: Num rows: 50 Data size: 14000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: timestamp) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -767,6 +770,7 @@ STAGE PLANS: Statistics: Num rows: 50 Data size: 14800 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: date) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -955,6 +959,7 @@ STAGE PLANS: Statistics: Num rows: 50 Data size: 6600 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: date) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -1143,6 +1148,7 @@ STAGE PLANS: Statistics: Num rows: 50 Data size: 14000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: timestamp) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator diff --git ql/src/test/results/clientpositive/llap/vector_interval_mapjoin.q.out ql/src/test/results/clientpositive/llap/vector_interval_mapjoin.q.out index 4333410f8e..b070234d9d 100644 --- ql/src/test/results/clientpositive/llap/vector_interval_mapjoin.q.out +++ ql/src/test/results/clientpositive/llap/vector_interval_mapjoin.q.out @@ -296,6 +296,7 @@ STAGE PLANS: Statistics: Num rows: 890 Data size: 94340 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: interval_day_time) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: interval_day_time) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/llap/vector_join30.q.out ql/src/test/results/clientpositive/llap/vector_join30.q.out index 141219f27a..b687f848ba 100644 --- ql/src/test/results/clientpositive/llap/vector_join30.q.out +++ ql/src/test/results/clientpositive/llap/vector_join30.q.out @@ -73,6 +73,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -156,6 +157,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -313,6 +315,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -356,6 +359,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -483,6 +487,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -557,6 +562,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -682,6 +688,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -725,6 +732,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -770,6 +778,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -890,6 +899,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -993,6 +1003,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -1044,6 +1055,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -1183,6 +1195,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -1285,6 +1298,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -1328,6 +1342,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -1511,6 +1526,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -1554,6 +1570,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -1599,6 +1616,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -1752,6 +1770,7 @@ STAGE PLANS: Statistics: Num rows: 791 Data size: 209615 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -1797,6 +1816,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -1873,6 +1893,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -2005,6 +2026,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -2068,6 +2090,7 @@ STAGE PLANS: Statistics: Num rows: 791 Data size: 209615 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -2144,6 +2167,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -2283,6 +2307,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -2301,6 +2326,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -2372,6 +2398,7 @@ STAGE PLANS: Statistics: Num rows: 791 Data size: 209615 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -2417,6 +2444,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -2530,6 +2558,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -2540,6 +2569,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -2583,6 +2613,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -2623,6 +2654,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 265000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1000 Data size: 265000 Basic stats: COMPLETE Column stats: COMPLETE @@ -2648,6 +2680,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -2760,6 +2793,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -2803,6 +2837,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -2848,6 +2883,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -2901,6 +2937,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -3035,6 +3072,7 @@ STAGE PLANS: Statistics: Num rows: 791 Data size: 209615 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -3080,6 +3118,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -3125,6 +3164,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -3168,6 +3208,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -3281,6 +3322,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -3324,6 +3366,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -3400,6 +3443,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -3438,6 +3482,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 265000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1000 Data size: 265000 Basic stats: COMPLETE Column stats: COMPLETE @@ -3552,6 +3597,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -3570,6 +3616,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -3633,6 +3680,7 @@ STAGE PLANS: Statistics: Num rows: 791 Data size: 209615 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -3678,6 +3726,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/llap/vector_join_filters.q.out ql/src/test/results/clientpositive/llap/vector_join_filters.q.out index 39f535784d..fae77111f6 100644 --- ql/src/test/results/clientpositive/llap/vector_join_filters.q.out +++ ql/src/test/results/clientpositive/llap/vector_join_filters.q.out @@ -96,6 +96,7 @@ STAGE PLANS: native: true Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -167,6 +168,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -343,6 +345,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -414,6 +417,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -518,6 +522,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -589,6 +594,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -693,6 +699,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Reduce Sink Vectorization: @@ -764,6 +771,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -868,6 +876,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Reduce Sink Vectorization: @@ -938,6 +947,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator diff --git ql/src/test/results/clientpositive/llap/vector_join_nulls.q.out ql/src/test/results/clientpositive/llap/vector_join_nulls.q.out index bb81e2c5b0..4e9c7a9922 100644 --- ql/src/test/results/clientpositive/llap/vector_join_nulls.q.out +++ ql/src/test/results/clientpositive/llap/vector_join_nulls.q.out @@ -89,6 +89,7 @@ STAGE PLANS: native: true Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -159,6 +160,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -335,6 +337,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -402,6 +405,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -506,6 +510,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -573,6 +578,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -677,6 +683,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Reduce Sink Vectorization: @@ -744,6 +751,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -850,6 +858,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Reduce Sink Vectorization: @@ -916,6 +925,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator diff --git ql/src/test/results/clientpositive/llap/vector_left_outer_join.q.out ql/src/test/results/clientpositive/llap/vector_left_outer_join.q.out index 190647ea65..2dfa6b063a 100644 --- ql/src/test/results/clientpositive/llap/vector_left_outer_join.q.out +++ ql/src/test/results/clientpositive/llap/vector_left_outer_join.q.out @@ -72,6 +72,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -101,6 +102,7 @@ STAGE PLANS: Statistics: Num rows: 9173 Data size: 27396 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 9173 Data size: 27396 Basic stats: COMPLETE Column stats: COMPLETE @@ -130,6 +132,7 @@ STAGE PLANS: Statistics: Num rows: 9173 Data size: 27396 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: tinyint) Statistics: Num rows: 9173 Data size: 27396 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/vector_left_outer_join2.q.out ql/src/test/results/clientpositive/llap/vector_left_outer_join2.q.out index 75a1c99d61..74cf5036b2 100644 --- ql/src/test/results/clientpositive/llap/vector_left_outer_join2.q.out +++ ql/src/test/results/clientpositive/llap/vector_left_outer_join2.q.out @@ -157,6 +157,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 270 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 270 Basic stats: COMPLETE Column stats: COMPLETE @@ -263,6 +264,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 270 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 270 Basic stats: COMPLETE Column stats: COMPLETE @@ -417,6 +419,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 270 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -592,6 +595,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 270 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -771,6 +775,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 270 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -950,6 +955,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 270 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/llap/vector_left_outer_join3.q.out ql/src/test/results/clientpositive/llap/vector_left_outer_join3.q.out index 5bf3b18d64..a7d1f92486 100644 --- ql/src/test/results/clientpositive/llap/vector_left_outer_join3.q.out +++ ql/src/test/results/clientpositive/llap/vector_left_outer_join3.q.out @@ -156,6 +156,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 372 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 4 Data size: 372 Basic stats: COMPLETE Column stats: COMPLETE @@ -1311,6 +1312,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 372 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 4 Data size: 372 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/vector_leftsemi_mapjoin.q.out ql/src/test/results/clientpositive/llap/vector_leftsemi_mapjoin.q.out index bc533891cd..5881d68c9b 100644 --- ql/src/test/results/clientpositive/llap/vector_leftsemi_mapjoin.q.out +++ ql/src/test/results/clientpositive/llap/vector_leftsemi_mapjoin.q.out @@ -178,6 +178,7 @@ STAGE PLANS: Statistics: Num rows: 7 Data size: 651 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 7 Data size: 651 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: llap @@ -203,6 +204,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -295,6 +297,7 @@ STAGE PLANS: Statistics: Num rows: 7 Data size: 651 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 7 Data size: 651 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: llap @@ -320,6 +323,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -414,6 +418,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 1125 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 12 Data size: 1125 Basic stats: COMPLETE Column stats: NONE Execution mode: llap @@ -439,6 +444,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -529,6 +535,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 979 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 11 Data size: 979 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: llap @@ -554,6 +561,7 @@ STAGE PLANS: Statistics: Num rows: 8 Data size: 64 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 8 Data size: 64 Basic stats: COMPLETE Column stats: COMPLETE @@ -651,6 +659,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 93 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 1 Data size: 93 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: llap @@ -676,6 +685,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 93 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 93 Basic stats: COMPLETE Column stats: COMPLETE @@ -765,6 +775,7 @@ STAGE PLANS: Statistics: Num rows: 8 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 8 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE @@ -795,6 +806,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 979 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 11 Data size: 979 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: llap @@ -883,6 +895,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 93 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 93 Basic stats: COMPLETE Column stats: COMPLETE @@ -913,6 +926,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 89 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 1 Data size: 89 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: llap @@ -998,6 +1012,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 4 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -1024,6 +1039,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 558 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 6 Data size: 558 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: llap @@ -1114,6 +1130,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: llap @@ -1139,6 +1156,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -1244,6 +1262,7 @@ STAGE PLANS: Statistics: Num rows: 7 Data size: 651 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 7 Data size: 651 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: llap @@ -1269,6 +1288,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: (2 * _col0) (type: int) + null sort order: a sort order: + Map-reduce partition columns: (2 * _col0) (type: int) Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -1375,6 +1395,7 @@ STAGE PLANS: Statistics: Num rows: 17 Data size: 3162 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 17 Data size: 3162 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col2 (type: int), _col3 (type: string) @@ -1391,6 +1412,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 1023 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 11 Data size: 1023 Basic stats: COMPLETE Column stats: COMPLETE @@ -1418,6 +1440,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -1520,6 +1543,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 1023 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 11 Data size: 1023 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: llap @@ -1545,6 +1569,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 465 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string) Statistics: Num rows: 5 Data size: 465 Basic stats: COMPLETE Column stats: COMPLETE @@ -1657,6 +1682,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: llap @@ -1682,6 +1708,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -1708,6 +1735,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -1821,6 +1849,7 @@ STAGE PLANS: Statistics: Num rows: 24 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 24 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: llap @@ -1832,6 +1861,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE @@ -1858,6 +1888,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -1960,6 +1991,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE @@ -1972,6 +2004,7 @@ STAGE PLANS: Statistics: Num rows: 22 Data size: 88 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 22 Data size: 88 Basic stats: COMPLETE Column stats: COMPLETE @@ -1998,6 +2031,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -2029,6 +2063,7 @@ STAGE PLANS: Statistics: Num rows: 24 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 24 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Reducer 3 @@ -2131,6 +2166,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE @@ -2143,6 +2179,7 @@ STAGE PLANS: Statistics: Num rows: 22 Data size: 88 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 22 Data size: 88 Basic stats: COMPLETE Column stats: COMPLETE @@ -2169,6 +2206,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -2200,6 +2238,7 @@ STAGE PLANS: Statistics: Num rows: 24 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 24 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Reducer 3 @@ -2302,6 +2341,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE @@ -2314,6 +2354,7 @@ STAGE PLANS: Statistics: Num rows: 22 Data size: 88 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 22 Data size: 88 Basic stats: COMPLETE Column stats: COMPLETE @@ -2336,6 +2377,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -2356,6 +2398,7 @@ STAGE PLANS: Statistics: Num rows: 17 Data size: 68 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 17 Data size: 68 Basic stats: COMPLETE Column stats: COMPLETE Reducer 3 @@ -2482,6 +2525,7 @@ STAGE PLANS: Statistics: Num rows: 28 Data size: 112 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 28 Data size: 112 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: llap @@ -2507,6 +2551,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -2519,6 +2564,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE @@ -2639,6 +2685,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE @@ -2665,6 +2712,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -2677,6 +2725,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE @@ -2695,6 +2744,7 @@ STAGE PLANS: Statistics: Num rows: 39 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 39 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE Reducer 3 @@ -2825,6 +2875,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE @@ -2851,6 +2902,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -2863,6 +2915,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE @@ -2881,6 +2934,7 @@ STAGE PLANS: Statistics: Num rows: 39 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 39 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE Reducer 3 @@ -3020,6 +3074,7 @@ STAGE PLANS: Statistics: Num rows: 23 Data size: 92 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 23 Data size: 92 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: llap @@ -3045,6 +3100,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -3057,6 +3113,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 979 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: value (type: string) + null sort order: a sort order: + Map-reduce partition columns: value (type: string) Statistics: Num rows: 11 Data size: 979 Basic stats: COMPLETE Column stats: COMPLETE @@ -3211,6 +3268,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 445 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 5 Data size: 445 Basic stats: COMPLETE Column stats: COMPLETE @@ -3284,6 +3342,7 @@ STAGE PLANS: HybridGraceHashJoin: true Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 7 Data size: 651 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: llap @@ -3309,6 +3368,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -3402,6 +3462,7 @@ STAGE PLANS: HybridGraceHashJoin: true Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 7 Data size: 651 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: llap @@ -3427,6 +3488,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -3522,6 +3584,7 @@ STAGE PLANS: HybridGraceHashJoin: true Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 12 Data size: 1125 Basic stats: COMPLETE Column stats: NONE Execution mode: llap @@ -3547,6 +3610,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -3638,6 +3702,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 979 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 11 Data size: 979 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: llap @@ -3663,6 +3728,7 @@ STAGE PLANS: Statistics: Num rows: 8 Data size: 64 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 8 Data size: 64 Basic stats: COMPLETE Column stats: COMPLETE @@ -3761,6 +3827,7 @@ STAGE PLANS: HybridGraceHashJoin: true Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 1 Data size: 93 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: llap @@ -3786,6 +3853,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 93 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 93 Basic stats: COMPLETE Column stats: COMPLETE @@ -3875,6 +3943,7 @@ STAGE PLANS: Statistics: Num rows: 8 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 8 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE @@ -3906,6 +3975,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 979 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 11 Data size: 979 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: llap @@ -3994,6 +4064,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 93 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 93 Basic stats: COMPLETE Column stats: COMPLETE @@ -4025,6 +4096,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 89 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 1 Data size: 89 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: llap @@ -4110,6 +4182,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 4 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -4137,6 +4210,7 @@ STAGE PLANS: HybridGraceHashJoin: true Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 6 Data size: 558 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: llap @@ -4228,6 +4302,7 @@ STAGE PLANS: HybridGraceHashJoin: true Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: llap @@ -4253,6 +4328,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -4359,6 +4435,7 @@ STAGE PLANS: HybridGraceHashJoin: true Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 7 Data size: 651 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: llap @@ -4384,6 +4461,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: (2 * _col0) (type: int) + null sort order: a sort order: + Map-reduce partition columns: (2 * _col0) (type: int) Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -4492,6 +4570,7 @@ STAGE PLANS: Statistics: Num rows: 17 Data size: 3162 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 17 Data size: 3162 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col2 (type: int), _col3 (type: string) @@ -4508,6 +4587,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 1023 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 11 Data size: 1023 Basic stats: COMPLETE Column stats: COMPLETE @@ -4535,6 +4615,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -4638,6 +4719,7 @@ STAGE PLANS: HybridGraceHashJoin: true Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 11 Data size: 1023 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: llap @@ -4663,6 +4745,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 465 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string) Statistics: Num rows: 5 Data size: 465 Basic stats: COMPLETE Column stats: COMPLETE @@ -4777,6 +4860,7 @@ STAGE PLANS: HybridGraceHashJoin: true Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: llap @@ -4802,6 +4886,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -4828,6 +4913,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -4943,6 +5029,7 @@ STAGE PLANS: HybridGraceHashJoin: true Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 24 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: llap @@ -4954,6 +5041,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE @@ -4980,6 +5068,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -5082,6 +5171,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE @@ -5094,6 +5184,7 @@ STAGE PLANS: Statistics: Num rows: 22 Data size: 88 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 22 Data size: 88 Basic stats: COMPLETE Column stats: COMPLETE @@ -5120,6 +5211,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -5152,6 +5244,7 @@ STAGE PLANS: HybridGraceHashJoin: true Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 24 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Reducer 3 @@ -5254,6 +5347,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE @@ -5266,6 +5360,7 @@ STAGE PLANS: Statistics: Num rows: 22 Data size: 88 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 22 Data size: 88 Basic stats: COMPLETE Column stats: COMPLETE @@ -5292,6 +5387,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -5324,6 +5420,7 @@ STAGE PLANS: HybridGraceHashJoin: true Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 24 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Reducer 3 @@ -5452,6 +5549,7 @@ STAGE PLANS: HybridGraceHashJoin: true Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 28 Data size: 112 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: llap @@ -5477,6 +5575,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -5489,6 +5588,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE @@ -5610,6 +5710,7 @@ STAGE PLANS: HybridGraceHashJoin: true Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE @@ -5636,6 +5737,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -5648,6 +5750,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE @@ -5666,6 +5769,7 @@ STAGE PLANS: Statistics: Num rows: 39 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 39 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE Reducer 3 @@ -5797,6 +5901,7 @@ STAGE PLANS: HybridGraceHashJoin: true Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE @@ -5823,6 +5928,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -5835,6 +5941,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE @@ -5853,6 +5960,7 @@ STAGE PLANS: Statistics: Num rows: 39 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 39 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE Reducer 3 @@ -5940,6 +6048,7 @@ STAGE PLANS: HybridGraceHashJoin: true Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 23 Data size: 92 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: llap @@ -5965,6 +6074,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -5977,6 +6087,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 979 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: value (type: string) + null sort order: a sort order: + Map-reduce partition columns: value (type: string) Statistics: Num rows: 11 Data size: 979 Basic stats: COMPLETE Column stats: COMPLETE @@ -6132,6 +6243,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 445 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 5 Data size: 445 Basic stats: COMPLETE Column stats: COMPLETE @@ -8030,6 +8142,7 @@ STAGE PLANS: native: true Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Reduce Sink Vectorization: @@ -8057,6 +8170,7 @@ STAGE PLANS: native: true Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Reduce Sink Vectorization: @@ -8109,6 +8223,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -8153,6 +8268,7 @@ STAGE PLANS: Statistics: Num rows: 24 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 24 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE MergeJoin Vectorization: @@ -8272,6 +8388,7 @@ STAGE PLANS: native: true Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Reduce Sink Vectorization: @@ -8299,6 +8416,7 @@ STAGE PLANS: native: true Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Reduce Sink Vectorization: @@ -8351,6 +8469,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -8395,6 +8514,7 @@ STAGE PLANS: Statistics: Num rows: 24 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 24 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE MergeJoin Vectorization: @@ -9259,6 +9379,7 @@ STAGE PLANS: HybridGraceHashJoin: true Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -9310,6 +9431,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -9439,6 +9561,7 @@ STAGE PLANS: HybridGraceHashJoin: true Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -9490,6 +9613,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -9621,6 +9745,7 @@ STAGE PLANS: HybridGraceHashJoin: true Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -9672,6 +9797,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -9802,6 +9928,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 979 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -9853,6 +9980,7 @@ STAGE PLANS: Statistics: Num rows: 8 Data size: 64 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Reduce Sink Vectorization: @@ -9987,6 +10115,7 @@ STAGE PLANS: HybridGraceHashJoin: true Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -10038,6 +10167,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 93 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -10165,6 +10295,7 @@ STAGE PLANS: Statistics: Num rows: 8 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -10223,6 +10354,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 979 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -10349,6 +10481,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 93 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -10407,6 +10540,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 89 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -10530,6 +10664,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -10581,6 +10716,7 @@ STAGE PLANS: HybridGraceHashJoin: true Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -10708,6 +10844,7 @@ STAGE PLANS: HybridGraceHashJoin: true Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -10759,6 +10896,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -10901,6 +11039,7 @@ STAGE PLANS: HybridGraceHashJoin: true Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -10952,6 +11091,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: (2 * _col0) (type: int) + null sort order: a sort order: + Map-reduce partition columns: (2 * _col0) (type: int) Reduce Sink Vectorization: @@ -11105,6 +11245,7 @@ STAGE PLANS: Statistics: Num rows: 17 Data size: 3162 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -11139,6 +11280,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 1023 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Reduce Sink Vectorization: @@ -11192,6 +11334,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -11331,6 +11474,7 @@ STAGE PLANS: HybridGraceHashJoin: true Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -11382,6 +11526,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 465 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string) Reduce Sink Vectorization: @@ -11538,6 +11683,7 @@ STAGE PLANS: HybridGraceHashJoin: true Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -11589,6 +11735,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -11641,6 +11788,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -11798,6 +11946,7 @@ STAGE PLANS: HybridGraceHashJoin: true Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -11824,6 +11973,7 @@ STAGE PLANS: native: true Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Reduce Sink Vectorization: @@ -11876,6 +12026,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -12005,6 +12156,7 @@ STAGE PLANS: native: true Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Reduce Sink Vectorization: @@ -12032,6 +12184,7 @@ STAGE PLANS: native: true Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Reduce Sink Vectorization: @@ -12084,6 +12237,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -12129,6 +12283,7 @@ STAGE PLANS: HybridGraceHashJoin: true Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 24 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE MergeJoin Vectorization: @@ -12248,6 +12403,7 @@ STAGE PLANS: native: true Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Reduce Sink Vectorization: @@ -12275,6 +12431,7 @@ STAGE PLANS: native: true Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Reduce Sink Vectorization: @@ -12327,6 +12484,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -12372,6 +12530,7 @@ STAGE PLANS: HybridGraceHashJoin: true Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 24 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE MergeJoin Vectorization: @@ -12532,6 +12691,7 @@ STAGE PLANS: HybridGraceHashJoin: true Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -12583,6 +12743,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -12610,6 +12771,7 @@ STAGE PLANS: native: true Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Reduce Sink Vectorization: @@ -12767,6 +12929,7 @@ STAGE PLANS: HybridGraceHashJoin: true Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -12819,6 +12982,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -12846,6 +13010,7 @@ STAGE PLANS: native: true Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Reduce Sink Vectorization: @@ -12877,6 +13042,7 @@ STAGE PLANS: Statistics: Num rows: 39 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 39 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE MergeJoin Vectorization: @@ -13034,6 +13200,7 @@ STAGE PLANS: HybridGraceHashJoin: true Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -13086,6 +13253,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -13113,6 +13281,7 @@ STAGE PLANS: native: true Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Reduce Sink Vectorization: @@ -13144,6 +13313,7 @@ STAGE PLANS: Statistics: Num rows: 39 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 39 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE MergeJoin Vectorization: @@ -13317,6 +13487,7 @@ STAGE PLANS: HybridGraceHashJoin: true Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -13368,6 +13539,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -13395,6 +13567,7 @@ STAGE PLANS: native: true Reduce Output Operator key expressions: value (type: string) + null sort order: a sort order: + Map-reduce partition columns: value (type: string) Reduce Sink Vectorization: @@ -13614,6 +13787,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 445 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -13708,6 +13882,7 @@ STAGE PLANS: Statistics: Num rows: 7 Data size: 651 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -13759,6 +13934,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -13885,6 +14061,7 @@ STAGE PLANS: Statistics: Num rows: 7 Data size: 651 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -13936,6 +14113,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -14064,6 +14242,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 1125 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -14115,6 +14294,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -14242,6 +14422,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 979 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -14293,6 +14474,7 @@ STAGE PLANS: Statistics: Num rows: 8 Data size: 64 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Reduce Sink Vectorization: @@ -14424,6 +14606,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 93 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -14475,6 +14658,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 93 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -14602,6 +14786,7 @@ STAGE PLANS: Statistics: Num rows: 8 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -14657,6 +14842,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 979 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -14783,6 +14969,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 93 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -14838,6 +15025,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 89 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -14961,6 +15149,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -15009,6 +15198,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 558 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -15133,6 +15323,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -15184,6 +15375,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -15323,6 +15515,7 @@ STAGE PLANS: Statistics: Num rows: 7 Data size: 651 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -15374,6 +15567,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: (2 * _col0) (type: int) + null sort order: a sort order: + Map-reduce partition columns: (2 * _col0) (type: int) Reduce Sink Vectorization: @@ -15521,6 +15715,7 @@ STAGE PLANS: Statistics: Num rows: 17 Data size: 3162 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -15555,6 +15750,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 1023 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Reduce Sink Vectorization: @@ -15608,6 +15804,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -15744,6 +15941,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 1023 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -15795,6 +15993,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 465 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string) Reduce Sink Vectorization: @@ -15945,6 +16144,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -15996,6 +16196,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -16048,6 +16249,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -16199,6 +16401,7 @@ STAGE PLANS: Statistics: Num rows: 24 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -16225,6 +16428,7 @@ STAGE PLANS: native: true Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Reduce Sink Vectorization: @@ -16277,6 +16481,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -16406,6 +16611,7 @@ STAGE PLANS: native: true Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Reduce Sink Vectorization: @@ -16433,6 +16639,7 @@ STAGE PLANS: native: true Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Reduce Sink Vectorization: @@ -16485,6 +16692,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -16529,6 +16737,7 @@ STAGE PLANS: Statistics: Num rows: 24 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 24 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE MergeJoin Vectorization: @@ -16648,6 +16857,7 @@ STAGE PLANS: native: true Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Reduce Sink Vectorization: @@ -16675,6 +16885,7 @@ STAGE PLANS: native: true Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Reduce Sink Vectorization: @@ -16727,6 +16938,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -16771,6 +16983,7 @@ STAGE PLANS: Statistics: Num rows: 24 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 24 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE MergeJoin Vectorization: @@ -16925,6 +17138,7 @@ STAGE PLANS: Statistics: Num rows: 28 Data size: 112 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -16976,6 +17190,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -17003,6 +17218,7 @@ STAGE PLANS: native: true Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Reduce Sink Vectorization: @@ -17157,6 +17373,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -17209,6 +17426,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -17236,6 +17454,7 @@ STAGE PLANS: native: true Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Reduce Sink Vectorization: @@ -17267,6 +17486,7 @@ STAGE PLANS: Statistics: Num rows: 39 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 39 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE MergeJoin Vectorization: @@ -17421,6 +17641,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -17473,6 +17694,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -17500,6 +17722,7 @@ STAGE PLANS: native: true Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Reduce Sink Vectorization: @@ -17531,6 +17754,7 @@ STAGE PLANS: Statistics: Num rows: 39 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 39 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE MergeJoin Vectorization: @@ -17698,6 +17922,7 @@ STAGE PLANS: Statistics: Num rows: 23 Data size: 92 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -17749,6 +17974,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -17776,6 +18002,7 @@ STAGE PLANS: native: true Reduce Output Operator key expressions: value (type: string) + null sort order: a sort order: + Map-reduce partition columns: value (type: string) Reduce Sink Vectorization: @@ -17992,6 +18219,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 445 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -18087,6 +18315,7 @@ STAGE PLANS: HybridGraceHashJoin: true Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -18138,6 +18367,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -18265,6 +18495,7 @@ STAGE PLANS: HybridGraceHashJoin: true Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -18316,6 +18547,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -18445,6 +18677,7 @@ STAGE PLANS: HybridGraceHashJoin: true Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -18496,6 +18729,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -18624,6 +18858,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 979 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -18675,6 +18910,7 @@ STAGE PLANS: Statistics: Num rows: 8 Data size: 64 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Reduce Sink Vectorization: @@ -18807,6 +19043,7 @@ STAGE PLANS: HybridGraceHashJoin: true Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -18858,6 +19095,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 93 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -18985,6 +19223,7 @@ STAGE PLANS: Statistics: Num rows: 8 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -19041,6 +19280,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 979 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -19167,6 +19407,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 93 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -19223,6 +19464,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 89 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -19346,6 +19588,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -19395,6 +19638,7 @@ STAGE PLANS: HybridGraceHashJoin: true Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -19520,6 +19764,7 @@ STAGE PLANS: HybridGraceHashJoin: true Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -19571,6 +19816,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -19711,6 +19957,7 @@ STAGE PLANS: HybridGraceHashJoin: true Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -19762,6 +20009,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: (2 * _col0) (type: int) + null sort order: a sort order: + Map-reduce partition columns: (2 * _col0) (type: int) Reduce Sink Vectorization: @@ -19911,6 +20159,7 @@ STAGE PLANS: Statistics: Num rows: 17 Data size: 3162 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -19945,6 +20194,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 1023 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Reduce Sink Vectorization: @@ -19998,6 +20248,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -20135,6 +20386,7 @@ STAGE PLANS: HybridGraceHashJoin: true Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -20186,6 +20438,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 465 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string) Reduce Sink Vectorization: @@ -20338,6 +20591,7 @@ STAGE PLANS: HybridGraceHashJoin: true Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -20389,6 +20643,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -20441,6 +20696,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -20594,6 +20850,7 @@ STAGE PLANS: HybridGraceHashJoin: true Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -20620,6 +20877,7 @@ STAGE PLANS: native: true Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Reduce Sink Vectorization: @@ -20672,6 +20930,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -20801,6 +21060,7 @@ STAGE PLANS: native: true Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Reduce Sink Vectorization: @@ -20828,6 +21088,7 @@ STAGE PLANS: native: true Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Reduce Sink Vectorization: @@ -20880,6 +21141,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -20925,6 +21187,7 @@ STAGE PLANS: HybridGraceHashJoin: true Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 24 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE MergeJoin Vectorization: @@ -21044,6 +21307,7 @@ STAGE PLANS: native: true Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Reduce Sink Vectorization: @@ -21071,6 +21335,7 @@ STAGE PLANS: native: true Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Reduce Sink Vectorization: @@ -21123,6 +21388,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -21168,6 +21434,7 @@ STAGE PLANS: HybridGraceHashJoin: true Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 24 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE MergeJoin Vectorization: @@ -21324,6 +21591,7 @@ STAGE PLANS: HybridGraceHashJoin: true Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -21375,6 +21643,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -21402,6 +21671,7 @@ STAGE PLANS: native: true Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Reduce Sink Vectorization: @@ -21557,6 +21827,7 @@ STAGE PLANS: HybridGraceHashJoin: true Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -21609,6 +21880,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -21636,6 +21908,7 @@ STAGE PLANS: native: true Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Reduce Sink Vectorization: @@ -21667,6 +21940,7 @@ STAGE PLANS: Statistics: Num rows: 39 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 39 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE MergeJoin Vectorization: @@ -21822,6 +22096,7 @@ STAGE PLANS: HybridGraceHashJoin: true Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -21874,6 +22149,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -21901,6 +22177,7 @@ STAGE PLANS: native: true Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Reduce Sink Vectorization: @@ -21932,6 +22209,7 @@ STAGE PLANS: Statistics: Num rows: 39 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 39 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE MergeJoin Vectorization: @@ -22101,6 +22379,7 @@ STAGE PLANS: HybridGraceHashJoin: true Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -22152,6 +22431,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -22179,6 +22459,7 @@ STAGE PLANS: native: true Reduce Output Operator key expressions: value (type: string) + null sort order: a sort order: + Map-reduce partition columns: value (type: string) Reduce Sink Vectorization: @@ -22396,6 +22677,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 445 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/llap/vector_like_2.q.out ql/src/test/results/clientpositive/llap/vector_like_2.q.out index ec8013634e..2553b18489 100644 --- ql/src/test/results/clientpositive/llap/vector_like_2.q.out +++ ql/src/test/results/clientpositive/llap/vector_like_2.q.out @@ -64,6 +64,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 552 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator diff --git ql/src/test/results/clientpositive/llap/vector_llap_io_data_conversion.q.out ql/src/test/results/clientpositive/llap/vector_llap_io_data_conversion.q.out index 7bce43c7d1..e9eb364152 100644 --- ql/src/test/results/clientpositive/llap/vector_llap_io_data_conversion.q.out +++ ql/src/test/results/clientpositive/llap/vector_llap_io_data_conversion.q.out @@ -105,6 +105,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 1920 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: varchar(10)), _col1 (type: int), _col2 (type: string) + null sort order: zzz sort order: +++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator diff --git ql/src/test/results/clientpositive/llap/vector_llap_text_1.q.out ql/src/test/results/clientpositive/llap/vector_llap_text_1.q.out index d2b989a752..1f7ed5a129 100644 --- ql/src/test/results/clientpositive/llap/vector_llap_text_1.q.out +++ ql/src/test/results/clientpositive/llap/vector_llap_text_1.q.out @@ -173,6 +173,7 @@ STAGE PLANS: Statistics: Num rows: 242 Data size: 22990 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -257,6 +258,7 @@ STAGE PLANS: Statistics: Num rows: 399 Data size: 74214 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string) + null sort order: zzz sort order: +++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator diff --git ql/src/test/results/clientpositive/llap/vector_mapjoin_complex_values.q.out ql/src/test/results/clientpositive/llap/vector_mapjoin_complex_values.q.out index 67719de273..ae422e1045 100644 --- ql/src/test/results/clientpositive/llap/vector_mapjoin_complex_values.q.out +++ ql/src/test/results/clientpositive/llap/vector_mapjoin_complex_values.q.out @@ -138,6 +138,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 357 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: z sort order: + Map-reduce partition columns: UDFToInteger(_col0) (type: int) Reduce Sink Vectorization: @@ -204,6 +205,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: 100 (type: int) + null sort order: a sort order: + Map-reduce partition columns: 100 (type: int) Reduce Sink Vectorization: @@ -316,6 +318,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: 100 (type: int) + null sort order: a sort order: + Map-reduce partition columns: 100 (type: int) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/llap/vector_mapjoin_reduce.q.out ql/src/test/results/clientpositive/llap/vector_mapjoin_reduce.q.out index 4eef3d509a..be24fe7413 100644 --- ql/src/test/results/clientpositive/llap/vector_mapjoin_reduce.q.out +++ ql/src/test/results/clientpositive/llap/vector_mapjoin_reduce.q.out @@ -55,6 +55,7 @@ STAGE PLANS: Statistics: Num rows: 14 Data size: 168 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Reduce Sink Vectorization: @@ -104,6 +105,7 @@ STAGE PLANS: Statistics: Num rows: 50 Data size: 200 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -160,6 +162,7 @@ STAGE PLANS: Statistics: Num rows: 7 Data size: 28 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -440,6 +443,7 @@ STAGE PLANS: Statistics: Num rows: 50 Data size: 200 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -497,6 +501,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/llap/vector_mr_diff_schema_alias.q.out ql/src/test/results/clientpositive/llap/vector_mr_diff_schema_alias.q.out index 1169ea17d9..4d417b9c3d 100644 --- ql/src/test/results/clientpositive/llap/vector_mr_diff_schema_alias.q.out +++ ql/src/test/results/clientpositive/llap/vector_mr_diff_schema_alias.q.out @@ -274,6 +274,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -302,6 +303,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -331,6 +333,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -359,6 +362,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -379,6 +383,7 @@ STAGE PLANS: Top N Key Operator sort order: + keys: _col4 (type: string) + null sort order: z Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE top n: 100 Group By Operator @@ -390,6 +395,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -415,6 +421,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/llap/vector_null_projection.q.out ql/src/test/results/clientpositive/llap/vector_null_projection.q.out index e9036398b6..d8a735ffa0 100644 --- ql/src/test/results/clientpositive/llap/vector_null_projection.q.out +++ ql/src/test/results/clientpositive/llap/vector_null_projection.q.out @@ -179,6 +179,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Reduce Sink Vectorization: @@ -231,6 +232,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/llap/vector_nullsafe_join.q.out ql/src/test/results/clientpositive/llap/vector_nullsafe_join.q.out index 7103755f81..f7dcb3047b 100644 --- ql/src/test/results/clientpositive/llap/vector_nullsafe_join.q.out +++ ql/src/test/results/clientpositive/llap/vector_nullsafe_join.q.out @@ -113,6 +113,7 @@ STAGE PLANS: native: true Reduce Output Operator key expressions: value (type: int) + null sort order: a sort order: + Map-reduce partition columns: value (type: int) Reduce Sink Vectorization: @@ -278,6 +279,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: value (type: int) + null sort order: a sort order: + Map-reduce partition columns: value (type: int) Reduce Sink Vectorization: @@ -314,6 +316,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Reduce Sink Vectorization: @@ -455,6 +458,7 @@ STAGE PLANS: native: true Reduce Output Operator key expressions: value (type: int) + null sort order: a sort order: + Map-reduce partition columns: value (type: int) Reduce Sink Vectorization: @@ -483,6 +487,7 @@ STAGE PLANS: native: true Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Reduce Sink Vectorization: @@ -667,6 +672,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: value (type: int), key (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: value (type: int), key (type: int) Reduce Sink Vectorization: @@ -702,6 +708,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: int), value (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: int), value (type: int) Reduce Sink Vectorization: @@ -842,6 +849,7 @@ STAGE PLANS: native: true Reduce Output Operator key expressions: value (type: int), key (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: value (type: int), key (type: int) Reduce Sink Vectorization: @@ -869,6 +877,7 @@ STAGE PLANS: native: true Reduce Output Operator key expressions: key (type: int), value (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: int), value (type: int) Reduce Sink Vectorization: @@ -962,6 +971,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:key:int, 1:value:int, 2:ROW__ID:struct] Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + output key column names: KEY.reducesinkkey0 output value column names: VALUE._col0 @@ -1211,6 +1221,7 @@ STAGE PLANS: native: true Reduce Output Operator key expressions: value (type: int) + null sort order: a sort order: + Map-reduce partition columns: value (type: int) Reduce Sink Vectorization: @@ -1374,6 +1385,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: value (type: int) + null sort order: a sort order: + Map-reduce partition columns: value (type: int) Reduce Sink Vectorization: @@ -1410,6 +1422,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Reduce Sink Vectorization: @@ -1551,6 +1564,7 @@ STAGE PLANS: native: true Reduce Output Operator key expressions: value (type: int) + null sort order: a sort order: + Map-reduce partition columns: value (type: int) Reduce Sink Vectorization: @@ -1579,6 +1593,7 @@ STAGE PLANS: native: true Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Reduce Sink Vectorization: @@ -1763,6 +1778,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: value (type: int), key (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: value (type: int), key (type: int) Reduce Sink Vectorization: @@ -1798,6 +1814,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: int), value (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: int), value (type: int) Reduce Sink Vectorization: @@ -1938,6 +1955,7 @@ STAGE PLANS: native: true Reduce Output Operator key expressions: value (type: int), key (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: value (type: int), key (type: int) Reduce Sink Vectorization: @@ -1965,6 +1983,7 @@ STAGE PLANS: native: true Reduce Output Operator key expressions: key (type: int), value (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: int), value (type: int) Reduce Sink Vectorization: @@ -2058,6 +2077,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:key:int, 1:value:int, 2:ROW__ID:struct] Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + output key column names: KEY.reducesinkkey0 output value column names: VALUE._col0 diff --git ql/src/test/results/clientpositive/llap/vector_number_compare_projection.q.out ql/src/test/results/clientpositive/llap/vector_number_compare_projection.q.out index 526c39501a..9725f0b37d 100644 --- ql/src/test/results/clientpositive/llap/vector_number_compare_projection.q.out +++ ql/src/test/results/clientpositive/llap/vector_number_compare_projection.q.out @@ -157,6 +157,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -288,6 +289,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator diff --git ql/src/test/results/clientpositive/llap/vector_orc_merge_incompat_schema.q.out ql/src/test/results/clientpositive/llap/vector_orc_merge_incompat_schema.q.out index a387b5d5ea..8228ef8978 100644 --- ql/src/test/results/clientpositive/llap/vector_orc_merge_incompat_schema.q.out +++ ql/src/test/results/clientpositive/llap/vector_orc_merge_incompat_schema.q.out @@ -245,6 +245,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 3644 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 3644 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/llap/vector_orc_nested_column_pruning.q.out ql/src/test/results/clientpositive/llap/vector_orc_nested_column_pruning.q.out index 6c6b017694..cae82db383 100644 --- ql/src/test/results/clientpositive/llap/vector_orc_nested_column_pruning.q.out +++ ql/src/test/results/clientpositive/llap/vector_orc_nested_column_pruning.q.out @@ -1129,6 +1129,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 316 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Reduce Sink Vectorization: @@ -1242,6 +1243,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 316 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: struct) Statistics: Num rows: 1 Data size: 316 Basic stats: COMPLETE Column stats: NONE @@ -1337,6 +1339,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 316 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: struct) Statistics: Num rows: 1 Data size: 316 Basic stats: COMPLETE Column stats: NONE @@ -1365,6 +1368,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 316 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: z sort order: + Statistics: Num rows: 1 Data size: 316 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: bigint) @@ -1470,6 +1474,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 316 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0.f3.f4 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0.f3.f4 (type: int) Reduce Sink Vectorization: @@ -1515,6 +1520,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1468 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0.f6 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0.f6 (type: int) Reduce Sink Vectorization: @@ -1641,6 +1647,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 316 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0.f3.f4 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0.f3.f4 (type: int) Reduce Sink Vectorization: @@ -1676,6 +1683,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1468 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0.f6 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0.f6 (type: int) Statistics: Num rows: 1 Data size: 1468 Basic stats: COMPLETE Column stats: NONE @@ -1791,6 +1799,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 316 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int), true (type: boolean) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: int), true (type: boolean) Reduce Sink Vectorization: @@ -1851,6 +1860,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1468 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: boolean) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: boolean) Reduce Sink Vectorization: @@ -1961,6 +1971,7 @@ STAGE PLANS: projectedOutputColumnNums: [1] Statistics: Num rows: 1 Data size: 316 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -1995,6 +2006,7 @@ STAGE PLANS: projectedOutputColumnNums: [2] Statistics: Num rows: 1 Data size: 1152 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -2116,6 +2128,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 316 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Reduce Sink Vectorization: @@ -2162,6 +2175,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1468 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Reduce Sink Vectorization: @@ -2328,6 +2342,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 2796 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -2472,6 +2487,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1096 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -2616,6 +2632,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 3196 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -2745,6 +2762,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 3196 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: array) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: array) Statistics: Num rows: 1 Data size: 3196 Basic stats: COMPLETE Column stats: NONE @@ -2866,6 +2884,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 2012 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -2995,6 +3014,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 2012 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: array) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: array) Statistics: Num rows: 1 Data size: 2012 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/llap/vector_order_null.q.out ql/src/test/results/clientpositive/llap/vector_order_null.q.out index 8c9c210a02..2da175592d 100644 --- ql/src/test/results/clientpositive/llap/vector_order_null.q.out +++ ql/src/test/results/clientpositive/llap/vector_order_null.q.out @@ -117,6 +117,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 364 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -242,6 +243,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 364 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: zz sort order: -+ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -367,6 +369,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 364 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string), _col0 (type: int) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -492,6 +495,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 364 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string), _col0 (type: int) + null sort order: zz sort order: -+ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -617,6 +621,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 364 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: az sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -742,6 +747,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 364 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: az sort order: -+ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -867,6 +873,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 364 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string), _col0 (type: int) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -992,6 +999,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 364 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string), _col0 (type: int) + null sort order: zz sort order: -+ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -1117,6 +1125,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 364 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: zz sort order: +- Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -1242,6 +1251,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 364 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string), _col0 (type: int) + null sort order: zz sort order: -- Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -1367,6 +1377,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 364 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string), _col0 (type: int) + null sort order: az sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator diff --git ql/src/test/results/clientpositive/llap/vector_orderby_5.q.out ql/src/test/results/clientpositive/llap/vector_orderby_5.q.out index 34bb5e2423..9b39f0a235 100644 --- ql/src/test/results/clientpositive/llap/vector_orderby_5.q.out +++ ql/src/test/results/clientpositive/llap/vector_orderby_5.q.out @@ -160,6 +160,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 36 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Reduce Sink Vectorization: @@ -204,6 +205,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: z sort order: - Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator diff --git ql/src/test/results/clientpositive/llap/vector_outer_join0.q.out ql/src/test/results/clientpositive/llap/vector_outer_join0.q.out index 6899a90b42..12f4e73af7 100644 --- ql/src/test/results/clientpositive/llap/vector_outer_join0.q.out +++ ql/src/test/results/clientpositive/llap/vector_outer_join0.q.out @@ -180,6 +180,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 372 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -284,6 +285,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 372 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/llap/vector_outer_join1.q.out ql/src/test/results/clientpositive/llap/vector_outer_join1.q.out index a8e20bbc58..882a9976a2 100644 --- ql/src/test/results/clientpositive/llap/vector_outer_join1.q.out +++ ql/src/test/results/clientpositive/llap/vector_outer_join1.q.out @@ -338,6 +338,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 2520 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Reduce Sink Vectorization: @@ -525,6 +526,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: tinyint) Reduce Sink Vectorization: @@ -783,6 +785,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -834,6 +837,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -885,6 +889,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: tinyint) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/llap/vector_outer_join2.q.out ql/src/test/results/clientpositive/llap/vector_outer_join2.q.out index 996816f5b5..bd438ac24c 100644 --- ql/src/test/results/clientpositive/llap/vector_outer_join2.q.out +++ ql/src/test/results/clientpositive/llap/vector_outer_join2.q.out @@ -333,6 +333,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -384,6 +385,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -435,6 +437,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/llap/vector_outer_reference_windowed.q.out ql/src/test/results/clientpositive/llap/vector_outer_reference_windowed.q.out index e3ab3b5237..19c1b9ea39 100644 --- ql/src/test/results/clientpositive/llap/vector_outer_reference_windowed.q.out +++ ql/src/test/results/clientpositive/llap/vector_outer_reference_windowed.q.out @@ -298,6 +298,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 112 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -353,6 +354,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 112 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: 0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: 0 (type: int) Reduce Sink Vectorization: @@ -522,6 +524,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 672 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(15,2)), _col1 (type: decimal(15,2)) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: decimal(15,2)), _col1 (type: decimal(15,2)) Reduce Sink Vectorization: @@ -581,6 +584,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 672 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: decimal(15,2)), _col0 (type: decimal(15,2)) + null sort order: az sort order: ++ Map-reduce partition columns: _col1 (type: decimal(15,2)) Reduce Sink Vectorization: @@ -758,6 +762,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 896 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(15,2)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: decimal(15,2)) Reduce Sink Vectorization: @@ -811,6 +816,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 448 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(15,2)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: decimal(15,2)) Reduce Sink Vectorization: @@ -856,6 +862,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 672 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(15,2)), _col1 (type: decimal(15,2)) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: decimal(15,2)), _col1 (type: decimal(15,2)) Statistics: Num rows: 2 Data size: 672 Basic stats: COMPLETE Column stats: COMPLETE @@ -895,6 +902,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 672 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: decimal(15,2)), _col0 (type: decimal(15,2)) + null sort order: az sort order: ++ Map-reduce partition columns: _col1 (type: decimal(15,2)) Reduce Sink Vectorization: @@ -1076,6 +1084,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 448 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(15,2)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: decimal(15,2)) Reduce Sink Vectorization: @@ -1127,6 +1136,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 896 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(15,2)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: decimal(15,2)) Reduce Sink Vectorization: @@ -1174,6 +1184,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 672 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(15,2)), _col1 (type: decimal(15,2)) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: decimal(15,2)), _col1 (type: decimal(15,2)) Statistics: Num rows: 2 Data size: 672 Basic stats: COMPLETE Column stats: COMPLETE @@ -1213,6 +1224,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 672 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: decimal(15,2)), _col0 (type: decimal(15,2)) + null sort order: az sort order: ++ Map-reduce partition columns: _col1 (type: decimal(15,2)) Reduce Sink Vectorization: @@ -1393,6 +1405,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 896 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(15,2)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: decimal(15,2)) Reduce Sink Vectorization: @@ -1446,6 +1459,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 896 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(15,2)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: decimal(15,2)) Reduce Sink Vectorization: @@ -1493,6 +1507,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 704 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(15,2)), _col1 (type: decimal(15,2)) + null sort order: az sort order: ++ Map-reduce partition columns: _col0 (type: decimal(15,2)) Statistics: Num rows: 2 Data size: 704 Basic stats: COMPLETE Column stats: COMPLETE @@ -1633,6 +1648,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 112 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -1688,6 +1704,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 112 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: 0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: 0 (type: int) Reduce Sink Vectorization: @@ -1857,6 +1874,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 672 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(7,2)), _col1 (type: decimal(7,2)) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: decimal(7,2)), _col1 (type: decimal(7,2)) Reduce Sink Vectorization: @@ -1916,6 +1934,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 672 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: decimal(7,2)), _col0 (type: decimal(7,2)) + null sort order: az sort order: ++ Map-reduce partition columns: _col1 (type: decimal(7,2)) Reduce Sink Vectorization: @@ -2093,6 +2112,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 896 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(7,2)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: decimal(7,2)) Reduce Sink Vectorization: @@ -2146,6 +2166,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 448 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(7,2)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: decimal(7,2)) Reduce Sink Vectorization: @@ -2191,6 +2212,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 672 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(7,2)), _col1 (type: decimal(7,2)) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: decimal(7,2)), _col1 (type: decimal(7,2)) Statistics: Num rows: 2 Data size: 672 Basic stats: COMPLETE Column stats: COMPLETE @@ -2230,6 +2252,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 672 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: decimal(7,2)), _col0 (type: decimal(7,2)) + null sort order: az sort order: ++ Map-reduce partition columns: _col1 (type: decimal(7,2)) Reduce Sink Vectorization: @@ -2411,6 +2434,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 448 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(7,2)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: decimal(7,2)) Reduce Sink Vectorization: @@ -2462,6 +2486,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 896 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(7,2)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: decimal(7,2)) Reduce Sink Vectorization: @@ -2509,6 +2534,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 672 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(7,2)), _col1 (type: decimal(7,2)) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: decimal(7,2)), _col1 (type: decimal(7,2)) Statistics: Num rows: 2 Data size: 672 Basic stats: COMPLETE Column stats: COMPLETE @@ -2548,6 +2574,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 672 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: decimal(7,2)), _col0 (type: decimal(7,2)) + null sort order: az sort order: ++ Map-reduce partition columns: _col1 (type: decimal(7,2)) Reduce Sink Vectorization: @@ -2728,6 +2755,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 896 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(7,2)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: decimal(7,2)) Reduce Sink Vectorization: @@ -2781,6 +2809,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 896 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(7,2)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: decimal(7,2)) Reduce Sink Vectorization: @@ -2828,6 +2857,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 704 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(7,2)), _col1 (type: decimal(7,2)) + null sort order: az sort order: ++ Map-reduce partition columns: _col0 (type: decimal(7,2)) Statistics: Num rows: 2 Data size: 704 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/vector_partition_diff_num_cols.q.out ql/src/test/results/clientpositive/llap/vector_partition_diff_num_cols.q.out index 73c1289a04..78bc1c0297 100644 --- ql/src/test/results/clientpositive/llap/vector_partition_diff_num_cols.q.out +++ ql/src/test/results/clientpositive/llap/vector_partition_diff_num_cols.q.out @@ -131,6 +131,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -310,6 +311,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -489,6 +491,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -655,6 +658,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: PARTIAL Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -821,6 +825,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator diff --git ql/src/test/results/clientpositive/llap/vector_partitioned_date_time.q.out ql/src/test/results/clientpositive/llap/vector_partitioned_date_time.q.out index 53bdc4c4e9..48e840584e 100644 --- ql/src/test/results/clientpositive/llap/vector_partitioned_date_time.q.out +++ ql/src/test/results/clientpositive/llap/vector_partitioned_date_time.q.out @@ -288,6 +288,7 @@ STAGE PLANS: Statistics: Num rows: 137 Data size: 39456 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col5 (type: int), _col2 (type: date) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -332,6 +333,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 7200 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col5 (type: int), _col2 (type: date) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -471,6 +473,7 @@ STAGE PLANS: Statistics: Num rows: 68 Data size: 4352 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: date) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: date) Reduce Sink Vectorization: @@ -1256,6 +1259,7 @@ STAGE PLANS: Statistics: Num rows: 137 Data size: 39593 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col4 (type: int), _col5 (type: date) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -1300,6 +1304,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 7225 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col4 (type: int), _col5 (type: date) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -1487,6 +1492,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 768 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: date) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: date) Reduce Sink Vectorization: @@ -2296,6 +2302,7 @@ STAGE PLANS: Statistics: Num rows: 137 Data size: 39593 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col4 (type: int), _col5 (type: timestamp) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -2340,6 +2347,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 7225 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col4 (type: int), _col5 (type: timestamp) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -2527,6 +2535,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 576 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: timestamp) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: timestamp) Reduce Sink Vectorization: @@ -2892,6 +2901,7 @@ STAGE PLANS: Statistics: Num rows: 137 Data size: 39456 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col5 (type: int), _col2 (type: date) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -2936,6 +2946,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 7200 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col5 (type: int), _col2 (type: date) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -3075,6 +3086,7 @@ STAGE PLANS: Statistics: Num rows: 68 Data size: 4352 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: date) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: date) Reduce Sink Vectorization: @@ -3860,6 +3872,7 @@ STAGE PLANS: Statistics: Num rows: 137 Data size: 39593 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col4 (type: int), _col5 (type: date) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -3904,6 +3917,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 7225 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col4 (type: int), _col5 (type: date) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -4091,6 +4105,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 768 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: date) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: date) Reduce Sink Vectorization: @@ -4900,6 +4915,7 @@ STAGE PLANS: Statistics: Num rows: 137 Data size: 39593 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col4 (type: int), _col5 (type: timestamp) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -4944,6 +4960,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 7225 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col4 (type: int), _col5 (type: timestamp) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -5131,6 +5148,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 576 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: timestamp) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: timestamp) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/llap/vector_ptf_1.q.out ql/src/test/results/clientpositive/llap/vector_ptf_1.q.out index cbb64c5775..baa35be00b 100644 --- ql/src/test/results/clientpositive/llap/vector_ptf_1.q.out +++ ql/src/test/results/clientpositive/llap/vector_ptf_1.q.out @@ -99,6 +99,7 @@ STAGE PLANS: Statistics: Num rows: 100 Data size: 18816 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/llap/vector_ptf_part_simple.q.out ql/src/test/results/clientpositive/llap/vector_ptf_part_simple.q.out index 3c189d93ae..51c62888be 100644 --- ql/src/test/results/clientpositive/llap/vector_ptf_part_simple.q.out +++ ql/src/test/results/clientpositive/llap/vector_ptf_part_simple.q.out @@ -142,6 +142,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_mfgr:string, 1:p_name:string, 2:p_retailprice:double, 3:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string) + null sort order: a sort order: + Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -406,6 +407,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_mfgr:string, 1:p_name:string, 2:p_retailprice:double, 3:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string) + null sort order: a sort order: + Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -639,6 +641,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_mfgr:string, 1:p_name:string, 2:p_retailprice:double, 3:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string) + null sort order: a sort order: + Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -872,6 +875,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_mfgr:string, 1:p_name:string, 2:p_retailprice:double, 3:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -1138,6 +1142,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_mfgr:string, 1:p_name:string, 2:p_retailprice:double, 3:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -1372,6 +1377,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_mfgr:string, 1:p_name:string, 2:p_retailprice:double, 3:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -1606,6 +1612,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_mfgr:string, 1:p_name:string, 2:p_retailprice:double, 3:ROW__ID:struct] Reduce Output Operator key expressions: 0 (type: int), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: 0 (type: int) Reduce Sink Vectorization: @@ -1873,6 +1880,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_mfgr:string, 1:p_name:string, 2:p_retailprice:double, 3:ROW__ID:struct] Reduce Output Operator key expressions: 0 (type: int), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: 0 (type: int) Reduce Sink Vectorization: @@ -2108,6 +2116,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_mfgr:string, 1:p_name:string, 2:p_retailprice:double, 3:ROW__ID:struct] Reduce Output Operator key expressions: 0 (type: int), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: 0 (type: int) Reduce Sink Vectorization: @@ -2337,6 +2346,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_mfgr:string, 1:p_name:string, 2:p_retailprice:double, 3:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string) + null sort order: a sort order: + Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -2569,6 +2579,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_mfgr:string, 1:p_name:string, 2:p_retailprice:double, 3:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string) + null sort order: a sort order: + Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -2801,6 +2812,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_mfgr:string, 1:p_name:string, 2:p_retailprice:double, 3:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string) + null sort order: a sort order: + Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -3033,6 +3045,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_mfgr:string, 1:p_name:string, 2:p_retailprice:double, 3:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -3267,6 +3280,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_mfgr:string, 1:p_name:string, 2:p_retailprice:double, 3:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -3501,6 +3515,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_mfgr:string, 1:p_name:string, 2:p_retailprice:double, 3:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -3735,6 +3750,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_mfgr:string, 1:p_name:string, 2:p_retailprice:double, 3:ROW__ID:struct] Reduce Output Operator key expressions: 0 (type: int), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: 0 (type: int) Reduce Sink Vectorization: @@ -3970,6 +3986,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_mfgr:string, 1:p_name:string, 2:p_retailprice:double, 3:ROW__ID:struct] Reduce Output Operator key expressions: 0 (type: int), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: 0 (type: int) Reduce Sink Vectorization: @@ -4205,6 +4222,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_mfgr:string, 1:p_name:string, 2:p_retailprice:double, 3:ROW__ID:struct] Reduce Output Operator key expressions: 0 (type: int), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: 0 (type: int) Reduce Sink Vectorization: @@ -4482,6 +4500,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_mfgr:string, 1:p_name:string, 2:p_retailprice:decimal(38,18), 3:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string) + null sort order: a sort order: + Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -4714,6 +4733,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_mfgr:string, 1:p_name:string, 2:p_retailprice:decimal(38,18), 3:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -4968,6 +4988,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_mfgr:string, 1:p_name:string, 2:p_bigint:bigint, 3:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string) + null sort order: a sort order: + Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -5200,6 +5221,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_mfgr:string, 1:p_name:string, 2:p_bigint:bigint, 3:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -5428,6 +5450,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_mfgr:string, 1:p_name:string, 2:p_retailprice:double, 3:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string) + null sort order: a sort order: + Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -5631,6 +5654,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_mfgr:string, 1:p_name:string, 2:p_retailprice:double, 3:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -5836,6 +5860,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_mfgr:string, 1:p_name:string, 2:p_retailprice:double, 3:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), CASE WHEN ((p_mfgr = 'Manufacturer#2')) THEN (TIMESTAMP'2000-01-01 00:00:00') ELSE (CAST( null AS TIMESTAMP)) END (type: timestamp) + null sort order: aa sort order: ++ Map-reduce partition columns: p_mfgr (type: string), CASE WHEN ((p_mfgr = 'Manufacturer#2')) THEN (TIMESTAMP'2000-01-01 00:00:00') ELSE (CAST( null AS TIMESTAMP)) END (type: timestamp) Reduce Sink Vectorization: @@ -6040,6 +6065,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_mfgr:string, 1:p_name:string, 2:p_retailprice:double, 3:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), CASE WHEN ((p_mfgr = 'Manufacturer#2')) THEN (TIMESTAMP'2000-01-01 00:00:00') ELSE (CAST( null AS TIMESTAMP)) END (type: timestamp), p_name (type: string) + null sort order: aaz sort order: +++ Map-reduce partition columns: p_mfgr (type: string), CASE WHEN ((p_mfgr = 'Manufacturer#2')) THEN (TIMESTAMP'2000-01-01 00:00:00') ELSE (CAST( null AS TIMESTAMP)) END (type: timestamp) Reduce Sink Vectorization: @@ -6376,6 +6402,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_mfgr:string, 1:p_name:string, 2:p_retailprice:double, 3:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string) + null sort order: a sort order: + Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -6579,6 +6606,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_mfgr:string, 1:p_name:string, 2:p_retailprice:double, 3:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -6784,6 +6812,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_mfgr:string, 1:p_name:string, 2:p_retailprice:double, 3:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), CASE WHEN ((p_mfgr = 'Manufacturer#2')) THEN (TIMESTAMP'2000-01-01 00:00:00') ELSE (CAST( null AS TIMESTAMP)) END (type: timestamp), p_name (type: string) + null sort order: aaz sort order: +++ Map-reduce partition columns: p_mfgr (type: string), CASE WHEN ((p_mfgr = 'Manufacturer#2')) THEN (TIMESTAMP'2000-01-01 00:00:00') ELSE (CAST( null AS TIMESTAMP)) END (type: timestamp) Reduce Sink Vectorization: @@ -6990,6 +7019,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_mfgr:string, 1:p_name:string, 2:p_retailprice:double, 3:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), CASE WHEN ((p_mfgr = 'Manufacturer#2')) THEN (TIMESTAMP'2000-01-01 00:00:00') ELSE (CAST( null AS TIMESTAMP)) END (type: timestamp) + null sort order: aa sort order: ++ Map-reduce partition columns: p_mfgr (type: string), CASE WHEN ((p_mfgr = 'Manufacturer#2')) THEN (TIMESTAMP'2000-01-01 00:00:00') ELSE (CAST( null AS TIMESTAMP)) END (type: timestamp) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/llap/vector_reduce1.q.out ql/src/test/results/clientpositive/llap/vector_reduce1.q.out index 9e647212b1..5ce757d28d 100644 --- ql/src/test/results/clientpositive/llap/vector_reduce1.q.out +++ ql/src/test/results/clientpositive/llap/vector_reduce1.q.out @@ -144,6 +144,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 15344 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator diff --git ql/src/test/results/clientpositive/llap/vector_reduce2.q.out ql/src/test/results/clientpositive/llap/vector_reduce2.q.out index a0830d2a79..1c0d333743 100644 --- ql/src/test/results/clientpositive/llap/vector_reduce2.q.out +++ ql/src/test/results/clientpositive/llap/vector_reduce2.q.out @@ -144,6 +144,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 387636 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int), _col2 (type: string) + null sort order: zzz sort order: +++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator diff --git ql/src/test/results/clientpositive/llap/vector_reduce3.q.out ql/src/test/results/clientpositive/llap/vector_reduce3.q.out index 6cb79ec92c..83c9392b9f 100644 --- ql/src/test/results/clientpositive/llap/vector_reduce3.q.out +++ ql/src/test/results/clientpositive/llap/vector_reduce3.q.out @@ -144,6 +144,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 188000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator diff --git ql/src/test/results/clientpositive/llap/vector_reduce_groupby_decimal.q.out ql/src/test/results/clientpositive/llap/vector_reduce_groupby_decimal.q.out index a821273db9..97a211cfc6 100644 --- ql/src/test/results/clientpositive/llap/vector_reduce_groupby_decimal.q.out +++ ql/src/test/results/clientpositive/llap/vector_reduce_groupby_decimal.q.out @@ -67,6 +67,7 @@ STAGE PLANS: Top N Key Operator sort order: ++++ keys: cint (type: int), cdouble (type: double), cdecimal1 (type: decimal(20,10)), cdecimal2 (type: decimal(23,14)) + null sort order: zzzz Statistics: Num rows: 6102 Data size: 1440072 Basic stats: COMPLETE Column stats: COMPLETE top n: 50 Top N Key Vectorization: @@ -90,6 +91,7 @@ STAGE PLANS: Statistics: Num rows: 6102 Data size: 2123496 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: double), _col2 (type: decimal(20,10)), _col3 (type: decimal(23,14)) + null sort order: zzzz sort order: ++++ Map-reduce partition columns: _col0 (type: int), _col1 (type: double), _col2 (type: decimal(20,10)), _col3 (type: decimal(23,14)) Reduce Sink Vectorization: @@ -135,6 +137,7 @@ STAGE PLANS: Statistics: Num rows: 6102 Data size: 2123496 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: double), _col2 (type: decimal(20,10)), _col3 (type: decimal(23,14)) + null sort order: zzzz sort order: ++++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator diff --git ql/src/test/results/clientpositive/llap/vector_reduce_groupby_duplicate_cols.q.out ql/src/test/results/clientpositive/llap/vector_reduce_groupby_duplicate_cols.q.out index 7000f20973..4dc60e9c20 100644 --- ql/src/test/results/clientpositive/llap/vector_reduce_groupby_duplicate_cols.q.out +++ ql/src/test/results/clientpositive/llap/vector_reduce_groupby_duplicate_cols.q.out @@ -63,6 +63,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 10 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: 1 (type: int), 2 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: 1 (type: int), 2 (type: int) Statistics: Num rows: 1 Data size: 10 Basic stats: COMPLETE Column stats: COMPLETE @@ -124,6 +125,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/llap/vector_retry_failure.q.out ql/src/test/results/clientpositive/llap/vector_retry_failure.q.out index 6a5bc93227..566427f16e 100644 --- ql/src/test/results/clientpositive/llap/vector_retry_failure.q.out +++ ql/src/test/results/clientpositive/llap/vector_retry_failure.q.out @@ -72,6 +72,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/llap/vector_reuse_scratchcols.q.out ql/src/test/results/clientpositive/llap/vector_reuse_scratchcols.q.out index a9cf533810..c5b97dc1de 100644 --- ql/src/test/results/clientpositive/llap/vector_reuse_scratchcols.q.out +++ ql/src/test/results/clientpositive/llap/vector_reuse_scratchcols.q.out @@ -131,6 +131,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10 Statistics: Num rows: 1 Data size: 84 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -343,6 +344,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10 Statistics: Num rows: 1 Data size: 84 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator diff --git ql/src/test/results/clientpositive/llap/vector_string_concat.q.out ql/src/test/results/clientpositive/llap/vector_string_concat.q.out index 60539e975f..a8019be7aa 100644 --- ql/src/test/results/clientpositive/llap/vector_string_concat.q.out +++ ql/src/test/results/clientpositive/llap/vector_string_concat.q.out @@ -363,6 +363,7 @@ STAGE PLANS: Top N Key Operator sort order: + keys: _col0 (type: string) + null sort order: z Statistics: Num rows: 2000 Data size: 106288 Basic stats: COMPLETE Column stats: COMPLETE top n: 50 Top N Key Vectorization: @@ -384,6 +385,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 184000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -426,6 +428,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 92000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator diff --git ql/src/test/results/clientpositive/llap/vector_topnkey.q.out ql/src/test/results/clientpositive/llap/vector_topnkey.q.out index d859270ff0..31d971bcb3 100644 --- ql/src/test/results/clientpositive/llap/vector_topnkey.q.out +++ ql/src/test/results/clientpositive/llap/vector_topnkey.q.out @@ -45,6 +45,7 @@ STAGE PLANS: Top N Key Operator sort order: + keys: _col0 (type: string) + null sort order: z Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE top n: 5 Top N Key Vectorization: @@ -68,6 +69,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -128,6 +130,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -244,6 +247,7 @@ STAGE PLANS: Top N Key Operator sort order: + keys: key (type: string) + null sort order: z Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE top n: 5 Top N Key Vectorization: @@ -265,6 +269,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -321,6 +326,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -442,6 +448,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -493,6 +500,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -537,6 +545,7 @@ STAGE PLANS: Statistics: Num rows: 791 Data size: 140798 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 791 Data size: 140798 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/llap/vector_udf1.q.out ql/src/test/results/clientpositive/llap/vector_udf1.q.out index f7567e2974..956ff47b23 100644 --- ql/src/test/results/clientpositive/llap/vector_udf1.q.out +++ ql/src/test/results/clientpositive/llap/vector_udf1.q.out @@ -2796,6 +2796,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -2911,6 +2912,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 288 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -3058,6 +3060,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 288 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator diff --git ql/src/test/results/clientpositive/llap/vector_udf_string_to_boolean.q.out ql/src/test/results/clientpositive/llap/vector_udf_string_to_boolean.q.out index 74bfc6147a..2d0ef85a06 100644 --- ql/src/test/results/clientpositive/llap/vector_udf_string_to_boolean.q.out +++ ql/src/test/results/clientpositive/llap/vector_udf_string_to_boolean.q.out @@ -145,6 +145,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 1116 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 12 Data size: 1116 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: boolean) diff --git ql/src/test/results/clientpositive/llap/vector_union_null.q.out ql/src/test/results/clientpositive/llap/vector_union_null.q.out index b4590b0568..2faee9ab9c 100644 --- ql/src/test/results/clientpositive/llap/vector_union_null.q.out +++ ql/src/test/results/clientpositive/llap/vector_union_null.q.out @@ -114,6 +114,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Reduce Sink Vectorization: @@ -163,6 +164,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/vector_varchar_mapjoin1.q.out ql/src/test/results/clientpositive/llap/vector_varchar_mapjoin1.q.out index 92a8c92037..ea86c2a903 100644 --- ql/src/test/results/clientpositive/llap/vector_varchar_mapjoin1.q.out +++ ql/src/test/results/clientpositive/llap/vector_varchar_mapjoin1.q.out @@ -174,6 +174,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 3 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: varchar(10)), _col2 (type: int), _col3 (type: varchar(10)) @@ -203,6 +204,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 276 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: varchar(10)) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: varchar(10)) Statistics: Num rows: 3 Data size: 276 Basic stats: COMPLETE Column stats: COMPLETE @@ -308,6 +310,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 3 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: varchar(10)), _col2 (type: int), _col3 (type: varchar(20)) @@ -337,6 +340,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 276 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: varchar(20)) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: varchar(20)) Statistics: Num rows: 3 Data size: 276 Basic stats: COMPLETE Column stats: COMPLETE @@ -448,6 +452,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 3 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: varchar(10)), _col2 (type: int), _col3 (type: string) @@ -477,6 +482,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 276 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 3 Data size: 276 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/vector_varchar_simple.q.out ql/src/test/results/clientpositive/llap/vector_varchar_simple.q.out index f23bfa9673..6bb2fbde0c 100644 --- ql/src/test/results/clientpositive/llap/vector_varchar_simple.q.out +++ ql/src/test/results/clientpositive/llap/vector_varchar_simple.q.out @@ -86,6 +86,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 94248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: varchar(10)) + null sort order: z sort order: + Statistics: Num rows: 500 Data size: 94248 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -210,6 +211,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 94248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: varchar(10)) + null sort order: z sort order: - Statistics: Num rows: 500 Data size: 94248 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -344,6 +346,7 @@ STAGE PLANS: native: true Statistics: Num rows: 10 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator diff --git ql/src/test/results/clientpositive/llap/vector_when_case_null.q.out ql/src/test/results/clientpositive/llap/vector_when_case_null.q.out index dfc2471cd3..c28f620179 100644 --- ql/src/test/results/clientpositive/llap/vector_when_case_null.q.out +++ ql/src/test/results/clientpositive/llap/vector_when_case_null.q.out @@ -75,6 +75,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 192 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/llap/vector_windowing.q.out ql/src/test/results/clientpositive/llap/vector_windowing.q.out index b624250daa..4a789fb7a7 100644 --- ql/src/test/results/clientpositive/llap/vector_windowing.q.out +++ ql/src/test/results/clientpositive/llap/vector_windowing.q.out @@ -43,6 +43,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -284,6 +285,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 3003 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: int) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: int) Reduce Sink Vectorization: @@ -344,6 +346,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 3003 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string), _col0 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col1 (type: string) Reduce Sink Vectorization: @@ -539,6 +542,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 3003 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: int) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: int) Reduce Sink Vectorization: @@ -599,6 +603,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 3003 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string), _col0 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col1 (type: string) Reduce Sink Vectorization: @@ -762,6 +767,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -960,6 +966,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -1165,6 +1172,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -1376,6 +1384,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -1422,6 +1431,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: p_partkey (type: int) + null sort order: a sort order: + Map-reduce partition columns: p_partkey (type: int) Reduce Sink Vectorization: @@ -1479,6 +1489,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 13078 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 13078 Basic stats: COMPLETE Column stats: COMPLETE @@ -1496,6 +1507,7 @@ STAGE PLANS: Statistics: Num rows: 27 Data size: 6237 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 27 Data size: 6237 Basic stats: COMPLETE Column stats: COMPLETE @@ -1668,6 +1680,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string), p_size (type: int) + null sort order: azz sort order: ++- Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -1861,6 +1874,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -2074,6 +2088,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -2289,6 +2304,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -2483,6 +2499,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 1115 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: 'Manufacturer#3' (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: 'Manufacturer#3' (type: string) Reduce Sink Vectorization: @@ -2654,6 +2671,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -2824,6 +2842,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -3047,6 +3066,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -3172,6 +3192,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE @@ -3342,6 +3363,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -3429,6 +3451,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string), _col5 (type: int) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE @@ -3471,6 +3494,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 13390 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col6 (type: string), _col5 (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: _col6 (type: string) Statistics: Num rows: 26 Data size: 13390 Basic stats: COMPLETE Column stats: COMPLETE @@ -3624,6 +3648,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -3725,6 +3750,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: _col2 (type: string) Reduce Sink Vectorization: @@ -3880,6 +3906,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -4098,6 +4125,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 3211 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: int), _col3 (type: double) + null sort order: aaaa sort order: ++++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: int), _col3 (type: double) Reduce Sink Vectorization: @@ -4158,6 +4186,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 3211 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string), _col0 (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: _col1 (type: string) Reduce Sink Vectorization: @@ -4326,6 +4355,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -4526,6 +4556,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -4805,6 +4836,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 2574 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: za sort order: ++ Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -4873,6 +4905,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 2678 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 13 Data size: 2678 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col2 (type: double), _col3 (type: double) @@ -5097,6 +5130,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -5267,6 +5301,7 @@ STAGE PLANS: Statistics: Num rows: 52 Data size: 10166 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col2 (type: int), _col4 (type: int) + null sort order: azz sort order: +++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 52 Data size: 10166 Basic stats: COMPLETE Column stats: COMPLETE @@ -5283,6 +5318,7 @@ STAGE PLANS: Statistics: Num rows: 52 Data size: 10166 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col2 (type: int), _col4 (type: int) + null sort order: azz sort order: +++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 52 Data size: 10166 Basic stats: COMPLETE Column stats: COMPLETE @@ -5597,6 +5633,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -5610,6 +5647,7 @@ STAGE PLANS: value expressions: p_size (type: int), p_retailprice (type: double) Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -5623,6 +5661,7 @@ STAGE PLANS: value expressions: p_size (type: int) Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -5740,6 +5779,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5 Statistics: Num rows: 1 Data size: 2576 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 2576 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct), _col4 (type: struct), _col5 (type: struct) @@ -5816,6 +5856,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string), _col5 (type: int) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE @@ -5858,6 +5899,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 13182 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col5 (type: string), _col4 (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: _col5 (type: string) Statistics: Num rows: 26 Data size: 13182 Basic stats: COMPLETE Column stats: COMPLETE @@ -5917,6 +5959,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7 Statistics: Num rows: 1 Data size: 3424 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 3424 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct), _col4 (type: struct), _col5 (type: struct), _col6 (type: struct), _col7 (type: struct) @@ -6013,6 +6056,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: _col2 (type: string) Reduce Sink Vectorization: @@ -6079,6 +6123,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5 Statistics: Num rows: 1 Data size: 2576 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 2576 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct), _col4 (type: struct), _col5 (type: struct) @@ -6389,6 +6434,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 3003 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: int) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: int) Reduce Sink Vectorization: @@ -6449,6 +6495,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 3003 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string), _col0 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col1 (type: string) Reduce Sink Vectorization: @@ -6616,6 +6663,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_size (type: int) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -6784,6 +6832,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -6944,6 +6993,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -7110,6 +7160,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -7286,6 +7337,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -7456,6 +7508,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -7636,6 +7689,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -7820,6 +7874,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -8003,6 +8058,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -8075,6 +8131,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 3003 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: int), _col3 (type: bigint) + null sort order: aaaa sort order: ++++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: int), _col3 (type: bigint) Statistics: Num rows: 13 Data size: 3003 Basic stats: COMPLETE Column stats: COMPLETE @@ -8205,6 +8262,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -8405,6 +8463,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string) + null sort order: z sort order: + Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -8505,6 +8564,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 9724 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Reduce Sink Vectorization: @@ -8703,6 +8763,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: p_mfgr (type: string), p_name (type: string) Reduce Sink Vectorization: @@ -8803,6 +8864,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 12974 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string), _col1 (type: string) Reduce Sink Vectorization: @@ -8981,6 +9043,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), substr(p_type, 2) (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -9174,6 +9237,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -9365,6 +9429,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_size (type: int) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -9556,6 +9621,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -9714,6 +9780,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_size (type: int) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -9875,6 +9942,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: 0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: 0 (type: int) Reduce Sink Vectorization: @@ -9971,6 +10039,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3562 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -10113,6 +10182,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 510 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: 'Manufacturer#6' (type: string), p_size (type: int) + null sort order: az sort order: ++ Map-reduce partition columns: 'Manufacturer#6' (type: string) Reduce Sink Vectorization: @@ -10289,6 +10359,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 1135 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: 'Manufacturer#1' (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: 'Manufacturer#1' (type: string) Reduce Sink Vectorization: @@ -10442,6 +10513,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 510 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: 'm1' (type: string) + null sort order: a sort order: + Map-reduce partition columns: 'm1' (type: string) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/llap/vector_windowing_expressions.q.out ql/src/test/results/clientpositive/llap/vector_windowing_expressions.q.out index fa63dc4575..f8009a5043 100644 --- ql/src/test/results/clientpositive/llap/vector_windowing_expressions.q.out +++ ql/src/test/results/clientpositive/llap/vector_windowing_expressions.q.out @@ -89,6 +89,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_retailprice (type: double) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -286,6 +287,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_retailprice (type: double) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -484,6 +486,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:t:tinyint, 1:si:smallint, 2:i:int, 3:b:bigint, 4:f:float, 5:d:double, 6:bo:boolean, 7:s:string, 8:ts:timestamp, 9:dec:decimal(4,2)/DECIMAL_64, 10:bin:binary, 11:ROW__ID:struct] Reduce Output Operator key expressions: t (type: tinyint), bo (type: boolean), s (type: string), si (type: smallint), f (type: float) + null sort order: azzzz sort order: ++++- Map-reduce partition columns: t (type: tinyint) Reduce Sink Vectorization: @@ -710,6 +713,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:t:tinyint, 1:si:smallint, 2:i:int, 3:b:bigint, 4:f:float, 5:d:double, 6:bo:boolean, 7:s:string, 8:ts:timestamp, 9:dec:decimal(4,2)/DECIMAL_64, 10:bin:binary, 11:ROW__ID:struct] Reduce Output Operator key expressions: si (type: smallint), i (type: int), s (type: string) + null sort order: azz sort order: +++ Map-reduce partition columns: si (type: smallint) Reduce Sink Vectorization: @@ -936,6 +940,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:t:tinyint, 1:si:smallint, 2:i:int, 3:b:bigint, 4:f:float, 5:d:double, 6:bo:boolean, 7:s:string, 8:ts:timestamp, 9:dec:decimal(4,2)/DECIMAL_64, 10:bin:binary, 11:ROW__ID:struct] Reduce Output Operator key expressions: b (type: bigint), si (type: smallint), s (type: string), d (type: double) + null sort order: azzz sort order: ++++ Map-reduce partition columns: b (type: bigint) Reduce Sink Vectorization: @@ -1162,6 +1167,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:t:tinyint, 1:si:smallint, 2:i:int, 3:b:bigint, 4:f:float, 5:d:double, 6:bo:boolean, 7:s:string, 8:ts:timestamp, 9:dec:decimal(4,2)/DECIMAL_64, 10:bin:binary, 11:ROW__ID:struct] Reduce Output Operator key expressions: f (type: float), b (type: bigint) + null sort order: az sort order: ++ Map-reduce partition columns: f (type: float) Reduce Sink Vectorization: @@ -1390,6 +1396,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_type (type: string) + null sort order: za sort order: ++ Map-reduce partition columns: p_mfgr (type: string), p_type (type: string) Reduce Sink Vectorization: @@ -1571,6 +1578,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_type (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -1775,6 +1783,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:t:tinyint, 1:si:smallint, 2:i:int, 3:b:bigint, 4:f:float, 5:d:double, 6:bo:boolean, 7:s:string, 8:ts:timestamp, 9:dec:decimal(4,2)/DECIMAL_64, 10:bin:binary, 11:ROW__ID:struct] Reduce Output Operator key expressions: ts (type: timestamp), i (type: int) + null sort order: az sort order: ++ Map-reduce partition columns: ts (type: timestamp) Reduce Sink Vectorization: @@ -2022,6 +2031,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_retailprice (type: double) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/llap/vector_windowing_gby.q.out ql/src/test/results/clientpositive/llap/vector_windowing_gby.q.out index 5fad93167c..788de17d89 100644 --- ql/src/test/results/clientpositive/llap/vector_windowing_gby.q.out +++ ql/src/test/results/clientpositive/llap/vector_windowing_gby.q.out @@ -61,6 +61,7 @@ STAGE PLANS: Statistics: Num rows: 18 Data size: 1581 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -114,6 +115,7 @@ STAGE PLANS: Statistics: Num rows: 9174 Data size: 671296 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Reduce Sink Vectorization: @@ -161,6 +163,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 60 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Statistics: Num rows: 3 Data size: 60 Basic stats: COMPLETE Column stats: COMPLETE @@ -208,6 +211,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: 0 (type: int), (UDFToDouble(_col1) / UDFToDouble(_col2)) (type: double) + null sort order: az sort order: ++ Map-reduce partition columns: 0 (type: int) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/llap/vector_windowing_gby2.q.out ql/src/test/results/clientpositive/llap/vector_windowing_gby2.q.out index 7c30f4f9fc..f8effc8b82 100644 --- ql/src/test/results/clientpositive/llap/vector_windowing_gby2.q.out +++ ql/src/test/results/clientpositive/llap/vector_windowing_gby2.q.out @@ -63,6 +63,7 @@ STAGE PLANS: Statistics: Num rows: 7 Data size: 651 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -130,6 +131,7 @@ STAGE PLANS: Statistics: Num rows: 7 Data size: 651 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: 0 (type: int), _col1 (type: bigint) + null sort order: az sort order: ++ Map-reduce partition columns: 0 (type: int) Reduce Sink Vectorization: @@ -309,6 +311,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 1176 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -368,6 +371,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 1176 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string), _col2 (type: bigint) + null sort order: az sort order: ++ Map-reduce partition columns: _col1 (type: string) Reduce Sink Vectorization: @@ -550,6 +554,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 1980 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Reduce Sink Vectorization: @@ -609,6 +614,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 1980 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col2 (type: double) + null sort order: az sort order: +- Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -688,6 +694,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 1980 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: lower(_col1) (type: string), _col3 (type: double) + null sort order: az sort order: ++ Map-reduce partition columns: lower(_col1) (type: string) Reduce Sink Vectorization: @@ -768,6 +775,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 1005 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col5 (type: int), _col6 (type: double) + null sort order: az sort order: ++ Map-reduce partition columns: _col5 (type: int) Reduce Sink Vectorization: @@ -915,6 +923,7 @@ STAGE PLANS: Statistics: Num rows: 18 Data size: 1581 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -968,6 +977,7 @@ STAGE PLANS: Statistics: Num rows: 9174 Data size: 671296 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Reduce Sink Vectorization: @@ -1015,6 +1025,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 60 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Statistics: Num rows: 3 Data size: 60 Basic stats: COMPLETE Column stats: COMPLETE @@ -1062,6 +1073,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: 0 (type: int), (UDFToDouble(_col1) / UDFToDouble(_col2)) (type: double) + null sort order: az sort order: ++ Map-reduce partition columns: 0 (type: int) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/llap/vector_windowing_multipartitioning.q.out ql/src/test/results/clientpositive/llap/vector_windowing_multipartitioning.q.out index adca2925bf..8bb387366b 100644 --- ql/src/test/results/clientpositive/llap/vector_windowing_multipartitioning.q.out +++ ql/src/test/results/clientpositive/llap/vector_windowing_multipartitioning.q.out @@ -81,6 +81,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:t:tinyint, 1:si:smallint, 2:i:int, 3:b:bigint, 4:f:float, 5:d:double, 6:bo:boolean, 7:s:string, 8:ts:timestamp, 9:dec:decimal(4,2)/DECIMAL_64, 10:bin:binary, 11:ROW__ID:struct] Reduce Output Operator key expressions: s (type: string), si (type: smallint) + null sort order: az sort order: ++ Map-reduce partition columns: s (type: string) Reduce Sink Vectorization: @@ -10260,6 +10261,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 344 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: s (type: string), dec (type: decimal(4,2)) + null sort order: az sort order: +- Map-reduce partition columns: s (type: string) Reduce Sink Vectorization: @@ -10356,6 +10358,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 344 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col7 (type: string), _col8 (type: timestamp) + null sort order: az sort order: +- Map-reduce partition columns: _col7 (type: string) Reduce Sink Vectorization: @@ -10542,6 +10545,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 196 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: s (type: string) + null sort order: a sort order: + Map-reduce partition columns: s (type: string) Reduce Sink Vectorization: @@ -10635,6 +10639,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 196 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: smallint) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: smallint) Reduce Sink Vectorization: @@ -10813,6 +10818,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 336 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: s (type: string), bo (type: boolean) + null sort order: az sort order: ++ Map-reduce partition columns: s (type: string) Reduce Sink Vectorization: @@ -10909,6 +10915,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 336 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: smallint), _col10 (type: binary) + null sort order: az sort order: +- Map-reduce partition columns: _col1 (type: smallint) Reduce Sink Vectorization: @@ -11090,6 +11097,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 192 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: i (type: int) + null sort order: a sort order: + Map-reduce partition columns: i (type: int) Reduce Sink Vectorization: @@ -11183,6 +11191,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 192 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: 0 (type: int), _col4 (type: float) + null sort order: az sort order: ++ Map-reduce partition columns: 0 (type: int) Reduce Sink Vectorization: @@ -11374,6 +11383,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 304 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: s (type: string), dec (type: decimal(4,2)) + null sort order: az sort order: ++ Map-reduce partition columns: s (type: string) Reduce Sink Vectorization: @@ -11470,6 +11480,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 304 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: smallint), _col4 (type: float) + null sort order: az sort order: ++ Map-reduce partition columns: _col1 (type: smallint) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/llap/vector_windowing_navfn.q.out ql/src/test/results/clientpositive/llap/vector_windowing_navfn.q.out index bf4d3ae742..b82c3b079a 100644 --- ql/src/test/results/clientpositive/llap/vector_windowing_navfn.q.out +++ ql/src/test/results/clientpositive/llap/vector_windowing_navfn.q.out @@ -89,6 +89,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 174 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: 0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: 0 (type: int) Reduce Sink Vectorization: @@ -236,6 +237,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:t:tinyint, 1:si:smallint, 2:i:int, 3:b:bigint, 4:f:float, 5:d:double, 6:bo:boolean, 7:s:string, 8:ts:timestamp, 9:dec:decimal(4,2)/DECIMAL_64, 10:bin:binary, 11:ROW__ID:struct] Reduce Output Operator key expressions: d (type: double), dec (type: decimal(4,2)) + null sort order: az sort order: ++ Map-reduce partition columns: d (type: double) Reduce Sink Vectorization: @@ -498,6 +500,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:t:tinyint, 1:si:smallint, 2:i:int, 3:b:bigint, 4:f:float, 5:d:double, 6:bo:boolean, 7:s:string, 8:ts:timestamp, 9:dec:decimal(4,2)/DECIMAL_64, 10:bin:binary, 11:ROW__ID:struct] Reduce Output Operator key expressions: bin (type: binary), d (type: double), i (type: int) + null sort order: azz sort order: ++- Map-reduce partition columns: bin (type: binary) Reduce Sink Vectorization: @@ -726,6 +729,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:t:tinyint, 1:si:smallint, 2:i:int, 3:b:bigint, 4:f:float, 5:d:double, 6:bo:boolean, 7:s:string, 8:ts:timestamp, 9:dec:decimal(4,2)/DECIMAL_64, 10:bin:binary, 11:ROW__ID:struct] Reduce Output Operator key expressions: i (type: int), s (type: string), dec (type: decimal(4,2)) + null sort order: zzz sort order: +++ Map-reduce partition columns: i (type: int) Reduce Sink Vectorization: @@ -952,6 +956,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:t:tinyint, 1:si:smallint, 2:i:int, 3:b:bigint, 4:f:float, 5:d:double, 6:bo:boolean, 7:s:string, 8:ts:timestamp, 9:dec:decimal(4,2)/DECIMAL_64, 10:bin:binary, 11:ROW__ID:struct] Reduce Output Operator key expressions: d (type: double), f (type: float) + null sort order: az sort order: ++ Map-reduce partition columns: d (type: double) Reduce Sink Vectorization: @@ -1214,6 +1219,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:t:tinyint, 1:si:smallint, 2:i:int, 3:b:bigint, 4:f:float, 5:d:double, 6:bo:boolean, 7:s:string, 8:ts:timestamp, 9:dec:decimal(4,2)/DECIMAL_64, 10:bin:binary, 11:ROW__ID:struct] Reduce Output Operator key expressions: bo (type: boolean), s (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: bo (type: boolean) Reduce Sink Vectorization: @@ -1449,6 +1455,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 192 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: 10Y (type: tinyint), s (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: 10Y (type: tinyint) Reduce Sink Vectorization: @@ -1647,6 +1654,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:a:int, 1:b:int, 2:ROW__ID:struct] Reduce Output Operator key expressions: a (type: int), b (type: int) + null sort order: az sort order: ++ Map-reduce partition columns: a (type: int) Reduce Sink Vectorization: @@ -1822,6 +1830,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:a:int, 1:b:int, 2:ROW__ID:struct] Reduce Output Operator key expressions: a (type: int), b (type: int) + null sort order: az sort order: +- Map-reduce partition columns: a (type: int) Reduce Sink Vectorization: @@ -1997,6 +2006,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:a:int, 1:b:int, 2:ROW__ID:struct] Reduce Output Operator key expressions: a (type: int), b (type: int) + null sort order: az sort order: ++ Map-reduce partition columns: a (type: int) Reduce Sink Vectorization: @@ -2172,6 +2182,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:a:int, 1:b:int, 2:ROW__ID:struct] Reduce Output Operator key expressions: a (type: int), b (type: int) + null sort order: az sort order: +- Map-reduce partition columns: a (type: int) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/llap/vector_windowing_order_null.q.out ql/src/test/results/clientpositive/llap/vector_windowing_order_null.q.out index e6a6a9475b..53cf6d5b6f 100644 --- ql/src/test/results/clientpositive/llap/vector_windowing_order_null.q.out +++ ql/src/test/results/clientpositive/llap/vector_windowing_order_null.q.out @@ -89,6 +89,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:t:tinyint, 1:si:smallint, 2:i:int, 3:b:bigint, 4:f:float, 5:d:double, 6:bo:boolean, 7:s:string, 8:ts:timestamp, 9:dec:decimal(10,0)/DECIMAL_64, 10:bin:binary, 11:ROW__ID:struct] Reduce Output Operator key expressions: i (type: int), s (type: string), b (type: bigint) + null sort order: azz sort order: +++ Map-reduce partition columns: i (type: int) Reduce Sink Vectorization: @@ -259,6 +260,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:t:tinyint, 1:si:smallint, 2:i:int, 3:b:bigint, 4:f:float, 5:d:double, 6:bo:boolean, 7:s:string, 8:ts:timestamp, 9:dec:decimal(10,0)/DECIMAL_64, 10:bin:binary, 11:ROW__ID:struct] Reduce Output Operator key expressions: d (type: double), s (type: string), f (type: float) + null sort order: aza sort order: ++- Map-reduce partition columns: d (type: double) Reduce Sink Vectorization: @@ -429,6 +431,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:t:tinyint, 1:si:smallint, 2:i:int, 3:b:bigint, 4:f:float, 5:d:double, 6:bo:boolean, 7:s:string, 8:ts:timestamp, 9:dec:decimal(10,0)/DECIMAL_64, 10:bin:binary, 11:ROW__ID:struct] Reduce Output Operator key expressions: ts (type: timestamp), f (type: float) + null sort order: aa sort order: ++ Map-reduce partition columns: ts (type: timestamp) Reduce Sink Vectorization: @@ -566,6 +569,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:t:tinyint, 1:si:smallint, 2:i:int, 3:b:bigint, 4:f:float, 5:d:double, 6:bo:boolean, 7:s:string, 8:ts:timestamp, 9:dec:decimal(10,0)/DECIMAL_64, 10:bin:binary, 11:ROW__ID:struct] Reduce Output Operator key expressions: t (type: tinyint), s (type: string), d (type: double) + null sort order: aza sort order: ++- Map-reduce partition columns: t (type: tinyint) Reduce Sink Vectorization: @@ -701,6 +705,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:t:tinyint, 1:si:smallint, 2:i:int, 3:b:bigint, 4:f:float, 5:d:double, 6:bo:boolean, 7:s:string, 8:ts:timestamp, 9:dec:decimal(10,0)/DECIMAL_64, 10:bin:binary, 11:ROW__ID:struct] Reduce Output Operator key expressions: ts (type: timestamp), s (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: ts (type: timestamp) Reduce Sink Vectorization: @@ -874,6 +879,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:t:tinyint, 1:si:smallint, 2:i:int, 3:b:bigint, 4:f:float, 5:d:double, 6:bo:boolean, 7:s:string, 8:ts:timestamp, 9:dec:decimal(10,0)/DECIMAL_64, 10:bin:binary, 11:ROW__ID:struct] Reduce Output Operator key expressions: s (type: string), i (type: int) + null sort order: az sort order: +- Map-reduce partition columns: s (type: string) Reduce Sink Vectorization: @@ -1042,6 +1048,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:t:tinyint, 1:si:smallint, 2:i:int, 3:b:bigint, 4:f:float, 5:d:double, 6:bo:boolean, 7:s:string, 8:ts:timestamp, 9:dec:decimal(10,0)/DECIMAL_64, 10:bin:binary, 11:ROW__ID:struct] Reduce Output Operator key expressions: s (type: string), i (type: int) + null sort order: az sort order: +- Map-reduce partition columns: s (type: string) Reduce Sink Vectorization: @@ -1210,6 +1217,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:t:tinyint, 1:si:smallint, 2:i:int, 3:b:bigint, 4:f:float, 5:d:double, 6:bo:boolean, 7:s:string, 8:ts:timestamp, 9:dec:decimal(10,0)/DECIMAL_64, 10:bin:binary, 11:ROW__ID:struct] Reduce Output Operator key expressions: s (type: string), i (type: int) + null sort order: az sort order: ++ Map-reduce partition columns: s (type: string) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/llap/vector_windowing_range_multiorder.q.out ql/src/test/results/clientpositive/llap/vector_windowing_range_multiorder.q.out index 7209289b07..30690b3001 100644 --- ql/src/test/results/clientpositive/llap/vector_windowing_range_multiorder.q.out +++ ql/src/test/results/clientpositive/llap/vector_windowing_range_multiorder.q.out @@ -81,6 +81,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:t:tinyint, 1:si:smallint, 2:i:int, 3:b:bigint, 4:f:float, 5:d:double, 6:bo:boolean, 7:s:string, 8:ts:timestamp, 9:dec:decimal(4,2)/DECIMAL_64, 10:bin:binary, 11:ROW__ID:struct] Reduce Output Operator key expressions: si (type: smallint), i (type: int), b (type: bigint) + null sort order: azz sort order: +++ Map-reduce partition columns: si (type: smallint) Reduce Sink Vectorization: @@ -343,6 +344,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:t:tinyint, 1:si:smallint, 2:i:int, 3:b:bigint, 4:f:float, 5:d:double, 6:bo:boolean, 7:s:string, 8:ts:timestamp, 9:dec:decimal(4,2)/DECIMAL_64, 10:bin:binary, 11:ROW__ID:struct] Reduce Output Operator key expressions: si (type: smallint), bo (type: boolean), i (type: int), f (type: float) + null sort order: aazz sort order: +++- Map-reduce partition columns: si (type: smallint), bo (type: boolean) Reduce Sink Vectorization: @@ -568,6 +570,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:t:tinyint, 1:si:smallint, 2:i:int, 3:b:bigint, 4:f:float, 5:d:double, 6:bo:boolean, 7:s:string, 8:ts:timestamp, 9:dec:decimal(4,2)/DECIMAL_64, 10:bin:binary, 11:ROW__ID:struct] Reduce Output Operator key expressions: si (type: smallint), bo (type: boolean), i (type: int), f (type: float) + null sort order: aazz sort order: +++- Map-reduce partition columns: si (type: smallint), bo (type: boolean) Reduce Sink Vectorization: @@ -793,6 +796,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:t:tinyint, 1:si:smallint, 2:i:int, 3:b:bigint, 4:f:float, 5:d:double, 6:bo:boolean, 7:s:string, 8:ts:timestamp, 9:dec:decimal(4,2)/DECIMAL_64, 10:bin:binary, 11:ROW__ID:struct] Reduce Output Operator key expressions: s (type: string) + null sort order: a sort order: + Map-reduce partition columns: s (type: string) Reduce Sink Vectorization: @@ -10946,6 +10950,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:t:tinyint, 1:si:smallint, 2:i:int, 3:b:bigint, 4:f:float, 5:d:double, 6:bo:boolean, 7:s:string, 8:ts:timestamp, 9:dec:decimal(4,2)/DECIMAL_64, 10:bin:binary, 11:ROW__ID:struct] Reduce Output Operator key expressions: s (type: string), si (type: smallint), i (type: int) + null sort order: azz sort order: +++ Map-reduce partition columns: s (type: string) Reduce Sink Vectorization: @@ -11206,6 +11211,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:t:tinyint, 1:si:smallint, 2:i:int, 3:b:bigint, 4:f:float, 5:d:double, 6:bo:boolean, 7:s:string, 8:ts:timestamp, 9:dec:decimal(4,2)/DECIMAL_64, 10:bin:binary, 11:ROW__ID:struct] Reduce Output Operator key expressions: s (type: string), si (type: smallint), i (type: int) + null sort order: azz sort order: +++ Map-reduce partition columns: s (type: string) Reduce Sink Vectorization: @@ -11466,6 +11472,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:t:tinyint, 1:si:smallint, 2:i:int, 3:b:bigint, 4:f:float, 5:d:double, 6:bo:boolean, 7:s:string, 8:ts:timestamp, 9:dec:decimal(4,2)/DECIMAL_64, 10:bin:binary, 11:ROW__ID:struct] Reduce Output Operator key expressions: s (type: string), si (type: smallint), i (type: int) + null sort order: azz sort order: ++- Map-reduce partition columns: s (type: string) Reduce Sink Vectorization: @@ -11726,6 +11733,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:t:tinyint, 1:si:smallint, 2:i:int, 3:b:bigint, 4:f:float, 5:d:double, 6:bo:boolean, 7:s:string, 8:ts:timestamp, 9:dec:decimal(4,2)/DECIMAL_64, 10:bin:binary, 11:ROW__ID:struct] Reduce Output Operator key expressions: si (type: smallint), bo (type: boolean), i (type: int), f (type: float) + null sort order: aazz sort order: +++- Map-reduce partition columns: si (type: smallint), bo (type: boolean) Reduce Sink Vectorization: @@ -11986,6 +11994,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:t:tinyint, 1:si:smallint, 2:i:int, 3:b:bigint, 4:f:float, 5:d:double, 6:bo:boolean, 7:s:string, 8:ts:timestamp, 9:dec:decimal(4,2)/DECIMAL_64, 10:bin:binary, 11:ROW__ID:struct] Reduce Output Operator key expressions: i (type: int), bo (type: boolean), b (type: bigint) + null sort order: aaz sort order: +++ Map-reduce partition columns: i (type: int) Reduce Sink Vectorization: @@ -12212,6 +12221,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:t:tinyint, 1:si:smallint, 2:i:int, 3:b:bigint, 4:f:float, 5:d:double, 6:bo:boolean, 7:s:string, 8:ts:timestamp, 9:dec:decimal(4,2)/DECIMAL_64, 10:bin:binary, 11:ROW__ID:struct] Reduce Output Operator key expressions: i (type: int), CAST( s AS CHAR(12)) (type: char(12)) + null sort order: az sort order: ++ Map-reduce partition columns: i (type: int) Reduce Sink Vectorization: @@ -12441,6 +12451,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:t:tinyint, 1:si:smallint, 2:i:int, 3:b:bigint, 4:f:float, 5:d:double, 6:bo:boolean, 7:s:string, 8:ts:timestamp, 9:dec:decimal(4,2)/DECIMAL_64, 10:bin:binary, 11:ROW__ID:struct] Reduce Output Operator key expressions: i (type: int), CAST( s AS varchar(12)) (type: varchar(12)) + null sort order: az sort order: ++ Map-reduce partition columns: i (type: int) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/llap/vector_windowing_rank.q.out ql/src/test/results/clientpositive/llap/vector_windowing_rank.q.out index 9331132990..8c579b4686 100644 --- ql/src/test/results/clientpositive/llap/vector_windowing_rank.q.out +++ ql/src/test/results/clientpositive/llap/vector_windowing_rank.q.out @@ -81,6 +81,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:t:tinyint, 1:si:smallint, 2:i:int, 3:b:bigint, 4:f:float, 5:d:double, 6:bo:boolean, 7:s:string, 8:ts:timestamp, 9:dec:decimal(4,2)/DECIMAL_64, 10:bin:binary, 11:ROW__ID:struct] Reduce Output Operator key expressions: f (type: float), t (type: tinyint) + null sort order: az sort order: ++ Map-reduce partition columns: f (type: float) Reduce Sink Vectorization: @@ -344,6 +345,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:t:tinyint, 1:si:smallint, 2:i:int, 3:b:bigint, 4:f:float, 5:d:double, 6:bo:boolean, 7:s:string, 8:ts:timestamp, 9:dec:decimal(4,2)/DECIMAL_64, 10:bin:binary, 11:ROW__ID:struct] Reduce Output Operator key expressions: ts (type: timestamp), i (type: int), s (type: string) + null sort order: azz sort order: ++- Map-reduce partition columns: ts (type: timestamp) Reduce Sink Vectorization: @@ -605,6 +607,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:t:tinyint, 1:si:smallint, 2:i:int, 3:b:bigint, 4:f:float, 5:d:double, 6:bo:boolean, 7:s:string, 8:ts:timestamp, 9:dec:decimal(4,2)/DECIMAL_64, 10:bin:binary, 11:ROW__ID:struct] Reduce Output Operator key expressions: bo (type: boolean), b (type: bigint), s (type: string) + null sort order: azz sort order: +++ Map-reduce partition columns: bo (type: boolean) Reduce Sink Vectorization: @@ -831,6 +834,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:t:tinyint, 1:si:smallint, 2:i:int, 3:b:bigint, 4:f:float, 5:d:double, 6:bo:boolean, 7:s:string, 8:ts:timestamp, 9:dec:decimal(4,2)/DECIMAL_64, 10:bin:binary, 11:ROW__ID:struct] Reduce Output Operator key expressions: dec (type: decimal(4,2)), f (type: float) + null sort order: az sort order: ++ Map-reduce partition columns: dec (type: decimal(4,2)) Reduce Sink Vectorization: @@ -1096,6 +1100,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 160 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Reduce Sink Vectorization: @@ -1149,6 +1154,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Reduce Sink Vectorization: @@ -1187,6 +1193,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 176 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: timestamp), _col2 (type: decimal(4,2)) + null sort order: az sort order: ++ Map-reduce partition columns: _col1 (type: timestamp) Statistics: Num rows: 1 Data size: 176 Basic stats: COMPLETE Column stats: NONE @@ -1403,6 +1410,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 160 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Reduce Sink Vectorization: @@ -1456,6 +1464,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Reduce Sink Vectorization: @@ -1494,6 +1503,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 176 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: timestamp) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: timestamp) Statistics: Num rows: 1 Data size: 176 Basic stats: COMPLETE Column stats: NONE @@ -1712,6 +1722,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 164 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Reduce Sink Vectorization: @@ -1765,6 +1776,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Reduce Sink Vectorization: @@ -1803,6 +1815,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: timestamp), _col2 (type: decimal(4,2)) + null sort order: az sort order: ++ Map-reduce partition columns: _col1 (type: timestamp) Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/llap/vector_windowing_streaming.q.out ql/src/test/results/clientpositive/llap/vector_windowing_streaming.q.out index f96d36e800..b63bcf47f3 100644 --- ql/src/test/results/clientpositive/llap/vector_windowing_streaming.q.out +++ ql/src/test/results/clientpositive/llap/vector_windowing_streaming.q.out @@ -83,6 +83,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -233,6 +234,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -445,6 +447,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: t (type: tinyint), f (type: float) + null sort order: az sort order: ++ Map-reduce partition columns: t (type: tinyint) Reduce Sink Vectorization: @@ -682,6 +685,7 @@ STAGE PLANS: Statistics: Num rows: 12288 Data size: 110096 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: ctinyint (type: tinyint), cdouble (type: double) + null sort order: az sort order: ++ Map-reduce partition columns: ctinyint (type: tinyint) Statistics: Num rows: 12288 Data size: 110096 Basic stats: COMPLETE Column stats: COMPLETE @@ -821,6 +825,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:ctinyint:tinyint, 1:csmallint:smallint, 2:cint:int, 3:cbigint:bigint, 4:cfloat:float, 5:cdouble:double, 6:cstring1:string, 7:cstring2:string, 8:ctimestamp1:timestamp, 9:ctimestamp2:timestamp, 10:cboolean1:boolean, 11:cboolean2:boolean, 12:ROW__ID:struct] Reduce Output Operator key expressions: ctinyint (type: tinyint), cdouble (type: double) + null sort order: az sort order: ++ Map-reduce partition columns: ctinyint (type: tinyint) Reduce Sink Vectorization: @@ -906,6 +911,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1272 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1272 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) diff --git ql/src/test/results/clientpositive/llap/vector_windowing_windowspec.q.out ql/src/test/results/clientpositive/llap/vector_windowing_windowspec.q.out index 4f7cbe07e2..ab36cf58d0 100644 --- ql/src/test/results/clientpositive/llap/vector_windowing_windowspec.q.out +++ ql/src/test/results/clientpositive/llap/vector_windowing_windowspec.q.out @@ -81,6 +81,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:t:tinyint, 1:si:smallint, 2:i:int, 3:b:bigint, 4:f:float, 5:d:double, 6:bo:boolean, 7:s:string, 8:ts:timestamp, 9:dec:decimal(10,0)/DECIMAL_64, 10:bin:binary, 11:ROW__ID:struct] Reduce Output Operator key expressions: i (type: int), s (type: string), b (type: bigint) + null sort order: azz sort order: +++ Map-reduce partition columns: i (type: int) Reduce Sink Vectorization: @@ -341,6 +342,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:t:tinyint, 1:si:smallint, 2:i:int, 3:b:bigint, 4:f:float, 5:d:double, 6:bo:boolean, 7:s:string, 8:ts:timestamp, 9:dec:decimal(10,0)/DECIMAL_64, 10:bin:binary, 11:ROW__ID:struct] Reduce Output Operator key expressions: d (type: double), s (type: string), f (type: float) + null sort order: azz sort order: +++ Map-reduce partition columns: d (type: double) Reduce Sink Vectorization: @@ -601,6 +603,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:t:tinyint, 1:si:smallint, 2:i:int, 3:b:bigint, 4:f:float, 5:d:double, 6:bo:boolean, 7:s:string, 8:ts:timestamp, 9:dec:decimal(10,0)/DECIMAL_64, 10:bin:binary, 11:ROW__ID:struct] Reduce Output Operator key expressions: ts (type: timestamp), f (type: float) + null sort order: az sort order: ++ Map-reduce partition columns: ts (type: timestamp) Reduce Sink Vectorization: @@ -828,6 +831,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:t:tinyint, 1:si:smallint, 2:i:int, 3:b:bigint, 4:f:float, 5:d:double, 6:bo:boolean, 7:s:string, 8:ts:timestamp, 9:dec:decimal(10,0)/DECIMAL_64, 10:bin:binary, 11:ROW__ID:struct] Reduce Output Operator key expressions: ts (type: timestamp), s (type: string), f (type: float) + null sort order: azz sort order: +++ Map-reduce partition columns: ts (type: timestamp) Reduce Sink Vectorization: @@ -1053,6 +1057,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:t:tinyint, 1:si:smallint, 2:i:int, 3:b:bigint, 4:f:float, 5:d:double, 6:bo:boolean, 7:s:string, 8:ts:timestamp, 9:dec:decimal(10,0)/DECIMAL_64, 10:bin:binary, 11:ROW__ID:struct] Reduce Output Operator key expressions: t (type: tinyint), s (type: string), d (type: double) + null sort order: azz sort order: ++- Map-reduce partition columns: t (type: tinyint) Reduce Sink Vectorization: @@ -1278,6 +1283,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:t:tinyint, 1:si:smallint, 2:i:int, 3:b:bigint, 4:f:float, 5:d:double, 6:bo:boolean, 7:s:string, 8:ts:timestamp, 9:dec:decimal(10,0)/DECIMAL_64, 10:bin:binary, 11:ROW__ID:struct] Reduce Output Operator key expressions: ts (type: timestamp), s (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: ts (type: timestamp) Reduce Sink Vectorization: @@ -1540,6 +1546,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:t:tinyint, 1:si:smallint, 2:i:int, 3:b:bigint, 4:f:float, 5:d:double, 6:bo:boolean, 7:s:string, 8:ts:timestamp, 9:dec:decimal(10,0)/DECIMAL_64, 10:bin:binary, 11:ROW__ID:struct] Reduce Output Operator key expressions: ts (type: timestamp), f (type: float) + null sort order: az sort order: ++ Map-reduce partition columns: ts (type: timestamp) Reduce Sink Vectorization: @@ -1800,6 +1807,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:t:tinyint, 1:si:smallint, 2:i:int, 3:b:bigint, 4:f:float, 5:d:double, 6:bo:boolean, 7:s:string, 8:ts:timestamp, 9:dec:decimal(10,0)/DECIMAL_64, 10:bin:binary, 11:ROW__ID:struct] Reduce Output Operator key expressions: ts (type: timestamp), f (type: float) + null sort order: az sort order: ++ Map-reduce partition columns: ts (type: timestamp) Reduce Sink Vectorization: @@ -2025,6 +2033,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:t:tinyint, 1:si:smallint, 2:i:int, 3:b:bigint, 4:f:float, 5:d:double, 6:bo:boolean, 7:s:string, 8:ts:timestamp, 9:dec:decimal(10,0)/DECIMAL_64, 10:bin:binary, 11:ROW__ID:struct] Reduce Output Operator key expressions: s (type: string), i (type: int) + null sort order: az sort order: ++ Map-reduce partition columns: s (type: string) Reduce Sink Vectorization: @@ -2195,6 +2204,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:t:tinyint, 1:si:smallint, 2:i:int, 3:b:bigint, 4:f:float, 5:d:double, 6:bo:boolean, 7:s:string, 8:ts:timestamp, 9:dec:decimal(10,0)/DECIMAL_64, 10:bin:binary, 11:ROW__ID:struct] Reduce Output Operator key expressions: s (type: string), i (type: int) + null sort order: az sort order: ++ Map-reduce partition columns: s (type: string) Reduce Sink Vectorization: @@ -2365,6 +2375,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:t:tinyint, 1:si:smallint, 2:i:int, 3:b:bigint, 4:f:float, 5:d:double, 6:bo:boolean, 7:s:string, 8:ts:timestamp, 9:dec:decimal(10,0)/DECIMAL_64, 10:bin:binary, 11:ROW__ID:struct] Reduce Output Operator key expressions: s (type: string), i (type: int) + null sort order: az sort order: ++ Map-reduce partition columns: s (type: string) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/llap/vector_windowing_windowspec4.q.out ql/src/test/results/clientpositive/llap/vector_windowing_windowspec4.q.out index 268e961c06..02848d98ab 100644 --- ql/src/test/results/clientpositive/llap/vector_windowing_windowspec4.q.out +++ ql/src/test/results/clientpositive/llap/vector_windowing_windowspec4.q.out @@ -80,6 +80,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:i:int, 1:type:string, 2:ROW__ID:struct] Reduce Output Operator key expressions: type (type: string), i (type: int) + null sort order: az sort order: ++ Map-reduce partition columns: type (type: string) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/llap/vectorization_0.q.out ql/src/test/results/clientpositive/llap/vectorization_0.q.out index 824d190dc0..dbb89df3f7 100644 --- ql/src/test/results/clientpositive/llap/vectorization_0.q.out +++ ql/src/test/results/clientpositive/llap/vectorization_0.q.out @@ -111,6 +111,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -256,6 +257,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: double), _col3 (type: double) @@ -444,6 +446,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -589,6 +592,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: double), _col3 (type: double) @@ -777,6 +781,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -922,6 +927,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: double), _col1 (type: bigint), _col2 (type: double), _col3 (type: double) @@ -1111,6 +1117,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6 Statistics: Num rows: 1 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator diff --git ql/src/test/results/clientpositive/llap/vectorization_1.q.out ql/src/test/results/clientpositive/llap/vectorization_1.q.out index 334171da91..144cfc10f7 100644 --- ql/src/test/results/clientpositive/llap/vectorization_1.q.out +++ ql/src/test/results/clientpositive/llap/vectorization_1.q.out @@ -99,6 +99,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9 Statistics: Num rows: 1 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator diff --git ql/src/test/results/clientpositive/llap/vectorization_12.q.out ql/src/test/results/clientpositive/llap/vectorization_12.q.out index c7ba1d7b39..2c9981f11a 100644 --- ql/src/test/results/clientpositive/llap/vectorization_12.q.out +++ ql/src/test/results/clientpositive/llap/vectorization_12.q.out @@ -125,6 +125,7 @@ STAGE PLANS: Statistics: Num rows: 1903 Data size: 268676 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double), _col1 (type: bigint), _col2 (type: string), _col3 (type: boolean) + null sort order: aaaa sort order: ++++ Map-reduce partition columns: _col0 (type: double), _col1 (type: bigint), _col2 (type: string), _col3 (type: boolean) Reduce Sink Vectorization: @@ -193,6 +194,7 @@ STAGE PLANS: Statistics: Num rows: 1903 Data size: 603604 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col3 (type: double), _col0 (type: bigint), _col2 (type: string) + null sort order: zzz sort order: +++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator diff --git ql/src/test/results/clientpositive/llap/vectorization_13.q.out ql/src/test/results/clientpositive/llap/vectorization_13.q.out index 6af2b75ad5..3f9f1b7770 100644 --- ql/src/test/results/clientpositive/llap/vectorization_13.q.out +++ ql/src/test/results/clientpositive/llap/vectorization_13.q.out @@ -127,6 +127,7 @@ STAGE PLANS: Statistics: Num rows: 693 Data size: 122752 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean), _col1 (type: tinyint), _col2 (type: timestamp), _col3 (type: float), _col4 (type: string) + null sort order: aaaaa sort order: +++++ Map-reduce partition columns: _col0 (type: boolean), _col1 (type: tinyint), _col2 (type: timestamp), _col3 (type: float), _col4 (type: string) Reduce Sink Vectorization: @@ -195,6 +196,7 @@ STAGE PLANS: Statistics: Num rows: 693 Data size: 219772 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean), _col1 (type: tinyint), _col2 (type: timestamp), _col3 (type: float), _col4 (type: string), _col5 (type: tinyint), _col6 (type: tinyint), _col7 (type: tinyint), _col8 (type: double), _col9 (type: double), _col10 (type: double), _col11 (type: float), _col12 (type: double), _col13 (type: double), _col14 (type: double), _col15 (type: decimal(7,3)), _col16 (type: double), _col17 (type: double), _col18 (type: float), _col19 (type: double), _col20 (type: tinyint) + null sort order: zzzzzzzzzzzzzzzzzzzzz sort order: +++++++++++++++++++++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -486,6 +488,7 @@ STAGE PLANS: Statistics: Num rows: 693 Data size: 122752 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean), _col1 (type: tinyint), _col2 (type: timestamp), _col3 (type: float), _col4 (type: string) + null sort order: aaaaa sort order: +++++ Map-reduce partition columns: _col0 (type: boolean), _col1 (type: tinyint), _col2 (type: timestamp), _col3 (type: float), _col4 (type: string) Reduce Sink Vectorization: @@ -539,6 +542,7 @@ STAGE PLANS: Statistics: Num rows: 693 Data size: 219772 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean), _col1 (type: tinyint), _col2 (type: timestamp), _col3 (type: float), _col4 (type: string), _col5 (type: tinyint), _col6 (type: tinyint), _col7 (type: tinyint), _col8 (type: double), _col9 (type: double), _col10 (type: double), _col11 (type: float), _col12 (type: double), _col13 (type: double), _col14 (type: double), _col15 (type: decimal(7,3)), _col16 (type: double), _col17 (type: double), _col18 (type: float), _col19 (type: double), _col20 (type: tinyint) + null sort order: zzzzzzzzzzzzzzzzzzzzz sort order: +++++++++++++++++++++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator diff --git ql/src/test/results/clientpositive/llap/vectorization_14.q.out ql/src/test/results/clientpositive/llap/vectorization_14.q.out index ff5d42e8ca..c70e9b2a46 100644 --- ql/src/test/results/clientpositive/llap/vectorization_14.q.out +++ ql/src/test/results/clientpositive/llap/vectorization_14.q.out @@ -127,6 +127,7 @@ STAGE PLANS: Statistics: Num rows: 379 Data size: 62308 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: float), _col2 (type: double), _col3 (type: timestamp), _col4 (type: boolean) + null sort order: aaaaa sort order: +++++ Map-reduce partition columns: _col0 (type: string), _col1 (type: float), _col2 (type: double), _col3 (type: timestamp), _col4 (type: boolean) Reduce Sink Vectorization: @@ -195,6 +196,7 @@ STAGE PLANS: Statistics: Num rows: 379 Data size: 88080 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: float), _col4 (type: double), _col0 (type: timestamp) + null sort order: zzzz sort order: ++++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator diff --git ql/src/test/results/clientpositive/llap/vectorization_15.q.out ql/src/test/results/clientpositive/llap/vectorization_15.q.out index c176b0a4e0..90211e9243 100644 --- ql/src/test/results/clientpositive/llap/vectorization_15.q.out +++ ql/src/test/results/clientpositive/llap/vectorization_15.q.out @@ -123,6 +123,7 @@ STAGE PLANS: Statistics: Num rows: 6144 Data size: 1216372 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: float), _col1 (type: boolean), _col2 (type: double), _col3 (type: string), _col4 (type: tinyint), _col5 (type: int), _col6 (type: timestamp) + null sort order: aaaaaaa sort order: +++++++ Map-reduce partition columns: _col0 (type: float), _col1 (type: boolean), _col2 (type: double), _col3 (type: string), _col4 (type: tinyint), _col5 (type: int), _col6 (type: timestamp) Reduce Sink Vectorization: @@ -169,6 +170,7 @@ STAGE PLANS: Statistics: Num rows: 6144 Data size: 2592628 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: float), _col1 (type: boolean), _col2 (type: double), _col3 (type: string), _col4 (type: tinyint), _col5 (type: int), _col6 (type: timestamp) + null sort order: zzzzzzz sort order: +++++++ Statistics: Num rows: 6144 Data size: 2592628 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col7 (type: double), _col8 (type: decimal(13,2)), _col9 (type: double), _col10 (type: double), _col11 (type: float), _col12 (type: double), _col13 (type: double), _col14 (type: double), _col15 (type: tinyint), _col16 (type: double), _col17 (type: float), _col18 (type: int), _col19 (type: decimal(13,2)), _col20 (type: double) diff --git ql/src/test/results/clientpositive/llap/vectorization_16.q.out ql/src/test/results/clientpositive/llap/vectorization_16.q.out index 01b98c3d03..6c619e6adb 100644 --- ql/src/test/results/clientpositive/llap/vectorization_16.q.out +++ ql/src/test/results/clientpositive/llap/vectorization_16.q.out @@ -100,6 +100,7 @@ STAGE PLANS: Statistics: Num rows: 3072 Data size: 424052 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: double), _col2 (type: timestamp) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: double), _col2 (type: timestamp) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/llap/vectorization_17.q.out ql/src/test/results/clientpositive/llap/vectorization_17.q.out index a4ab091079..18b6bd8d58 100644 --- ql/src/test/results/clientpositive/llap/vectorization_17.q.out +++ ql/src/test/results/clientpositive/llap/vectorization_17.q.out @@ -93,6 +93,7 @@ STAGE PLANS: Statistics: Num rows: 6141 Data size: 1756220 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col5 (type: bigint), _col0 (type: float) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator diff --git ql/src/test/results/clientpositive/llap/vectorization_2.q.out ql/src/test/results/clientpositive/llap/vectorization_2.q.out index 02d4fa5c1e..6d61d4369a 100644 --- ql/src/test/results/clientpositive/llap/vectorization_2.q.out +++ ql/src/test/results/clientpositive/llap/vectorization_2.q.out @@ -103,6 +103,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9 Statistics: Num rows: 1 Data size: 76 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator diff --git ql/src/test/results/clientpositive/llap/vectorization_3.q.out ql/src/test/results/clientpositive/llap/vectorization_3.q.out index 10977ca0e3..42ec8dfb88 100644 --- ql/src/test/results/clientpositive/llap/vectorization_3.q.out +++ ql/src/test/results/clientpositive/llap/vectorization_3.q.out @@ -108,6 +108,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13 Statistics: Num rows: 1 Data size: 112 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator diff --git ql/src/test/results/clientpositive/llap/vectorization_4.q.out ql/src/test/results/clientpositive/llap/vectorization_4.q.out index ddcc12d4d2..551892cbe5 100644 --- ql/src/test/results/clientpositive/llap/vectorization_4.q.out +++ ql/src/test/results/clientpositive/llap/vectorization_4.q.out @@ -103,6 +103,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4 Statistics: Num rows: 1 Data size: 36 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator diff --git ql/src/test/results/clientpositive/llap/vectorization_5.q.out ql/src/test/results/clientpositive/llap/vectorization_5.q.out index db823ff6c7..7c0d38cfe4 100644 --- ql/src/test/results/clientpositive/llap/vectorization_5.q.out +++ ql/src/test/results/clientpositive/llap/vectorization_5.q.out @@ -96,6 +96,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4 Statistics: Num rows: 1 Data size: 28 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator diff --git ql/src/test/results/clientpositive/llap/vectorization_7.q.out ql/src/test/results/clientpositive/llap/vectorization_7.q.out index 8261276c9e..bfcd6a3568 100644 --- ql/src/test/results/clientpositive/llap/vectorization_7.q.out +++ ql/src/test/results/clientpositive/llap/vectorization_7.q.out @@ -99,6 +99,7 @@ STAGE PLANS: Statistics: Num rows: 11033 Data size: 1754052 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean), _col1 (type: bigint), _col2 (type: smallint), _col3 (type: tinyint), _col4 (type: timestamp), _col5 (type: string), _col6 (type: bigint), _col7 (type: int), _col8 (type: smallint), _col9 (type: tinyint), _col10 (type: int), _col11 (type: bigint), _col12 (type: int), _col13 (type: tinyint), _col14 (type: tinyint) + null sort order: zzzzzzzzzzzzzzz sort order: +++++++++++++++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -352,6 +353,7 @@ STAGE PLANS: Statistics: Num rows: 11033 Data size: 1754052 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean), _col1 (type: bigint), _col2 (type: smallint), _col3 (type: tinyint), _col4 (type: timestamp), _col5 (type: string), _col6 (type: bigint), _col7 (type: int), _col8 (type: smallint), _col9 (type: tinyint), _col10 (type: int), _col11 (type: bigint), _col12 (type: int), _col13 (type: tinyint), _col14 (type: tinyint) + null sort order: zzzzzzzzzzzzzzz sort order: +++++++++++++++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator diff --git ql/src/test/results/clientpositive/llap/vectorization_8.q.out ql/src/test/results/clientpositive/llap/vectorization_8.q.out index 3c42e1d5d3..1253c2bc83 100644 --- ql/src/test/results/clientpositive/llap/vectorization_8.q.out +++ ql/src/test/results/clientpositive/llap/vectorization_8.q.out @@ -95,6 +95,7 @@ STAGE PLANS: Statistics: Num rows: 3059 Data size: 526290 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: timestamp), _col1 (type: double), _col2 (type: boolean), _col3 (type: string), _col4 (type: float), _col5 (type: double), _col6 (type: double), _col7 (type: double), _col8 (type: float), _col9 (type: double), _col10 (type: double), _col11 (type: float), _col12 (type: float), _col13 (type: double) + null sort order: zzzzzzzzzzzzzz sort order: ++++++++++++++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -335,6 +336,7 @@ STAGE PLANS: Statistics: Num rows: 3059 Data size: 526290 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: timestamp), _col1 (type: double), _col2 (type: boolean), _col3 (type: string), _col4 (type: float), _col5 (type: double), _col6 (type: double), _col7 (type: double), _col8 (type: float), _col9 (type: double), _col10 (type: double), _col11 (type: float), _col12 (type: float), _col13 (type: double) + null sort order: zzzzzzzzzzzzzz sort order: ++++++++++++++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator diff --git ql/src/test/results/clientpositive/llap/vectorization_9.q.out ql/src/test/results/clientpositive/llap/vectorization_9.q.out index 01b98c3d03..6c619e6adb 100644 --- ql/src/test/results/clientpositive/llap/vectorization_9.q.out +++ ql/src/test/results/clientpositive/llap/vectorization_9.q.out @@ -100,6 +100,7 @@ STAGE PLANS: Statistics: Num rows: 3072 Data size: 424052 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: double), _col2 (type: timestamp) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: double), _col2 (type: timestamp) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/llap/vectorization_div0.q.out ql/src/test/results/clientpositive/llap/vectorization_div0.q.out index d6e28a1dba..73ca096e22 100644 --- ql/src/test/results/clientpositive/llap/vectorization_div0.q.out +++ ql/src/test/results/clientpositive/llap/vectorization_div0.q.out @@ -45,6 +45,7 @@ STAGE PLANS: Statistics: Num rows: 12288 Data size: 613400 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col2 (type: tinyint), _col4 (type: bigint), _col6 (type: double) + null sort order: zzzz sort order: ++++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -270,6 +271,7 @@ STAGE PLANS: Statistics: Num rows: 3215 Data size: 411520 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint), _col1 (type: double), _col2 (type: decimal(22,21)) + null sort order: zzz sort order: +++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -494,6 +496,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 960 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double), _col1 (type: double), _col2 (type: double), _col3 (type: double), _col4 (type: double), _col5 (type: double) + null sort order: zzzzzz sort order: ++++++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -718,6 +721,7 @@ STAGE PLANS: Statistics: Num rows: 3378 Data size: 175488 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: bigint), _col2 (type: tinyint), _col3 (type: double), _col4 (type: double), _col5 (type: double), _col6 (type: int), _col7 (type: bigint), _col8 (type: tinyint) + null sort order: zzzzzzzzz sort order: +++++++++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator diff --git ql/src/test/results/clientpositive/llap/vectorization_input_format_excludes.q.out ql/src/test/results/clientpositive/llap/vectorization_input_format_excludes.q.out index 0a95e4eddc..eec1ca4de8 100644 --- ql/src/test/results/clientpositive/llap/vectorization_input_format_excludes.q.out +++ ql/src/test/results/clientpositive/llap/vectorization_input_format_excludes.q.out @@ -194,6 +194,7 @@ STAGE PLANS: Statistics: Num rows: 131 Data size: 7732 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: tinyint) Statistics: Num rows: 131 Data size: 7732 Basic stats: COMPLETE Column stats: COMPLETE @@ -535,6 +536,7 @@ STAGE PLANS: Statistics: Num rows: 131 Data size: 7732 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: tinyint) Statistics: Num rows: 131 Data size: 7732 Basic stats: COMPLETE Column stats: COMPLETE @@ -876,6 +878,7 @@ STAGE PLANS: Statistics: Num rows: 131 Data size: 7732 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: tinyint) Statistics: Num rows: 131 Data size: 7732 Basic stats: COMPLETE Column stats: COMPLETE @@ -1265,6 +1268,7 @@ STAGE PLANS: Statistics: Num rows: 131 Data size: 7732 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: tinyint) Statistics: Num rows: 131 Data size: 7732 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/vectorization_limit.q.out ql/src/test/results/clientpositive/llap/vectorization_limit.q.out index f17b61ebec..7326adf522 100644 --- ql/src/test/results/clientpositive/llap/vectorization_limit.q.out +++ ql/src/test/results/clientpositive/llap/vectorization_limit.q.out @@ -40,6 +40,7 @@ STAGE PLANS: Statistics: Num rows: 2048 Data size: 24480 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint), _col1 (type: double) + null sort order: zz sort order: ++ Statistics: Num rows: 2048 Data size: 24480 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -152,6 +153,7 @@ STAGE PLANS: Statistics: Num rows: 9173 Data size: 109584 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint), _col1 (type: double), _col2 (type: smallint) + null sort order: zzz sort order: +++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -313,6 +315,7 @@ STAGE PLANS: Statistics: Num rows: 131 Data size: 2492 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: tinyint) Reduce Sink Vectorization: @@ -381,6 +384,7 @@ STAGE PLANS: Statistics: Num rows: 131 Data size: 1444 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint), _col1 (type: double) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -509,6 +513,7 @@ STAGE PLANS: Top N Key Operator sort order: + keys: ctinyint (type: tinyint) + null sort order: z Statistics: Num rows: 12288 Data size: 36696 Basic stats: COMPLETE Column stats: COMPLETE top n: 20 Top N Key Vectorization: @@ -530,6 +535,7 @@ STAGE PLANS: Statistics: Num rows: 131 Data size: 264 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: tinyint) Reduce Sink Vectorization: @@ -694,6 +700,7 @@ STAGE PLANS: Statistics: Num rows: 6144 Data size: 55052 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint), _col1 (type: double) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: tinyint) Reduce Sink Vectorization: @@ -764,6 +771,7 @@ STAGE PLANS: Statistics: Num rows: 131 Data size: 1444 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint), _col1 (type: bigint) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -939,6 +947,7 @@ STAGE PLANS: Statistics: Num rows: 4586 Data size: 64088 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Reduce Sink Vectorization: @@ -998,6 +1007,7 @@ STAGE PLANS: Statistics: Num rows: 4586 Data size: 64088 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: bigint), _col0 (type: double) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator diff --git ql/src/test/results/clientpositive/llap/vectorization_nested_udf.q.out ql/src/test/results/clientpositive/llap/vectorization_nested_udf.q.out index 302ee4b5b3..76989183c8 100644 --- ql/src/test/results/clientpositive/llap/vectorization_nested_udf.q.out +++ ql/src/test/results/clientpositive/llap/vectorization_nested_udf.q.out @@ -55,6 +55,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator diff --git ql/src/test/results/clientpositive/llap/vectorization_part_project.q.out ql/src/test/results/clientpositive/llap/vectorization_part_project.q.out index f933b8b79e..1c22230f2d 100644 --- ql/src/test/results/clientpositive/llap/vectorization_part_project.q.out +++ ql/src/test/results/clientpositive/llap/vectorization_part_project.q.out @@ -85,6 +85,7 @@ STAGE PLANS: Statistics: Num rows: 200 Data size: 1600 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: z sort order: + Statistics: Num rows: 200 Data size: 1600 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/llap/vectorization_pushdown.q.out ql/src/test/results/clientpositive/llap/vectorization_pushdown.q.out index e751108aed..0c1429b9df 100644 --- ql/src/test/results/clientpositive/llap/vectorization_pushdown.q.out +++ ql/src/test/results/clientpositive/llap/vectorization_pushdown.q.out @@ -43,6 +43,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) diff --git ql/src/test/results/clientpositive/llap/vectorization_short_regress.q.out ql/src/test/results/clientpositive/llap/vectorization_short_regress.q.out index 39aaa56c30..cdeb909b02 100644 --- ql/src/test/results/clientpositive/llap/vectorization_short_regress.q.out +++ ql/src/test/results/clientpositive/llap/vectorization_short_regress.q.out @@ -130,6 +130,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10 Statistics: Num rows: 1 Data size: 84 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -398,6 +399,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13, _col14 Statistics: Num rows: 1 Data size: 112 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -658,6 +660,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13 Statistics: Num rows: 1 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -897,6 +900,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9 Statistics: Num rows: 1 Data size: 76 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -1132,6 +1136,7 @@ STAGE PLANS: Statistics: Num rows: 9898 Data size: 5432062 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: double), _col2 (type: timestamp), _col3 (type: string), _col4 (type: boolean), _col5 (type: tinyint), _col6 (type: float), _col7 (type: timestamp), _col8 (type: smallint), _col9 (type: bigint), _col10 (type: bigint), _col11 (type: int), _col12 (type: decimal(14,3)), _col13 (type: smallint), _col14 (type: smallint), _col15 (type: smallint), _col16 (type: double), _col17 (type: decimal(15,3)), _col18 (type: float), _col19 (type: double), _col20 (type: double), _col21 (type: tinyint), _col22 (type: decimal(9,7)) + null sort order: zzzzzzzzzzzzzzzzzzzzzzz sort order: +++++++++++++++++++++++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -1434,6 +1439,7 @@ STAGE PLANS: Statistics: Num rows: 8194 Data size: 3266188 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: bigint), _col2 (type: string), _col3 (type: boolean), _col4 (type: float), _col5 (type: double), _col6 (type: timestamp), _col7 (type: smallint), _col8 (type: string), _col9 (type: boolean), _col10 (type: double), _col11 (type: decimal(5,3)), _col12 (type: double), _col13 (type: float), _col14 (type: float), _col15 (type: float), _col16 (type: float), _col17 (type: double), _col18 (type: double), _col19 (type: bigint), _col20 (type: double), _col21 (type: smallint), _col22 (type: bigint), _col23 (type: double), _col24 (type: smallint) + null sort order: zzzzzzzzzzzzzzzzzzzzzzzzz sort order: +++++++++++++++++++++++++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -1685,6 +1691,7 @@ STAGE PLANS: Statistics: Num rows: 10922 Data size: 3483354 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col8 (type: boolean), _col1 (type: string), _col3 (type: timestamp), _col5 (type: float), _col6 (type: bigint), _col4 (type: double), _col0 (type: int), _col7 (type: smallint), _col9 (type: int), _col10 (type: bigint), _col11 (type: bigint), _col12 (type: float), _col13 (type: bigint), _col14 (type: double), _col15 (type: double), _col16 (type: bigint), _col17 (type: double), _col18 (type: decimal(8,7)), _col19 (type: double), _col20 (type: smallint), _col21 (type: int) + null sort order: zzzzzzzzzzzzzzzzzzzzz sort order: +++++++++++++++++++++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -1994,6 +2001,7 @@ STAGE PLANS: Statistics: Num rows: 3868 Data size: 709644 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col5 (type: smallint), _col1 (type: string), _col2 (type: double), _col3 (type: float), _col4 (type: bigint), _col6 (type: double), _col7 (type: int), _col8 (type: float), _col9 (type: double), _col10 (type: double), _col11 (type: double), _col12 (type: float), _col13 (type: int), _col14 (type: double), _col15 (type: double) + null sort order: zzzzzzzzzzzzzzz sort order: +++++++++++++++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -2260,6 +2268,7 @@ STAGE PLANS: Statistics: Num rows: 227 Data size: 15212 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: smallint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: smallint) Reduce Sink Vectorization: @@ -2313,6 +2322,7 @@ STAGE PLANS: Statistics: Num rows: 227 Data size: 39728 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: smallint), _col1 (type: int), _col2 (type: double), _col3 (type: decimal(10,9)), _col4 (type: bigint), _col5 (type: double), _col6 (type: int), _col7 (type: double), _col8 (type: int), _col9 (type: bigint), _col10 (type: bigint) + null sort order: zzzzzzzzzzz sort order: +++++++++++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -2543,6 +2553,7 @@ STAGE PLANS: Statistics: Num rows: 3372 Data size: 155032 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Reduce Sink Vectorization: @@ -2596,6 +2607,7 @@ STAGE PLANS: Statistics: Num rows: 3372 Data size: 424792 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -2870,6 +2882,7 @@ STAGE PLANS: Statistics: Num rows: 5980 Data size: 1435604 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: timestamp), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: timestamp), _col1 (type: string) Reduce Sink Vectorization: @@ -2923,6 +2936,7 @@ STAGE PLANS: Statistics: Num rows: 5980 Data size: 2942564 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: timestamp), _col1 (type: string), _col2 (type: double), _col3 (type: double), _col4 (type: double), _col5 (type: double), _col6 (type: double), _col7 (type: double), _col8 (type: bigint), _col9 (type: bigint), _col10 (type: double), _col11 (type: tinyint), _col12 (type: double), _col13 (type: double), _col14 (type: double), _col15 (type: double), _col16 (type: double), _col17 (type: double), _col18 (type: double), _col19 (type: double), _col20 (type: double), _col21 (type: double), _col22 (type: double), _col23 (type: double), _col24 (type: double), _col25 (type: double), _col26 (type: double), _col27 (type: tinyint), _col28 (type: double), _col29 (type: double), _col30 (type: double), _col31 (type: double), _col32 (type: decimal(8,6)), _col33 (type: double), _col34 (type: bigint), _col35 (type: double), _col36 (type: bigint), _col37 (type: bigint), _col38 (type: double) + null sort order: zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz sort order: +++++++++++++++++++++++++++++++++++++++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -3278,6 +3292,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 432 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Reduce Sink Vectorization: @@ -3331,6 +3346,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 1800 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -3519,6 +3535,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -3639,6 +3656,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -3831,6 +3849,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -3951,6 +3970,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -4071,6 +4091,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -4191,6 +4212,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -4311,6 +4333,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -4431,6 +4454,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator diff --git ql/src/test/results/clientpositive/llap/vectorized_case.q.out ql/src/test/results/clientpositive/llap/vectorized_case.q.out index 90cff5b44f..4df7a5a5b1 100644 --- ql/src/test/results/clientpositive/llap/vectorized_case.q.out +++ ql/src/test/results/clientpositive/llap/vectorized_case.q.out @@ -327,6 +327,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -475,6 +476,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator diff --git ql/src/test/results/clientpositive/llap/vectorized_context.q.out ql/src/test/results/clientpositive/llap/vectorized_context.q.out index 18152f0ae8..084089e000 100644 --- ql/src/test/results/clientpositive/llap/vectorized_context.q.out +++ ql/src/test/results/clientpositive/llap/vectorized_context.q.out @@ -193,6 +193,7 @@ STAGE PLANS: Statistics: Num rows: 6075 Data size: 24300 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6075 Data size: 24300 Basic stats: COMPLETE Column stats: COMPLETE @@ -222,6 +223,7 @@ STAGE PLANS: Statistics: Num rows: 6075 Data size: 615730 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6075 Data size: 615730 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/vectorized_distinct_gby.q.out ql/src/test/results/clientpositive/llap/vectorized_distinct_gby.q.out index cad9c41df0..371e8805c6 100644 --- ql/src/test/results/clientpositive/llap/vectorized_distinct_gby.q.out +++ ql/src/test/results/clientpositive/llap/vectorized_distinct_gby.q.out @@ -84,6 +84,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -221,6 +222,7 @@ STAGE PLANS: Statistics: Num rows: 6105 Data size: 18232 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -297,6 +299,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator diff --git ql/src/test/results/clientpositive/llap/vectorized_dynamic_partition_pruning.q.out ql/src/test/results/clientpositive/llap/vectorized_dynamic_partition_pruning.q.out index 17e7740953..4b8f78d8e5 100644 --- ql/src/test/results/clientpositive/llap/vectorized_dynamic_partition_pruning.q.out +++ ql/src/test/results/clientpositive/llap/vectorized_dynamic_partition_pruning.q.out @@ -89,6 +89,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 368 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 368 Basic stats: COMPLETE Column stats: COMPLETE @@ -139,6 +140,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -317,6 +319,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 368000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 368000 Basic stats: COMPLETE Column stats: COMPLETE @@ -346,6 +349,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE @@ -393,6 +397,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -493,6 +498,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 368000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 368000 Basic stats: COMPLETE Column stats: COMPLETE @@ -522,6 +528,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE @@ -553,6 +560,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -670,6 +678,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 736000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 736000 Basic stats: COMPLETE Column stats: COMPLETE @@ -700,6 +709,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE @@ -745,6 +755,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 86 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 86 Basic stats: COMPLETE Column stats: COMPLETE @@ -788,6 +799,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 184000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1000 Data size: 184000 Basic stats: COMPLETE Column stats: COMPLETE @@ -811,6 +823,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -920,6 +933,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 736000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 736000 Basic stats: COMPLETE Column stats: COMPLETE @@ -950,6 +964,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE @@ -979,6 +994,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 86 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 86 Basic stats: COMPLETE Column stats: COMPLETE @@ -1006,6 +1022,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 184000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1000 Data size: 184000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1029,6 +1046,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1143,6 +1161,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 736000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 2000 Data size: 736000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1172,6 +1191,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE @@ -1235,6 +1255,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1335,6 +1356,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 736000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 2000 Data size: 736000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1364,6 +1386,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE @@ -1395,6 +1418,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1506,6 +1530,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 368000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 368000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1535,6 +1560,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE @@ -1582,6 +1608,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1682,6 +1709,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 368000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 368000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1711,6 +1739,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE @@ -1742,6 +1771,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1854,6 +1884,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 16000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 2000 Data size: 16000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1883,6 +1914,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1930,6 +1962,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -2033,6 +2066,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 16000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 2000 Data size: 16000 Basic stats: COMPLETE Column stats: COMPLETE @@ -2062,6 +2096,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -2109,6 +2144,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -2212,6 +2248,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 16000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 2000 Data size: 16000 Basic stats: COMPLETE Column stats: COMPLETE @@ -2241,6 +2278,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -2272,6 +2310,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -2375,6 +2414,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 16000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 2000 Data size: 16000 Basic stats: COMPLETE Column stats: COMPLETE @@ -2404,6 +2444,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -2435,6 +2476,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -2551,6 +2593,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 368000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 368000 Basic stats: COMPLETE Column stats: COMPLETE @@ -2580,6 +2623,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE @@ -2627,6 +2671,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -2733,6 +2778,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 1000 Data size: 94000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1000 Data size: 94000 Basic stats: COMPLETE Column stats: COMPLETE Group By Operator @@ -2743,6 +2789,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -2774,6 +2821,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -2818,6 +2866,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -2900,6 +2949,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 2000 Data size: 736000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 2000 Data size: 736000 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -2928,6 +2978,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -2963,6 +3014,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -3063,6 +3115,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 736000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 2000 Data size: 736000 Basic stats: COMPLETE Column stats: COMPLETE @@ -3092,6 +3145,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE @@ -3155,6 +3209,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -3255,6 +3310,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 368000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 368000 Basic stats: COMPLETE Column stats: COMPLETE @@ -3284,6 +3340,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE @@ -3331,6 +3388,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -3415,6 +3473,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE @@ -3457,6 +3516,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 368000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 368000 Basic stats: COMPLETE Column stats: COMPLETE @@ -3488,6 +3548,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -3569,6 +3630,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 368000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 368000 Basic stats: COMPLETE Column stats: COMPLETE @@ -3598,6 +3660,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE @@ -3645,6 +3708,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -3726,6 +3790,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 368000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1000 Data size: 368000 Basic stats: COMPLETE Column stats: COMPLETE @@ -3756,6 +3821,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE @@ -3801,6 +3867,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 86 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 86 Basic stats: COMPLETE Column stats: COMPLETE @@ -3844,6 +3911,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 92000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 500 Data size: 92000 Basic stats: COMPLETE Column stats: COMPLETE @@ -3867,6 +3935,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -3967,6 +4036,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: COMPLETE @@ -3995,6 +4065,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE @@ -4024,6 +4095,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 86 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 86 Basic stats: COMPLETE Column stats: COMPLETE @@ -4051,6 +4123,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE @@ -4074,6 +4147,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -4170,6 +4244,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 368000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 368000 Basic stats: COMPLETE Column stats: COMPLETE @@ -4200,6 +4275,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -4230,6 +4306,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -4261,6 +4338,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -4313,6 +4391,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE @@ -4357,6 +4436,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE @@ -4449,6 +4529,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 368000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 368000 Basic stats: COMPLETE Column stats: COMPLETE @@ -4479,6 +4560,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -4509,6 +4591,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -4542,6 +4625,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE @@ -4594,6 +4678,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE @@ -4638,6 +4723,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE @@ -4734,6 +4820,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 368 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 368 Basic stats: COMPLETE Column stats: COMPLETE @@ -4764,6 +4851,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -4792,6 +4880,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 368 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 368 Basic stats: COMPLETE Column stats: COMPLETE @@ -4822,6 +4911,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -4861,6 +4951,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE @@ -4912,6 +5003,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 368 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 4 Data size: 736 Basic stats: COMPLETE Column stats: COMPLETE @@ -4952,6 +5044,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 368 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 4 Data size: 736 Basic stats: COMPLETE Column stats: COMPLETE @@ -4980,6 +5073,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE @@ -5107,6 +5201,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -5136,6 +5231,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE @@ -5300,6 +5396,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -5329,6 +5426,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE @@ -5374,6 +5472,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 86 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 86 Basic stats: COMPLETE Column stats: COMPLETE @@ -5526,6 +5625,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -5555,6 +5655,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE @@ -5720,6 +5821,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -5749,6 +5851,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE @@ -5890,6 +5993,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -5919,6 +6023,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -6060,6 +6165,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -6089,6 +6195,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -6219,6 +6326,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 1000 Data size: 10624 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1000 Data size: 10624 Basic stats: COMPLETE Column stats: NONE Group By Operator @@ -6229,6 +6337,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 10624 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Statistics: Num rows: 1000 Data size: 10624 Basic stats: COMPLETE Column stats: NONE @@ -6260,6 +6369,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -6304,6 +6414,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -6401,6 +6512,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -6430,6 +6542,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE @@ -6552,6 +6665,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -6578,6 +6692,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 368000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 368000 Basic stats: COMPLETE Column stats: COMPLETE @@ -6667,6 +6782,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 368000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 368000 Basic stats: COMPLETE Column stats: COMPLETE @@ -6710,6 +6826,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -6822,6 +6939,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -6851,6 +6969,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: COMPLETE @@ -6896,6 +7015,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 86 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 86 Basic stats: COMPLETE Column stats: COMPLETE @@ -7019,6 +7139,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: COMPLETE @@ -7071,6 +7192,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -7100,6 +7222,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 86 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 86 Basic stats: COMPLETE Column stats: COMPLETE @@ -7220,6 +7343,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE @@ -7250,6 +7374,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -7280,6 +7405,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -7340,6 +7466,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE @@ -7384,6 +7511,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE @@ -7529,6 +7657,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -7549,6 +7678,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 204 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: double) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: double) Statistics: Num rows: 2 Data size: 204 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/vectorized_dynamic_semijoin_reduction.q.out ql/src/test/results/clientpositive/llap/vectorized_dynamic_semijoin_reduction.q.out index 2c089fab63..b3ef4dc313 100644 --- ql/src/test/results/clientpositive/llap/vectorized_dynamic_semijoin_reduction.q.out +++ ql/src/test/results/clientpositive/llap/vectorized_dynamic_semijoin_reduction.q.out @@ -78,6 +78,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -121,6 +122,7 @@ STAGE PLANS: Statistics: Num rows: 57 Data size: 228 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -150,6 +152,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -185,6 +188,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -244,6 +248,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -323,6 +328,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -366,6 +372,7 @@ STAGE PLANS: Statistics: Num rows: 57 Data size: 4902 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -395,6 +402,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -430,6 +438,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -489,6 +498,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -568,6 +578,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -611,6 +622,7 @@ STAGE PLANS: Statistics: Num rows: 57 Data size: 4902 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -640,6 +652,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -675,6 +688,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -734,6 +748,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -814,6 +829,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -857,6 +873,7 @@ STAGE PLANS: Statistics: Num rows: 57 Data size: 228 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -886,6 +903,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -895,6 +913,7 @@ STAGE PLANS: value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: binary) Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -926,6 +945,7 @@ STAGE PLANS: Statistics: Num rows: 94 Data size: 376 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 94 Data size: 376 Basic stats: COMPLETE Column stats: COMPLETE @@ -949,6 +969,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1008,6 +1029,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -1087,6 +1109,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Reduce Sink Vectorization: @@ -1130,6 +1153,7 @@ STAGE PLANS: Statistics: Num rows: 57 Data size: 5130 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Reduce Sink Vectorization: @@ -1159,6 +1183,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -1194,6 +1219,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1253,6 +1279,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -1332,6 +1359,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -1375,6 +1403,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -1404,6 +1433,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -1439,6 +1469,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1498,6 +1529,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -1581,6 +1613,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1601,6 +1634,7 @@ STAGE PLANS: Statistics: Num rows: 57 Data size: 228 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 57 Data size: 228 Basic stats: COMPLETE Column stats: COMPLETE @@ -1615,6 +1649,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: binary) @@ -1637,6 +1672,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1664,6 +1700,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: binary) diff --git ql/src/test/results/clientpositive/llap/vectorized_dynamic_semijoin_reduction2.q.out ql/src/test/results/clientpositive/llap/vectorized_dynamic_semijoin_reduction2.q.out index 774937a9ab..3bef288d93 100644 --- ql/src/test/results/clientpositive/llap/vectorized_dynamic_semijoin_reduction2.q.out +++ ql/src/test/results/clientpositive/llap/vectorized_dynamic_semijoin_reduction2.q.out @@ -130,6 +130,7 @@ STAGE PLANS: Statistics: Num rows: 100 Data size: 800 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 100 Data size: 800 Basic stats: COMPLETE Column stats: COMPLETE @@ -150,6 +151,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 160 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 20 Data size: 160 Basic stats: COMPLETE Column stats: COMPLETE @@ -164,6 +166,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: binary) @@ -186,6 +189,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -213,6 +217,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: binary) @@ -289,6 +294,7 @@ STAGE PLANS: Statistics: Num rows: 100 Data size: 11200 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(10,1)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: decimal(10,1)) Reduce Sink Vectorization: @@ -340,6 +346,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 2240 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(10,1)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: decimal(10,1)) Reduce Sink Vectorization: @@ -370,6 +377,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 336 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -412,6 +420,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -485,6 +494,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 336 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -551,6 +561,7 @@ STAGE PLANS: Statistics: Num rows: 100 Data size: 800 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 100 Data size: 800 Basic stats: COMPLETE Column stats: COMPLETE @@ -571,6 +582,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 160 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 20 Data size: 160 Basic stats: COMPLETE Column stats: COMPLETE @@ -585,6 +597,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: double), _col1 (type: double), _col2 (type: binary) @@ -607,6 +620,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -634,6 +648,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: double), _col1 (type: double), _col2 (type: binary) @@ -695,6 +710,7 @@ STAGE PLANS: Statistics: Num rows: 100 Data size: 5600 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: date) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: date) Statistics: Num rows: 100 Data size: 5600 Basic stats: COMPLETE Column stats: COMPLETE @@ -715,6 +731,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 1120 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: date) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: date) Statistics: Num rows: 20 Data size: 1120 Basic stats: COMPLETE Column stats: COMPLETE @@ -729,6 +746,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 168 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 168 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: date), _col1 (type: date), _col2 (type: binary) @@ -751,6 +769,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -778,6 +797,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 168 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 168 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: date), _col1 (type: date), _col2 (type: binary) @@ -839,6 +859,7 @@ STAGE PLANS: Statistics: Num rows: 100 Data size: 4000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: timestamp) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: timestamp) Statistics: Num rows: 100 Data size: 4000 Basic stats: COMPLETE Column stats: COMPLETE @@ -859,6 +880,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 800 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: timestamp) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: timestamp) Statistics: Num rows: 20 Data size: 800 Basic stats: COMPLETE Column stats: COMPLETE @@ -873,6 +895,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 120 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 120 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: timestamp), _col1 (type: timestamp), _col2 (type: binary) @@ -895,6 +918,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -922,6 +946,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 120 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 120 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: timestamp), _col1 (type: timestamp), _col2 (type: binary) @@ -983,6 +1008,7 @@ STAGE PLANS: Statistics: Num rows: 100 Data size: 9400 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 100 Data size: 9400 Basic stats: COMPLETE Column stats: COMPLETE @@ -1003,6 +1029,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 1880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 20 Data size: 1880 Basic stats: COMPLETE Column stats: COMPLETE @@ -1017,6 +1044,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) @@ -1039,6 +1067,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1066,6 +1095,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: binary) @@ -1127,6 +1157,7 @@ STAGE PLANS: Statistics: Num rows: 100 Data size: 9400 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: char(10)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: char(10)) Statistics: Num rows: 100 Data size: 9400 Basic stats: COMPLETE Column stats: COMPLETE @@ -1147,6 +1178,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 1880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: char(10)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: char(10)) Statistics: Num rows: 20 Data size: 1880 Basic stats: COMPLETE Column stats: COMPLETE @@ -1161,6 +1193,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 282 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 282 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: char(10)), _col1 (type: char(10)), _col2 (type: binary) @@ -1183,6 +1216,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1210,6 +1244,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 282 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 282 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: char(10)), _col1 (type: char(10)), _col2 (type: binary) @@ -1271,6 +1306,7 @@ STAGE PLANS: Statistics: Num rows: 100 Data size: 9400 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: varchar(10)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: varchar(10)) Statistics: Num rows: 100 Data size: 9400 Basic stats: COMPLETE Column stats: COMPLETE @@ -1291,6 +1327,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 1880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: varchar(10)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: varchar(10)) Statistics: Num rows: 20 Data size: 1880 Basic stats: COMPLETE Column stats: COMPLETE @@ -1305,6 +1342,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 282 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 282 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: varchar(10)), _col1 (type: varchar(10)), _col2 (type: binary) @@ -1327,6 +1365,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1354,6 +1393,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 282 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 282 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: varchar(10)), _col1 (type: varchar(10)), _col2 (type: binary) diff --git ql/src/test/results/clientpositive/llap/vectorized_insert_into_bucketed_table.q.out ql/src/test/results/clientpositive/llap/vectorized_insert_into_bucketed_table.q.out index 8bdb365668..3d51fbd0c9 100644 --- ql/src/test/results/clientpositive/llap/vectorized_insert_into_bucketed_table.q.out +++ ql/src/test/results/clientpositive/llap/vectorized_insert_into_bucketed_table.q.out @@ -51,6 +51,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/vectorized_join46.q.out ql/src/test/results/clientpositive/llap/vectorized_join46.q.out index e72c5de3cb..cb9289aa30 100644 --- ql/src/test/results/clientpositive/llap/vectorized_join46.q.out +++ ql/src/test/results/clientpositive/llap/vectorized_join46.q.out @@ -147,6 +147,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 285 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Reduce Sink Vectorization: @@ -316,6 +317,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 95 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Reduce Sink Vectorization: @@ -486,6 +488,7 @@ STAGE PLANS: native: true Statistics: Num rows: 1 Data size: 95 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -591,6 +594,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 384 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Reduce Sink Vectorization: @@ -797,6 +801,7 @@ STAGE PLANS: native: true Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -942,6 +947,7 @@ STAGE PLANS: native: true Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -1090,6 +1096,7 @@ STAGE PLANS: native: true Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -1232,6 +1239,7 @@ STAGE PLANS: native: true Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -1382,6 +1390,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 285 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Reduce Sink Vectorization: @@ -1487,6 +1496,7 @@ STAGE PLANS: native: true Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -1635,6 +1645,7 @@ STAGE PLANS: native: true Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -1774,6 +1785,7 @@ STAGE PLANS: native: true Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -1926,6 +1938,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 384 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Reduce Sink Vectorization: @@ -2068,6 +2081,7 @@ STAGE PLANS: native: true Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -2101,6 +2115,7 @@ STAGE PLANS: native: true Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -2232,6 +2247,7 @@ STAGE PLANS: native: true Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -2265,6 +2281,7 @@ STAGE PLANS: native: true Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -2394,6 +2411,7 @@ STAGE PLANS: native: true Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -2427,6 +2445,7 @@ STAGE PLANS: native: true Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -2555,6 +2574,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Reduce Sink Vectorization: @@ -2590,6 +2610,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/llap/vectorized_mapjoin.q.out ql/src/test/results/clientpositive/llap/vectorized_mapjoin.q.out index 2f95f26bd3..4cc8b25bba 100644 --- ql/src/test/results/clientpositive/llap/vectorized_mapjoin.q.out +++ ql/src/test/results/clientpositive/llap/vectorized_mapjoin.q.out @@ -88,6 +88,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4 Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -131,6 +132,7 @@ STAGE PLANS: Statistics: Num rows: 9173 Data size: 27396 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/llap/vectorized_mapjoin3.q.out ql/src/test/results/clientpositive/llap/vectorized_mapjoin3.q.out index 1ce4278511..33126499b1 100644 --- ql/src/test/results/clientpositive/llap/vectorized_mapjoin3.q.out +++ ql/src/test/results/clientpositive/llap/vectorized_mapjoin3.q.out @@ -290,6 +290,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -352,6 +353,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -501,6 +503,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -563,6 +566,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -712,6 +716,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -774,6 +779,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -859,6 +865,7 @@ STAGE PLANS: projectedOutputColumnNums: [0, 1] Statistics: Num rows: 10 Data size: 3680 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -895,6 +902,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 2 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 2 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: llap @@ -915,6 +923,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 2 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 2 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: llap @@ -950,6 +959,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 2760 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/llap/vectorized_multi_output_select.q.out ql/src/test/results/clientpositive/llap/vectorized_multi_output_select.q.out index 7489df7837..af579452f5 100644 --- ql/src/test/results/clientpositive/llap/vectorized_multi_output_select.q.out +++ ql/src/test/results/clientpositive/llap/vectorized_multi_output_select.q.out @@ -72,6 +72,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -91,6 +92,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -111,6 +113,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 86 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 86 Basic stats: COMPLETE Column stats: COMPLETE @@ -131,6 +134,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 86 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 86 Basic stats: COMPLETE Column stats: COMPLETE @@ -170,6 +174,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/llap/vectorized_nested_mapjoin.q.out ql/src/test/results/clientpositive/llap/vectorized_nested_mapjoin.q.out index 8d2ac81d4c..7927cac9ba 100644 --- ql/src/test/results/clientpositive/llap/vectorized_nested_mapjoin.q.out +++ ql/src/test/results/clientpositive/llap/vectorized_nested_mapjoin.q.out @@ -63,6 +63,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: double) @@ -92,6 +93,7 @@ STAGE PLANS: Statistics: Num rows: 6848 Data size: 81820 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: smallint) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: smallint) Statistics: Num rows: 6848 Data size: 81820 Basic stats: COMPLETE Column stats: COMPLETE @@ -122,6 +124,7 @@ STAGE PLANS: Statistics: Num rows: 9173 Data size: 27396 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: tinyint) Statistics: Num rows: 9173 Data size: 27396 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/vectorized_parquet.q.out ql/src/test/results/clientpositive/llap/vectorized_parquet.q.out index 986a668c20..a2d4ea8430 100644 --- ql/src/test/results/clientpositive/llap/vectorized_parquet.q.out +++ ql/src/test/results/clientpositive/llap/vectorized_parquet.q.out @@ -164,6 +164,7 @@ STAGE PLANS: Statistics: Num rows: 131 Data size: 7732 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: tinyint) Statistics: Num rows: 131 Data size: 7732 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/vectorized_parquet_types.q.out ql/src/test/results/clientpositive/llap/vectorized_parquet_types.q.out index 29853ceb40..d31911f2c7 100644 --- ql/src/test/results/clientpositive/llap/vectorized_parquet_types.q.out +++ ql/src/test/results/clientpositive/llap/vectorized_parquet_types.q.out @@ -319,6 +319,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 516 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: tinyint) Reduce Sink Vectorization: @@ -372,6 +373,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 444 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -635,6 +637,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 80 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 80 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: timestamp), _col1 (type: timestamp) diff --git ql/src/test/results/clientpositive/llap/vectorized_ptf.q.out ql/src/test/results/clientpositive/llap/vectorized_ptf.q.out index 9fc1db836d..a7032778d5 100644 --- ql/src/test/results/clientpositive/llap/vectorized_ptf.q.out +++ ql/src/test/results/clientpositive/llap/vectorized_ptf.q.out @@ -155,6 +155,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -211,6 +212,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 12974 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 12974 Basic stats: COMPLETE Column stats: COMPLETE @@ -414,6 +416,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 5902 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: p_partkey (type: int) + null sort order: a sort order: + Map-reduce partition columns: p_partkey (type: int) Reduce Sink Vectorization: @@ -459,6 +462,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: p_partkey (type: int) + null sort order: a sort order: + Map-reduce partition columns: p_partkey (type: int) Reduce Sink Vectorization: @@ -497,6 +501,7 @@ STAGE PLANS: Statistics: Num rows: 27 Data size: 6021 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 27 Data size: 6021 Basic stats: COMPLETE Column stats: COMPLETE @@ -532,6 +537,7 @@ STAGE PLANS: Statistics: Num rows: 27 Data size: 6021 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 27 Data size: 6021 Basic stats: COMPLETE Column stats: COMPLETE @@ -673,6 +679,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -836,6 +843,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -892,6 +900,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 12974 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 12974 Basic stats: COMPLETE Column stats: COMPLETE @@ -1092,6 +1101,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -1148,6 +1158,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE @@ -1318,6 +1329,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -1384,6 +1396,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 2899 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: int) + null sort order: aza sort order: +++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 2899 Basic stats: COMPLETE Column stats: COMPLETE @@ -1547,6 +1560,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -1593,6 +1607,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: p_partkey (type: int) + null sort order: a sort order: + Map-reduce partition columns: p_partkey (type: int) Reduce Sink Vectorization: @@ -1649,6 +1664,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 23062 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 23062 Basic stats: COMPLETE Column stats: COMPLETE @@ -1778,6 +1794,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: p_partkey (type: int) + null sort order: a sort order: + Map-reduce partition columns: p_partkey (type: int) Reduce Sink Vectorization: @@ -1813,6 +1830,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -1897,6 +1915,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 23062 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 23062 Basic stats: COMPLETE Column stats: COMPLETE @@ -2010,6 +2029,7 @@ STAGE PLANS: Map-side function: true Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string), p_size (type: int) + null sort order: azz sort order: ++- Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 5798 Basic stats: COMPLETE Column stats: COMPLETE @@ -2050,6 +2070,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string), _col5 (type: int) + null sort order: azz sort order: ++- Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE @@ -2240,6 +2261,7 @@ STAGE PLANS: Map-side function: true Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 6006 Basic stats: COMPLETE Column stats: COMPLETE @@ -2281,6 +2303,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 12974 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 12974 Basic stats: COMPLETE Column stats: COMPLETE @@ -2477,6 +2500,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -2533,6 +2557,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 12974 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 12974 Basic stats: COMPLETE Column stats: COMPLETE @@ -2732,6 +2757,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -2811,6 +2837,7 @@ STAGE PLANS: Map-side function: true Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 12974 Basic stats: COMPLETE Column stats: COMPLETE @@ -2851,6 +2878,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 12974 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 12974 Basic stats: COMPLETE Column stats: COMPLETE @@ -3057,6 +3085,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -3113,6 +3142,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 12974 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 12974 Basic stats: COMPLETE Column stats: COMPLETE @@ -3283,6 +3313,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -3329,6 +3360,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: p_partkey (type: int) + null sort order: a sort order: + Map-reduce partition columns: p_partkey (type: int) Reduce Sink Vectorization: @@ -3385,6 +3417,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 13078 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 13078 Basic stats: COMPLETE Column stats: COMPLETE @@ -3402,6 +3435,7 @@ STAGE PLANS: Statistics: Num rows: 27 Data size: 6237 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 27 Data size: 6237 Basic stats: COMPLETE Column stats: COMPLETE @@ -3583,6 +3617,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -3649,6 +3684,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 2899 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: int) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: int) Statistics: Num rows: 13 Data size: 2899 Basic stats: COMPLETE Column stats: COMPLETE @@ -3829,6 +3865,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 2574 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: za sort order: ++ Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -3891,6 +3928,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 2574 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 2574 Basic stats: COMPLETE Column stats: COMPLETE @@ -4098,6 +4136,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -4154,12 +4193,14 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 12974 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 12974 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col5 (type: int), _col7 (type: double) Reduce Output Operator key expressions: _col2 (type: string), _col5 (type: int) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 12974 Basic stats: COMPLETE Column stats: COMPLETE @@ -4233,6 +4274,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5 Statistics: Num rows: 1 Data size: 2576 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 2576 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct), _col4 (type: struct), _col5 (type: struct) @@ -4294,6 +4336,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE @@ -4374,6 +4417,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7 Statistics: Num rows: 1 Data size: 3424 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 3424 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct), _col4 (type: struct), _col5 (type: struct), _col6 (type: struct), _col7 (type: struct) @@ -4621,6 +4665,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string) + null sort order: z sort order: + Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -4706,6 +4751,7 @@ STAGE PLANS: Map-side function: true Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: _col2 (type: string), _col1 (type: string) Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE @@ -4746,6 +4792,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col2 (type: string), _col1 (type: string) Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE @@ -4974,6 +5021,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string) + null sort order: z sort order: + Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -5036,6 +5084,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: _col2 (type: string), _col1 (type: string) Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE @@ -5068,6 +5117,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: z sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE @@ -5100,6 +5150,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE @@ -5324,6 +5375,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: p_mfgr (type: string), p_name (type: string) Reduce Sink Vectorization: @@ -5386,6 +5438,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: z sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE @@ -5425,6 +5478,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE @@ -5650,6 +5704,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: p_mfgr (type: string), p_name (type: string) Reduce Sink Vectorization: @@ -5712,6 +5767,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: z sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE @@ -5760,6 +5816,7 @@ STAGE PLANS: Map-side function: true Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: _col2 (type: string), _col1 (type: string) Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE @@ -5793,6 +5850,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col2 (type: string), _col1 (type: string) Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE @@ -6018,6 +6076,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: p_mfgr (type: string), p_name (type: string) Reduce Sink Vectorization: @@ -6096,6 +6155,7 @@ STAGE PLANS: Map-side function: true Reduce Output Operator key expressions: _col2 (type: string) + null sort order: z sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE @@ -6136,6 +6196,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: _col2 (type: string), _col1 (type: string) Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE @@ -6355,6 +6416,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: p_mfgr (type: string), p_name (type: string) Reduce Sink Vectorization: @@ -6433,6 +6495,7 @@ STAGE PLANS: Map-side function: true Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: _col2 (type: string), _col1 (type: string) Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE @@ -6466,6 +6529,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 12766 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/vectorized_shufflejoin.q.out ql/src/test/results/clientpositive/llap/vectorized_shufflejoin.q.out index d217764e69..5b924f36d8 100644 --- ql/src/test/results/clientpositive/llap/vectorized_shufflejoin.q.out +++ ql/src/test/results/clientpositive/llap/vectorized_shufflejoin.q.out @@ -52,6 +52,7 @@ STAGE PLANS: Statistics: Num rows: 9173 Data size: 27396 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -95,6 +96,7 @@ STAGE PLANS: Statistics: Num rows: 9173 Data size: 27396 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -135,6 +137,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4 Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: int), _col2 (type: int), _col3 (type: bigint), _col4 (type: bigint) diff --git ql/src/test/results/clientpositive/llap/vectorized_timestamp.q.out ql/src/test/results/clientpositive/llap/vectorized_timestamp.q.out index 5fd6090ef2..81ecf96b56 100644 --- ql/src/test/results/clientpositive/llap/vectorized_timestamp.q.out +++ ql/src/test/results/clientpositive/llap/vectorized_timestamp.q.out @@ -161,6 +161,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 80 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -395,6 +396,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -540,6 +542,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator diff --git ql/src/test/results/clientpositive/llap/vectorized_timestamp_funcs.q.out ql/src/test/results/clientpositive/llap/vectorized_timestamp_funcs.q.out index ea8a7faabc..0077f0852d 100644 --- ql/src/test/results/clientpositive/llap/vectorized_timestamp_funcs.q.out +++ ql/src/test/results/clientpositive/llap/vectorized_timestamp_funcs.q.out @@ -277,6 +277,7 @@ STAGE PLANS: Statistics: Num rows: 52 Data size: 16436 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -491,6 +492,7 @@ STAGE PLANS: Statistics: Num rows: 52 Data size: 2080 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -689,6 +691,7 @@ STAGE PLANS: Statistics: Num rows: 52 Data size: 1872 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -887,6 +890,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 120 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -1035,6 +1039,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -1167,6 +1172,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -1317,6 +1323,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator diff --git ql/src/test/results/clientpositive/llap/windowing.q.out ql/src/test/results/clientpositive/llap/windowing.q.out index 04173e2b0b..011c9bcbea 100644 --- ql/src/test/results/clientpositive/llap/windowing.q.out +++ ql/src/test/results/clientpositive/llap/windowing.q.out @@ -1841,6 +1841,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 5798 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 5798 Basic stats: COMPLETE Column stats: COMPLETE @@ -1886,6 +1887,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 3003 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: int), _col3 (type: bigint) + null sort order: aaaa sort order: ++++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: int), _col3 (type: bigint) Statistics: Num rows: 13 Data size: 3003 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/llap/windowing_gby.q.out ql/src/test/results/clientpositive/llap/windowing_gby.q.out index f8a0d18927..0888fd979e 100644 --- ql/src/test/results/clientpositive/llap/windowing_gby.q.out +++ ql/src/test/results/clientpositive/llap/windowing_gby.q.out @@ -37,21 +37,21 @@ Stage-0 Output:["_col1","_col2"] <-Reducer 3 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_43] - PartitionCols:0 + PartitionCols:0,null sort order:az,sort order:++ Select Operator [SEL_42] (rows=2 width=20) Output:["_col1","_col2"] Group By Operator [GBY_41] (rows=2 width=20) Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)"],keys:KEY._col0 <-Reducer 2 [SIMPLE_EDGE] llap SHUFFLE [RS_11] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_10] (rows=3 width=20) Output:["_col0","_col1","_col2"],aggregations:["sum(_col3)","sum(_col1)"],keys:_col2 Merge Join Operator [MERGEJOIN_34] (rows=36 width=7) Conds:RS_37._col0=RS_40._col1(Inner),Output:["_col1","_col2","_col3"] <-Map 1 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_37] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_36] (rows=18 width=87) Output:["_col0","_col1","_col2"] Filter Operator [FIL_35] (rows=18 width=87) @@ -60,7 +60,7 @@ Stage-0 default@cbo_t3,ws,Tbl:COMPLETE,Col:COMPLETE,Output:["value","c_int","c_boolean"] <-Map 5 [SIMPLE_EDGE] vectorized, llap SHUFFLE [RS_40] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_39] (rows=9174 width=73) Output:["_col0","_col1"] Filter Operator [FIL_38] (rows=9174 width=73) diff --git ql/src/test/results/clientpositive/load_dyn_part1.q.out ql/src/test/results/clientpositive/load_dyn_part1.q.out index 55d09e7f6b..06d20437fe 100644 --- ql/src/test/results/clientpositive/load_dyn_part1.q.out +++ ql/src/test/results/clientpositive/load_dyn_part1.q.out @@ -111,6 +111,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 2496 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 2 Data size: 2496 Basic stats: COMPLETE Column stats: COMPLETE @@ -253,6 +254,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: '2008-12-31' (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: '2008-12-31' (type: string), _col1 (type: string) Statistics: Num rows: 2 Data size: 2316 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/load_dyn_part10.q.out ql/src/test/results/clientpositive/load_dyn_part10.q.out index b44310e2a5..469c25426e 100644 --- ql/src/test/results/clientpositive/load_dyn_part10.q.out +++ ql/src/test/results/clientpositive/load_dyn_part10.q.out @@ -86,6 +86,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 2316 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 2 Data size: 2316 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/load_dyn_part13.q.out ql/src/test/results/clientpositive/load_dyn_part13.q.out index ea730280bb..e980e8da98 100644 --- ql/src/test/results/clientpositive/load_dyn_part13.q.out +++ ql/src/test/results/clientpositive/load_dyn_part13.q.out @@ -101,6 +101,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1060 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 1060 Basic stats: COMPLETE Column stats: COMPLETE @@ -139,6 +140,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1060 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 1060 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/load_dyn_part14.q.out ql/src/test/results/clientpositive/load_dyn_part14.q.out index 2587464486..1de4aa890b 100644 --- ql/src/test/results/clientpositive/load_dyn_part14.q.out +++ ql/src/test/results/clientpositive/load_dyn_part14.q.out @@ -71,6 +71,7 @@ STAGE PLANS: Number of rows: 2 Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -117,6 +118,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 1050 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 1050 Basic stats: COMPLETE Column stats: COMPLETE @@ -145,6 +147,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 1050 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 1050 Basic stats: COMPLETE Column stats: COMPLETE @@ -173,6 +176,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 1050 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 1050 Basic stats: COMPLETE Column stats: COMPLETE @@ -267,6 +271,7 @@ STAGE PLANS: Number of rows: 2 Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -298,6 +303,7 @@ STAGE PLANS: Number of rows: 2 Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/load_dyn_part2.q.out ql/src/test/results/clientpositive/load_dyn_part2.q.out index b63a35a823..31765950d4 100644 --- ql/src/test/results/clientpositive/load_dyn_part2.q.out +++ ql/src/test/results/clientpositive/load_dyn_part2.q.out @@ -64,6 +64,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 724000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 724000 Basic stats: COMPLETE Column stats: COMPLETE @@ -127,6 +128,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 2 Data size: 2316 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/load_dyn_part3.q.out ql/src/test/results/clientpositive/load_dyn_part3.q.out index 7d5579a365..4668fcc318 100644 --- ql/src/test/results/clientpositive/load_dyn_part3.q.out +++ ql/src/test/results/clientpositive/load_dyn_part3.q.out @@ -88,6 +88,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 4992 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 4 Data size: 4992 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/load_dyn_part4.q.out ql/src/test/results/clientpositive/load_dyn_part4.q.out index 7ef046234c..a846615552 100644 --- ql/src/test/results/clientpositive/load_dyn_part4.q.out +++ ql/src/test/results/clientpositive/load_dyn_part4.q.out @@ -98,6 +98,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 4992 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 4 Data size: 4992 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/load_dyn_part9.q.out ql/src/test/results/clientpositive/load_dyn_part9.q.out index 8099989bbd..f682c95a03 100644 --- ql/src/test/results/clientpositive/load_dyn_part9.q.out +++ ql/src/test/results/clientpositive/load_dyn_part9.q.out @@ -86,6 +86,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 2496 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 2 Data size: 2496 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/load_static_ptn_into_bucketed_table.q.out ql/src/test/results/clientpositive/load_static_ptn_into_bucketed_table.q.out index b4d7dca1bc..10b6dd398b 100644 --- ql/src/test/results/clientpositive/load_static_ptn_into_bucketed_table.q.out +++ ql/src/test/results/clientpositive/load_static_ptn_into_bucketed_table.q.out @@ -32,6 +32,7 @@ STAGE PLANS: Statistics: Num rows: 47 Data size: 8648 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 47 Data size: 8648 Basic stats: COMPLETE Column stats: NONE @@ -246,6 +247,7 @@ STAGE PLANS: Statistics: Num rows: 35 Data size: 13020 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _bucket_number (type: string), _col0 (type: int) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 35 Data size: 13020 Basic stats: COMPLETE Column stats: NONE @@ -461,6 +463,7 @@ STAGE PLANS: Statistics: Num rows: 68 Data size: 24552 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _bucket_number (type: string), _col0 (type: int) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 68 Data size: 24552 Basic stats: COMPLETE Column stats: NONE @@ -677,6 +680,7 @@ STAGE PLANS: Statistics: Num rows: 47 Data size: 8648 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 47 Data size: 8648 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/mapjoin2.q.out ql/src/test/results/clientpositive/mapjoin2.q.out index 3ef5b0e66e..3d5bb60da0 100644 --- ql/src/test/results/clientpositive/mapjoin2.q.out +++ ql/src/test/results/clientpositive/mapjoin2.q.out @@ -263,6 +263,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 95 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 95 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: string) @@ -278,6 +279,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 95 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 95 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: string) diff --git ql/src/test/results/clientpositive/mapjoin46.q.out ql/src/test/results/clientpositive/mapjoin46.q.out index 8e46cf56ad..c7e02267fb 100644 --- ql/src/test/results/clientpositive/mapjoin46.q.out +++ ql/src/test/results/clientpositive/mapjoin46.q.out @@ -1526,6 +1526,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -1537,6 +1538,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -1633,6 +1635,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -1644,6 +1647,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -1738,6 +1742,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -1749,6 +1754,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -1841,6 +1847,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -1852,6 +1859,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -1944,6 +1952,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -1955,6 +1964,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -2044,6 +2054,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -2055,6 +2066,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -2146,6 +2158,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE @@ -2159,6 +2172,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE @@ -2251,6 +2265,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE @@ -2264,6 +2279,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE @@ -2439,6 +2455,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5 Statistics: Num rows: 8 Data size: 1528 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 8 Data size: 1528 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string), _col3 (type: int), _col4 (type: int), _col5 (type: string) @@ -2463,6 +2480,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5 Statistics: Num rows: 9 Data size: 1521 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 9 Data size: 1521 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string), _col3 (type: int), _col4 (type: int), _col5 (type: string) @@ -2677,6 +2695,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5 Statistics: Num rows: 8 Data size: 1528 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 8 Data size: 1528 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string), _col3 (type: int), _col4 (type: int), _col5 (type: string) @@ -2701,6 +2720,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5 Statistics: Num rows: 9 Data size: 1521 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 9 Data size: 1521 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string), _col3 (type: int), _col4 (type: int), _col5 (type: string) diff --git ql/src/test/results/clientpositive/mapjoin47.q.out ql/src/test/results/clientpositive/mapjoin47.q.out index 9e19cef4d0..2d345c450b 100644 --- ql/src/test/results/clientpositive/mapjoin47.q.out +++ ql/src/test/results/clientpositive/mapjoin47.q.out @@ -1234,6 +1234,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 4166 Data size: 1470598 Basic stats: COMPLETE Column stats: COMPLETE @@ -1247,6 +1248,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE @@ -1500,6 +1502,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE @@ -1526,6 +1529,7 @@ STAGE PLANS: Statistics: Num rows: 4166 Data size: 1470598 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 4166 Data size: 1470598 Basic stats: COMPLETE Column stats: COMPLETE @@ -1627,6 +1631,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1640,6 +1645,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE @@ -1955,11 +1961,13 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 8000 Data size: 8815454 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: int), _col3 (type: float), _col4 (type: boolean), _col5 (type: string), _col6 (type: boolean), _col7 (type: string), _col8 (type: string), _col9 (type: int), _col10 (type: float), _col11 (type: boolean), _col12 (type: string), _col13 (type: string), _col14 (type: string), _col15 (type: int), _col16 (type: float), _col17 (type: boolean), _col18 (type: string) TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 90 Data size: 65601 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: int), _col3 (type: float), _col4 (type: boolean), _col5 (type: string), _col6 (type: string), _col7 (type: string), _col8 (type: int), _col9 (type: float), _col10 (type: boolean), _col11 (type: string) diff --git ql/src/test/results/clientpositive/mapjoin_decimal_vectorized.q.out ql/src/test/results/clientpositive/mapjoin_decimal_vectorized.q.out index 6d077c9535..819b3f251b 100644 --- ql/src/test/results/clientpositive/mapjoin_decimal_vectorized.q.out +++ ql/src/test/results/clientpositive/mapjoin_decimal_vectorized.q.out @@ -158,6 +158,7 @@ STAGE PLANS: Statistics: Num rows: 1112 Data size: 249088 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(4,2)) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -525,6 +526,7 @@ STAGE PLANS: Statistics: Num rows: 1112 Data size: 249088 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(4,2)) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -656,6 +658,7 @@ STAGE PLANS: Statistics: Num rows: 1112 Data size: 249088 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(4,2)) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -1019,6 +1022,7 @@ STAGE PLANS: Statistics: Num rows: 1112 Data size: 249088 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(4,2)) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/mapjoin_distinct.q.out ql/src/test/results/clientpositive/mapjoin_distinct.q.out index 4f6ad43fb7..bab706e666 100644 --- ql/src/test/results/clientpositive/mapjoin_distinct.q.out +++ ql/src/test/results/clientpositive/mapjoin_distinct.q.out @@ -79,6 +79,7 @@ STAGE PLANS: Statistics: Num rows: 307 Data size: 27937 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: rand() (type: double) Statistics: Num rows: 307 Data size: 27937 Basic stats: COMPLETE Column stats: COMPLETE @@ -104,6 +105,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 307 Data size: 27937 Basic stats: COMPLETE Column stats: COMPLETE @@ -236,6 +238,7 @@ STAGE PLANS: Statistics: Num rows: 307 Data size: 27937 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 307 Data size: 27937 Basic stats: COMPLETE Column stats: COMPLETE @@ -365,6 +368,7 @@ STAGE PLANS: Statistics: Num rows: 3164 Data size: 287924 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: rand() (type: double) Statistics: Num rows: 3164 Data size: 287924 Basic stats: COMPLETE Column stats: COMPLETE @@ -390,6 +394,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 3164 Data size: 287924 Basic stats: COMPLETE Column stats: COMPLETE @@ -516,6 +521,7 @@ STAGE PLANS: Statistics: Num rows: 3164 Data size: 287924 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 3164 Data size: 287924 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/mapjoin_filter_on_outerjoin.q.out ql/src/test/results/clientpositive/mapjoin_filter_on_outerjoin.q.out index 3c1f4d2111..ef7ea4ecf9 100644 --- ql/src/test/results/clientpositive/mapjoin_filter_on_outerjoin.q.out +++ ql/src/test/results/clientpositive/mapjoin_filter_on_outerjoin.q.out @@ -135,6 +135,7 @@ STAGE PLANS: Statistics: Num rows: 365 Data size: 65005 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col2 (type: string), _col4 (type: string) + null sort order: zzz sort order: +++ Statistics: Num rows: 365 Data size: 65005 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: string), _col3 (type: string), _col5 (type: string) @@ -297,6 +298,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 2112 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col2 (type: string), _col4 (type: string) + null sort order: zzz sort order: +++ Statistics: Num rows: 4 Data size: 2112 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: string), _col3 (type: string), _col5 (type: string) diff --git ql/src/test/results/clientpositive/mapjoin_mapjoin.q.out ql/src/test/results/clientpositive/mapjoin_mapjoin.q.out index edc68ec6fc..d2da024d45 100644 --- ql/src/test/results/clientpositive/mapjoin_mapjoin.q.out +++ ql/src/test/results/clientpositive/mapjoin_mapjoin.q.out @@ -675,6 +675,7 @@ STAGE PLANS: Statistics: Num rows: 2420 Data size: 25709 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2420 Data size: 25709 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/mapjoin_test_outer.q.out ql/src/test/results/clientpositive/mapjoin_test_outer.q.out index 3086654070..dbc87d5f8d 100644 --- ql/src/test/results/clientpositive/mapjoin_test_outer.q.out +++ ql/src/test/results/clientpositive/mapjoin_test_outer.q.out @@ -304,6 +304,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 9625 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string) + null sort order: zzzzzz sort order: ++++++ Statistics: Num rows: 55 Data size: 9625 Basic stats: COMPLETE Column stats: NONE Execution mode: vectorized @@ -1134,6 +1135,7 @@ STAGE PLANS: Statistics: Num rows: 21 Data size: 11046 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string) + null sort order: zzzzzz sort order: ++++++ Statistics: Num rows: 21 Data size: 11046 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized diff --git ql/src/test/results/clientpositive/mapreduce1.q.out ql/src/test/results/clientpositive/mapreduce1.q.out index ac95ab0bb1..af9810f0bd 100644 --- ql/src/test/results/clientpositive/mapreduce1.q.out +++ ql/src/test/results/clientpositive/mapreduce1.q.out @@ -52,6 +52,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string), _col2 (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: _col3 (type: string), _col0 (type: string) Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE @@ -109,6 +110,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1712 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct) diff --git ql/src/test/results/clientpositive/mapreduce2.q.out ql/src/test/results/clientpositive/mapreduce2.q.out index 126edb6fe7..138af70dc1 100644 --- ql/src/test/results/clientpositive/mapreduce2.q.out +++ ql/src/test/results/clientpositive/mapreduce2.q.out @@ -49,6 +49,7 @@ STAGE PLANS: serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Map-reduce partition columns: _col3 (type: string), _col0 (type: string) Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE @@ -106,6 +107,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1712 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct) diff --git ql/src/test/results/clientpositive/mapreduce3.q.out ql/src/test/results/clientpositive/mapreduce3.q.out index 9ad185a560..9c0157c923 100644 --- ql/src/test/results/clientpositive/mapreduce3.q.out +++ ql/src/test/results/clientpositive/mapreduce3.q.out @@ -50,6 +50,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col3 (type: string), _col0 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string) @@ -106,6 +107,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1712 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct) diff --git ql/src/test/results/clientpositive/mapreduce4.q.out ql/src/test/results/clientpositive/mapreduce4.q.out index 7b23b35099..a606df0894 100644 --- ql/src/test/results/clientpositive/mapreduce4.q.out +++ ql/src/test/results/clientpositive/mapreduce4.q.out @@ -52,6 +52,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string), _col2 (type: string) + null sort order: zz sort order: -+ Map-reduce partition columns: _col3 (type: string), _col0 (type: string) Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE @@ -109,6 +110,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1712 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct) diff --git ql/src/test/results/clientpositive/mapreduce5.q.out ql/src/test/results/clientpositive/mapreduce5.q.out index 7827cf133d..e4b6a528b8 100644 --- ql/src/test/results/clientpositive/mapreduce5.q.out +++ ql/src/test/results/clientpositive/mapreduce5.q.out @@ -43,6 +43,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int), _col2 (type: int) + null sort order: zz sort order: -+ Map-reduce partition columns: _col3 (type: string), _col0 (type: string) Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE @@ -101,6 +102,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1712 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct) diff --git ql/src/test/results/clientpositive/mapreduce6.q.out ql/src/test/results/clientpositive/mapreduce6.q.out index 4be38d8eef..d7ca82b48b 100644 --- ql/src/test/results/clientpositive/mapreduce6.q.out +++ ql/src/test/results/clientpositive/mapreduce6.q.out @@ -43,6 +43,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int), _col2 (type: int) + null sort order: zz sort order: -+ Map-reduce partition columns: _col3 (type: string), _col0 (type: string) Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE @@ -101,6 +102,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1712 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct) diff --git ql/src/test/results/clientpositive/mapreduce7.q.out ql/src/test/results/clientpositive/mapreduce7.q.out index 8152fcc6d3..ab369e667b 100644 --- ql/src/test/results/clientpositive/mapreduce7.q.out +++ ql/src/test/results/clientpositive/mapreduce7.q.out @@ -50,6 +50,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 182000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col5 (type: string), _col2 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 500 Data size: 182000 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string) @@ -106,6 +107,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 2592 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct), _col4 (type: struct), _col5 (type: struct) diff --git ql/src/test/results/clientpositive/mapreduce8.q.out ql/src/test/results/clientpositive/mapreduce8.q.out index c980e67979..d00ede826b 100644 --- ql/src/test/results/clientpositive/mapreduce8.q.out +++ ql/src/test/results/clientpositive/mapreduce8.q.out @@ -52,6 +52,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 182000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col5 (type: string), _col2 (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: rand(3) (type: double) Statistics: Num rows: 500 Data size: 182000 Basic stats: COMPLETE Column stats: COMPLETE @@ -109,6 +110,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 2592 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct), _col4 (type: struct), _col5 (type: struct) diff --git ql/src/test/results/clientpositive/masking_1.q.out ql/src/test/results/clientpositive/masking_1.q.out index fd025a4500..b91872758d 100644 --- ql/src/test/results/clientpositive/masking_1.q.out +++ ql/src/test/results/clientpositive/masking_1.q.out @@ -264,6 +264,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 980 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: double) Statistics: Num rows: 5 Data size: 980 Basic stats: COMPLETE Column stats: COMPLETE @@ -281,6 +282,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 1108000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col4 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: double) Statistics: Num rows: 2000 Data size: 1108000 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/masking_10.q.out ql/src/test/results/clientpositive/masking_10.q.out index bc68a0898c..fa0f69a4a2 100644 --- ql/src/test/results/clientpositive/masking_10.q.out +++ ql/src/test/results/clientpositive/masking_10.q.out @@ -47,6 +47,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 44744 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 44744 Basic stats: COMPLETE Column stats: NONE @@ -145,6 +146,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 44744 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 44744 Basic stats: COMPLETE Column stats: NONE @@ -184,11 +186,13 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 250 Data size: 44744 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 250 Data size: 44744 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: string) TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: string) @@ -214,6 +218,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE @@ -231,6 +236,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 44744 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 250 Data size: 44744 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/masking_12.q.out ql/src/test/results/clientpositive/masking_12.q.out index aa0ed40c5b..b678caecca 100644 --- ql/src/test/results/clientpositive/masking_12.q.out +++ ql/src/test/results/clientpositive/masking_12.q.out @@ -153,6 +153,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 1000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 250 Data size: 1000 Basic stats: COMPLETE Column stats: COMPLETE @@ -192,6 +193,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: double) Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE @@ -199,6 +201,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: double) Statistics: Num rows: 250 Data size: 3000 Basic stats: COMPLETE Column stats: COMPLETE @@ -247,6 +250,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: UDFToDouble(_col0) (type: double), _col0 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: UDFToDouble(_col0) (type: double), _col0 (type: int) Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE @@ -254,6 +258,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: UDFToDouble(_col0) (type: double), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: UDFToDouble(_col0) (type: double), _col1 (type: int) Statistics: Num rows: 197 Data size: 17927 Basic stats: COMPLETE Column stats: COMPLETE @@ -430,6 +435,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 940 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 940 Basic stats: COMPLETE Column stats: COMPLETE @@ -449,6 +455,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/masking_2.q.out ql/src/test/results/clientpositive/masking_2.q.out index 8a96df77e4..b592166bb6 100644 --- ql/src/test/results/clientpositive/masking_2.q.out +++ ql/src/test/results/clientpositive/masking_2.q.out @@ -162,6 +162,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -181,6 +182,7 @@ STAGE PLANS: Statistics: Num rows: 27 Data size: 5076 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 27 Data size: 5076 Basic stats: COMPLETE Column stats: COMPLETE @@ -241,6 +243,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 15604 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: UDFToDouble(_col0) (type: double) + null sort order: a sort order: + Map-reduce partition columns: UDFToDouble(_col0) (type: double) Statistics: Num rows: 83 Data size: 15604 Basic stats: COMPLETE Column stats: COMPLETE @@ -260,6 +263,7 @@ STAGE PLANS: Statistics: Num rows: 27 Data size: 5076 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: UDFToDouble(_col1) (type: double) + null sort order: a sort order: + Map-reduce partition columns: UDFToDouble(_col1) (type: double) Statistics: Num rows: 27 Data size: 5076 Basic stats: COMPLETE Column stats: COMPLETE @@ -328,6 +332,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 10340 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string) Statistics: Num rows: 55 Data size: 10340 Basic stats: COMPLETE Column stats: COMPLETE @@ -354,6 +359,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 10340 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string) Statistics: Num rows: 55 Data size: 10340 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/masking_3.q.out ql/src/test/results/clientpositive/masking_3.q.out index 10a8e09000..cf796c7384 100644 --- ql/src/test/results/clientpositive/masking_3.q.out +++ ql/src/test/results/clientpositive/masking_3.q.out @@ -45,6 +45,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 1000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 250 Data size: 1000 Basic stats: COMPLETE Column stats: COMPLETE @@ -82,6 +83,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: double) Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE @@ -89,6 +91,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: double) Statistics: Num rows: 250 Data size: 3000 Basic stats: COMPLETE Column stats: COMPLETE @@ -135,6 +138,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: UDFToDouble(_col0) (type: double), _col0 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: UDFToDouble(_col0) (type: double), _col0 (type: int) Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE @@ -142,6 +146,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: UDFToDouble(_col0) (type: double), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: UDFToDouble(_col0) (type: double), _col1 (type: int) Statistics: Num rows: 197 Data size: 17927 Basic stats: COMPLETE Column stats: COMPLETE @@ -713,6 +718,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 1000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 250 Data size: 1000 Basic stats: COMPLETE Column stats: COMPLETE @@ -750,6 +756,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: double) Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE @@ -757,6 +764,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: double) Statistics: Num rows: 250 Data size: 3000 Basic stats: COMPLETE Column stats: COMPLETE @@ -803,6 +811,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: UDFToDouble(_col0) (type: double), _col0 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: UDFToDouble(_col0) (type: double), _col0 (type: int) Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE @@ -810,6 +819,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: UDFToDouble(_col0) (type: double), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: UDFToDouble(_col0) (type: double), _col1 (type: int) Statistics: Num rows: 197 Data size: 17927 Basic stats: COMPLETE Column stats: COMPLETE @@ -1378,6 +1388,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 1000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 250 Data size: 1000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1415,6 +1426,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: double) Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE @@ -1422,6 +1434,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: double) Statistics: Num rows: 250 Data size: 3000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1468,12 +1481,14 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: UDFToDouble(_col0) (type: double), _col0 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: UDFToDouble(_col0) (type: double), _col0 (type: int) Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE TableScan Reduce Output Operator key expressions: UDFToDouble(_col0) (type: double), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: UDFToDouble(_col0) (type: double), _col1 (type: int) Statistics: Num rows: 197 Data size: 17927 Basic stats: COMPLETE Column stats: COMPLETE @@ -2042,6 +2057,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 1000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 250 Data size: 1000 Basic stats: COMPLETE Column stats: COMPLETE @@ -2079,6 +2095,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: double) Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE @@ -2086,6 +2103,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: double) Statistics: Num rows: 250 Data size: 3000 Basic stats: COMPLETE Column stats: COMPLETE @@ -2132,6 +2150,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: UDFToDouble(_col0) (type: double), _col0 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: UDFToDouble(_col0) (type: double), _col0 (type: int) Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE @@ -2139,6 +2158,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: UDFToDouble(_col0) (type: double), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: UDFToDouble(_col0) (type: double), _col1 (type: int) Statistics: Num rows: 197 Data size: 17927 Basic stats: COMPLETE Column stats: COMPLETE @@ -2722,6 +2742,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 1000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 250 Data size: 1000 Basic stats: COMPLETE Column stats: COMPLETE @@ -2759,6 +2780,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: double) Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE @@ -2766,6 +2788,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: double) Statistics: Num rows: 250 Data size: 3000 Basic stats: COMPLETE Column stats: COMPLETE @@ -2812,6 +2835,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: UDFToDouble(_col0) (type: double), _col0 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: UDFToDouble(_col0) (type: double), _col0 (type: int) Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE @@ -2819,6 +2843,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: UDFToDouble(_col0) (type: double), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: UDFToDouble(_col0) (type: double), _col1 (type: int) Statistics: Num rows: 197 Data size: 17927 Basic stats: COMPLETE Column stats: COMPLETE @@ -2858,6 +2883,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 1108000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col4 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: double) Statistics: Num rows: 2000 Data size: 1108000 Basic stats: COMPLETE Column stats: COMPLETE @@ -2865,6 +2891,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col2 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: double) Statistics: Num rows: 325 Data size: 33475 Basic stats: COMPLETE Column stats: COMPLETE @@ -7063,6 +7090,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 1000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 250 Data size: 1000 Basic stats: COMPLETE Column stats: COMPLETE @@ -7100,6 +7128,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: double) Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE @@ -7107,6 +7136,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: double) Statistics: Num rows: 250 Data size: 3000 Basic stats: COMPLETE Column stats: COMPLETE @@ -7153,6 +7183,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: UDFToDouble(_col0) (type: double), _col0 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: UDFToDouble(_col0) (type: double), _col0 (type: int) Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE @@ -7160,6 +7191,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: UDFToDouble(_col0) (type: double), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: UDFToDouble(_col0) (type: double), _col1 (type: int) Statistics: Num rows: 197 Data size: 17927 Basic stats: COMPLETE Column stats: COMPLETE @@ -7728,6 +7760,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 1000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 250 Data size: 1000 Basic stats: COMPLETE Column stats: COMPLETE @@ -7765,6 +7798,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: double) Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE @@ -7772,6 +7806,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: double) Statistics: Num rows: 250 Data size: 3000 Basic stats: COMPLETE Column stats: COMPLETE @@ -7818,6 +7853,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: UDFToDouble(_col0) (type: double), _col0 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: UDFToDouble(_col0) (type: double), _col0 (type: int) Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE @@ -7825,6 +7861,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: UDFToDouble(_col0) (type: double), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: UDFToDouble(_col0) (type: double), _col1 (type: int) Statistics: Num rows: 197 Data size: 17927 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/masking_4.q.out ql/src/test/results/clientpositive/masking_4.q.out index e77c3ed5c1..e0f21b5a6c 100644 --- ql/src/test/results/clientpositive/masking_4.q.out +++ ql/src/test/results/clientpositive/masking_4.q.out @@ -201,6 +201,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 1000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 250 Data size: 1000 Basic stats: COMPLETE Column stats: COMPLETE @@ -238,6 +239,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: double) Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE @@ -245,6 +247,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: double) Statistics: Num rows: 250 Data size: 3000 Basic stats: COMPLETE Column stats: COMPLETE @@ -291,6 +294,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: UDFToDouble(_col0) (type: double), _col0 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: UDFToDouble(_col0) (type: double), _col0 (type: int) Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE @@ -298,6 +302,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: UDFToDouble(_col0) (type: double), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: UDFToDouble(_col0) (type: double), _col1 (type: int) Statistics: Num rows: 197 Data size: 17927 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/masking_disablecbo_1.q.out ql/src/test/results/clientpositive/masking_disablecbo_1.q.out index 6ef55df2e7..41e9eb0db3 100644 --- ql/src/test/results/clientpositive/masking_disablecbo_1.q.out +++ ql/src/test/results/clientpositive/masking_disablecbo_1.q.out @@ -264,6 +264,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 2280 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: UDFToDouble(_col0) (type: double) + null sort order: a sort order: + Map-reduce partition columns: UDFToDouble(_col0) (type: double) Statistics: Num rows: 5 Data size: 2280 Basic stats: COMPLETE Column stats: COMPLETE @@ -277,6 +278,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 1092000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: UDFToDouble(key) (type: double) + null sort order: a sort order: + Map-reduce partition columns: UDFToDouble(key) (type: double) Statistics: Num rows: 2000 Data size: 1092000 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/masking_disablecbo_2.q.out ql/src/test/results/clientpositive/masking_disablecbo_2.q.out index 4938c8feba..39c069efb1 100644 --- ql/src/test/results/clientpositive/masking_disablecbo_2.q.out +++ ql/src/test/results/clientpositive/masking_disablecbo_2.q.out @@ -158,6 +158,7 @@ STAGE PLANS: Statistics: Num rows: 27 Data size: 5076 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 27 Data size: 5076 Basic stats: COMPLETE Column stats: COMPLETE @@ -171,6 +172,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -233,6 +235,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 15604 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: UDFToDouble(_col0) (type: double) + null sort order: a sort order: + Map-reduce partition columns: UDFToDouble(_col0) (type: double) Statistics: Num rows: 83 Data size: 15604 Basic stats: COMPLETE Column stats: COMPLETE @@ -250,6 +253,7 @@ STAGE PLANS: Statistics: Num rows: 27 Data size: 5076 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: UDFToDouble(_col1) (type: double) + null sort order: a sort order: + Map-reduce partition columns: UDFToDouble(_col1) (type: double) Statistics: Num rows: 27 Data size: 5076 Basic stats: COMPLETE Column stats: COMPLETE @@ -316,6 +320,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 10340 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string) Statistics: Num rows: 55 Data size: 10340 Basic stats: COMPLETE Column stats: COMPLETE @@ -340,6 +345,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 10340 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string) Statistics: Num rows: 55 Data size: 10340 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/masking_disablecbo_3.q.out ql/src/test/results/clientpositive/masking_disablecbo_3.q.out index 79454e4724..62bad2c748 100644 --- ql/src/test/results/clientpositive/masking_disablecbo_3.q.out +++ ql/src/test/results/clientpositive/masking_disablecbo_3.q.out @@ -37,6 +37,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: UDFToDouble(key) (type: double), UDFToDouble(key) (type: double) + null sort order: aa sort order: ++ Map-reduce partition columns: UDFToDouble(key) (type: double), UDFToDouble(key) (type: double) Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE @@ -60,6 +61,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: UDFToDouble(_col0) (type: double), UDFToDouble(_col1) (type: double) + null sort order: aa sort order: ++ Map-reduce partition columns: UDFToDouble(_col0) (type: double), UDFToDouble(_col1) (type: double) Statistics: Num rows: 250 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -623,6 +625,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: UDFToDouble(key) (type: double), UDFToDouble(key) (type: double) + null sort order: aa sort order: ++ Map-reduce partition columns: UDFToDouble(key) (type: double), UDFToDouble(key) (type: double) Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE @@ -646,6 +649,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: UDFToDouble(_col0) (type: double), UDFToDouble(_col1) (type: double) + null sort order: aa sort order: ++ Map-reduce partition columns: UDFToDouble(_col0) (type: double), UDFToDouble(_col1) (type: double) Statistics: Num rows: 250 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -1206,6 +1210,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: UDFToDouble(key) (type: double), UDFToDouble(key) (type: double) + null sort order: aa sort order: ++ Map-reduce partition columns: UDFToDouble(key) (type: double), UDFToDouble(key) (type: double) Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1229,6 +1234,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: UDFToDouble(_col0) (type: double), UDFToDouble(_col1) (type: double) + null sort order: aa sort order: ++ Map-reduce partition columns: UDFToDouble(_col0) (type: double), UDFToDouble(_col1) (type: double) Statistics: Num rows: 250 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -1789,6 +1795,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: UDFToDouble(key) (type: double), UDFToDouble(key) (type: double) + null sort order: aa sort order: ++ Map-reduce partition columns: UDFToDouble(key) (type: double), UDFToDouble(key) (type: double) Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE @@ -1812,6 +1819,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: UDFToDouble(_col0) (type: double), UDFToDouble(_col1) (type: double) + null sort order: aa sort order: ++ Map-reduce partition columns: UDFToDouble(_col0) (type: double), UDFToDouble(_col1) (type: double) Statistics: Num rows: 250 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -2387,6 +2395,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: UDFToDouble(key) (type: double), UDFToDouble(key) (type: double) + null sort order: aa sort order: ++ Map-reduce partition columns: UDFToDouble(key) (type: double), UDFToDouble(key) (type: double) Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE @@ -2410,6 +2419,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: UDFToDouble(_col0) (type: double), UDFToDouble(_col1) (type: double) + null sort order: aa sort order: ++ Map-reduce partition columns: UDFToDouble(_col0) (type: double), UDFToDouble(_col1) (type: double) Statistics: Num rows: 250 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -2435,6 +2445,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: UDFToDouble(_col0) (type: double) + null sort order: a sort order: + Map-reduce partition columns: UDFToDouble(_col0) (type: double) Statistics: Num rows: 412 Data size: 39140 Basic stats: COMPLETE Column stats: COMPLETE @@ -2448,6 +2459,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 1092000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: UDFToDouble(key) (type: double) + null sort order: a sort order: + Map-reduce partition columns: UDFToDouble(key) (type: double) Statistics: Num rows: 2000 Data size: 1092000 Basic stats: COMPLETE Column stats: COMPLETE @@ -6638,6 +6650,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: UDFToDouble(key) (type: double), UDFToDouble(key) (type: double) + null sort order: aa sort order: ++ Map-reduce partition columns: UDFToDouble(key) (type: double), UDFToDouble(key) (type: double) Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE @@ -6661,6 +6674,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: UDFToDouble(_col0) (type: double), UDFToDouble(_col1) (type: double) + null sort order: aa sort order: ++ Map-reduce partition columns: UDFToDouble(_col0) (type: double), UDFToDouble(_col1) (type: double) Statistics: Num rows: 250 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -7221,6 +7235,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: UDFToDouble(key) (type: double), UDFToDouble(key) (type: double) + null sort order: aa sort order: ++ Map-reduce partition columns: UDFToDouble(key) (type: double), UDFToDouble(key) (type: double) Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE @@ -7244,6 +7259,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: UDFToDouble(_col0) (type: double), UDFToDouble(_col1) (type: double) + null sort order: aa sort order: ++ Map-reduce partition columns: UDFToDouble(_col0) (type: double), UDFToDouble(_col1) (type: double) Statistics: Num rows: 250 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/masking_disablecbo_4.q.out ql/src/test/results/clientpositive/masking_disablecbo_4.q.out index 3ac3ab9fad..3632142657 100644 --- ql/src/test/results/clientpositive/masking_disablecbo_4.q.out +++ ql/src/test/results/clientpositive/masking_disablecbo_4.q.out @@ -193,6 +193,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: UDFToDouble(key) (type: double), UDFToDouble(key) (type: double) + null sort order: aa sort order: ++ Map-reduce partition columns: UDFToDouble(key) (type: double), UDFToDouble(key) (type: double) Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE @@ -216,6 +217,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: UDFToDouble(_col0) (type: double), UDFToDouble(_col1) (type: double) + null sort order: aa sort order: ++ Map-reduce partition columns: UDFToDouble(_col0) (type: double), UDFToDouble(_col1) (type: double) Statistics: Num rows: 250 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/masking_mv.q.out ql/src/test/results/clientpositive/masking_mv.q.out index e6853520ee..bef7201b46 100644 --- ql/src/test/results/clientpositive/masking_mv.q.out +++ ql/src/test/results/clientpositive/masking_mv.q.out @@ -68,6 +68,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 424 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 424 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct) @@ -300,6 +301,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -377,6 +379,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 368 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 368 Basic stats: COMPLETE Column stats: COMPLETE @@ -455,6 +458,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 384 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 384 Basic stats: COMPLETE Column stats: COMPLETE @@ -548,6 +552,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 368 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 368 Basic stats: COMPLETE Column stats: COMPLETE @@ -630,6 +635,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 384 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 384 Basic stats: COMPLETE Column stats: COMPLETE @@ -742,6 +748,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 424 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 424 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct) @@ -892,6 +899,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized diff --git ql/src/test/results/clientpositive/masking_reserved.q.out ql/src/test/results/clientpositive/masking_reserved.q.out index 5f129146c5..c307d59bdc 100644 --- ql/src/test/results/clientpositive/masking_reserved.q.out +++ ql/src/test/results/clientpositive/masking_reserved.q.out @@ -53,6 +53,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -70,6 +71,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 192 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 192 Basic stats: COMPLETE Column stats: NONE @@ -142,6 +144,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -159,6 +162,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 192 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 192 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/merge1.q.out ql/src/test/results/clientpositive/merge1.q.out index f0726d7639..0cab51268b 100644 --- ql/src/test/results/clientpositive/merge1.q.out +++ ql/src/test/results/clientpositive/merge1.q.out @@ -49,6 +49,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -152,6 +153,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 848 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -597,6 +599,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 440 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 440 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct) @@ -738,6 +741,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 440 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 440 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct) diff --git ql/src/test/results/clientpositive/merge2.q.out ql/src/test/results/clientpositive/merge2.q.out index 617eccf4d1..4b8d84cb90 100644 --- ql/src/test/results/clientpositive/merge2.q.out +++ ql/src/test/results/clientpositive/merge2.q.out @@ -49,6 +49,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -152,6 +153,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 848 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -597,6 +599,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 440 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 440 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct) @@ -738,6 +741,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 440 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 440 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct) diff --git ql/src/test/results/clientpositive/merge4.q.out ql/src/test/results/clientpositive/merge4.q.out index b190ce7b48..bedfc88ae6 100644 --- ql/src/test/results/clientpositive/merge4.q.out +++ ql/src/test/results/clientpositive/merge4.q.out @@ -62,6 +62,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 2316 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 2 Data size: 2316 Basic stats: COMPLETE Column stats: COMPLETE @@ -1231,6 +1232,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1060 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 1060 Basic stats: COMPLETE Column stats: COMPLETE @@ -2892,6 +2894,7 @@ STAGE PLANS: Number of rows: 1 Statistics: Num rows: 1 Data size: 362 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 362 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -2909,6 +2912,7 @@ STAGE PLANS: Number of rows: 1 Statistics: Num rows: 1 Data size: 362 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 362 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -3013,6 +3017,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 1158 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/merge_dynamic_partition.q.out ql/src/test/results/clientpositive/merge_dynamic_partition.q.out index 8d1d50880c..0407618453 100644 --- ql/src/test/results/clientpositive/merge_dynamic_partition.q.out +++ ql/src/test/results/clientpositive/merge_dynamic_partition.q.out @@ -89,6 +89,7 @@ STAGE PLANS: Statistics: Num rows: 99 Data size: 136984 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 99 Data size: 136984 Basic stats: PARTIAL Column stats: PARTIAL @@ -124,6 +125,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 99 Data size: 49864 Basic stats: PARTIAL Column stats: PARTIAL @@ -757,6 +759,7 @@ STAGE PLANS: Statistics: Num rows: 99 Data size: 31648 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 99 Data size: 31648 Basic stats: PARTIAL Column stats: NONE @@ -1426,6 +1429,7 @@ STAGE PLANS: Statistics: Num rows: 99 Data size: 136984 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 99 Data size: 136984 Basic stats: PARTIAL Column stats: PARTIAL @@ -1461,6 +1465,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col2 (type: string), _col3 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col2 (type: string), _col3 (type: string) Statistics: Num rows: 99 Data size: 49864 Basic stats: PARTIAL Column stats: PARTIAL diff --git ql/src/test/results/clientpositive/merge_dynamic_partition2.q.out ql/src/test/results/clientpositive/merge_dynamic_partition2.q.out index d4e1e28f91..e7305d3eda 100644 --- ql/src/test/results/clientpositive/merge_dynamic_partition2.q.out +++ ql/src/test/results/clientpositive/merge_dynamic_partition2.q.out @@ -113,6 +113,7 @@ STAGE PLANS: Statistics: Num rows: 297 Data size: 409848 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 297 Data size: 409848 Basic stats: PARTIAL Column stats: PARTIAL @@ -148,6 +149,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 297 Data size: 148488 Basic stats: PARTIAL Column stats: PARTIAL diff --git ql/src/test/results/clientpositive/merge_dynamic_partition3.q.out ql/src/test/results/clientpositive/merge_dynamic_partition3.q.out index 3f3218e4d2..ede23a01a3 100644 --- ql/src/test/results/clientpositive/merge_dynamic_partition3.q.out +++ ql/src/test/results/clientpositive/merge_dynamic_partition3.q.out @@ -177,6 +177,7 @@ STAGE PLANS: Statistics: Num rows: 594 Data size: 928256 Basic stats: PARTIAL Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 594 Data size: 928256 Basic stats: PARTIAL Column stats: PARTIAL @@ -212,6 +213,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col2 (type: string), _col3 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col2 (type: string), _col3 (type: string) Statistics: Num rows: 594 Data size: 405536 Basic stats: PARTIAL Column stats: PARTIAL diff --git ql/src/test/results/clientpositive/merge_dynamic_partition4.q.out ql/src/test/results/clientpositive/merge_dynamic_partition4.q.out index 80db352db6..6410fc453d 100644 --- ql/src/test/results/clientpositive/merge_dynamic_partition4.q.out +++ ql/src/test/results/clientpositive/merge_dynamic_partition4.q.out @@ -174,6 +174,7 @@ STAGE PLANS: Statistics: Num rows: 316 Data size: 365928 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 316 Data size: 365928 Basic stats: COMPLETE Column stats: COMPLETE @@ -209,6 +210,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 1000 Data size: 362000 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/merge_dynamic_partition5.q.out ql/src/test/results/clientpositive/merge_dynamic_partition5.q.out index 8bf567918b..da7171ebef 100644 --- ql/src/test/results/clientpositive/merge_dynamic_partition5.q.out +++ ql/src/test/results/clientpositive/merge_dynamic_partition5.q.out @@ -150,6 +150,7 @@ STAGE PLANS: Statistics: Num rows: 309 Data size: 357822 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 309 Data size: 357822 Basic stats: COMPLETE Column stats: COMPLETE @@ -185,6 +186,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 618 Data size: 223716 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/merge_join_1.q.out ql/src/test/results/clientpositive/merge_join_1.q.out index cec337d386..dba26857c2 100644 --- ql/src/test/results/clientpositive/merge_join_1.q.out +++ ql/src/test/results/clientpositive/merge_join_1.q.out @@ -94,6 +94,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -111,6 +112,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE @@ -136,6 +138,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col0 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col0 (type: string) Statistics: Num rows: 1 Data size: 404 Basic stats: COMPLETE Column stats: NONE @@ -153,6 +156,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string), _col0 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/mergejoin.q.out ql/src/test/results/clientpositive/mergejoin.q.out index 6f4ab7963e..ef1321618d 100644 --- ql/src/test/results/clientpositive/mergejoin.q.out +++ ql/src/test/results/clientpositive/mergejoin.q.out @@ -35,6 +35,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -52,6 +53,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -287,6 +289,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -303,6 +306,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -342,6 +346,7 @@ STAGE PLANS: native: true vectorizationSchemaColumns: [0:_col0:bigint] Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -1418,6 +1423,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -1434,6 +1440,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -1473,6 +1480,7 @@ STAGE PLANS: native: true vectorizationSchemaColumns: [0:_col0:bigint] Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -1582,6 +1590,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -1594,6 +1603,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -1633,6 +1643,7 @@ STAGE PLANS: native: true vectorizationSchemaColumns: [0:_col0:bigint] Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -1738,6 +1749,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -1750,6 +1762,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -1789,6 +1802,7 @@ STAGE PLANS: native: true vectorizationSchemaColumns: [0:_col0:bigint] Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -1899,6 +1913,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -1916,6 +1931,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -1948,6 +1964,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -1964,6 +1981,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -2003,6 +2021,7 @@ STAGE PLANS: native: true vectorizationSchemaColumns: [0:_col0:bigint] Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -2110,6 +2129,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -2126,6 +2146,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -2165,6 +2186,7 @@ STAGE PLANS: native: true vectorizationSchemaColumns: [0:_col0:bigint] Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -2277,6 +2299,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -2293,6 +2316,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -2327,6 +2351,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -2345,6 +2370,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -2361,6 +2387,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -2400,6 +2427,7 @@ STAGE PLANS: native: true vectorizationSchemaColumns: [0:_col0:bigint] Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -2490,6 +2518,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -2506,6 +2535,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -2545,6 +2575,7 @@ STAGE PLANS: native: true vectorizationSchemaColumns: [0:_col0:bigint] Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -2653,6 +2684,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -2670,6 +2702,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -2702,6 +2735,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -2718,6 +2752,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -2757,6 +2792,7 @@ STAGE PLANS: native: true vectorizationSchemaColumns: [0:_col0:bigint] Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -2871,6 +2907,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -2887,6 +2924,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -2921,6 +2959,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -2939,6 +2978,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -2955,6 +2995,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -2994,6 +3035,7 @@ STAGE PLANS: native: true vectorizationSchemaColumns: [0:_col0:bigint] Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -3109,6 +3151,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -3155,12 +3198,14 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE TableScan Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE @@ -3200,6 +3245,7 @@ STAGE PLANS: native: true vectorizationSchemaColumns: [0:_col0:bigint] Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -3269,6 +3315,7 @@ STAGE PLANS: Statistics: Num rows: ###Masked### Data size: ###Masked### Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/mergejoins.q.out ql/src/test/results/clientpositive/mergejoins.q.out index aa35914016..65e7d283c5 100644 --- ql/src/test/results/clientpositive/mergejoins.q.out +++ ql/src/test/results/clientpositive/mergejoins.q.out @@ -78,6 +78,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -95,6 +96,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -121,6 +123,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -138,6 +141,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -164,6 +168,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -181,6 +186,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -207,6 +213,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -224,6 +231,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -281,6 +289,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 91000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 91000 Basic stats: COMPLETE Column stats: COMPLETE @@ -298,6 +307,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -324,6 +334,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 791 Data size: 284760 Basic stats: COMPLETE Column stats: COMPLETE @@ -341,6 +352,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/mergejoins_mixed.q.out ql/src/test/results/clientpositive/mergejoins_mixed.q.out index 5b8afffadc..38170a6a9e 100644 --- ql/src/test/results/clientpositive/mergejoins_mixed.q.out +++ ql/src/test/results/clientpositive/mergejoins_mixed.q.out @@ -39,6 +39,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -56,6 +57,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -82,6 +84,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 1 Data size: 404 Basic stats: COMPLETE Column stats: NONE @@ -99,6 +102,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -125,6 +129,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 444 Basic stats: COMPLETE Column stats: NONE @@ -142,6 +147,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -202,6 +208,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -219,6 +226,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -245,6 +253,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 1 Data size: 404 Basic stats: COMPLETE Column stats: NONE @@ -262,6 +271,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -288,6 +298,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 444 Basic stats: COMPLETE Column stats: NONE @@ -301,6 +312,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -361,6 +373,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -378,6 +391,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -404,6 +418,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 1 Data size: 404 Basic stats: COMPLETE Column stats: NONE @@ -417,6 +432,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -443,6 +459,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 444 Basic stats: COMPLETE Column stats: NONE @@ -460,6 +477,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -520,6 +538,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -537,6 +556,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -563,6 +583,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 1 Data size: 404 Basic stats: COMPLETE Column stats: NONE @@ -580,6 +601,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -606,6 +628,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 444 Basic stats: COMPLETE Column stats: NONE @@ -619,6 +642,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -679,6 +703,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -696,6 +721,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -722,6 +748,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col3 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: string) Statistics: Num rows: 1 Data size: 404 Basic stats: COMPLETE Column stats: NONE @@ -739,6 +766,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -765,6 +793,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 444 Basic stats: COMPLETE Column stats: NONE @@ -782,6 +811,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -842,6 +872,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -859,6 +890,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -885,6 +917,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col3 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: string) Statistics: Num rows: 1 Data size: 404 Basic stats: COMPLETE Column stats: NONE @@ -902,6 +935,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -928,6 +962,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 444 Basic stats: COMPLETE Column stats: NONE @@ -941,6 +976,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -1001,6 +1037,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -1018,6 +1055,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -1044,6 +1082,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col3 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: string) Statistics: Num rows: 1 Data size: 404 Basic stats: COMPLETE Column stats: NONE @@ -1057,6 +1096,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -1083,6 +1123,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 444 Basic stats: COMPLETE Column stats: NONE @@ -1096,6 +1137,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -1156,6 +1198,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -1173,6 +1216,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -1199,6 +1243,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col3 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: string) Statistics: Num rows: 1 Data size: 404 Basic stats: COMPLETE Column stats: NONE @@ -1216,6 +1261,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -1242,6 +1288,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 444 Basic stats: COMPLETE Column stats: NONE @@ -1255,6 +1302,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -1315,6 +1363,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -1332,6 +1381,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -1358,6 +1408,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col3 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: string) Statistics: Num rows: 1 Data size: 404 Basic stats: COMPLETE Column stats: NONE @@ -1375,6 +1426,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -1401,6 +1453,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 444 Basic stats: COMPLETE Column stats: NONE @@ -1414,6 +1467,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -1474,6 +1528,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -1491,6 +1546,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -1517,6 +1573,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col3 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: string) Statistics: Num rows: 1 Data size: 404 Basic stats: COMPLETE Column stats: NONE @@ -1530,6 +1587,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -1556,6 +1614,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 444 Basic stats: COMPLETE Column stats: NONE @@ -1573,6 +1632,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -1633,6 +1693,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -1650,6 +1711,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -1676,6 +1738,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col3 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: string) Statistics: Num rows: 1 Data size: 404 Basic stats: COMPLETE Column stats: NONE @@ -1689,6 +1752,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -1715,6 +1779,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 444 Basic stats: COMPLETE Column stats: NONE @@ -1728,6 +1793,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -1788,6 +1854,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -1805,6 +1872,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -1831,6 +1899,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col3 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: string) Statistics: Num rows: 1 Data size: 404 Basic stats: COMPLETE Column stats: NONE @@ -1848,6 +1917,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -1874,6 +1944,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col4 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: string) Statistics: Num rows: 1 Data size: 444 Basic stats: COMPLETE Column stats: NONE @@ -1891,6 +1962,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/metadata_only_queries.q.out ql/src/test/results/clientpositive/metadata_only_queries.q.out index 0f3cacbfa4..792bcd36e1 100644 --- ql/src/test/results/clientpositive/metadata_only_queries.q.out +++ ql/src/test/results/clientpositive/metadata_only_queries.q.out @@ -208,6 +208,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 Statistics: Num rows: 1 Data size: 520 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 520 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: decimal(11,1)), _col3 (type: bigint), _col4 (type: bigint), _col5 (type: bigint), _col6 (type: bigint), _col7 (type: int), _col8 (type: bigint) @@ -274,6 +275,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 Statistics: Num rows: 1 Data size: 520 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 520 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: decimal(11,1)), _col3 (type: bigint), _col4 (type: bigint), _col5 (type: bigint), _col6 (type: bigint), _col7 (type: int), _col8 (type: bigint) @@ -334,6 +336,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 Statistics: Num rows: 1 Data size: 520 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 520 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: decimal(11,1)), _col3 (type: bigint), _col4 (type: bigint), _col5 (type: bigint), _col6 (type: bigint), _col7 (type: int), _col8 (type: bigint) @@ -400,6 +403,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 Statistics: Num rows: 1 Data size: 520 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 520 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: decimal(11,1)), _col3 (type: bigint), _col4 (type: bigint), _col5 (type: bigint), _col6 (type: bigint), _col7 (type: int), _col8 (type: bigint) @@ -690,6 +694,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 48 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 48 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/mm_all.q.out ql/src/test/results/clientpositive/mm_all.q.out index 2c0247a539..1377856495 100644 --- ql/src/test/results/clientpositive/mm_all.q.out +++ ql/src/test/results/clientpositive/mm_all.q.out @@ -106,6 +106,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 1284 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 1284 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/multi_insert_distinct.q.out ql/src/test/results/clientpositive/multi_insert_distinct.q.out index d6e23aedcf..e4e0bf7eed 100644 --- ql/src/test/results/clientpositive/multi_insert_distinct.q.out +++ ql/src/test/results/clientpositive/multi_insert_distinct.q.out @@ -97,6 +97,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 275 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 275 Basic stats: COMPLETE Column stats: COMPLETE @@ -153,6 +154,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 267 Basic stats: COMPLETE Column stats: COMPLETE @@ -270,6 +272,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 275 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 275 Basic stats: COMPLETE Column stats: COMPLETE @@ -326,6 +329,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 180 Basic stats: COMPLETE Column stats: COMPLETE @@ -438,6 +442,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 275 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 275 Basic stats: COMPLETE Column stats: COMPLETE @@ -493,6 +498,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: string) Statistics: Num rows: 1 Data size: 259 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/multi_insert_gby.q.out ql/src/test/results/clientpositive/multi_insert_gby.q.out index 692ef73a67..63b856099a 100644 --- ql/src/test/results/clientpositive/multi_insert_gby.q.out +++ ql/src/test/results/clientpositive/multi_insert_gby.q.out @@ -54,6 +54,7 @@ STAGE PLANS: Statistics: Num rows: 332 Data size: 28884 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 332 Data size: 28884 Basic stats: COMPLETE Column stats: COMPLETE @@ -159,6 +160,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -200,6 +202,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -333,6 +336,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -435,6 +439,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -476,6 +481,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/multi_insert_gby2.q.out ql/src/test/results/clientpositive/multi_insert_gby2.q.out index 309a410c0d..c3db38642b 100644 --- ql/src/test/results/clientpositive/multi_insert_gby2.q.out +++ ql/src/test/results/clientpositive/multi_insert_gby2.q.out @@ -53,6 +53,7 @@ STAGE PLANS: outputColumnNames: _col1 Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: double) diff --git ql/src/test/results/clientpositive/multi_insert_gby3.q.out ql/src/test/results/clientpositive/multi_insert_gby3.q.out index 59d1faf7b0..6214fe82be 100644 --- ql/src/test/results/clientpositive/multi_insert_gby3.q.out +++ ql/src/test/results/clientpositive/multi_insert_gby3.q.out @@ -76,6 +76,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE @@ -151,6 +152,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -183,6 +185,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE @@ -239,6 +242,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1304 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) @@ -307,6 +311,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE @@ -387,6 +392,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1304 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) @@ -419,6 +425,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE @@ -474,6 +481,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -1856,6 +1864,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE @@ -1935,6 +1944,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -1967,6 +1977,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE @@ -2022,6 +2033,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -2104,6 +2116,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE @@ -2192,6 +2205,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -2232,6 +2246,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE @@ -2288,6 +2303,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1304 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) @@ -2312,6 +2328,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: double), _col2 (type: string) + null sort order: aaaa sort order: ++++ Map-reduce partition columns: _col0 (type: string), _col1 (type: double), _col2 (type: string) Statistics: Num rows: 500 Data size: 97000 Basic stats: COMPLETE Column stats: COMPLETE @@ -2367,6 +2384,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/multi_insert_gby4.q.out ql/src/test/results/clientpositive/multi_insert_gby4.q.out index 4d90f583fb..5c6e40eb66 100644 --- ql/src/test/results/clientpositive/multi_insert_gby4.q.out +++ ql/src/test/results/clientpositive/multi_insert_gby4.q.out @@ -76,6 +76,7 @@ STAGE PLANS: Statistics: Num rows: 498 Data size: 43326 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 498 Data size: 43326 Basic stats: COMPLETE Column stats: COMPLETE @@ -218,6 +219,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -267,6 +269,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -300,6 +303,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/multi_insert_mixed.q.out ql/src/test/results/clientpositive/multi_insert_mixed.q.out index 50720d4d0f..1bd2402f97 100644 --- ql/src/test/results/clientpositive/multi_insert_mixed.q.out +++ ql/src/test/results/clientpositive/multi_insert_mixed.q.out @@ -75,6 +75,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -147,6 +148,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: bigint) @@ -209,6 +211,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 24750 Basic stats: COMPLETE Column stats: COMPLETE @@ -234,6 +237,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 250 Data size: 24750 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: bigint) @@ -313,6 +317,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/multi_insert_move_tasks_share_dependencies.q.out ql/src/test/results/clientpositive/multi_insert_move_tasks_share_dependencies.q.out index 4cca027140..016a638c70 100644 --- ql/src/test/results/clientpositive/multi_insert_move_tasks_share_dependencies.q.out +++ ql/src/test/results/clientpositive/multi_insert_move_tasks_share_dependencies.q.out @@ -72,6 +72,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -164,6 +165,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -298,6 +300,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -429,6 +432,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -563,6 +567,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -694,6 +699,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -833,6 +839,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -1003,6 +1010,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -1113,6 +1121,7 @@ STAGE PLANS: Statistics: Num rows: 221 Data size: 39338 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string), value (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string), value (type: string) Statistics: Num rows: 221 Data size: 39338 Basic stats: COMPLETE Column stats: COMPLETE @@ -1229,6 +1238,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -1252,6 +1262,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -1365,6 +1376,7 @@ STAGE PLANS: Statistics: Num rows: 221 Data size: 39338 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string), value (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string), value (type: string) Statistics: Num rows: 221 Data size: 39338 Basic stats: COMPLETE Column stats: COMPLETE @@ -1520,6 +1532,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -1582,6 +1595,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -1685,6 +1699,7 @@ STAGE PLANS: Statistics: Num rows: 221 Data size: 39338 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string), value (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string), value (type: string) Statistics: Num rows: 221 Data size: 39338 Basic stats: COMPLETE Column stats: COMPLETE @@ -1801,6 +1816,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -1824,6 +1840,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -1937,6 +1954,7 @@ STAGE PLANS: Statistics: Num rows: 221 Data size: 39338 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string), value (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string), value (type: string) Statistics: Num rows: 221 Data size: 39338 Basic stats: COMPLETE Column stats: COMPLETE @@ -2092,6 +2110,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -2154,6 +2173,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -2278,6 +2298,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -2339,6 +2360,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -2427,6 +2449,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -2582,6 +2605,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -2643,6 +2667,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -2770,6 +2795,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -2925,6 +2951,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -2986,6 +3013,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -3113,6 +3141,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -3273,6 +3302,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -3334,6 +3364,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -3500,6 +3531,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -4035,6 +4067,7 @@ STAGE PLANS: Statistics: Num rows: 221 Data size: 39338 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string), value (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string) Statistics: Num rows: 221 Data size: 39338 Basic stats: COMPLETE Column stats: COMPLETE @@ -4087,6 +4120,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 24 Data size: 4272 Basic stats: COMPLETE Column stats: COMPLETE @@ -4155,6 +4189,7 @@ STAGE PLANS: Statistics: Num rows: 221 Data size: 39338 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string), value (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string) Statistics: Num rows: 221 Data size: 39338 Basic stats: COMPLETE Column stats: COMPLETE @@ -4207,6 +4242,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 24 Data size: 4272 Basic stats: COMPLETE Column stats: COMPLETE @@ -4275,6 +4311,7 @@ STAGE PLANS: Statistics: Num rows: 221 Data size: 39338 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string), value (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string) Statistics: Num rows: 221 Data size: 39338 Basic stats: COMPLETE Column stats: COMPLETE @@ -4327,6 +4364,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 24 Data size: 4272 Basic stats: COMPLETE Column stats: COMPLETE @@ -4395,6 +4433,7 @@ STAGE PLANS: Statistics: Num rows: 221 Data size: 39338 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string), value (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string) Statistics: Num rows: 221 Data size: 39338 Basic stats: COMPLETE Column stats: COMPLETE @@ -4447,6 +4486,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 24 Data size: 4272 Basic stats: COMPLETE Column stats: COMPLETE @@ -4549,6 +4589,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -4650,6 +4691,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -4674,6 +4716,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: key (type: string), value (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string) Statistics: Num rows: 221 Data size: 39338 Basic stats: COMPLETE Column stats: COMPLETE @@ -4723,6 +4766,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 24 Data size: 4272 Basic stats: COMPLETE Column stats: COMPLETE @@ -4877,6 +4921,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -5017,6 +5062,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -5041,6 +5087,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: key (type: string), value (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string) Statistics: Num rows: 221 Data size: 39338 Basic stats: COMPLETE Column stats: COMPLETE @@ -5090,6 +5137,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 24 Data size: 4272 Basic stats: COMPLETE Column stats: COMPLETE @@ -5244,6 +5292,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -5384,6 +5433,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -5408,6 +5458,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: key (type: string), value (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string) Statistics: Num rows: 221 Data size: 39338 Basic stats: COMPLETE Column stats: COMPLETE @@ -5457,6 +5508,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 24 Data size: 4272 Basic stats: COMPLETE Column stats: COMPLETE @@ -5616,6 +5668,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -5795,6 +5848,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -5819,6 +5873,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: key (type: string), value (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string) Statistics: Num rows: 221 Data size: 39338 Basic stats: COMPLETE Column stats: COMPLETE @@ -5868,6 +5923,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 24 Data size: 4272 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/multi_insert_union_src.q.out ql/src/test/results/clientpositive/multi_insert_union_src.q.out index 66dd509c76..90597f37d9 100644 --- ql/src/test/results/clientpositive/multi_insert_union_src.q.out +++ ql/src/test/results/clientpositive/multi_insert_union_src.q.out @@ -86,6 +86,7 @@ STAGE PLANS: Statistics: Num rows: 58 Data size: 10324 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 58 Data size: 10324 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: string) @@ -116,6 +117,7 @@ STAGE PLANS: Statistics: Num rows: 58 Data size: 10324 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 58 Data size: 10324 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: string) @@ -186,6 +188,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: string) + null sort order: z sort order: + Statistics: Num rows: 58 Data size: 10324 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) diff --git ql/src/test/results/clientpositive/multi_insert_with_join2.q.out ql/src/test/results/clientpositive/multi_insert_with_join2.q.out index ef581fd45e..1d3adf3eff 100644 --- ql/src/test/results/clientpositive/multi_insert_with_join2.q.out +++ ql/src/test/results/clientpositive/multi_insert_with_join2.q.out @@ -95,6 +95,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 91 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 91 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -108,6 +109,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Operator Tree: @@ -171,6 +173,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1760 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct) @@ -230,6 +233,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 91 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 91 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -243,6 +247,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Operator Tree: @@ -306,6 +311,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1760 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct) @@ -368,6 +374,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 537 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: id (type: string) + null sort order: a sort order: + Map-reduce partition columns: id (type: string) Statistics: Num rows: 3 Data size: 537 Basic stats: COMPLETE Column stats: COMPLETE @@ -377,6 +384,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 358 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: id (type: string) + null sort order: a sort order: + Map-reduce partition columns: id (type: string) Statistics: Num rows: 2 Data size: 358 Basic stats: COMPLETE Column stats: COMPLETE @@ -476,6 +484,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1760 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct) @@ -517,6 +526,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1760 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct) @@ -579,6 +589,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 537 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: id (type: string) + null sort order: a sort order: + Map-reduce partition columns: id (type: string) Statistics: Num rows: 3 Data size: 537 Basic stats: COMPLETE Column stats: COMPLETE @@ -588,6 +599,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 358 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: id (type: string) + null sort order: a sort order: + Map-reduce partition columns: id (type: string) Statistics: Num rows: 2 Data size: 358 Basic stats: COMPLETE Column stats: COMPLETE @@ -687,6 +699,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1760 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct) @@ -728,6 +741,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1760 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct) @@ -794,6 +808,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 537 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: id (type: string) + null sort order: a sort order: + Map-reduce partition columns: id (type: string) Statistics: Num rows: 3 Data size: 537 Basic stats: COMPLETE Column stats: COMPLETE @@ -807,6 +822,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 358 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: id (type: string) + null sort order: a sort order: + Map-reduce partition columns: id (type: string) Statistics: Num rows: 2 Data size: 358 Basic stats: COMPLETE Column stats: COMPLETE @@ -906,6 +922,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1760 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct) @@ -947,6 +964,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1760 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct) @@ -1013,6 +1031,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 537 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: id (type: string) + null sort order: a sort order: + Map-reduce partition columns: id (type: string) Statistics: Num rows: 3 Data size: 537 Basic stats: COMPLETE Column stats: COMPLETE @@ -1026,6 +1045,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 358 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: id (type: string) + null sort order: a sort order: + Map-reduce partition columns: id (type: string) Statistics: Num rows: 2 Data size: 358 Basic stats: COMPLETE Column stats: COMPLETE @@ -1125,6 +1145,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1760 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct) @@ -1166,6 +1187,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1760 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct) @@ -1236,6 +1258,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 537 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 3 Data size: 537 Basic stats: COMPLETE Column stats: COMPLETE @@ -1253,6 +1276,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 358 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 358 Basic stats: COMPLETE Column stats: COMPLETE @@ -1356,6 +1380,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1760 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct) @@ -1397,6 +1422,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1760 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct) @@ -1467,6 +1493,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 537 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 3 Data size: 537 Basic stats: COMPLETE Column stats: COMPLETE @@ -1484,6 +1511,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 358 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 358 Basic stats: COMPLETE Column stats: COMPLETE @@ -1587,6 +1615,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1760 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct) @@ -1628,6 +1657,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1760 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct) diff --git ql/src/test/results/clientpositive/multigroupby_singlemr.q.out ql/src/test/results/clientpositive/multigroupby_singlemr.q.out index 5db55c1dbe..3baea6d244 100644 --- ql/src/test/results/clientpositive/multigroupby_singlemr.q.out +++ ql/src/test/results/clientpositive/multigroupby_singlemr.q.out @@ -84,6 +84,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: NONE @@ -165,6 +166,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 860 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -197,6 +199,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: NONE @@ -253,6 +256,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1284 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) @@ -317,6 +321,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: NONE @@ -398,6 +403,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 860 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -430,6 +436,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: NONE @@ -486,6 +493,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1284 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) @@ -550,6 +558,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: int) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int), _col2 (type: int) Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE @@ -631,6 +640,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1712 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct) @@ -663,6 +673,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE @@ -719,6 +730,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1288 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) @@ -775,6 +787,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: c1 (type: int), c2 (type: int), c3 (type: int) + null sort order: aaa sort order: +++ Map-reduce partition columns: c1 (type: int), c2 (type: int), c3 (type: int) Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE @@ -875,6 +888,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1712 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct) @@ -916,6 +930,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1712 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct) @@ -988,6 +1003,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: int) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int), _col2 (type: int) Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE @@ -1086,6 +1102,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1712 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct) @@ -1126,6 +1143,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE @@ -1182,6 +1200,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1288 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) @@ -1206,6 +1225,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE @@ -1262,6 +1282,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/named_column_join.q.out ql/src/test/results/clientpositive/named_column_join.q.out index 4a07724896..9201bf7275 100644 --- ql/src/test/results/clientpositive/named_column_join.q.out +++ ql/src/test/results/clientpositive/named_column_join.q.out @@ -45,6 +45,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -62,6 +63,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/nested_column_pruning.q.out ql/src/test/results/clientpositive/nested_column_pruning.q.out index d8bc8f484d..d286315998 100644 --- ql/src/test/results/clientpositive/nested_column_pruning.q.out +++ ql/src/test/results/clientpositive/nested_column_pruning.q.out @@ -783,6 +783,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 316 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 1 Data size: 316 Basic stats: COMPLETE Column stats: NONE @@ -850,6 +851,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 316 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: struct) Statistics: Num rows: 1 Data size: 316 Basic stats: COMPLETE Column stats: NONE @@ -918,6 +920,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 316 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: struct) Statistics: Num rows: 1 Data size: 316 Basic stats: COMPLETE Column stats: NONE @@ -942,6 +945,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: z sort order: + Statistics: Num rows: 1 Data size: 316 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: bigint) @@ -1010,6 +1014,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 316 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0.f3.f4 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0.f3.f4 (type: int) Statistics: Num rows: 1 Data size: 316 Basic stats: COMPLETE Column stats: NONE @@ -1027,6 +1032,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1468 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0.f6 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0.f6 (type: int) Statistics: Num rows: 1 Data size: 1468 Basic stats: COMPLETE Column stats: NONE @@ -1110,6 +1116,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 316 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0.f3.f4 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0.f3.f4 (type: int) Statistics: Num rows: 1 Data size: 316 Basic stats: COMPLETE Column stats: NONE @@ -1127,6 +1134,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1468 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0.f6 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0.f6 (type: int) Statistics: Num rows: 1 Data size: 1468 Basic stats: COMPLETE Column stats: NONE @@ -1206,6 +1214,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 316 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int), true (type: boolean) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: int), true (type: boolean) Statistics: Num rows: 1 Data size: 316 Basic stats: COMPLETE Column stats: NONE @@ -1230,6 +1239,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1468 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: boolean) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: boolean) Statistics: Num rows: 1 Data size: 1468 Basic stats: COMPLETE Column stats: NONE @@ -1302,6 +1312,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 316 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 316 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct,f6:int>) @@ -1313,6 +1324,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 1152 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1152 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct,f11:map>>) @@ -1391,6 +1403,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 316 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 1 Data size: 316 Basic stats: COMPLETE Column stats: NONE @@ -1409,6 +1422,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1468 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 1 Data size: 1468 Basic stats: COMPLETE Column stats: NONE @@ -1530,6 +1544,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 2796 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 2796 Basic stats: COMPLETE Column stats: NONE @@ -1611,6 +1626,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1096 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 1096 Basic stats: COMPLETE Column stats: NONE @@ -1692,6 +1708,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 3196 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 3196 Basic stats: COMPLETE Column stats: NONE @@ -1773,6 +1790,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 3196 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: array) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: array) Statistics: Num rows: 1 Data size: 3196 Basic stats: COMPLETE Column stats: NONE @@ -1854,6 +1872,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 2012 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 2012 Basic stats: COMPLETE Column stats: NONE @@ -1935,6 +1954,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 2012 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: array) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: array) Statistics: Num rows: 1 Data size: 2012 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/no_hooks.q.out ql/src/test/results/clientpositive/no_hooks.q.out index 660f18468f..ffff0752fc 100644 --- ql/src/test/results/clientpositive/no_hooks.q.out +++ ql/src/test/results/clientpositive/no_hooks.q.out @@ -21,6 +21,7 @@ STAGE PLANS: predicate: (key < 10) (type: boolean) Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE value expressions: key (type: string), value (type: string) @@ -32,6 +33,7 @@ STAGE PLANS: predicate: (key < 10) (type: boolean) Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE value expressions: key (type: string), value (type: string) @@ -61,6 +63,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string) + null sort order: zzzz sort order: ++++ Statistics: Num rows: 27556 Data size: 9809936 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized diff --git ql/src/test/results/clientpositive/nonblock_op_deduplicate.q.out ql/src/test/results/clientpositive/nonblock_op_deduplicate.q.out index d5b00eea76..96b7c0a7d2 100644 --- ql/src/test/results/clientpositive/nonblock_op_deduplicate.q.out +++ ql/src/test/results/clientpositive/nonblock_op_deduplicate.q.out @@ -82,6 +82,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -110,11 +111,13 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -236,6 +239,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/nonmr_fetch.q.out ql/src/test/results/clientpositive/nonmr_fetch.q.out index 85a3136ce6..049a4a4660 100644 --- ql/src/test/results/clientpositive/nonmr_fetch.q.out +++ ql/src/test/results/clientpositive/nonmr_fetch.q.out @@ -1208,6 +1208,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -1265,6 +1266,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE @@ -1325,6 +1327,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE @@ -1387,6 +1390,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -1458,6 +1462,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1475,6 +1480,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/nonreserved_keywords_insert_into1.q.out ql/src/test/results/clientpositive/nonreserved_keywords_insert_into1.q.out index 240509bcf1..6435e8b5a3 100644 --- ql/src/test/results/clientpositive/nonreserved_keywords_insert_into1.q.out +++ ql/src/test/results/clientpositive/nonreserved_keywords_insert_into1.q.out @@ -39,6 +39,7 @@ STAGE PLANS: Number of rows: 100 Statistics: Num rows: 100 Data size: 17800 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 100 Data size: 17800 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -104,6 +105,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -174,6 +176,7 @@ STAGE PLANS: Number of rows: 100 Statistics: Num rows: 100 Data size: 17800 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 100 Data size: 17800 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -239,6 +242,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -318,6 +322,7 @@ STAGE PLANS: Number of rows: 10 Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -383,6 +388,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/notable_alias1.q.out ql/src/test/results/clientpositive/notable_alias1.q.out index 6ebe04fe21..caf3338ecd 100644 --- ql/src/test/results/clientpositive/notable_alias1.q.out +++ ql/src/test/results/clientpositive/notable_alias1.q.out @@ -44,6 +44,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 7885 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 83 Data size: 7885 Basic stats: COMPLETE Column stats: COMPLETE @@ -108,6 +109,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1288 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) diff --git ql/src/test/results/clientpositive/notable_alias2.q.out ql/src/test/results/clientpositive/notable_alias2.q.out index 1f26f6f3e5..9e67589e2f 100644 --- ql/src/test/results/clientpositive/notable_alias2.q.out +++ ql/src/test/results/clientpositive/notable_alias2.q.out @@ -44,6 +44,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 7885 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 83 Data size: 7885 Basic stats: COMPLETE Column stats: COMPLETE @@ -108,6 +109,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1288 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) diff --git ql/src/test/results/clientpositive/nullability_transitive_inference.q.out ql/src/test/results/clientpositive/nullability_transitive_inference.q.out index c14e3cc87f..c8aa99debe 100644 --- ql/src/test/results/clientpositive/nullability_transitive_inference.q.out +++ ql/src/test/results/clientpositive/nullability_transitive_inference.q.out @@ -129,6 +129,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -146,6 +147,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/nullformatCTAS.q.out ql/src/test/results/clientpositive/nullformatCTAS.q.out index 6b3c2db882..792abe701a 100644 --- ql/src/test/results/clientpositive/nullformatCTAS.q.out +++ ql/src/test/results/clientpositive/nullformatCTAS.q.out @@ -87,6 +87,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 1248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1248 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/nullgroup.q.out ql/src/test/results/clientpositive/nullgroup.q.out index 56b014a542..4d1517e039 100644 --- ql/src/test/results/clientpositive/nullgroup.q.out +++ ql/src/test/results/clientpositive/nullgroup.q.out @@ -32,6 +32,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -98,6 +99,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -159,6 +161,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 166 Data size: 14442 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Map-reduce partition columns: rand() (type: double) Statistics: Num rows: 166 Data size: 14442 Basic stats: COMPLETE Column stats: COMPLETE @@ -180,6 +183,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -240,6 +244,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 166 Data size: 14442 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 166 Data size: 14442 Basic stats: COMPLETE Column stats: COMPLETE Reduce Operator Tree: diff --git ql/src/test/results/clientpositive/nullgroup2.q.out ql/src/test/results/clientpositive/nullgroup2.q.out index f7caa4d755..b2cee41683 100644 --- ql/src/test/results/clientpositive/nullgroup2.q.out +++ ql/src/test/results/clientpositive/nullgroup2.q.out @@ -33,6 +33,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 7885 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: rand() (type: double) Statistics: Num rows: 83 Data size: 7885 Basic stats: COMPLETE Column stats: COMPLETE @@ -58,6 +59,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 83 Data size: 7885 Basic stats: COMPLETE Column stats: COMPLETE @@ -126,6 +128,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 7885 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 83 Data size: 7885 Basic stats: COMPLETE Column stats: COMPLETE @@ -188,6 +191,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 14442 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: rand() (type: double) Statistics: Num rows: 166 Data size: 14442 Basic stats: COMPLETE Column stats: COMPLETE @@ -212,6 +216,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 15770 Basic stats: COMPLETE Column stats: COMPLETE @@ -273,6 +278,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 14442 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 166 Data size: 14442 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/nullgroup3.q.out ql/src/test/results/clientpositive/nullgroup3.q.out index d6ed5fc82b..57d87feb92 100644 --- ql/src/test/results/clientpositive/nullgroup3.q.out +++ ql/src/test/results/clientpositive/nullgroup3.q.out @@ -58,6 +58,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -155,6 +156,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -260,6 +262,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -365,6 +368,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/nullgroup4.q.out ql/src/test/results/clientpositive/nullgroup4.q.out index 8ef0b8eb1b..d9d6d55171 100644 --- ql/src/test/results/clientpositive/nullgroup4.q.out +++ ql/src/test/results/clientpositive/nullgroup4.q.out @@ -37,6 +37,7 @@ STAGE PLANS: Statistics: Num rows: 125 Data size: 13375 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 125 Data size: 13375 Basic stats: COMPLETE Column stats: COMPLETE @@ -59,6 +60,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -131,6 +133,7 @@ STAGE PLANS: Statistics: Num rows: 125 Data size: 12375 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 125 Data size: 12375 Basic stats: COMPLETE Column stats: COMPLETE @@ -160,6 +163,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -225,6 +229,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: value (type: string) + null sort order: a sort order: + Map-reduce partition columns: value (type: string) Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE @@ -247,6 +252,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -311,6 +317,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: value (type: string) + null sort order: a sort order: + Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized diff --git ql/src/test/results/clientpositive/nullgroup4_multi_distinct.q.out ql/src/test/results/clientpositive/nullgroup4_multi_distinct.q.out index abaa11e731..f3022eac72 100644 --- ql/src/test/results/clientpositive/nullgroup4_multi_distinct.q.out +++ ql/src/test/results/clientpositive/nullgroup4_multi_distinct.q.out @@ -36,6 +36,7 @@ STAGE PLANS: Statistics: Num rows: 125 Data size: 37375 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Statistics: Num rows: 125 Data size: 37375 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col2 (type: bigint) @@ -99,6 +100,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized diff --git ql/src/test/results/clientpositive/optional_outer.q.out ql/src/test/results/clientpositive/optional_outer.q.out index 7050c6aacc..0e0e452e82 100644 --- ql/src/test/results/clientpositive/optional_outer.q.out +++ ql/src/test/results/clientpositive/optional_outer.q.out @@ -23,6 +23,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -40,6 +41,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -92,6 +94,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -109,6 +112,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -165,6 +169,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -178,6 +183,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -234,6 +240,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -247,6 +254,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -299,6 +307,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -312,6 +321,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -364,6 +374,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -377,6 +388,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/orc_createas1.q.out ql/src/test/results/clientpositive/orc_createas1.q.out index e67c0b9332..6884e8654e 100644 --- ql/src/test/results/clientpositive/orc_createas1.q.out +++ ql/src/test/results/clientpositive/orc_createas1.q.out @@ -99,6 +99,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -208,6 +209,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -310,6 +312,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1288 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1288 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) diff --git ql/src/test/results/clientpositive/orc_merge1.q.out ql/src/test/results/clientpositive/orc_merge1.q.out index 058d40fe88..fa15df5bc4 100644 --- ql/src/test/results/clientpositive/orc_merge1.q.out +++ ql/src/test/results/clientpositive/orc_merge1.q.out @@ -90,6 +90,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 283250 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 283250 Basic stats: COMPLETE Column stats: COMPLETE @@ -208,6 +209,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 283250 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 283250 Basic stats: COMPLETE Column stats: COMPLETE @@ -365,6 +367,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 283250 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 283250 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/orc_merge10.q.out ql/src/test/results/clientpositive/orc_merge10.q.out index 2dbea7f607..05d70b326a 100644 --- ql/src/test/results/clientpositive/orc_merge10.q.out +++ ql/src/test/results/clientpositive/orc_merge10.q.out @@ -83,6 +83,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 283250 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 283250 Basic stats: COMPLETE Column stats: COMPLETE @@ -118,6 +119,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 500 Data size: 49500 Basic stats: COMPLETE Column stats: COMPLETE @@ -224,6 +226,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 283250 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 283250 Basic stats: COMPLETE Column stats: COMPLETE @@ -259,6 +262,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 500 Data size: 49500 Basic stats: COMPLETE Column stats: COMPLETE @@ -404,6 +408,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 283250 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 283250 Basic stats: COMPLETE Column stats: COMPLETE @@ -439,6 +444,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 500 Data size: 49500 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/orc_merge2.q.out ql/src/test/results/clientpositive/orc_merge2.q.out index 51da8a9398..1fd1953520 100644 --- ql/src/test/results/clientpositive/orc_merge2.q.out +++ ql/src/test/results/clientpositive/orc_merge2.q.out @@ -57,6 +57,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 329250 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: string) Statistics: Num rows: 250 Data size: 329250 Basic stats: COMPLETE Column stats: COMPLETE @@ -92,6 +93,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col2 (type: int), _col3 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col2 (type: int), _col3 (type: int) Statistics: Num rows: 500 Data size: 51500 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/orc_merge3.q.out ql/src/test/results/clientpositive/orc_merge3.q.out index f7ab4b2a68..c5738ad957 100644 --- ql/src/test/results/clientpositive/orc_merge3.q.out +++ ql/src/test/results/clientpositive/orc_merge3.q.out @@ -102,6 +102,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/orc_merge4.q.out ql/src/test/results/clientpositive/orc_merge4.q.out index a9ce72da71..854c3e8804 100644 --- ql/src/test/results/clientpositive/orc_merge4.q.out +++ ql/src/test/results/clientpositive/orc_merge4.q.out @@ -120,6 +120,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/orc_merge5.q.out ql/src/test/results/clientpositive/orc_merge5.q.out index da18e7c739..86cda835b3 100644 --- ql/src/test/results/clientpositive/orc_merge5.q.out +++ ql/src/test/results/clientpositive/orc_merge5.q.out @@ -69,6 +69,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4 Statistics: Num rows: 1 Data size: 2760 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 2760 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct), _col4 (type: struct) @@ -190,6 +191,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4 Statistics: Num rows: 1 Data size: 2760 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 2760 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct), _col4 (type: struct) diff --git ql/src/test/results/clientpositive/orc_merge6.q.out ql/src/test/results/clientpositive/orc_merge6.q.out index 4a8f97589b..09af6995b8 100644 --- ql/src/test/results/clientpositive/orc_merge6.q.out +++ ql/src/test/results/clientpositive/orc_merge6.q.out @@ -71,6 +71,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 352 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 1 Data size: 352 Basic stats: COMPLETE Column stats: NONE @@ -245,6 +246,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 352 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 1 Data size: 352 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/orc_merge_diff_fs.q.out ql/src/test/results/clientpositive/orc_merge_diff_fs.q.out index 97a34ae375..5f4352f6bd 100644 --- ql/src/test/results/clientpositive/orc_merge_diff_fs.q.out +++ ql/src/test/results/clientpositive/orc_merge_diff_fs.q.out @@ -83,6 +83,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 283250 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 283250 Basic stats: COMPLETE Column stats: COMPLETE @@ -118,6 +119,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 500 Data size: 49500 Basic stats: COMPLETE Column stats: COMPLETE @@ -224,6 +226,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 283250 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 283250 Basic stats: COMPLETE Column stats: COMPLETE @@ -259,6 +262,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 500 Data size: 49500 Basic stats: COMPLETE Column stats: COMPLETE @@ -404,6 +408,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 283250 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 283250 Basic stats: COMPLETE Column stats: COMPLETE @@ -439,6 +444,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 500 Data size: 49500 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/orc_merge_incompat1.q.out ql/src/test/results/clientpositive/orc_merge_incompat1.q.out index bd59c4aa4e..275c6695a1 100644 --- ql/src/test/results/clientpositive/orc_merge_incompat1.q.out +++ ql/src/test/results/clientpositive/orc_merge_incompat1.q.out @@ -69,6 +69,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4 Statistics: Num rows: 1 Data size: 2760 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 2760 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct), _col4 (type: struct) diff --git ql/src/test/results/clientpositive/orc_merge_incompat2.q.out ql/src/test/results/clientpositive/orc_merge_incompat2.q.out index 58e2654aa8..1d246294d9 100644 --- ql/src/test/results/clientpositive/orc_merge_incompat2.q.out +++ ql/src/test/results/clientpositive/orc_merge_incompat2.q.out @@ -59,6 +59,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 352 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 1 Data size: 352 Basic stats: COMPLETE Column stats: NONE @@ -94,6 +95,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col5 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col5 (type: double) Statistics: Num rows: 1 Data size: 352 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/orc_nested_column_pruning.q.out ql/src/test/results/clientpositive/orc_nested_column_pruning.q.out index 0dd935b04b..b769af6458 100644 --- ql/src/test/results/clientpositive/orc_nested_column_pruning.q.out +++ ql/src/test/results/clientpositive/orc_nested_column_pruning.q.out @@ -783,6 +783,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 316 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 1 Data size: 316 Basic stats: COMPLETE Column stats: NONE @@ -850,6 +851,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 316 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: struct) Statistics: Num rows: 1 Data size: 316 Basic stats: COMPLETE Column stats: NONE @@ -918,6 +920,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 316 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: struct) Statistics: Num rows: 1 Data size: 316 Basic stats: COMPLETE Column stats: NONE @@ -942,6 +945,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: z sort order: + Statistics: Num rows: 1 Data size: 316 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: bigint) @@ -1010,6 +1014,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 316 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0.f3.f4 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0.f3.f4 (type: int) Statistics: Num rows: 1 Data size: 316 Basic stats: COMPLETE Column stats: NONE @@ -1027,6 +1032,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1468 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0.f6 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0.f6 (type: int) Statistics: Num rows: 1 Data size: 1468 Basic stats: COMPLETE Column stats: NONE @@ -1110,6 +1116,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 316 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0.f3.f4 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0.f3.f4 (type: int) Statistics: Num rows: 1 Data size: 316 Basic stats: COMPLETE Column stats: NONE @@ -1127,6 +1134,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1468 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0.f6 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0.f6 (type: int) Statistics: Num rows: 1 Data size: 1468 Basic stats: COMPLETE Column stats: NONE @@ -1206,6 +1214,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 316 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int), true (type: boolean) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: int), true (type: boolean) Statistics: Num rows: 1 Data size: 316 Basic stats: COMPLETE Column stats: NONE @@ -1230,6 +1239,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1468 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: boolean) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: boolean) Statistics: Num rows: 1 Data size: 1468 Basic stats: COMPLETE Column stats: NONE @@ -1302,6 +1312,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 316 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 316 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct,f6:int>) @@ -1313,6 +1324,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 1152 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1152 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct,f11:map>>) @@ -1391,6 +1403,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 316 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 1 Data size: 316 Basic stats: COMPLETE Column stats: NONE @@ -1409,6 +1422,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1468 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 1 Data size: 1468 Basic stats: COMPLETE Column stats: NONE @@ -1530,6 +1544,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 2796 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 2796 Basic stats: COMPLETE Column stats: NONE @@ -1611,6 +1626,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1096 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 1096 Basic stats: COMPLETE Column stats: NONE @@ -1692,6 +1708,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 3196 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 3196 Basic stats: COMPLETE Column stats: NONE @@ -1773,6 +1790,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 3196 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: array) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: array) Statistics: Num rows: 1 Data size: 3196 Basic stats: COMPLETE Column stats: NONE @@ -1854,6 +1872,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 2012 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 2012 Basic stats: COMPLETE Column stats: NONE @@ -1935,6 +1954,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 2012 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: array) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: array) Statistics: Num rows: 1 Data size: 2012 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/orc_struct_type_vectorization.q.out ql/src/test/results/clientpositive/orc_struct_type_vectorization.q.out index ba2b15e974..53bf9463e8 100644 --- ql/src/test/results/clientpositive/orc_struct_type_vectorization.q.out +++ ql/src/test/results/clientpositive/orc_struct_type_vectorization.q.out @@ -253,6 +253,7 @@ STAGE PLANS: Statistics: Num rows: 341 Data size: 76542 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/order.q.out ql/src/test/results/clientpositive/order.q.out index 4ceddc3115..ee25b7185e 100644 --- ql/src/test/results/clientpositive/order.q.out +++ ql/src/test/results/clientpositive/order.q.out @@ -25,6 +25,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -97,6 +98,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: - Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/order3.q.out ql/src/test/results/clientpositive/order3.q.out index 5ff9e00c13..76591f74be 100644 --- ql/src/test/results/clientpositive/order3.q.out +++ ql/src/test/results/clientpositive/order3.q.out @@ -55,6 +55,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 4 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -83,6 +84,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: int) + null sort order: z sort order: + Statistics: Num rows: 4 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -153,6 +155,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 4 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE @@ -183,6 +186,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col2 (type: int) + null sort order: z sort order: + Statistics: Num rows: 4 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -254,6 +258,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 4 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -284,6 +289,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col2 (type: int) + null sort order: z sort order: + Statistics: Num rows: 4 Data size: 64 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -354,6 +360,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 4 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -378,6 +385,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 4 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -448,6 +456,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 4 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE @@ -474,6 +483,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 4 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -545,6 +555,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 396 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), 'AAA' (type: string) + null sort order: za sort order: ++ Map-reduce partition columns: _col0 (type: int), 'AAA' (type: string) Statistics: Num rows: 4 Data size: 396 Basic stats: COMPLETE Column stats: COMPLETE @@ -575,6 +586,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 4 Data size: 396 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/order_by_expr_1.q.out ql/src/test/results/clientpositive/order_by_expr_1.q.out index 8d33a6196d..7dc3344877 100644 --- ql/src/test/results/clientpositive/order_by_expr_1.q.out +++ ql/src/test/results/clientpositive/order_by_expr_1.q.out @@ -328,6 +328,7 @@ STAGE PLANS: Statistics: Num rows: 9 Data size: 108 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int), _col2 (type: int) + null sort order: zz sort order: ++ Statistics: Num rows: 9 Data size: 108 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int) @@ -495,6 +496,7 @@ STAGE PLANS: Statistics: Num rows: 9 Data size: 216 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col4 (type: int), _col5 (type: int) + null sort order: zzz sort order: +++ Statistics: Num rows: 9 Data size: 216 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col2 (type: int), _col3 (type: int) diff --git ql/src/test/results/clientpositive/outer_reference_windowed.q.out ql/src/test/results/clientpositive/outer_reference_windowed.q.out index 908d1a29c0..08cf8e7691 100644 --- ql/src/test/results/clientpositive/outer_reference_windowed.q.out +++ ql/src/test/results/clientpositive/outer_reference_windowed.q.out @@ -186,6 +186,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 112 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 112 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: decimal(25,2)) @@ -209,6 +210,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: 0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: 0 (type: int) Statistics: Num rows: 1 Data size: 112 Basic stats: COMPLETE Column stats: COMPLETE @@ -305,6 +307,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 672 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(15,2)), _col1 (type: decimal(15,2)) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: decimal(15,2)), _col1 (type: decimal(15,2)) Statistics: Num rows: 2 Data size: 672 Basic stats: COMPLETE Column stats: COMPLETE @@ -330,6 +333,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: decimal(15,2)), _col0 (type: decimal(15,2)) + null sort order: az sort order: ++ Map-reduce partition columns: _col1 (type: decimal(15,2)) Statistics: Num rows: 2 Data size: 672 Basic stats: COMPLETE Column stats: COMPLETE @@ -437,6 +441,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 896 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(15,2)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: decimal(15,2)) Statistics: Num rows: 4 Data size: 896 Basic stats: COMPLETE Column stats: COMPLETE @@ -454,6 +459,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 448 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(15,2)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: decimal(15,2)) Statistics: Num rows: 4 Data size: 448 Basic stats: COMPLETE Column stats: COMPLETE @@ -486,6 +492,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: decimal(15,2)), _col1 (type: decimal(15,2)) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: decimal(15,2)), _col1 (type: decimal(15,2)) Statistics: Num rows: 2 Data size: 672 Basic stats: COMPLETE Column stats: COMPLETE @@ -511,6 +518,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: decimal(15,2)), _col0 (type: decimal(15,2)) + null sort order: az sort order: ++ Map-reduce partition columns: _col1 (type: decimal(15,2)) Statistics: Num rows: 2 Data size: 672 Basic stats: COMPLETE Column stats: COMPLETE @@ -622,6 +630,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 448 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(15,2)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: decimal(15,2)) Statistics: Num rows: 4 Data size: 448 Basic stats: COMPLETE Column stats: COMPLETE @@ -638,6 +647,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 896 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(15,2)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: decimal(15,2)) Statistics: Num rows: 4 Data size: 896 Basic stats: COMPLETE Column stats: COMPLETE @@ -671,6 +681,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: decimal(15,2)), _col1 (type: decimal(15,2)) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: decimal(15,2)), _col1 (type: decimal(15,2)) Statistics: Num rows: 2 Data size: 672 Basic stats: COMPLETE Column stats: COMPLETE @@ -696,6 +707,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: decimal(15,2)), _col0 (type: decimal(15,2)) + null sort order: az sort order: ++ Map-reduce partition columns: _col1 (type: decimal(15,2)) Statistics: Num rows: 2 Data size: 672 Basic stats: COMPLETE Column stats: COMPLETE @@ -806,6 +818,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 896 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(15,2)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: decimal(15,2)) Statistics: Num rows: 4 Data size: 896 Basic stats: COMPLETE Column stats: COMPLETE @@ -823,6 +836,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 896 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(15,2)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: decimal(15,2)) Statistics: Num rows: 4 Data size: 896 Basic stats: COMPLETE Column stats: COMPLETE @@ -856,6 +870,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: decimal(15,2)), _col1 (type: decimal(15,2)) + null sort order: az sort order: ++ Map-reduce partition columns: _col0 (type: decimal(15,2)) Statistics: Num rows: 2 Data size: 704 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/parallel.q.out ql/src/test/results/clientpositive/parallel.q.out index d6b5b953b0..6c2c1e36d2 100644 --- ql/src/test/results/clientpositive/parallel.q.out +++ ql/src/test/results/clientpositive/parallel.q.out @@ -59,6 +59,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE @@ -82,6 +83,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE @@ -171,6 +173,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -212,6 +215,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/parallel_colstats.q.out ql/src/test/results/clientpositive/parallel_colstats.q.out index 3ea3e4eb66..ae6d892edc 100644 --- ql/src/test/results/clientpositive/parallel_colstats.q.out +++ ql/src/test/results/clientpositive/parallel_colstats.q.out @@ -59,6 +59,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE @@ -82,6 +83,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE @@ -171,6 +173,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -212,6 +215,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/parallel_join0.q.out ql/src/test/results/clientpositive/parallel_join0.q.out index ac9928bd4d..cda0f3f0a5 100644 --- ql/src/test/results/clientpositive/parallel_join0.q.out +++ ql/src/test/results/clientpositive/parallel_join0.q.out @@ -40,6 +40,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -55,6 +56,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -80,6 +82,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string) + null sort order: zzzz sort order: ++++ Statistics: Num rows: 27556 Data size: 9809936 Basic stats: COMPLETE Column stats: COMPLETE Reduce Operator Tree: @@ -122,7 +125,7 @@ SELECT src1.key as k1, src1.value as v1, POSTHOOK: type: QUERY POSTHOOK: Input: default@src #### A masked pattern was here #### -{"cboInfo":"Plan not optimized by CBO because the statement has sort by","STAGE DEPENDENCIES":{"Stage-1":{"ROOT STAGE":"TRUE"},"Stage-2":{"DEPENDENT STAGES":"Stage-1"},"Stage-0":{"DEPENDENT STAGES":"Stage-2"}},"STAGE PLANS":{"Stage-1":{"Map Reduce":{"Map Operator Tree:":[{"TableScan":{"alias:":"src","columns:":["key","value"],"database:":"default","filterExpr:":"(key < 10) (type: boolean)","Statistics:":"Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE","table:":"src","isTempTable:":"false","OperatorId:":"TS_0","children":{"Filter Operator":{"predicate:":"(key < 10) (type: boolean)","Statistics:":"Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"FIL_13","children":{"Select Operator":{"expressions:":"key (type: string), value (type: string)","columnExprMap:":{"_col0":"key","_col1":"value"},"outputColumnNames:":["_col0","_col1"],"Statistics:":"Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"SEL_2","children":{"Reduce Output Operator":{"columnExprMap:":{"VALUE._col0":"_col0","VALUE._col1":"_col1"},"sort order:":"","Statistics:":"Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE","value expressions:":"_col0 (type: string), _col1 (type: string)","OperatorId:":"RS_6"}}}}}}}},{"TableScan":{"alias:":"src","columns:":["key","value"],"database:":"default","filterExpr:":"(key < 10) (type: boolean)","Statistics:":"Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE","table:":"src","isTempTable:":"false","OperatorId:":"TS_3","children":{"Filter Operator":{"predicate:":"(key < 10) (type: boolean)","Statistics:":"Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"FIL_14","children":{"Select Operator":{"expressions:":"key (type: string), value (type: string)","columnExprMap:":{"_col0":"key","_col1":"value"},"outputColumnNames:":["_col0","_col1"],"Statistics:":"Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"SEL_5","children":{"Reduce Output Operator":{"columnExprMap:":{"VALUE._col0":"_col0","VALUE._col1":"_col1"},"sort order:":"","Statistics:":"Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE","value expressions:":"_col0 (type: string), _col1 (type: string)","OperatorId:":"RS_7"}}}}}}}}],"Reduce Operator Tree:":{"Join Operator":{"columnExprMap:":{"_col0":"0:VALUE._col0","_col1":"0:VALUE._col1","_col2":"1:VALUE._col0","_col3":"1:VALUE._col1"},"condition map:":[{"":"Inner Join 0 to 1"}],"keys:":{},"outputColumnNames:":["_col0","_col1","_col2","_col3"],"Statistics:":"Num rows: 27556 Data size: 9809936 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"JOIN_8","children":{"File Output Operator":{"compressed:":"false","table:":{"input format:":"org.apache.hadoop.mapred.SequenceFileInputFormat","output format:":"org.apache.hadoop.hive.ql.io.HiveSequenceFileOutputFormat","serde:":"org.apache.hadoop.hive.serde2.lazybinary.LazyBinarySerDe"},"OperatorId:":"FS_15"}}}}}},"Stage-2":{"Map Reduce":{"Map Operator Tree:":[{"TableScan":{"columns:":["_col0","_col1","_col2","_col3"],"OperatorId:":"TS_16","children":{"Reduce Output Operator":{"columnExprMap:":{"KEY.reducesinkkey0":"_col0","KEY.reducesinkkey1":"_col1","KEY.reducesinkkey2":"_col2","KEY.reducesinkkey3":"_col3"},"key expressions:":"_col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string)","sort order:":"++++","Statistics:":"Num rows: 27556 Data size: 9809936 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"RS_10"}}}}],"Reduce Operator Tree:":{"Select Operator":{"expressions:":"KEY.reducesinkkey0 (type: string), KEY.reducesinkkey1 (type: string), KEY.reducesinkkey2 (type: string), KEY.reducesinkkey3 (type: string)","columnExprMap:":{"_col0":"KEY.reducesinkkey0","_col1":"KEY.reducesinkkey1","_col2":"KEY.reducesinkkey2","_col3":"KEY.reducesinkkey3"},"outputColumnNames:":["_col0","_col1","_col2","_col3"],"Statistics:":"Num rows: 27556 Data size: 9809936 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"SEL_11","children":{"File Output Operator":{"compressed:":"false","Statistics:":"Num rows: 27556 Data size: 9809936 Basic stats: COMPLETE Column stats: COMPLETE","table:":{"input format:":"org.apache.hadoop.mapred.SequenceFileInputFormat","output format:":"org.apache.hadoop.hive.ql.io.HiveSequenceFileOutputFormat","serde:":"org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe"},"OperatorId:":"FS_12"}}}}}},"Stage-0":{"Fetch Operator":{"limit:":"-1","Processor Tree:":{"ListSink":{"OperatorId:":"LIST_SINK_17"}}}}}} +{"cboInfo":"Plan not optimized by CBO because the statement has sort by","STAGE DEPENDENCIES":{"Stage-1":{"ROOT STAGE":"TRUE"},"Stage-2":{"DEPENDENT STAGES":"Stage-1"},"Stage-0":{"DEPENDENT STAGES":"Stage-2"}},"STAGE PLANS":{"Stage-1":{"Map Reduce":{"Map Operator Tree:":[{"TableScan":{"alias:":"src","columns:":["key","value"],"database:":"default","filterExpr:":"(key < 10) (type: boolean)","Statistics:":"Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE","table:":"src","isTempTable:":"false","OperatorId:":"TS_0","children":{"Filter Operator":{"predicate:":"(key < 10) (type: boolean)","Statistics:":"Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"FIL_13","children":{"Select Operator":{"expressions:":"key (type: string), value (type: string)","columnExprMap:":{"_col0":"key","_col1":"value"},"outputColumnNames:":["_col0","_col1"],"Statistics:":"Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"SEL_2","children":{"Reduce Output Operator":{"columnExprMap:":{"VALUE._col0":"_col0","VALUE._col1":"_col1"},"null sort order:":"","sort order:":"","Statistics:":"Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE","value expressions:":"_col0 (type: string), _col1 (type: string)","OperatorId:":"RS_6"}}}}}}}},{"TableScan":{"alias:":"src","columns:":["key","value"],"database:":"default","filterExpr:":"(key < 10) (type: boolean)","Statistics:":"Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE","table:":"src","isTempTable:":"false","OperatorId:":"TS_3","children":{"Filter Operator":{"predicate:":"(key < 10) (type: boolean)","Statistics:":"Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"FIL_14","children":{"Select Operator":{"expressions:":"key (type: string), value (type: string)","columnExprMap:":{"_col0":"key","_col1":"value"},"outputColumnNames:":["_col0","_col1"],"Statistics:":"Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"SEL_5","children":{"Reduce Output Operator":{"columnExprMap:":{"VALUE._col0":"_col0","VALUE._col1":"_col1"},"null sort order:":"","sort order:":"","Statistics:":"Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE","value expressions:":"_col0 (type: string), _col1 (type: string)","OperatorId:":"RS_7"}}}}}}}}],"Reduce Operator Tree:":{"Join Operator":{"columnExprMap:":{"_col0":"0:VALUE._col0","_col1":"0:VALUE._col1","_col2":"1:VALUE._col0","_col3":"1:VALUE._col1"},"condition map:":[{"":"Inner Join 0 to 1"}],"keys:":{},"outputColumnNames:":["_col0","_col1","_col2","_col3"],"Statistics:":"Num rows: 27556 Data size: 9809936 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"JOIN_8","children":{"File Output Operator":{"compressed:":"false","table:":{"input format:":"org.apache.hadoop.mapred.SequenceFileInputFormat","output format:":"org.apache.hadoop.hive.ql.io.HiveSequenceFileOutputFormat","serde:":"org.apache.hadoop.hive.serde2.lazybinary.LazyBinarySerDe"},"OperatorId:":"FS_15"}}}}}},"Stage-2":{"Map Reduce":{"Map Operator Tree:":[{"TableScan":{"columns:":["_col0","_col1","_col2","_col3"],"OperatorId:":"TS_16","children":{"Reduce Output Operator":{"columnExprMap:":{"KEY.reducesinkkey0":"_col0","KEY.reducesinkkey1":"_col1","KEY.reducesinkkey2":"_col2","KEY.reducesinkkey3":"_col3"},"key expressions:":"_col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string)","null sort order:":"zzzz","sort order:":"++++","Statistics:":"Num rows: 27556 Data size: 9809936 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"RS_10"}}}}],"Reduce Operator Tree:":{"Select Operator":{"expressions:":"KEY.reducesinkkey0 (type: string), KEY.reducesinkkey1 (type: string), KEY.reducesinkkey2 (type: string), KEY.reducesinkkey3 (type: string)","columnExprMap:":{"_col0":"KEY.reducesinkkey0","_col1":"KEY.reducesinkkey1","_col2":"KEY.reducesinkkey2","_col3":"KEY.reducesinkkey3"},"outputColumnNames:":["_col0","_col1","_col2","_col3"],"Statistics:":"Num rows: 27556 Data size: 9809936 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"SEL_11","children":{"File Output Operator":{"compressed:":"false","Statistics:":"Num rows: 27556 Data size: 9809936 Basic stats: COMPLETE Column stats: COMPLETE","table:":{"input format:":"org.apache.hadoop.mapred.SequenceFileInputFormat","output format:":"org.apache.hadoop.hive.ql.io.HiveSequenceFileOutputFormat","serde:":"org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe"},"OperatorId:":"FS_12"}}}}}},"Stage-0":{"Fetch Operator":{"limit:":"-1","Processor Tree:":{"ListSink":{"OperatorId:":"LIST_SINK_17"}}}}}} Warning: Shuffle Join JOIN[8][tables = [src1, src2]] in Stage 'Stage-1:MAPRED' is a cross product PREHOOK: query: SELECT src1.key as k1, src1.value as v1, src2.key as k2, src2.value as v2 FROM diff --git ql/src/test/results/clientpositive/parallel_join1.q.out ql/src/test/results/clientpositive/parallel_join1.q.out index 0293a8d861..b553971d6d 100644 --- ql/src/test/results/clientpositive/parallel_join1.q.out +++ ql/src/test/results/clientpositive/parallel_join1.q.out @@ -41,6 +41,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -57,6 +58,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -122,6 +124,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/parallel_orderby.q.out ql/src/test/results/clientpositive/parallel_orderby.q.out index 5cf8a09ae0..4349a145dd 100644 --- ql/src/test/results/clientpositive/parallel_orderby.q.out +++ ql/src/test/results/clientpositive/parallel_orderby.q.out @@ -53,6 +53,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Execution mode: vectorized diff --git ql/src/test/results/clientpositive/parquet_complex_types_vectorization.q.out ql/src/test/results/clientpositive/parquet_complex_types_vectorization.q.out index fdc0840b9b..2ef72f9362 100644 --- ql/src/test/results/clientpositive/parquet_complex_types_vectorization.q.out +++ ql/src/test/results/clientpositive/parquet_complex_types_vectorization.q.out @@ -229,6 +229,7 @@ STAGE PLANS: Statistics: Num rows: 341 Data size: 38920 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -279,6 +280,7 @@ STAGE PLANS: native: true Reduce Output Operator key expressions: _col2 (type: int) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -511,6 +513,7 @@ STAGE PLANS: Statistics: Num rows: 341 Data size: 38921 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -561,6 +564,7 @@ STAGE PLANS: native: true Reduce Output Operator key expressions: _col2 (type: int) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -793,6 +797,7 @@ STAGE PLANS: Statistics: Num rows: 341 Data size: 38923 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -843,6 +848,7 @@ STAGE PLANS: native: true Reduce Output Operator key expressions: _col2 (type: int) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/parquet_join.q.out ql/src/test/results/clientpositive/parquet_join.q.out index 0e2a70dc94..5d9e21bad8 100644 --- ql/src/test/results/clientpositive/parquet_join.q.out +++ ql/src/test/results/clientpositive/parquet_join.q.out @@ -92,6 +92,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -108,6 +109,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 198 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 198 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/parquet_map_type_vectorization.q.out ql/src/test/results/clientpositive/parquet_map_type_vectorization.q.out index be53b329ec..9dda2c96f3 100644 --- ql/src/test/results/clientpositive/parquet_map_type_vectorization.q.out +++ ql/src/test/results/clientpositive/parquet_map_type_vectorization.q.out @@ -245,6 +245,7 @@ STAGE PLANS: Statistics: Num rows: 511 Data size: 995378 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -295,6 +296,7 @@ STAGE PLANS: native: true Reduce Output Operator key expressions: _col3 (type: string) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/parquet_no_row_serde.q.out ql/src/test/results/clientpositive/parquet_no_row_serde.q.out index 9394c0cf74..e723fa8298 100644 --- ql/src/test/results/clientpositive/parquet_no_row_serde.q.out +++ ql/src/test/results/clientpositive/parquet_no_row_serde.q.out @@ -82,6 +82,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 224 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(10,0)) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -154,6 +155,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 224 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(10,0)) + null sort order: z sort order: + Statistics: Num rows: 1 Data size: 224 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: decimal(11,0)) diff --git ql/src/test/results/clientpositive/parquet_struct_type_vectorization.q.out ql/src/test/results/clientpositive/parquet_struct_type_vectorization.q.out index 95535d2e49..b631503576 100644 --- ql/src/test/results/clientpositive/parquet_struct_type_vectorization.q.out +++ ql/src/test/results/clientpositive/parquet_struct_type_vectorization.q.out @@ -253,6 +253,7 @@ STAGE PLANS: Statistics: Num rows: 341 Data size: 76542 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/parquet_types_non_dictionary_encoding_vectorization.q.out ql/src/test/results/clientpositive/parquet_types_non_dictionary_encoding_vectorization.q.out index 1a3ffb264b..3299739f60 100644 --- ql/src/test/results/clientpositive/parquet_types_non_dictionary_encoding_vectorization.q.out +++ ql/src/test/results/clientpositive/parquet_types_non_dictionary_encoding_vectorization.q.out @@ -481,6 +481,7 @@ STAGE PLANS: Statistics: Num rows: 300 Data size: 59488 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: tinyint) Statistics: Num rows: 300 Data size: 59488 Basic stats: COMPLETE Column stats: NONE @@ -510,6 +511,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: tinyint) + null sort order: z sort order: + Statistics: Num rows: 150 Data size: 29744 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: int), _col2 (type: smallint), _col3 (type: bigint), _col4 (type: double), _col5 (type: double) @@ -846,6 +848,7 @@ STAGE PLANS: Statistics: Num rows: 300 Data size: 1144 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: float) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: float) Statistics: Num rows: 300 Data size: 1144 Basic stats: COMPLETE Column stats: NONE @@ -871,6 +874,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: float) + null sort order: z sort order: + Statistics: Num rows: 150 Data size: 572 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: bigint) @@ -1235,6 +1239,7 @@ STAGE PLANS: Statistics: Num rows: 300 Data size: 25454 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: char(5)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: char(5)) Statistics: Num rows: 300 Data size: 25454 Basic stats: COMPLETE Column stats: NONE @@ -1260,6 +1265,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: char(5)) + null sort order: z sort order: + Statistics: Num rows: 150 Data size: 12727 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: bigint) @@ -1624,6 +1630,7 @@ STAGE PLANS: Statistics: Num rows: 300 Data size: 26884 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: varchar(10)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: varchar(10)) Statistics: Num rows: 300 Data size: 26884 Basic stats: COMPLETE Column stats: NONE @@ -1649,6 +1656,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: varchar(10)) + null sort order: z sort order: + Statistics: Num rows: 150 Data size: 13442 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: bigint) @@ -2013,6 +2021,7 @@ STAGE PLANS: Statistics: Num rows: 300 Data size: 52624 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 300 Data size: 52624 Basic stats: COMPLETE Column stats: NONE @@ -2038,6 +2047,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 150 Data size: 26312 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: bigint) @@ -2401,6 +2411,7 @@ STAGE PLANS: Statistics: Num rows: 300 Data size: 41184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: binary) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: binary) Statistics: Num rows: 300 Data size: 41184 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/parquet_types_vectorization.q.out ql/src/test/results/clientpositive/parquet_types_vectorization.q.out index 62fddd0d21..0c639b37db 100644 --- ql/src/test/results/clientpositive/parquet_types_vectorization.q.out +++ ql/src/test/results/clientpositive/parquet_types_vectorization.q.out @@ -201,6 +201,7 @@ STAGE PLANS: Statistics: Num rows: 22 Data size: 4576 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: tinyint) Statistics: Num rows: 22 Data size: 4576 Basic stats: COMPLETE Column stats: NONE @@ -230,6 +231,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: tinyint) + null sort order: z sort order: + Statistics: Num rows: 11 Data size: 2288 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: int), _col2 (type: smallint), _col3 (type: bigint), _col4 (type: double), _col5 (type: double) @@ -313,6 +315,7 @@ STAGE PLANS: Statistics: Num rows: 22 Data size: 88 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: float) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: float) Statistics: Num rows: 22 Data size: 88 Basic stats: COMPLETE Column stats: NONE @@ -338,6 +341,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: float) + null sort order: z sort order: + Statistics: Num rows: 11 Data size: 44 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: bigint) @@ -407,6 +411,7 @@ STAGE PLANS: Statistics: Num rows: 22 Data size: 1958 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: char(5)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: char(5)) Statistics: Num rows: 22 Data size: 1958 Basic stats: COMPLETE Column stats: NONE @@ -432,6 +437,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: char(5)) + null sort order: z sort order: + Statistics: Num rows: 11 Data size: 979 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: bigint) @@ -514,6 +520,7 @@ STAGE PLANS: Statistics: Num rows: 22 Data size: 2068 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: varchar(10)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: varchar(10)) Statistics: Num rows: 22 Data size: 2068 Basic stats: COMPLETE Column stats: NONE @@ -539,6 +546,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: varchar(10)) + null sort order: z sort order: + Statistics: Num rows: 11 Data size: 1034 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: bigint) @@ -617,6 +625,7 @@ STAGE PLANS: Statistics: Num rows: 22 Data size: 4048 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 22 Data size: 4048 Basic stats: COMPLETE Column stats: NONE @@ -642,6 +651,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 11 Data size: 2024 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: bigint) @@ -727,6 +737,7 @@ STAGE PLANS: Statistics: Num rows: 22 Data size: 880 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: timestamp) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: timestamp) Statistics: Num rows: 22 Data size: 880 Basic stats: COMPLETE Column stats: NONE @@ -752,6 +763,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: timestamp) + null sort order: z sort order: + Statistics: Num rows: 11 Data size: 440 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: bigint) @@ -837,6 +849,7 @@ STAGE PLANS: Statistics: Num rows: 22 Data size: 3168 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: binary) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: binary) Statistics: Num rows: 22 Data size: 3168 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/parquet_vectorization_0.q.out ql/src/test/results/clientpositive/parquet_vectorization_0.q.out index 158157a6c0..d5a98db6dd 100644 --- ql/src/test/results/clientpositive/parquet_vectorization_0.q.out +++ ql/src/test/results/clientpositive/parquet_vectorization_0.q.out @@ -104,6 +104,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -215,6 +216,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: double), _col3 (type: double) @@ -391,6 +393,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -502,6 +505,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: double), _col3 (type: double) @@ -678,6 +682,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -789,6 +794,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: double), _col1 (type: bigint), _col2 (type: double), _col3 (type: double) @@ -966,6 +972,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6 Statistics: Num rows: 1 Data size: 52 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/parquet_vectorization_1.q.out ql/src/test/results/clientpositive/parquet_vectorization_1.q.out index 98c4691a94..b408d6e312 100644 --- ql/src/test/results/clientpositive/parquet_vectorization_1.q.out +++ ql/src/test/results/clientpositive/parquet_vectorization_1.q.out @@ -92,6 +92,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9 Statistics: Num rows: 1 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/parquet_vectorization_12.q.out ql/src/test/results/clientpositive/parquet_vectorization_12.q.out index b60816e24c..8db3c1661e 100644 --- ql/src/test/results/clientpositive/parquet_vectorization_12.q.out +++ ql/src/test/results/clientpositive/parquet_vectorization_12.q.out @@ -118,6 +118,7 @@ STAGE PLANS: Statistics: Num rows: 1903 Data size: 268676 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double), _col1 (type: bigint), _col2 (type: string), _col3 (type: boolean) + null sort order: aaaa sort order: ++++ Map-reduce partition columns: _col0 (type: double), _col1 (type: bigint), _col2 (type: string), _col3 (type: boolean) Reduce Sink Vectorization: @@ -167,6 +168,7 @@ STAGE PLANS: native: true Reduce Output Operator key expressions: _col3 (type: double), _col0 (type: bigint), _col2 (type: string) + null sort order: zzz sort order: +++ Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/parquet_vectorization_13.q.out ql/src/test/results/clientpositive/parquet_vectorization_13.q.out index 90462a6de9..e6433fc67a 100644 --- ql/src/test/results/clientpositive/parquet_vectorization_13.q.out +++ ql/src/test/results/clientpositive/parquet_vectorization_13.q.out @@ -120,6 +120,7 @@ STAGE PLANS: Statistics: Num rows: 693 Data size: 122752 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean), _col1 (type: tinyint), _col2 (type: timestamp), _col3 (type: float), _col4 (type: string) + null sort order: aaaaa sort order: +++++ Map-reduce partition columns: _col0 (type: boolean), _col1 (type: tinyint), _col2 (type: timestamp), _col3 (type: float), _col4 (type: string) Reduce Sink Vectorization: @@ -169,6 +170,7 @@ STAGE PLANS: native: true Reduce Output Operator key expressions: _col0 (type: boolean), _col1 (type: tinyint), _col2 (type: timestamp), _col3 (type: float), _col4 (type: string), _col5 (type: tinyint), _col6 (type: tinyint), _col7 (type: tinyint), _col8 (type: double), _col9 (type: double), _col10 (type: double), _col11 (type: float), _col12 (type: double), _col13 (type: double), _col14 (type: double), _col15 (type: decimal(7,3)), _col16 (type: double), _col17 (type: double), _col18 (type: float), _col19 (type: double), _col20 (type: tinyint) + null sort order: zzzzzzzzzzzzzzzzzzzzz sort order: +++++++++++++++++++++ Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -443,6 +445,7 @@ STAGE PLANS: Statistics: Num rows: 693 Data size: 122752 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean), _col1 (type: tinyint), _col2 (type: timestamp), _col3 (type: float), _col4 (type: string) + null sort order: aaaaa sort order: +++++ Map-reduce partition columns: _col0 (type: boolean), _col1 (type: tinyint), _col2 (type: timestamp), _col3 (type: float), _col4 (type: string) Reduce Sink Vectorization: @@ -492,6 +495,7 @@ STAGE PLANS: native: true Reduce Output Operator key expressions: _col0 (type: boolean), _col1 (type: tinyint), _col2 (type: timestamp), _col3 (type: float), _col4 (type: string), _col5 (type: tinyint), _col6 (type: tinyint), _col7 (type: tinyint), _col8 (type: double), _col9 (type: double), _col10 (type: double), _col11 (type: float), _col12 (type: double), _col13 (type: double), _col14 (type: double), _col15 (type: decimal(7,3)), _col16 (type: double), _col17 (type: double), _col18 (type: float), _col19 (type: double), _col20 (type: tinyint) + null sort order: zzzzzzzzzzzzzzzzzzzzz sort order: +++++++++++++++++++++ Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/parquet_vectorization_14.q.out ql/src/test/results/clientpositive/parquet_vectorization_14.q.out index 26948e3d81..fd61adc7f3 100644 --- ql/src/test/results/clientpositive/parquet_vectorization_14.q.out +++ ql/src/test/results/clientpositive/parquet_vectorization_14.q.out @@ -120,6 +120,7 @@ STAGE PLANS: Statistics: Num rows: 379 Data size: 62308 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: float), _col2 (type: double), _col3 (type: timestamp), _col4 (type: boolean) + null sort order: aaaaa sort order: +++++ Map-reduce partition columns: _col0 (type: string), _col1 (type: float), _col2 (type: double), _col3 (type: timestamp), _col4 (type: boolean) Reduce Sink Vectorization: @@ -169,6 +170,7 @@ STAGE PLANS: native: true Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: float), _col4 (type: double), _col0 (type: timestamp) + null sort order: zzzz sort order: ++++ Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/parquet_vectorization_15.q.out ql/src/test/results/clientpositive/parquet_vectorization_15.q.out index 92d5961735..b305111ba5 100644 --- ql/src/test/results/clientpositive/parquet_vectorization_15.q.out +++ ql/src/test/results/clientpositive/parquet_vectorization_15.q.out @@ -116,6 +116,7 @@ STAGE PLANS: Statistics: Num rows: 6144 Data size: 1216372 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: float), _col1 (type: boolean), _col2 (type: double), _col3 (type: string), _col4 (type: tinyint), _col5 (type: int), _col6 (type: timestamp) + null sort order: aaaaaaa sort order: +++++++ Map-reduce partition columns: _col0 (type: float), _col1 (type: boolean), _col2 (type: double), _col3 (type: string), _col4 (type: tinyint), _col5 (type: int), _col6 (type: timestamp) Reduce Sink Vectorization: @@ -164,6 +165,7 @@ STAGE PLANS: native: true Reduce Output Operator key expressions: _col0 (type: float), _col1 (type: boolean), _col2 (type: double), _col3 (type: string), _col4 (type: tinyint), _col5 (type: int), _col6 (type: timestamp) + null sort order: zzzzzzz sort order: +++++++ Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/parquet_vectorization_16.q.out ql/src/test/results/clientpositive/parquet_vectorization_16.q.out index a3981ebf90..bbee1b5e11 100644 --- ql/src/test/results/clientpositive/parquet_vectorization_16.q.out +++ ql/src/test/results/clientpositive/parquet_vectorization_16.q.out @@ -93,6 +93,7 @@ STAGE PLANS: Statistics: Num rows: 3072 Data size: 424052 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: double), _col2 (type: timestamp) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: double), _col2 (type: timestamp) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/parquet_vectorization_17.q.out ql/src/test/results/clientpositive/parquet_vectorization_17.q.out index 5fed7fcd2b..e0903d7132 100644 --- ql/src/test/results/clientpositive/parquet_vectorization_17.q.out +++ ql/src/test/results/clientpositive/parquet_vectorization_17.q.out @@ -86,6 +86,7 @@ STAGE PLANS: Statistics: Num rows: 6141 Data size: 1756220 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col5 (type: bigint), _col0 (type: float) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/parquet_vectorization_2.q.out ql/src/test/results/clientpositive/parquet_vectorization_2.q.out index 8ac5aafc03..eb2861a244 100644 --- ql/src/test/results/clientpositive/parquet_vectorization_2.q.out +++ ql/src/test/results/clientpositive/parquet_vectorization_2.q.out @@ -96,6 +96,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9 Statistics: Num rows: 1 Data size: 76 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/parquet_vectorization_3.q.out ql/src/test/results/clientpositive/parquet_vectorization_3.q.out index 1c87b710e8..8708fdf5ca 100644 --- ql/src/test/results/clientpositive/parquet_vectorization_3.q.out +++ ql/src/test/results/clientpositive/parquet_vectorization_3.q.out @@ -101,6 +101,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13 Statistics: Num rows: 1 Data size: 112 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/parquet_vectorization_4.q.out ql/src/test/results/clientpositive/parquet_vectorization_4.q.out index b185a234b4..4695b55e42 100644 --- ql/src/test/results/clientpositive/parquet_vectorization_4.q.out +++ ql/src/test/results/clientpositive/parquet_vectorization_4.q.out @@ -96,6 +96,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4 Statistics: Num rows: 1 Data size: 36 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/parquet_vectorization_5.q.out ql/src/test/results/clientpositive/parquet_vectorization_5.q.out index 9e99c47048..ca09c45528 100644 --- ql/src/test/results/clientpositive/parquet_vectorization_5.q.out +++ ql/src/test/results/clientpositive/parquet_vectorization_5.q.out @@ -89,6 +89,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4 Statistics: Num rows: 1 Data size: 28 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/parquet_vectorization_7.q.out ql/src/test/results/clientpositive/parquet_vectorization_7.q.out index 3a8c788cb5..296fe106d5 100644 --- ql/src/test/results/clientpositive/parquet_vectorization_7.q.out +++ ql/src/test/results/clientpositive/parquet_vectorization_7.q.out @@ -92,6 +92,7 @@ STAGE PLANS: Statistics: Num rows: 11033 Data size: 1754052 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean), _col1 (type: bigint), _col2 (type: smallint), _col3 (type: tinyint), _col4 (type: timestamp), _col5 (type: string), _col6 (type: bigint), _col7 (type: int), _col8 (type: smallint), _col9 (type: tinyint), _col10 (type: int), _col11 (type: bigint), _col12 (type: int), _col13 (type: tinyint), _col14 (type: tinyint) + null sort order: zzzzzzzzzzzzzzz sort order: +++++++++++++++ Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -311,6 +312,7 @@ STAGE PLANS: Statistics: Num rows: 11033 Data size: 1754052 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean), _col1 (type: bigint), _col2 (type: smallint), _col3 (type: tinyint), _col4 (type: timestamp), _col5 (type: string), _col6 (type: bigint), _col7 (type: int), _col8 (type: smallint), _col9 (type: tinyint), _col10 (type: int), _col11 (type: bigint), _col12 (type: int), _col13 (type: tinyint), _col14 (type: tinyint) + null sort order: zzzzzzzzzzzzzzz sort order: +++++++++++++++ Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/parquet_vectorization_8.q.out ql/src/test/results/clientpositive/parquet_vectorization_8.q.out index afc9c8e159..697e50bedb 100644 --- ql/src/test/results/clientpositive/parquet_vectorization_8.q.out +++ ql/src/test/results/clientpositive/parquet_vectorization_8.q.out @@ -88,6 +88,7 @@ STAGE PLANS: Statistics: Num rows: 3059 Data size: 526290 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: timestamp), _col1 (type: double), _col2 (type: boolean), _col3 (type: string), _col4 (type: float), _col5 (type: double), _col6 (type: double), _col7 (type: double), _col8 (type: float), _col9 (type: double), _col10 (type: double), _col11 (type: float), _col12 (type: float), _col13 (type: double) + null sort order: zzzzzzzzzzzzzz sort order: ++++++++++++++ Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -294,6 +295,7 @@ STAGE PLANS: Statistics: Num rows: 3059 Data size: 526290 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: timestamp), _col1 (type: double), _col2 (type: boolean), _col3 (type: string), _col4 (type: float), _col5 (type: double), _col6 (type: double), _col7 (type: double), _col8 (type: float), _col9 (type: double), _col10 (type: double), _col11 (type: float), _col12 (type: float), _col13 (type: double) + null sort order: zzzzzzzzzzzzzz sort order: ++++++++++++++ Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/parquet_vectorization_9.q.out ql/src/test/results/clientpositive/parquet_vectorization_9.q.out index a3981ebf90..bbee1b5e11 100644 --- ql/src/test/results/clientpositive/parquet_vectorization_9.q.out +++ ql/src/test/results/clientpositive/parquet_vectorization_9.q.out @@ -93,6 +93,7 @@ STAGE PLANS: Statistics: Num rows: 3072 Data size: 424052 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: double), _col2 (type: timestamp) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: double), _col2 (type: timestamp) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/parquet_vectorization_div0.q.out ql/src/test/results/clientpositive/parquet_vectorization_div0.q.out index 1aa85b850c..f4022dfcd7 100644 --- ql/src/test/results/clientpositive/parquet_vectorization_div0.q.out +++ ql/src/test/results/clientpositive/parquet_vectorization_div0.q.out @@ -223,6 +223,7 @@ STAGE PLANS: Statistics: Num rows: 3215 Data size: 411520 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint), _col1 (type: double) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -426,6 +427,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 960 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double), _col1 (type: double) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/parquet_vectorization_limit.q.out ql/src/test/results/clientpositive/parquet_vectorization_limit.q.out index ad3b1acd92..61657ab9d9 100644 --- ql/src/test/results/clientpositive/parquet_vectorization_limit.q.out +++ ql/src/test/results/clientpositive/parquet_vectorization_limit.q.out @@ -118,6 +118,7 @@ STAGE PLANS: Statistics: Num rows: 9173 Data size: 109584 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint), _col1 (type: double) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -244,6 +245,7 @@ STAGE PLANS: Statistics: Num rows: 131 Data size: 2492 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: tinyint) Reduce Sink Vectorization: @@ -374,6 +376,7 @@ STAGE PLANS: Statistics: Num rows: 131 Data size: 396 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: tinyint) Reduce Sink Vectorization: @@ -486,6 +489,7 @@ STAGE PLANS: Statistics: Num rows: 6144 Data size: 104204 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint), _col1 (type: double) + null sort order: za sort order: ++ Map-reduce partition columns: _col0 (type: tinyint) Statistics: Num rows: 6144 Data size: 104204 Basic stats: COMPLETE Column stats: COMPLETE @@ -637,6 +641,7 @@ STAGE PLANS: Statistics: Num rows: 4586 Data size: 64088 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Reduce Sink Vectorization: @@ -682,6 +687,7 @@ STAGE PLANS: native: true Reduce Output Operator key expressions: _col1 (type: bigint), _col0 (type: double) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/parquet_vectorization_offset_limit.q.out ql/src/test/results/clientpositive/parquet_vectorization_offset_limit.q.out index a384b7c00d..9bd884513b 100644 --- ql/src/test/results/clientpositive/parquet_vectorization_offset_limit.q.out +++ ql/src/test/results/clientpositive/parquet_vectorization_offset_limit.q.out @@ -114,6 +114,7 @@ STAGE PLANS: Statistics: Num rows: 9173 Data size: 109584 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint), _col1 (type: double) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/parquet_vectorization_part_project.q.out ql/src/test/results/clientpositive/parquet_vectorization_part_project.q.out index 9926012256..acf90fd643 100644 --- ql/src/test/results/clientpositive/parquet_vectorization_part_project.q.out +++ ql/src/test/results/clientpositive/parquet_vectorization_part_project.q.out @@ -79,6 +79,7 @@ STAGE PLANS: Statistics: Num rows: 200 Data size: 1600 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: z sort order: + Statistics: Num rows: 200 Data size: 1600 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/parquet_vectorization_pushdown.q.out ql/src/test/results/clientpositive/parquet_vectorization_pushdown.q.out index 86bef45fb2..e129666228 100644 --- ql/src/test/results/clientpositive/parquet_vectorization_pushdown.q.out +++ ql/src/test/results/clientpositive/parquet_vectorization_pushdown.q.out @@ -37,6 +37,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) diff --git ql/src/test/results/clientpositive/partial_column_stats.q.out ql/src/test/results/clientpositive/partial_column_stats.q.out index ce1a6bc0c1..2e58c060d1 100644 --- ql/src/test/results/clientpositive/partial_column_stats.q.out +++ ql/src/test/results/clientpositive/partial_column_stats.q.out @@ -38,6 +38,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 1052 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1052 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/partition_boolexpr.q.out ql/src/test/results/clientpositive/partition_boolexpr.q.out index cfb845b8ae..4ecc6b7ab6 100644 --- ql/src/test/results/clientpositive/partition_boolexpr.q.out +++ ql/src/test/results/clientpositive/partition_boolexpr.q.out @@ -80,6 +80,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -197,6 +198,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -261,6 +263,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/pcs.q.out ql/src/test/results/clientpositive/pcs.q.out index 082cdf04ad..661c09c329 100644 --- ql/src/test/results/clientpositive/pcs.q.out +++ ql/src/test/results/clientpositive/pcs.q.out @@ -1075,6 +1075,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 3760 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 20 Data size: 3760 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/perf/spark/query1.q.out ql/src/test/results/clientpositive/perf/spark/query1.q.out index cc0a45181b..6c184d4bf4 100644 --- ql/src/test/results/clientpositive/perf/spark/query1.q.out +++ ql/src/test/results/clientpositive/perf/spark/query1.q.out @@ -114,6 +114,7 @@ STAGE PLANS: Statistics: Num rows: 57591150 Data size: 4462194832 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 57591150 Data size: 4462194832 Basic stats: COMPLETE Column stats: NONE @@ -134,6 +135,7 @@ STAGE PLANS: Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE @@ -153,6 +155,7 @@ STAGE PLANS: Statistics: Num rows: 57591150 Data size: 4462194832 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 57591150 Data size: 4462194832 Basic stats: COMPLETE Column stats: NONE @@ -173,6 +176,7 @@ STAGE PLANS: Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE @@ -192,6 +196,7 @@ STAGE PLANS: Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE @@ -216,6 +221,7 @@ STAGE PLANS: Statistics: Num rows: 63350266 Data size: 4908414421 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 63350266 Data size: 4908414421 Basic stats: COMPLETE Column stats: NONE @@ -248,6 +254,7 @@ STAGE PLANS: Statistics: Num rows: 15837566 Data size: 1227103566 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 15837566 Data size: 1227103566 Basic stats: COMPLETE Column stats: NONE @@ -271,6 +278,7 @@ STAGE PLANS: Statistics: Num rows: 63350266 Data size: 4908414421 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 63350266 Data size: 4908414421 Basic stats: COMPLETE Column stats: NONE @@ -305,6 +313,7 @@ STAGE PLANS: Statistics: Num rows: 34842647 Data size: 2699627989 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 34842647 Data size: 2699627989 Basic stats: COMPLETE Column stats: NONE @@ -321,6 +330,7 @@ STAGE PLANS: Statistics: Num rows: 88000001 Data size: 75681779077 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 88000001 Data size: 75681779077 Basic stats: COMPLETE Column stats: NONE @@ -344,6 +354,7 @@ STAGE PLANS: Statistics: Num rows: 32266667 Data size: 27749985689 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 32266667 Data size: 27749985689 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/perf/spark/query10.q.out ql/src/test/results/clientpositive/perf/spark/query10.q.out index f20146173c..4ffaea851d 100644 --- ql/src/test/results/clientpositive/perf/spark/query10.q.out +++ ql/src/test/results/clientpositive/perf/spark/query10.q.out @@ -165,6 +165,7 @@ STAGE PLANS: Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE @@ -185,6 +186,7 @@ STAGE PLANS: Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE @@ -204,6 +206,7 @@ STAGE PLANS: Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE @@ -224,6 +227,7 @@ STAGE PLANS: Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE @@ -243,6 +247,7 @@ STAGE PLANS: Statistics: Num rows: 287989836 Data size: 38999608952 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 287989836 Data size: 38999608952 Basic stats: COMPLETE Column stats: NONE @@ -263,6 +268,7 @@ STAGE PLANS: Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE @@ -282,6 +288,7 @@ STAGE PLANS: Statistics: Num rows: 40000000 Data size: 40595195284 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 40000000 Data size: 40595195284 Basic stats: COMPLETE Column stats: NONE @@ -301,6 +308,7 @@ STAGE PLANS: Statistics: Num rows: 1861800 Data size: 717186159 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1861800 Data size: 717186159 Basic stats: COMPLETE Column stats: NONE @@ -321,6 +329,7 @@ STAGE PLANS: Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE @@ -348,6 +357,7 @@ STAGE PLANS: Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE @@ -369,6 +379,7 @@ STAGE PLANS: Statistics: Num rows: 158402938 Data size: 21538218500 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 158402938 Data size: 21538218500 Basic stats: COMPLETE Column stats: NONE @@ -386,6 +397,7 @@ STAGE PLANS: Statistics: Num rows: 79201469 Data size: 10769109250 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 79201469 Data size: 10769109250 Basic stats: COMPLETE Column stats: NONE @@ -408,6 +420,7 @@ STAGE PLANS: Statistics: Num rows: 316788826 Data size: 42899570777 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 316788826 Data size: 42899570777 Basic stats: COMPLETE Column stats: NONE @@ -425,6 +438,7 @@ STAGE PLANS: Statistics: Num rows: 158394413 Data size: 21449785388 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 158394413 Data size: 21449785388 Basic stats: COMPLETE Column stats: NONE @@ -441,6 +455,7 @@ STAGE PLANS: Statistics: Num rows: 88000001 Data size: 75681779077 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 88000001 Data size: 75681779077 Basic stats: COMPLETE Column stats: NONE @@ -457,6 +472,7 @@ STAGE PLANS: Statistics: Num rows: 96800003 Data size: 83249958789 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 96800003 Data size: 83249958789 Basic stats: COMPLETE Column stats: NONE @@ -491,6 +507,7 @@ STAGE PLANS: Statistics: Num rows: 2090864244 Data size: 184456650574 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: int), _col4 (type: string), _col5 (type: int), _col6 (type: int), _col7 (type: int) + null sort order: zzzzzzzz sort order: ++++++++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: int), _col4 (type: string), _col5 (type: int), _col6 (type: int), _col7 (type: int) Statistics: Num rows: 2090864244 Data size: 184456650574 Basic stats: COMPLETE Column stats: NONE @@ -511,6 +528,7 @@ STAGE PLANS: Statistics: Num rows: 1045432122 Data size: 92228325287 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col4 (type: int), _col6 (type: string), _col8 (type: int), _col10 (type: int), _col12 (type: int) + null sort order: zzzzzzzz sort order: ++++++++ Statistics: Num rows: 1045432122 Data size: 92228325287 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/perf/spark/query11.q.out ql/src/test/results/clientpositive/perf/spark/query11.q.out index 6ac018fcdc..2f6f4aa4e8 100644 --- ql/src/test/results/clientpositive/perf/spark/query11.q.out +++ ql/src/test/results/clientpositive/perf/spark/query11.q.out @@ -195,6 +195,7 @@ STAGE PLANS: Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE @@ -215,6 +216,7 @@ STAGE PLANS: Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE @@ -234,6 +236,7 @@ STAGE PLANS: Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE @@ -254,6 +257,7 @@ STAGE PLANS: Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE @@ -274,6 +278,7 @@ STAGE PLANS: Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE @@ -293,6 +298,7 @@ STAGE PLANS: Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE @@ -313,6 +319,7 @@ STAGE PLANS: Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE @@ -333,6 +340,7 @@ STAGE PLANS: Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE @@ -352,6 +360,7 @@ STAGE PLANS: Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE @@ -372,6 +381,7 @@ STAGE PLANS: Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE @@ -391,6 +401,7 @@ STAGE PLANS: Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE @@ -411,6 +422,7 @@ STAGE PLANS: Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE @@ -428,6 +440,7 @@ STAGE PLANS: Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE @@ -451,6 +464,7 @@ STAGE PLANS: Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string), _col6 (type: string) + null sort order: aaaaaaa sort order: +++++++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string), _col6 (type: string) Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE @@ -477,6 +491,7 @@ STAGE PLANS: Statistics: Num rows: 116159124 Data size: 10247591639 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 116159124 Data size: 10247591639 Basic stats: COMPLETE Column stats: NONE @@ -493,6 +508,7 @@ STAGE PLANS: Statistics: Num rows: 158402938 Data size: 21538218500 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 158402938 Data size: 21538218500 Basic stats: COMPLETE Column stats: NONE @@ -516,6 +532,7 @@ STAGE PLANS: Statistics: Num rows: 174243235 Data size: 23692040863 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string), _col6 (type: string) + null sort order: aaaaaaa sort order: +++++++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string), _col6 (type: string) Statistics: Num rows: 174243235 Data size: 23692040863 Basic stats: COMPLETE Column stats: NONE @@ -542,6 +559,7 @@ STAGE PLANS: Statistics: Num rows: 29040539 Data size: 3948673454 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 29040539 Data size: 3948673454 Basic stats: COMPLETE Column stats: NONE @@ -558,6 +576,7 @@ STAGE PLANS: Statistics: Num rows: 158402938 Data size: 21538218500 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 158402938 Data size: 21538218500 Basic stats: COMPLETE Column stats: NONE @@ -574,6 +593,7 @@ STAGE PLANS: Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE @@ -597,6 +617,7 @@ STAGE PLANS: Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string), _col6 (type: string) + null sort order: aaaaaaa sort order: +++++++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string), _col6 (type: string) Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE @@ -616,6 +637,7 @@ STAGE PLANS: Statistics: Num rows: 348477374 Data size: 30742775095 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 348477374 Data size: 30742775095 Basic stats: COMPLETE Column stats: NONE @@ -639,6 +661,7 @@ STAGE PLANS: Statistics: Num rows: 174243235 Data size: 23692040863 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string), _col6 (type: string) + null sort order: aaaaaaa sort order: +++++++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string), _col6 (type: string) Statistics: Num rows: 174243235 Data size: 23692040863 Basic stats: COMPLETE Column stats: NONE @@ -658,6 +681,7 @@ STAGE PLANS: Statistics: Num rows: 87121617 Data size: 11846020363 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 87121617 Data size: 11846020363 Basic stats: COMPLETE Column stats: NONE @@ -685,6 +709,7 @@ STAGE PLANS: Statistics: Num rows: 574987679 Data size: 50725579961 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 574987679 Data size: 50725579961 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/perf/spark/query12.q.out ql/src/test/results/clientpositive/perf/spark/query12.q.out index 1d47d90bdb..14a2baa113 100644 --- ql/src/test/results/clientpositive/perf/spark/query12.q.out +++ ql/src/test/results/clientpositive/perf/spark/query12.q.out @@ -135,6 +135,7 @@ STAGE PLANS: Statistics: Num rows: 158402938 Data size: 21538218500 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 158402938 Data size: 21538218500 Basic stats: COMPLETE Column stats: NONE @@ -157,6 +158,7 @@ STAGE PLANS: Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE @@ -181,6 +183,7 @@ STAGE PLANS: Statistics: Num rows: 174243235 Data size: 23692040863 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: decimal(7,2)) + null sort order: aaaaa sort order: +++++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: decimal(7,2)) Statistics: Num rows: 174243235 Data size: 23692040863 Basic stats: COMPLETE Column stats: NONE @@ -196,6 +199,7 @@ STAGE PLANS: Statistics: Num rows: 87121617 Data size: 11846020363 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 87121617 Data size: 11846020363 Basic stats: COMPLETE Column stats: NONE @@ -233,6 +237,7 @@ STAGE PLANS: Statistics: Num rows: 87121617 Data size: 11846020363 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string), _col2 (type: string), _col6 (type: string), _col0 (type: string), _col5 (type: decimal(38,17)) + null sort order: zzzzz sort order: +++++ Statistics: Num rows: 87121617 Data size: 11846020363 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/perf/spark/query13.q.out ql/src/test/results/clientpositive/perf/spark/query13.q.out index cf37cceb07..046c73907b 100644 --- ql/src/test/results/clientpositive/perf/spark/query13.q.out +++ ql/src/test/results/clientpositive/perf/spark/query13.q.out @@ -193,6 +193,7 @@ STAGE PLANS: Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE @@ -213,6 +214,7 @@ STAGE PLANS: Statistics: Num rows: 1861800 Data size: 717186159 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1861800 Data size: 717186159 Basic stats: COMPLETE Column stats: NONE @@ -233,6 +235,7 @@ STAGE PLANS: Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE @@ -252,6 +255,7 @@ STAGE PLANS: Statistics: Num rows: 20000000 Data size: 20297597642 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 20000000 Data size: 20297597642 Basic stats: COMPLETE Column stats: NONE @@ -269,6 +273,7 @@ STAGE PLANS: Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE @@ -300,6 +305,7 @@ STAGE PLANS: Statistics: Num rows: 143746917 Data size: 12681394753 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: int) Statistics: Num rows: 143746917 Data size: 12681394753 Basic stats: COMPLETE Column stats: NONE @@ -336,6 +342,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5 Statistics: Num rows: 1 Data size: 256 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 256 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: decimal(17,2)), _col3 (type: bigint), _col4 (type: decimal(17,2)), _col5 (type: bigint) diff --git ql/src/test/results/clientpositive/perf/spark/query15.q.out ql/src/test/results/clientpositive/perf/spark/query15.q.out index 61fc48dc9c..6ca7e0fcfe 100644 --- ql/src/test/results/clientpositive/perf/spark/query15.q.out +++ ql/src/test/results/clientpositive/perf/spark/query15.q.out @@ -76,6 +76,7 @@ STAGE PLANS: Statistics: Num rows: 287989836 Data size: 38999608952 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 287989836 Data size: 38999608952 Basic stats: COMPLETE Column stats: NONE @@ -96,6 +97,7 @@ STAGE PLANS: Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE @@ -115,6 +117,7 @@ STAGE PLANS: Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE @@ -135,6 +138,7 @@ STAGE PLANS: Statistics: Num rows: 40000000 Data size: 40595195284 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 40000000 Data size: 40595195284 Basic stats: COMPLETE Column stats: NONE @@ -152,6 +156,7 @@ STAGE PLANS: Statistics: Num rows: 316788826 Data size: 42899570777 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 316788826 Data size: 42899570777 Basic stats: COMPLETE Column stats: NONE @@ -168,6 +173,7 @@ STAGE PLANS: Statistics: Num rows: 348467716 Data size: 47189528877 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col6 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col6 (type: int) Statistics: Num rows: 348467716 Data size: 47189528877 Basic stats: COMPLETE Column stats: NONE @@ -198,6 +204,7 @@ STAGE PLANS: Statistics: Num rows: 383314495 Data size: 51908482889 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 383314495 Data size: 51908482889 Basic stats: COMPLETE Column stats: NONE @@ -214,6 +221,7 @@ STAGE PLANS: Statistics: Num rows: 191657247 Data size: 25954241376 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 191657247 Data size: 25954241376 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/perf/spark/query16.q.out ql/src/test/results/clientpositive/perf/spark/query16.q.out index c5882a9f3e..337312aee3 100644 --- ql/src/test/results/clientpositive/perf/spark/query16.q.out +++ ql/src/test/results/clientpositive/perf/spark/query16.q.out @@ -147,6 +147,7 @@ STAGE PLANS: Statistics: Num rows: 287989836 Data size: 38999608952 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 287989836 Data size: 38999608952 Basic stats: COMPLETE Column stats: NONE @@ -173,6 +174,7 @@ STAGE PLANS: Statistics: Num rows: 287989836 Data size: 38999608952 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 287989836 Data size: 38999608952 Basic stats: COMPLETE Column stats: NONE @@ -195,6 +197,7 @@ STAGE PLANS: Statistics: Num rows: 28798881 Data size: 3057234680 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 28798881 Data size: 3057234680 Basic stats: COMPLETE Column stats: NONE @@ -214,6 +217,7 @@ STAGE PLANS: Statistics: Num rows: 20000000 Data size: 20297597642 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 20000000 Data size: 20297597642 Basic stats: COMPLETE Column stats: NONE @@ -232,6 +236,7 @@ STAGE PLANS: Statistics: Num rows: 14399440 Data size: 1528617286 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 14399440 Data size: 1528617286 Basic stats: COMPLETE Column stats: NONE @@ -270,6 +275,7 @@ STAGE PLANS: Statistics: Num rows: 383314495 Data size: 51908482889 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col4 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: int) Statistics: Num rows: 383314495 Data size: 51908482889 Basic stats: COMPLETE Column stats: NONE @@ -291,6 +297,7 @@ STAGE PLANS: Statistics: Num rows: 421645953 Data size: 57099332415 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col4 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: int) Statistics: Num rows: 421645953 Data size: 57099332415 Basic stats: COMPLETE Column stats: NONE @@ -321,6 +328,7 @@ STAGE PLANS: Statistics: Num rows: 231905279 Data size: 31404633508 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 231905279 Data size: 31404633508 Basic stats: COMPLETE Column stats: NONE @@ -340,6 +348,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 344 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 344 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: decimal(17,2)), _col2 (type: decimal(17,2)) diff --git ql/src/test/results/clientpositive/perf/spark/query17.q.out ql/src/test/results/clientpositive/perf/spark/query17.q.out index d46d3fb45e..c15b017986 100644 --- ql/src/test/results/clientpositive/perf/spark/query17.q.out +++ ql/src/test/results/clientpositive/perf/spark/query17.q.out @@ -159,6 +159,7 @@ STAGE PLANS: Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE @@ -179,6 +180,7 @@ STAGE PLANS: Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE @@ -198,6 +200,7 @@ STAGE PLANS: Statistics: Num rows: 57591150 Data size: 4462194832 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 57591150 Data size: 4462194832 Basic stats: COMPLETE Column stats: NONE @@ -218,6 +221,7 @@ STAGE PLANS: Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE @@ -237,6 +241,7 @@ STAGE PLANS: Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE @@ -256,6 +261,7 @@ STAGE PLANS: Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE @@ -276,6 +282,7 @@ STAGE PLANS: Statistics: Num rows: 287989836 Data size: 38999608952 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 287989836 Data size: 38999608952 Basic stats: COMPLETE Column stats: NONE @@ -293,6 +300,7 @@ STAGE PLANS: Statistics: Num rows: 316788826 Data size: 42899570777 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col2 (type: int), _col1 (type: int) Statistics: Num rows: 316788826 Data size: 42899570777 Basic stats: COMPLETE Column stats: NONE @@ -309,6 +317,7 @@ STAGE PLANS: Statistics: Num rows: 348467716 Data size: 47189528877 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col6 (type: int), _col7 (type: int), _col8 (type: int) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col6 (type: int), _col7 (type: int), _col8 (type: int) Statistics: Num rows: 348467716 Data size: 47189528877 Basic stats: COMPLETE Column stats: NONE @@ -325,6 +334,7 @@ STAGE PLANS: Statistics: Num rows: 63350266 Data size: 4908414421 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int), _col2 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: int), _col2 (type: int) Statistics: Num rows: 63350266 Data size: 4908414421 Basic stats: COMPLETE Column stats: NONE @@ -341,6 +351,7 @@ STAGE PLANS: Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE @@ -357,6 +368,7 @@ STAGE PLANS: Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int), _col2 (type: int), _col4 (type: int) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col1 (type: int), _col2 (type: int), _col4 (type: int) Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE @@ -396,6 +408,7 @@ STAGE PLANS: Statistics: Num rows: 843315281 Data size: 74397518956 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string) + null sort order: zzz sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: string) Statistics: Num rows: 843315281 Data size: 74397518956 Basic stats: COMPLETE Column stats: NONE @@ -416,6 +429,7 @@ STAGE PLANS: Statistics: Num rows: 421657640 Data size: 37198759433 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string) + null sort order: zzz sort order: +++ Statistics: Num rows: 421657640 Data size: 37198759433 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/perf/spark/query18.q.out ql/src/test/results/clientpositive/perf/spark/query18.q.out index c5e6329768..3828f48e64 100644 --- ql/src/test/results/clientpositive/perf/spark/query18.q.out +++ ql/src/test/results/clientpositive/perf/spark/query18.q.out @@ -111,6 +111,7 @@ STAGE PLANS: Statistics: Num rows: 40000000 Data size: 40595195284 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 40000000 Data size: 40595195284 Basic stats: COMPLETE Column stats: NONE @@ -131,6 +132,7 @@ STAGE PLANS: Statistics: Num rows: 287989836 Data size: 38999608952 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 287989836 Data size: 38999608952 Basic stats: COMPLETE Column stats: NONE @@ -151,6 +153,7 @@ STAGE PLANS: Statistics: Num rows: 465450 Data size: 179296539 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 465450 Data size: 179296539 Basic stats: COMPLETE Column stats: NONE @@ -171,6 +174,7 @@ STAGE PLANS: Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE @@ -190,6 +194,7 @@ STAGE PLANS: Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE @@ -210,6 +215,7 @@ STAGE PLANS: Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE @@ -230,6 +236,7 @@ STAGE PLANS: Statistics: Num rows: 1861800 Data size: 717186159 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1861800 Data size: 717186159 Basic stats: COMPLETE Column stats: NONE @@ -246,6 +253,7 @@ STAGE PLANS: Statistics: Num rows: 316788826 Data size: 42899570777 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 316788826 Data size: 42899570777 Basic stats: COMPLETE Column stats: NONE @@ -266,6 +274,7 @@ STAGE PLANS: Statistics: Num rows: 348467716 Data size: 47189528877 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 348467716 Data size: 47189528877 Basic stats: COMPLETE Column stats: NONE @@ -282,6 +291,7 @@ STAGE PLANS: Statistics: Num rows: 88000001 Data size: 75681779077 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col5 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col5 (type: int) Statistics: Num rows: 88000001 Data size: 75681779077 Basic stats: COMPLETE Column stats: NONE @@ -298,6 +308,7 @@ STAGE PLANS: Statistics: Num rows: 96800003 Data size: 83249958789 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col4 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: int) Statistics: Num rows: 96800003 Data size: 83249958789 Basic stats: COMPLETE Column stats: NONE @@ -314,6 +325,7 @@ STAGE PLANS: Statistics: Num rows: 383314495 Data size: 51908482889 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col13 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col13 (type: int) Statistics: Num rows: 383314495 Data size: 51908482889 Basic stats: COMPLETE Column stats: NONE @@ -337,6 +349,7 @@ STAGE PLANS: Statistics: Num rows: 2108229765 Data size: 285496662075 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: bigint) + null sort order: aaaaa sort order: +++++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: bigint) Statistics: Num rows: 2108229765 Data size: 285496662075 Basic stats: COMPLETE Column stats: NONE @@ -357,6 +370,7 @@ STAGE PLANS: Statistics: Num rows: 1054114882 Data size: 142748330969 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string), _col2 (type: string), _col3 (type: string), _col0 (type: string) + null sort order: zzzz sort order: ++++ Statistics: Num rows: 1054114882 Data size: 142748330969 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/perf/spark/query19.q.out ql/src/test/results/clientpositive/perf/spark/query19.q.out index bf41c4991b..e75ad2d364 100644 --- ql/src/test/results/clientpositive/perf/spark/query19.q.out +++ ql/src/test/results/clientpositive/perf/spark/query19.q.out @@ -117,6 +117,7 @@ STAGE PLANS: Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE @@ -137,6 +138,7 @@ STAGE PLANS: Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE @@ -157,6 +159,7 @@ STAGE PLANS: Statistics: Num rows: 40000000 Data size: 40595195284 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 40000000 Data size: 40595195284 Basic stats: COMPLETE Column stats: NONE @@ -177,6 +180,7 @@ STAGE PLANS: Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE @@ -196,6 +200,7 @@ STAGE PLANS: Statistics: Num rows: 231000 Data size: 331780228 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 231000 Data size: 331780228 Basic stats: COMPLETE Column stats: NONE @@ -213,6 +218,7 @@ STAGE PLANS: Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE @@ -229,6 +235,7 @@ STAGE PLANS: Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE @@ -245,6 +252,7 @@ STAGE PLANS: Statistics: Num rows: 766650239 Data size: 67634106676 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col12 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col12 (type: int) Statistics: Num rows: 766650239 Data size: 67634106676 Basic stats: COMPLETE Column stats: NONE @@ -287,6 +295,7 @@ STAGE PLANS: Statistics: Num rows: 927646829 Data size: 81837272625 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int), _col2 (type: int), _col3 (type: string) + null sort order: aaaa sort order: ++++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int), _col2 (type: int), _col3 (type: string) Statistics: Num rows: 927646829 Data size: 81837272625 Basic stats: COMPLETE Column stats: NONE @@ -306,6 +315,7 @@ STAGE PLANS: Statistics: Num rows: 463823414 Data size: 40918636268 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col4 (type: decimal(17,2)), _col5 (type: string), _col6 (type: int), _col2 (type: int), _col3 (type: string) + null sort order: zzzzz sort order: -++++ Statistics: Num rows: 463823414 Data size: 40918636268 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/perf/spark/query2.q.out ql/src/test/results/clientpositive/perf/spark/query2.q.out index 11feed7200..08a4e0955f 100644 --- ql/src/test/results/clientpositive/perf/spark/query2.q.out +++ ql/src/test/results/clientpositive/perf/spark/query2.q.out @@ -156,6 +156,7 @@ STAGE PLANS: Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 431992504 Data size: 58579807164 Basic stats: COMPLETE Column stats: NONE @@ -176,6 +177,7 @@ STAGE PLANS: Statistics: Num rows: 287989836 Data size: 38999608952 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 431992504 Data size: 58579807164 Basic stats: COMPLETE Column stats: NONE @@ -196,6 +198,7 @@ STAGE PLANS: Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE @@ -216,6 +219,7 @@ STAGE PLANS: Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE @@ -235,6 +239,7 @@ STAGE PLANS: Statistics: Num rows: 287989836 Data size: 38999608952 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 431992504 Data size: 58579807164 Basic stats: COMPLETE Column stats: NONE @@ -255,6 +260,7 @@ STAGE PLANS: Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE @@ -275,6 +281,7 @@ STAGE PLANS: Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE @@ -294,6 +301,7 @@ STAGE PLANS: Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 431992504 Data size: 58579807164 Basic stats: COMPLETE Column stats: NONE @@ -322,6 +330,7 @@ STAGE PLANS: Statistics: Num rows: 475191764 Data size: 64437789277 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 475191764 Data size: 64437789277 Basic stats: COMPLETE Column stats: NONE @@ -337,6 +346,7 @@ STAGE PLANS: Statistics: Num rows: 237595882 Data size: 32218894638 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 237595882 Data size: 32218894638 Basic stats: COMPLETE Column stats: NONE @@ -353,6 +363,7 @@ STAGE PLANS: Statistics: Num rows: 261355475 Data size: 35440784869 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: (_col0 - 53) (type: int) + null sort order: a sort order: + Map-reduce partition columns: (_col0 - 53) (type: int) Statistics: Num rows: 261355475 Data size: 35440784869 Basic stats: COMPLETE Column stats: NONE @@ -380,6 +391,7 @@ STAGE PLANS: Statistics: Num rows: 475191764 Data size: 64437789277 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 475191764 Data size: 64437789277 Basic stats: COMPLETE Column stats: NONE @@ -395,6 +407,7 @@ STAGE PLANS: Statistics: Num rows: 237595882 Data size: 32218894638 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 237595882 Data size: 32218894638 Basic stats: COMPLETE Column stats: NONE @@ -417,6 +430,7 @@ STAGE PLANS: Statistics: Num rows: 574982057 Data size: 77969728401 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 574982057 Data size: 77969728401 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: decimal(20,2)), _col2 (type: decimal(20,2)), _col3 (type: decimal(20,2)), _col4 (type: decimal(20,2)), _col5 (type: decimal(20,2)), _col6 (type: decimal(20,2)), _col7 (type: decimal(20,2)) diff --git ql/src/test/results/clientpositive/perf/spark/query20.q.out ql/src/test/results/clientpositive/perf/spark/query20.q.out index 4f49de0fe8..f0678cf624 100644 --- ql/src/test/results/clientpositive/perf/spark/query20.q.out +++ ql/src/test/results/clientpositive/perf/spark/query20.q.out @@ -127,6 +127,7 @@ STAGE PLANS: Statistics: Num rows: 316788826 Data size: 42899570777 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 316788826 Data size: 42899570777 Basic stats: COMPLETE Column stats: NONE @@ -149,6 +150,7 @@ STAGE PLANS: Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE @@ -173,6 +175,7 @@ STAGE PLANS: Statistics: Num rows: 348467716 Data size: 47189528877 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: decimal(7,2)) + null sort order: aaaaa sort order: +++++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: decimal(7,2)) Statistics: Num rows: 348467716 Data size: 47189528877 Basic stats: COMPLETE Column stats: NONE @@ -188,6 +191,7 @@ STAGE PLANS: Statistics: Num rows: 174233858 Data size: 23594764438 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 174233858 Data size: 23594764438 Basic stats: COMPLETE Column stats: NONE @@ -225,6 +229,7 @@ STAGE PLANS: Statistics: Num rows: 174233858 Data size: 23594764438 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string), _col2 (type: string), _col6 (type: string), _col0 (type: string), _col5 (type: decimal(38,17)) + null sort order: zzzzz sort order: +++++ Statistics: Num rows: 174233858 Data size: 23594764438 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/perf/spark/query21.q.out ql/src/test/results/clientpositive/perf/spark/query21.q.out index 91528ecd49..1fd0e24078 100644 --- ql/src/test/results/clientpositive/perf/spark/query21.q.out +++ ql/src/test/results/clientpositive/perf/spark/query21.q.out @@ -140,6 +140,7 @@ STAGE PLANS: Statistics: Num rows: 37584000 Data size: 593821104 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 37584000 Data size: 593821104 Basic stats: COMPLETE Column stats: NONE @@ -160,6 +161,7 @@ STAGE PLANS: Statistics: Num rows: 51333 Data size: 73728460 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 51333 Data size: 73728460 Basic stats: COMPLETE Column stats: NONE @@ -210,6 +212,7 @@ STAGE PLANS: Statistics: Num rows: 50024305 Data size: 790375939 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 50024305 Data size: 790375939 Basic stats: COMPLETE Column stats: NONE @@ -228,6 +231,7 @@ STAGE PLANS: Statistics: Num rows: 6253038 Data size: 98796990 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 6253038 Data size: 98796990 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/perf/spark/query22.q.out ql/src/test/results/clientpositive/perf/spark/query22.q.out index 2221ecb954..fa578a6926 100644 --- ql/src/test/results/clientpositive/perf/spark/query22.q.out +++ ql/src/test/results/clientpositive/perf/spark/query22.q.out @@ -105,6 +105,7 @@ STAGE PLANS: Statistics: Num rows: 37584000 Data size: 593821104 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 37584000 Data size: 593821104 Basic stats: COMPLETE Column stats: NONE @@ -125,6 +126,7 @@ STAGE PLANS: Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE @@ -144,6 +146,7 @@ STAGE PLANS: Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE @@ -173,6 +176,7 @@ STAGE PLANS: Statistics: Num rows: 45476640 Data size: 718523566 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 45476640 Data size: 718523566 Basic stats: COMPLETE Column stats: NONE @@ -196,6 +200,7 @@ STAGE PLANS: Statistics: Num rows: 250121525 Data size: 3951879695 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: bigint) + null sort order: aaaaa sort order: +++++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: bigint) Statistics: Num rows: 250121525 Data size: 3951879695 Basic stats: COMPLETE Column stats: NONE @@ -216,6 +221,7 @@ STAGE PLANS: Statistics: Num rows: 125060762 Data size: 1975939839 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col4 (type: double), _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string) + null sort order: zzzzz sort order: +++++ Statistics: Num rows: 125060762 Data size: 1975939839 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/perf/spark/query23.q.out ql/src/test/results/clientpositive/perf/spark/query23.q.out index 961dd03b87..a548b1b344 100644 --- ql/src/test/results/clientpositive/perf/spark/query23.q.out +++ ql/src/test/results/clientpositive/perf/spark/query23.q.out @@ -147,6 +147,7 @@ STAGE PLANS: Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE @@ -167,6 +168,7 @@ STAGE PLANS: Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE @@ -186,6 +188,7 @@ STAGE PLANS: Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE @@ -202,6 +205,7 @@ STAGE PLANS: Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE @@ -225,6 +229,7 @@ STAGE PLANS: Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE @@ -249,6 +254,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 224 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 224 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: decimal(28,2)) @@ -298,6 +304,7 @@ STAGE PLANS: Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE @@ -318,6 +325,7 @@ STAGE PLANS: Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE @@ -337,6 +345,7 @@ STAGE PLANS: Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE @@ -353,6 +362,7 @@ STAGE PLANS: Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE @@ -376,6 +386,7 @@ STAGE PLANS: Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE @@ -400,6 +411,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 224 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 224 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: decimal(28,2)) @@ -458,6 +470,7 @@ STAGE PLANS: Statistics: Num rows: 287989836 Data size: 38999608952 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 287989836 Data size: 38999608952 Basic stats: COMPLETE Column stats: NONE @@ -478,6 +491,7 @@ STAGE PLANS: Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE @@ -498,6 +512,7 @@ STAGE PLANS: Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE @@ -518,6 +533,7 @@ STAGE PLANS: Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE @@ -538,6 +554,7 @@ STAGE PLANS: Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE @@ -557,6 +574,7 @@ STAGE PLANS: Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE @@ -577,6 +595,7 @@ STAGE PLANS: Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE @@ -596,6 +615,7 @@ STAGE PLANS: Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE @@ -628,6 +648,7 @@ STAGE PLANS: Statistics: Num rows: 58079562 Data size: 5123795819 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 58079562 Data size: 5123795819 Basic stats: COMPLETE Column stats: NONE @@ -650,6 +671,7 @@ STAGE PLANS: Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE @@ -693,6 +715,7 @@ STAGE PLANS: Statistics: Num rows: 105599202 Data size: 33075812701 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 105599202 Data size: 33075812701 Basic stats: COMPLETE Column stats: NONE @@ -708,6 +731,7 @@ STAGE PLANS: Statistics: Num rows: 316788826 Data size: 42899570777 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 316788826 Data size: 42899570777 Basic stats: COMPLETE Column stats: NONE @@ -724,6 +748,7 @@ STAGE PLANS: Statistics: Num rows: 158402938 Data size: 21538218500 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 158402938 Data size: 21538218500 Basic stats: COMPLETE Column stats: NONE @@ -740,6 +765,7 @@ STAGE PLANS: Statistics: Num rows: 174243235 Data size: 23692040863 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 174243235 Data size: 23692040863 Basic stats: COMPLETE Column stats: NONE @@ -762,6 +788,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 112 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 112 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: decimal(28,2)) @@ -777,6 +804,7 @@ STAGE PLANS: Statistics: Num rows: 348467716 Data size: 47189528877 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 348467716 Data size: 47189528877 Basic stats: COMPLETE Column stats: NONE @@ -793,6 +821,7 @@ STAGE PLANS: Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE @@ -816,6 +845,7 @@ STAGE PLANS: Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE @@ -859,6 +889,7 @@ STAGE PLANS: Statistics: Num rows: 105599202 Data size: 33075812701 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 105599202 Data size: 33075812701 Basic stats: COMPLETE Column stats: NONE @@ -880,6 +911,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 112 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 112 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: decimal(28,2)) diff --git ql/src/test/results/clientpositive/perf/spark/query24.q.out ql/src/test/results/clientpositive/perf/spark/query24.q.out index f2853e0cfa..e36c9512ab 100644 --- ql/src/test/results/clientpositive/perf/spark/query24.q.out +++ ql/src/test/results/clientpositive/perf/spark/query24.q.out @@ -182,6 +182,7 @@ STAGE PLANS: Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col3 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col3 (type: int) Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE @@ -204,6 +205,7 @@ STAGE PLANS: Statistics: Num rows: 57591150 Data size: 4462194832 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 57591150 Data size: 4462194832 Basic stats: COMPLETE Column stats: NONE @@ -223,6 +225,7 @@ STAGE PLANS: Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE @@ -243,6 +246,7 @@ STAGE PLANS: Statistics: Num rows: 40000000 Data size: 40595195284 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col2 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col2 (type: string) Statistics: Num rows: 40000000 Data size: 40595195284 Basic stats: COMPLETE Column stats: NONE @@ -263,6 +267,7 @@ STAGE PLANS: Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE @@ -280,6 +285,7 @@ STAGE PLANS: Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE @@ -296,6 +302,7 @@ STAGE PLANS: Statistics: Num rows: 766650239 Data size: 67634106676 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col12 (type: int), _col8 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col12 (type: int), _col8 (type: string) Statistics: Num rows: 766650239 Data size: 67634106676 Basic stats: COMPLETE Column stats: NONE @@ -315,6 +322,7 @@ STAGE PLANS: Statistics: Num rows: 843315281 Data size: 74397518956 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 843315281 Data size: 74397518956 Basic stats: COMPLETE Column stats: NONE @@ -338,6 +346,7 @@ STAGE PLANS: Statistics: Num rows: 927646829 Data size: 81837272625 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: decimal(7,2)), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: int), _col5 (type: string), _col6 (type: string), _col7 (type: string), _col8 (type: string), _col9 (type: string) + null sort order: aaaaaaaaaa sort order: ++++++++++ Map-reduce partition columns: _col0 (type: decimal(7,2)), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: int), _col5 (type: string), _col6 (type: string), _col7 (type: string), _col8 (type: string), _col9 (type: string) Statistics: Num rows: 927646829 Data size: 81837272625 Basic stats: COMPLETE Column stats: NONE @@ -362,6 +371,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 232 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 232 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: decimal(27,2)), _col1 (type: bigint) @@ -447,6 +457,7 @@ STAGE PLANS: Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE @@ -469,6 +480,7 @@ STAGE PLANS: Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE @@ -489,6 +501,7 @@ STAGE PLANS: Statistics: Num rows: 40000000 Data size: 40595195284 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col2 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col2 (type: string) Statistics: Num rows: 40000000 Data size: 40595195284 Basic stats: COMPLETE Column stats: NONE @@ -509,6 +522,7 @@ STAGE PLANS: Statistics: Num rows: 231000 Data size: 331780228 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 231000 Data size: 331780228 Basic stats: COMPLETE Column stats: NONE @@ -529,6 +543,7 @@ STAGE PLANS: Statistics: Num rows: 57591150 Data size: 4462194832 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 57591150 Data size: 4462194832 Basic stats: COMPLETE Column stats: NONE @@ -545,6 +560,7 @@ STAGE PLANS: Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col3 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col3 (type: int) Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE @@ -561,6 +577,7 @@ STAGE PLANS: Statistics: Num rows: 766650239 Data size: 67634106676 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 766650239 Data size: 67634106676 Basic stats: COMPLETE Column stats: NONE @@ -577,6 +594,7 @@ STAGE PLANS: Statistics: Num rows: 843315281 Data size: 74397518956 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col17 (type: int), _col8 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col17 (type: int), _col8 (type: string) Statistics: Num rows: 843315281 Data size: 74397518956 Basic stats: COMPLETE Column stats: NONE @@ -607,6 +625,7 @@ STAGE PLANS: Statistics: Num rows: 927646829 Data size: 81837272625 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: decimal(7,2)), _col6 (type: string), _col7 (type: string), _col8 (type: int) + null sort order: aaaaaaaaa sort order: +++++++++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: string) Statistics: Num rows: 927646829 Data size: 81837272625 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/perf/spark/query25.q.out ql/src/test/results/clientpositive/perf/spark/query25.q.out index 085b7d55be..ef603cd4a1 100644 --- ql/src/test/results/clientpositive/perf/spark/query25.q.out +++ ql/src/test/results/clientpositive/perf/spark/query25.q.out @@ -165,6 +165,7 @@ STAGE PLANS: Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE @@ -185,6 +186,7 @@ STAGE PLANS: Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE @@ -204,6 +206,7 @@ STAGE PLANS: Statistics: Num rows: 57591150 Data size: 4462194832 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 57591150 Data size: 4462194832 Basic stats: COMPLETE Column stats: NONE @@ -224,6 +227,7 @@ STAGE PLANS: Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE @@ -243,6 +247,7 @@ STAGE PLANS: Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE @@ -262,6 +267,7 @@ STAGE PLANS: Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE @@ -282,6 +288,7 @@ STAGE PLANS: Statistics: Num rows: 287989836 Data size: 38999608952 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 287989836 Data size: 38999608952 Basic stats: COMPLETE Column stats: NONE @@ -299,6 +306,7 @@ STAGE PLANS: Statistics: Num rows: 316788826 Data size: 42899570777 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col2 (type: int), _col1 (type: int) Statistics: Num rows: 316788826 Data size: 42899570777 Basic stats: COMPLETE Column stats: NONE @@ -315,6 +323,7 @@ STAGE PLANS: Statistics: Num rows: 348467716 Data size: 47189528877 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col6 (type: int), _col7 (type: int), _col8 (type: int) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col6 (type: int), _col7 (type: int), _col8 (type: int) Statistics: Num rows: 348467716 Data size: 47189528877 Basic stats: COMPLETE Column stats: NONE @@ -331,6 +340,7 @@ STAGE PLANS: Statistics: Num rows: 63350266 Data size: 4908414421 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int), _col2 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: int), _col2 (type: int) Statistics: Num rows: 63350266 Data size: 4908414421 Basic stats: COMPLETE Column stats: NONE @@ -347,6 +357,7 @@ STAGE PLANS: Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE @@ -363,6 +374,7 @@ STAGE PLANS: Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int), _col2 (type: int), _col4 (type: int) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col1 (type: int), _col2 (type: int), _col4 (type: int) Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE @@ -398,6 +410,7 @@ STAGE PLANS: Statistics: Num rows: 843315281 Data size: 74397518956 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string) + null sort order: zzzz sort order: ++++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string) Statistics: Num rows: 843315281 Data size: 74397518956 Basic stats: COMPLETE Column stats: NONE @@ -414,6 +427,7 @@ STAGE PLANS: Statistics: Num rows: 421657640 Data size: 37198759433 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string) + null sort order: zzzz sort order: ++++ Statistics: Num rows: 421657640 Data size: 37198759433 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/perf/spark/query26.q.out ql/src/test/results/clientpositive/perf/spark/query26.q.out index 7fce7bcff9..9392b2b3a4 100644 --- ql/src/test/results/clientpositive/perf/spark/query26.q.out +++ ql/src/test/results/clientpositive/perf/spark/query26.q.out @@ -106,6 +106,7 @@ STAGE PLANS: Statistics: Num rows: 287989836 Data size: 38999608952 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 287989836 Data size: 38999608952 Basic stats: COMPLETE Column stats: NONE @@ -126,6 +127,7 @@ STAGE PLANS: Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE @@ -146,6 +148,7 @@ STAGE PLANS: Statistics: Num rows: 232725 Data size: 89648269 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 232725 Data size: 89648269 Basic stats: COMPLETE Column stats: NONE @@ -165,6 +168,7 @@ STAGE PLANS: Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE @@ -181,6 +185,7 @@ STAGE PLANS: Statistics: Num rows: 316788826 Data size: 42899570777 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 316788826 Data size: 42899570777 Basic stats: COMPLETE Column stats: NONE @@ -209,6 +214,7 @@ STAGE PLANS: Statistics: Num rows: 383314495 Data size: 51908482889 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 383314495 Data size: 51908482889 Basic stats: COMPLETE Column stats: NONE @@ -232,6 +238,7 @@ STAGE PLANS: Statistics: Num rows: 421645953 Data size: 57099332415 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 421645953 Data size: 57099332415 Basic stats: COMPLETE Column stats: NONE @@ -252,6 +259,7 @@ STAGE PLANS: Statistics: Num rows: 210822976 Data size: 28549666139 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 210822976 Data size: 28549666139 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/perf/spark/query27.q.out ql/src/test/results/clientpositive/perf/spark/query27.q.out index 25921bfcfa..fcdb528e27 100644 --- ql/src/test/results/clientpositive/perf/spark/query27.q.out +++ ql/src/test/results/clientpositive/perf/spark/query27.q.out @@ -110,6 +110,7 @@ STAGE PLANS: Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE @@ -130,6 +131,7 @@ STAGE PLANS: Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE @@ -150,6 +152,7 @@ STAGE PLANS: Statistics: Num rows: 232725 Data size: 89648269 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 232725 Data size: 89648269 Basic stats: COMPLETE Column stats: NONE @@ -169,6 +172,7 @@ STAGE PLANS: Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE @@ -185,6 +189,7 @@ STAGE PLANS: Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE @@ -213,6 +218,7 @@ STAGE PLANS: Statistics: Num rows: 766650239 Data size: 67634106676 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 766650239 Data size: 67634106676 Basic stats: COMPLETE Column stats: NONE @@ -240,6 +246,7 @@ STAGE PLANS: Statistics: Num rows: 2529945843 Data size: 223192556868 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: zza sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Statistics: Num rows: 2529945843 Data size: 223192556868 Basic stats: COMPLETE Column stats: NONE @@ -260,6 +267,7 @@ STAGE PLANS: Statistics: Num rows: 1264972921 Data size: 111596278389 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 1264972921 Data size: 111596278389 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/perf/spark/query28.q.out ql/src/test/results/clientpositive/perf/spark/query28.q.out index 882492156a..19287ebe9d 100644 --- ql/src/test/results/clientpositive/perf/spark/query28.q.out +++ ql/src/test/results/clientpositive/perf/spark/query28.q.out @@ -150,6 +150,7 @@ STAGE PLANS: Statistics: Num rows: 191998545 Data size: 16938167362 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: decimal(7,2)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: decimal(7,2)) Statistics: Num rows: 191998545 Data size: 16938167362 Basic stats: COMPLETE Column stats: NONE @@ -177,6 +178,7 @@ STAGE PLANS: Statistics: Num rows: 191998545 Data size: 16938167362 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: decimal(7,2)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: decimal(7,2)) Statistics: Num rows: 191998545 Data size: 16938167362 Basic stats: COMPLETE Column stats: NONE @@ -204,6 +206,7 @@ STAGE PLANS: Statistics: Num rows: 191998545 Data size: 16938167362 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: decimal(7,2)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: decimal(7,2)) Statistics: Num rows: 191998545 Data size: 16938167362 Basic stats: COMPLETE Column stats: NONE @@ -231,6 +234,7 @@ STAGE PLANS: Statistics: Num rows: 191998545 Data size: 16938167362 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: decimal(7,2)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: decimal(7,2)) Statistics: Num rows: 191998545 Data size: 16938167362 Basic stats: COMPLETE Column stats: NONE @@ -258,6 +262,7 @@ STAGE PLANS: Statistics: Num rows: 191998545 Data size: 16938167362 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: decimal(7,2)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: decimal(7,2)) Statistics: Num rows: 191998545 Data size: 16938167362 Basic stats: COMPLETE Column stats: NONE @@ -278,6 +283,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 232 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 232 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: decimal(17,2)), _col1 (type: bigint), _col2 (type: bigint) @@ -318,6 +324,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 232 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 232 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: decimal(17,2)), _col1 (type: bigint), _col2 (type: bigint) @@ -358,6 +365,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 232 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 232 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: decimal(17,2)), _col1 (type: bigint), _col2 (type: bigint) @@ -398,6 +406,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 232 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 232 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: decimal(17,2)), _col1 (type: bigint), _col2 (type: bigint) @@ -438,6 +447,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 232 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 232 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: decimal(17,2)), _col1 (type: bigint), _col2 (type: bigint) @@ -493,6 +503,7 @@ STAGE PLANS: Statistics: Num rows: 191998545 Data size: 16938167362 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: decimal(7,2)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: decimal(7,2)) Statistics: Num rows: 191998545 Data size: 16938167362 Basic stats: COMPLETE Column stats: NONE @@ -513,6 +524,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 232 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 232 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: decimal(17,2)), _col1 (type: bigint), _col2 (type: bigint) diff --git ql/src/test/results/clientpositive/perf/spark/query29.q.out ql/src/test/results/clientpositive/perf/spark/query29.q.out index 641568b55b..9bff243a33 100644 --- ql/src/test/results/clientpositive/perf/spark/query29.q.out +++ ql/src/test/results/clientpositive/perf/spark/query29.q.out @@ -163,6 +163,7 @@ STAGE PLANS: Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE @@ -183,6 +184,7 @@ STAGE PLANS: Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE @@ -202,6 +204,7 @@ STAGE PLANS: Statistics: Num rows: 57591150 Data size: 4462194832 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 57591150 Data size: 4462194832 Basic stats: COMPLETE Column stats: NONE @@ -222,6 +225,7 @@ STAGE PLANS: Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE @@ -241,6 +245,7 @@ STAGE PLANS: Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE @@ -260,6 +265,7 @@ STAGE PLANS: Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE @@ -280,6 +286,7 @@ STAGE PLANS: Statistics: Num rows: 287989836 Data size: 38999608952 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 287989836 Data size: 38999608952 Basic stats: COMPLETE Column stats: NONE @@ -297,6 +304,7 @@ STAGE PLANS: Statistics: Num rows: 316788826 Data size: 42899570777 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col2 (type: int), _col1 (type: int) Statistics: Num rows: 316788826 Data size: 42899570777 Basic stats: COMPLETE Column stats: NONE @@ -313,6 +321,7 @@ STAGE PLANS: Statistics: Num rows: 348467716 Data size: 47189528877 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col6 (type: int), _col7 (type: int), _col8 (type: int) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col6 (type: int), _col7 (type: int), _col8 (type: int) Statistics: Num rows: 348467716 Data size: 47189528877 Basic stats: COMPLETE Column stats: NONE @@ -329,6 +338,7 @@ STAGE PLANS: Statistics: Num rows: 63350266 Data size: 4908414421 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int), _col2 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: int), _col2 (type: int) Statistics: Num rows: 63350266 Data size: 4908414421 Basic stats: COMPLETE Column stats: NONE @@ -345,6 +355,7 @@ STAGE PLANS: Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE @@ -361,6 +372,7 @@ STAGE PLANS: Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int), _col2 (type: int), _col4 (type: int) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col1 (type: int), _col2 (type: int), _col4 (type: int) Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE @@ -396,6 +408,7 @@ STAGE PLANS: Statistics: Num rows: 843315281 Data size: 74397518956 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string) + null sort order: zzzz sort order: ++++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string) Statistics: Num rows: 843315281 Data size: 74397518956 Basic stats: COMPLETE Column stats: NONE @@ -412,6 +425,7 @@ STAGE PLANS: Statistics: Num rows: 421657640 Data size: 37198759433 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string) + null sort order: zzzz sort order: ++++ Statistics: Num rows: 421657640 Data size: 37198759433 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/perf/spark/query3.q.out ql/src/test/results/clientpositive/perf/spark/query3.q.out index 10f93a7166..2e78e6aa02 100644 --- ql/src/test/results/clientpositive/perf/spark/query3.q.out +++ ql/src/test/results/clientpositive/perf/spark/query3.q.out @@ -75,6 +75,7 @@ STAGE PLANS: Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE @@ -95,6 +96,7 @@ STAGE PLANS: Statistics: Num rows: 231000 Data size: 331780228 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 231000 Data size: 331780228 Basic stats: COMPLETE Column stats: NONE @@ -115,6 +117,7 @@ STAGE PLANS: Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE @@ -132,6 +135,7 @@ STAGE PLANS: Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE @@ -155,6 +159,7 @@ STAGE PLANS: Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int), _col2 (type: string) Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE @@ -170,6 +175,7 @@ STAGE PLANS: Statistics: Num rows: 348477374 Data size: 30742775095 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col3 (type: decimal(17,2)), _col1 (type: int) + null sort order: zzz sort order: +-+ Statistics: Num rows: 348477374 Data size: 30742775095 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/perf/spark/query30.q.out ql/src/test/results/clientpositive/perf/spark/query30.q.out index 8f3850c062..42f1d3105a 100644 --- ql/src/test/results/clientpositive/perf/spark/query30.q.out +++ ql/src/test/results/clientpositive/perf/spark/query30.q.out @@ -103,6 +103,7 @@ STAGE PLANS: Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE @@ -123,6 +124,7 @@ STAGE PLANS: Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE @@ -142,6 +144,7 @@ STAGE PLANS: Statistics: Num rows: 40000000 Data size: 40595195284 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 40000000 Data size: 40595195284 Basic stats: COMPLETE Column stats: NONE @@ -162,6 +165,7 @@ STAGE PLANS: Statistics: Num rows: 14398467 Data size: 1325194184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 14398467 Data size: 1325194184 Basic stats: COMPLETE Column stats: NONE @@ -182,6 +186,7 @@ STAGE PLANS: Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE @@ -201,6 +206,7 @@ STAGE PLANS: Statistics: Num rows: 40000000 Data size: 40595195284 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 40000000 Data size: 40595195284 Basic stats: COMPLETE Column stats: NONE @@ -221,6 +227,7 @@ STAGE PLANS: Statistics: Num rows: 20000000 Data size: 20297597642 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 20000000 Data size: 20297597642 Basic stats: COMPLETE Column stats: NONE @@ -240,6 +247,7 @@ STAGE PLANS: Statistics: Num rows: 14398467 Data size: 1325194184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 14398467 Data size: 1325194184 Basic stats: COMPLETE Column stats: NONE @@ -264,6 +272,7 @@ STAGE PLANS: Statistics: Num rows: 8066666 Data size: 8186697393 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 8066666 Data size: 8186697393 Basic stats: COMPLETE Column stats: NONE @@ -280,6 +289,7 @@ STAGE PLANS: Statistics: Num rows: 15838314 Data size: 1457713633 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 15838314 Data size: 1457713633 Basic stats: COMPLETE Column stats: NONE @@ -303,6 +313,7 @@ STAGE PLANS: Statistics: Num rows: 44000000 Data size: 44654715780 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 44000000 Data size: 44654715780 Basic stats: COMPLETE Column stats: NONE @@ -335,6 +346,7 @@ STAGE PLANS: Statistics: Num rows: 11000000 Data size: 11163678945 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 11000000 Data size: 11163678945 Basic stats: COMPLETE Column stats: NONE @@ -351,6 +363,7 @@ STAGE PLANS: Statistics: Num rows: 88000001 Data size: 75681779077 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 88000001 Data size: 75681779077 Basic stats: COMPLETE Column stats: NONE @@ -371,6 +384,7 @@ STAGE PLANS: Statistics: Num rows: 96800003 Data size: 83249958789 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: int), _col7 (type: int), _col8 (type: string), _col9 (type: string), _col10 (type: string), _col11 (type: string), _col12 (type: decimal(17,2)) + null sort order: zzzzzzzzzzzzz sort order: +++++++++++++ Statistics: Num rows: 96800003 Data size: 83249958789 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -403,6 +417,7 @@ STAGE PLANS: Statistics: Num rows: 15838314 Data size: 1457713633 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 15838314 Data size: 1457713633 Basic stats: COMPLETE Column stats: NONE @@ -426,6 +441,7 @@ STAGE PLANS: Statistics: Num rows: 44000000 Data size: 44654715780 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 44000000 Data size: 44654715780 Basic stats: COMPLETE Column stats: NONE @@ -448,6 +464,7 @@ STAGE PLANS: Statistics: Num rows: 22000000 Data size: 22327357890 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 22000000 Data size: 22327357890 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/perf/spark/query31.q.out ql/src/test/results/clientpositive/perf/spark/query31.q.out index 1e77385e7e..2c149ce52d 100644 --- ql/src/test/results/clientpositive/perf/spark/query31.q.out +++ ql/src/test/results/clientpositive/perf/spark/query31.q.out @@ -155,6 +155,7 @@ STAGE PLANS: Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE @@ -175,6 +176,7 @@ STAGE PLANS: Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE @@ -194,6 +196,7 @@ STAGE PLANS: Statistics: Num rows: 40000000 Data size: 40595195284 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 40000000 Data size: 40595195284 Basic stats: COMPLETE Column stats: NONE @@ -214,6 +217,7 @@ STAGE PLANS: Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE @@ -234,6 +238,7 @@ STAGE PLANS: Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE @@ -253,6 +258,7 @@ STAGE PLANS: Statistics: Num rows: 40000000 Data size: 40595195284 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 40000000 Data size: 40595195284 Basic stats: COMPLETE Column stats: NONE @@ -273,6 +279,7 @@ STAGE PLANS: Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE @@ -293,6 +300,7 @@ STAGE PLANS: Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE @@ -312,6 +320,7 @@ STAGE PLANS: Statistics: Num rows: 40000000 Data size: 40595195284 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 40000000 Data size: 40595195284 Basic stats: COMPLETE Column stats: NONE @@ -332,6 +341,7 @@ STAGE PLANS: Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE @@ -352,6 +362,7 @@ STAGE PLANS: Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE @@ -371,6 +382,7 @@ STAGE PLANS: Statistics: Num rows: 40000000 Data size: 40595195284 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 40000000 Data size: 40595195284 Basic stats: COMPLETE Column stats: NONE @@ -391,6 +403,7 @@ STAGE PLANS: Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE @@ -411,6 +424,7 @@ STAGE PLANS: Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE @@ -430,6 +444,7 @@ STAGE PLANS: Statistics: Num rows: 40000000 Data size: 40595195284 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 40000000 Data size: 40595195284 Basic stats: COMPLETE Column stats: NONE @@ -450,6 +465,7 @@ STAGE PLANS: Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE @@ -469,6 +485,7 @@ STAGE PLANS: Statistics: Num rows: 40000000 Data size: 40595195284 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 40000000 Data size: 40595195284 Basic stats: COMPLETE Column stats: NONE @@ -489,6 +506,7 @@ STAGE PLANS: Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE @@ -513,6 +531,7 @@ STAGE PLANS: Statistics: Num rows: 174243235 Data size: 23692040863 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 174243235 Data size: 23692040863 Basic stats: COMPLETE Column stats: NONE @@ -528,6 +547,7 @@ STAGE PLANS: Statistics: Num rows: 87121617 Data size: 11846020363 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 87121617 Data size: 11846020363 Basic stats: COMPLETE Column stats: NONE @@ -544,6 +564,7 @@ STAGE PLANS: Statistics: Num rows: 158402938 Data size: 21538218500 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 158402938 Data size: 21538218500 Basic stats: COMPLETE Column stats: NONE @@ -567,6 +588,7 @@ STAGE PLANS: Statistics: Num rows: 174243235 Data size: 23692040863 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 174243235 Data size: 23692040863 Basic stats: COMPLETE Column stats: NONE @@ -586,6 +608,7 @@ STAGE PLANS: Statistics: Num rows: 87121617 Data size: 11846020363 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 87121617 Data size: 11846020363 Basic stats: COMPLETE Column stats: NONE @@ -602,6 +625,7 @@ STAGE PLANS: Statistics: Num rows: 158402938 Data size: 21538218500 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 158402938 Data size: 21538218500 Basic stats: COMPLETE Column stats: NONE @@ -618,6 +642,7 @@ STAGE PLANS: Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE @@ -641,6 +666,7 @@ STAGE PLANS: Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE @@ -656,6 +682,7 @@ STAGE PLANS: Statistics: Num rows: 348477374 Data size: 30742775095 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 348477374 Data size: 30742775095 Basic stats: COMPLETE Column stats: NONE @@ -674,6 +701,7 @@ STAGE PLANS: Statistics: Num rows: 766650239 Data size: 67634106674 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 766650239 Data size: 67634106674 Basic stats: COMPLETE Column stats: NONE @@ -690,6 +718,7 @@ STAGE PLANS: Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE @@ -713,6 +742,7 @@ STAGE PLANS: Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE @@ -736,6 +766,7 @@ STAGE PLANS: Statistics: Num rows: 174243235 Data size: 23692040863 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 174243235 Data size: 23692040863 Basic stats: COMPLETE Column stats: NONE @@ -751,6 +782,7 @@ STAGE PLANS: Statistics: Num rows: 348477374 Data size: 30742775095 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 348477374 Data size: 30742775095 Basic stats: COMPLETE Column stats: NONE @@ -767,6 +799,7 @@ STAGE PLANS: Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE @@ -790,6 +823,7 @@ STAGE PLANS: Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE @@ -805,6 +839,7 @@ STAGE PLANS: Statistics: Num rows: 348477374 Data size: 30742775095 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 348477374 Data size: 30742775095 Basic stats: COMPLETE Column stats: NONE @@ -824,6 +859,7 @@ STAGE PLANS: Statistics: Num rows: 87121617 Data size: 11846020363 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 87121617 Data size: 11846020363 Basic stats: COMPLETE Column stats: NONE @@ -868,6 +904,7 @@ STAGE PLANS: Statistics: Num rows: 158402938 Data size: 21538218500 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 158402938 Data size: 21538218500 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/perf/spark/query32.q.out ql/src/test/results/clientpositive/perf/spark/query32.q.out index 19b7b056ae..f9663046a1 100644 --- ql/src/test/results/clientpositive/perf/spark/query32.q.out +++ ql/src/test/results/clientpositive/perf/spark/query32.q.out @@ -141,6 +141,7 @@ STAGE PLANS: Statistics: Num rows: 287989836 Data size: 38999608952 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 287989836 Data size: 38999608952 Basic stats: COMPLETE Column stats: NONE @@ -161,6 +162,7 @@ STAGE PLANS: Statistics: Num rows: 231000 Data size: 331780228 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 231000 Data size: 331780228 Basic stats: COMPLETE Column stats: NONE @@ -197,6 +199,7 @@ STAGE PLANS: Statistics: Num rows: 316788826 Data size: 42899570777 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 316788826 Data size: 42899570777 Basic stats: COMPLETE Column stats: NONE @@ -228,6 +231,7 @@ STAGE PLANS: Statistics: Num rows: 348467716 Data size: 47189528877 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: int) Statistics: Num rows: 348467716 Data size: 47189528877 Basic stats: COMPLETE Column stats: NONE @@ -256,6 +260,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 112 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 112 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: decimal(17,2)) @@ -292,6 +297,7 @@ STAGE PLANS: Statistics: Num rows: 158394413 Data size: 21449785388 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 158394413 Data size: 21449785388 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/perf/spark/query33.q.out ql/src/test/results/clientpositive/perf/spark/query33.q.out index 4e1ccdd677..4c488c6db9 100644 --- ql/src/test/results/clientpositive/perf/spark/query33.q.out +++ ql/src/test/results/clientpositive/perf/spark/query33.q.out @@ -203,6 +203,7 @@ STAGE PLANS: Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE @@ -223,6 +224,7 @@ STAGE PLANS: Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE @@ -242,6 +244,7 @@ STAGE PLANS: Statistics: Num rows: 20000000 Data size: 20297597642 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 20000000 Data size: 20297597642 Basic stats: COMPLETE Column stats: NONE @@ -267,6 +270,7 @@ STAGE PLANS: Statistics: Num rows: 231000 Data size: 331780228 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 231000 Data size: 331780228 Basic stats: COMPLETE Column stats: NONE @@ -286,6 +290,7 @@ STAGE PLANS: Statistics: Num rows: 287989836 Data size: 38999608952 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 287989836 Data size: 38999608952 Basic stats: COMPLETE Column stats: NONE @@ -306,6 +311,7 @@ STAGE PLANS: Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE @@ -326,6 +332,7 @@ STAGE PLANS: Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE @@ -346,6 +353,7 @@ STAGE PLANS: Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE @@ -365,6 +373,7 @@ STAGE PLANS: Statistics: Num rows: 20000000 Data size: 20297597642 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 20000000 Data size: 20297597642 Basic stats: COMPLETE Column stats: NONE @@ -384,6 +393,7 @@ STAGE PLANS: Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE @@ -401,6 +411,7 @@ STAGE PLANS: Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE @@ -421,6 +432,7 @@ STAGE PLANS: Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE @@ -437,6 +449,7 @@ STAGE PLANS: Statistics: Num rows: 508200 Data size: 729916518 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 508200 Data size: 729916518 Basic stats: COMPLETE Column stats: NONE @@ -460,6 +473,7 @@ STAGE PLANS: Statistics: Num rows: 383314495 Data size: 51908482889 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 383314495 Data size: 51908482889 Basic stats: COMPLETE Column stats: NONE @@ -482,6 +496,7 @@ STAGE PLANS: Statistics: Num rows: 670816147 Data size: 72801917426 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 670816147 Data size: 72801917426 Basic stats: COMPLETE Column stats: NONE @@ -496,6 +511,7 @@ STAGE PLANS: Statistics: Num rows: 115500 Data size: 165890114 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 115500 Data size: 165890114 Basic stats: COMPLETE Column stats: NONE @@ -511,6 +527,7 @@ STAGE PLANS: Statistics: Num rows: 316788826 Data size: 42899570777 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 316788826 Data size: 42899570777 Basic stats: COMPLETE Column stats: NONE @@ -531,6 +548,7 @@ STAGE PLANS: Statistics: Num rows: 348467716 Data size: 47189528877 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: int) Statistics: Num rows: 348467716 Data size: 47189528877 Basic stats: COMPLETE Column stats: NONE @@ -547,6 +565,7 @@ STAGE PLANS: Statistics: Num rows: 508200 Data size: 729916518 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 508200 Data size: 729916518 Basic stats: COMPLETE Column stats: NONE @@ -570,6 +589,7 @@ STAGE PLANS: Statistics: Num rows: 191667562 Data size: 26061245514 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 191667562 Data size: 26061245514 Basic stats: COMPLETE Column stats: NONE @@ -592,6 +612,7 @@ STAGE PLANS: Statistics: Num rows: 670816147 Data size: 72801917426 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 670816147 Data size: 72801917426 Basic stats: COMPLETE Column stats: NONE @@ -615,6 +636,7 @@ STAGE PLANS: Statistics: Num rows: 766650239 Data size: 67634106676 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 766650239 Data size: 67634106676 Basic stats: COMPLETE Column stats: NONE @@ -629,6 +651,7 @@ STAGE PLANS: Statistics: Num rows: 115500 Data size: 165890114 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 115500 Data size: 165890114 Basic stats: COMPLETE Column stats: NONE @@ -644,6 +667,7 @@ STAGE PLANS: Statistics: Num rows: 158402938 Data size: 21538218500 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 158402938 Data size: 21538218500 Basic stats: COMPLETE Column stats: NONE @@ -664,6 +688,7 @@ STAGE PLANS: Statistics: Num rows: 174243235 Data size: 23692040863 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 174243235 Data size: 23692040863 Basic stats: COMPLETE Column stats: NONE @@ -686,6 +711,7 @@ STAGE PLANS: Statistics: Num rows: 670816147 Data size: 72801917426 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 670816147 Data size: 72801917426 Basic stats: COMPLETE Column stats: NONE @@ -701,6 +727,7 @@ STAGE PLANS: Statistics: Num rows: 335408073 Data size: 36400958658 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: decimal(27,2)) + null sort order: z sort order: + Statistics: Num rows: 335408073 Data size: 36400958658 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/perf/spark/query34.q.out ql/src/test/results/clientpositive/perf/spark/query34.q.out index 9da4ebec72..f6081eca3f 100644 --- ql/src/test/results/clientpositive/perf/spark/query34.q.out +++ ql/src/test/results/clientpositive/perf/spark/query34.q.out @@ -144,6 +144,7 @@ STAGE PLANS: Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE @@ -164,6 +165,7 @@ STAGE PLANS: Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE @@ -209,6 +211,7 @@ STAGE PLANS: Statistics: Num rows: 766650239 Data size: 67634106676 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 766650239 Data size: 67634106676 Basic stats: COMPLETE Column stats: NONE @@ -271,6 +274,7 @@ STAGE PLANS: Statistics: Num rows: 88000001 Data size: 75681779077 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string) + null sort order: zzzz sort order: +++- Statistics: Num rows: 88000001 Data size: 75681779077 Basic stats: COMPLETE Column stats: NONE value expressions: _col4 (type: int), _col5 (type: bigint) diff --git ql/src/test/results/clientpositive/perf/spark/query35.q.out ql/src/test/results/clientpositive/perf/spark/query35.q.out index 2ff720bb4d..0c2092d376 100644 --- ql/src/test/results/clientpositive/perf/spark/query35.q.out +++ ql/src/test/results/clientpositive/perf/spark/query35.q.out @@ -161,6 +161,7 @@ STAGE PLANS: Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE @@ -181,6 +182,7 @@ STAGE PLANS: Statistics: Num rows: 12174 Data size: 13622706 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 12174 Data size: 13622706 Basic stats: COMPLETE Column stats: NONE @@ -200,6 +202,7 @@ STAGE PLANS: Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE @@ -220,6 +223,7 @@ STAGE PLANS: Statistics: Num rows: 12174 Data size: 13622706 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 12174 Data size: 13622706 Basic stats: COMPLETE Column stats: NONE @@ -239,6 +243,7 @@ STAGE PLANS: Statistics: Num rows: 287989836 Data size: 38999608952 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 287989836 Data size: 38999608952 Basic stats: COMPLETE Column stats: NONE @@ -259,6 +264,7 @@ STAGE PLANS: Statistics: Num rows: 12174 Data size: 13622706 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 12174 Data size: 13622706 Basic stats: COMPLETE Column stats: NONE @@ -278,6 +284,7 @@ STAGE PLANS: Statistics: Num rows: 1861800 Data size: 717186159 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1861800 Data size: 717186159 Basic stats: COMPLETE Column stats: NONE @@ -298,6 +305,7 @@ STAGE PLANS: Statistics: Num rows: 40000000 Data size: 40595195284 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 40000000 Data size: 40595195284 Basic stats: COMPLETE Column stats: NONE @@ -318,6 +326,7 @@ STAGE PLANS: Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE @@ -345,6 +354,7 @@ STAGE PLANS: Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE @@ -366,6 +376,7 @@ STAGE PLANS: Statistics: Num rows: 158402938 Data size: 21538218500 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 158402938 Data size: 21538218500 Basic stats: COMPLETE Column stats: NONE @@ -383,6 +394,7 @@ STAGE PLANS: Statistics: Num rows: 79201469 Data size: 10769109250 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 79201469 Data size: 10769109250 Basic stats: COMPLETE Column stats: NONE @@ -405,6 +417,7 @@ STAGE PLANS: Statistics: Num rows: 316788826 Data size: 42899570777 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 316788826 Data size: 42899570777 Basic stats: COMPLETE Column stats: NONE @@ -422,6 +435,7 @@ STAGE PLANS: Statistics: Num rows: 158394413 Data size: 21449785388 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 158394413 Data size: 21449785388 Basic stats: COMPLETE Column stats: NONE @@ -438,6 +452,7 @@ STAGE PLANS: Statistics: Num rows: 88000001 Data size: 75681779077 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 88000001 Data size: 75681779077 Basic stats: COMPLETE Column stats: NONE @@ -458,6 +473,7 @@ STAGE PLANS: Statistics: Num rows: 96800003 Data size: 83249958789 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 96800003 Data size: 83249958789 Basic stats: COMPLETE Column stats: NONE @@ -492,6 +508,7 @@ STAGE PLANS: Statistics: Num rows: 2090864244 Data size: 184456650574 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: int), _col4 (type: int), _col5 (type: int) + null sort order: zzzzzz sort order: ++++++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: int), _col4 (type: int), _col5 (type: int) Statistics: Num rows: 2090864244 Data size: 184456650574 Basic stats: COMPLETE Column stats: NONE @@ -512,6 +529,7 @@ STAGE PLANS: Statistics: Num rows: 1045432122 Data size: 92228325287 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col17 (type: int), _col7 (type: int), _col12 (type: int) + null sort order: zzzzzz sort order: ++++++ Statistics: Num rows: 1045432122 Data size: 92228325287 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/perf/spark/query36.q.out ql/src/test/results/clientpositive/perf/spark/query36.q.out index 1e65e79b8c..0f6bfc20e9 100644 --- ql/src/test/results/clientpositive/perf/spark/query36.q.out +++ ql/src/test/results/clientpositive/perf/spark/query36.q.out @@ -122,6 +122,7 @@ STAGE PLANS: Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE @@ -142,6 +143,7 @@ STAGE PLANS: Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE @@ -161,6 +163,7 @@ STAGE PLANS: Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE @@ -190,6 +193,7 @@ STAGE PLANS: Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE @@ -217,6 +221,7 @@ STAGE PLANS: Statistics: Num rows: 2299950717 Data size: 202902320028 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Statistics: Num rows: 2299950717 Data size: 202902320028 Basic stats: COMPLETE Column stats: NONE @@ -236,6 +241,7 @@ STAGE PLANS: Statistics: Num rows: 1149975358 Data size: 101451159969 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: (grouping(_col4, 1L) + grouping(_col4, 0L)) (type: bigint), CASE WHEN ((grouping(_col4, 0L) = UDFToLong(0))) THEN (_col0) ELSE (CAST( null AS STRING)) END (type: string), (_col2 / _col3) (type: decimal(37,20)) + null sort order: aaz sort order: +++ Map-reduce partition columns: (grouping(_col4, 1L) + grouping(_col4, 0L)) (type: bigint), CASE WHEN ((grouping(_col4, 0L) = UDFToLong(0))) THEN (_col0) ELSE (CAST( null AS STRING)) END (type: string) Statistics: Num rows: 1149975358 Data size: 101451159969 Basic stats: COMPLETE Column stats: NONE @@ -274,6 +280,7 @@ STAGE PLANS: Statistics: Num rows: 1149975358 Data size: 101451159969 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: bigint), _col5 (type: string), _col4 (type: int) + null sort order: zzz sort order: -++ Statistics: Num rows: 1149975358 Data size: 101451159969 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/perf/spark/query37.q.out ql/src/test/results/clientpositive/perf/spark/query37.q.out index b5408d8d05..4fcee7c0b3 100644 --- ql/src/test/results/clientpositive/perf/spark/query37.q.out +++ ql/src/test/results/clientpositive/perf/spark/query37.q.out @@ -94,6 +94,7 @@ STAGE PLANS: Statistics: Num rows: 287989836 Data size: 38999608952 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 287989836 Data size: 38999608952 Basic stats: COMPLETE Column stats: NONE @@ -113,6 +114,7 @@ STAGE PLANS: Statistics: Num rows: 51333 Data size: 73728460 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 51333 Data size: 73728460 Basic stats: COMPLETE Column stats: NONE @@ -143,6 +145,7 @@ STAGE PLANS: Statistics: Num rows: 4593600 Data size: 72578135 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 4593600 Data size: 72578135 Basic stats: COMPLETE Column stats: NONE @@ -169,6 +172,7 @@ STAGE PLANS: Statistics: Num rows: 633577652 Data size: 85799141554 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: decimal(7,2)) + null sort order: zaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: decimal(7,2)) Statistics: Num rows: 633577652 Data size: 85799141554 Basic stats: COMPLETE Column stats: NONE @@ -183,6 +187,7 @@ STAGE PLANS: Statistics: Num rows: 316788826 Data size: 42899570777 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 316788826 Data size: 42899570777 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/perf/spark/query38.q.out ql/src/test/results/clientpositive/perf/spark/query38.q.out index 8f8de6fce2..e879a72f21 100644 --- ql/src/test/results/clientpositive/perf/spark/query38.q.out +++ ql/src/test/results/clientpositive/perf/spark/query38.q.out @@ -90,6 +90,7 @@ STAGE PLANS: Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE @@ -110,6 +111,7 @@ STAGE PLANS: Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE @@ -130,6 +132,7 @@ STAGE PLANS: Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE @@ -150,6 +153,7 @@ STAGE PLANS: Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE @@ -170,6 +174,7 @@ STAGE PLANS: Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE @@ -190,6 +195,7 @@ STAGE PLANS: Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE @@ -210,6 +216,7 @@ STAGE PLANS: Statistics: Num rows: 287989836 Data size: 38999608952 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 287989836 Data size: 38999608952 Basic stats: COMPLETE Column stats: NONE @@ -227,6 +234,7 @@ STAGE PLANS: Statistics: Num rows: 316788826 Data size: 42899570777 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 316788826 Data size: 42899570777 Basic stats: COMPLETE Column stats: NONE @@ -249,6 +257,7 @@ STAGE PLANS: Statistics: Num rows: 348467716 Data size: 47189528877 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: string) Statistics: Num rows: 348467716 Data size: 47189528877 Basic stats: COMPLETE Column stats: NONE @@ -279,6 +288,7 @@ STAGE PLANS: Statistics: Num rows: 304916424 Data size: 33091779879 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: string) Statistics: Num rows: 304916424 Data size: 33091779879 Basic stats: COMPLETE Column stats: NONE @@ -295,6 +305,7 @@ STAGE PLANS: Statistics: Num rows: 158402938 Data size: 21538218500 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 158402938 Data size: 21538218500 Basic stats: COMPLETE Column stats: NONE @@ -317,6 +328,7 @@ STAGE PLANS: Statistics: Num rows: 174243235 Data size: 23692040863 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: string) Statistics: Num rows: 174243235 Data size: 23692040863 Basic stats: COMPLETE Column stats: NONE @@ -347,6 +359,7 @@ STAGE PLANS: Statistics: Num rows: 304916424 Data size: 33091779879 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: string) Statistics: Num rows: 304916424 Data size: 33091779879 Basic stats: COMPLETE Column stats: NONE @@ -363,6 +376,7 @@ STAGE PLANS: Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE @@ -385,6 +399,7 @@ STAGE PLANS: Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: string) Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE @@ -415,6 +430,7 @@ STAGE PLANS: Statistics: Num rows: 304916424 Data size: 33091779879 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: string) Statistics: Num rows: 304916424 Data size: 33091779879 Basic stats: COMPLETE Column stats: NONE @@ -444,6 +460,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/perf/spark/query39.q.out ql/src/test/results/clientpositive/perf/spark/query39.q.out index bb6451bcec..9b1fb94e91 100644 --- ql/src/test/results/clientpositive/perf/spark/query39.q.out +++ ql/src/test/results/clientpositive/perf/spark/query39.q.out @@ -145,6 +145,7 @@ STAGE PLANS: Statistics: Num rows: 37584000 Data size: 593821104 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 37584000 Data size: 593821104 Basic stats: COMPLETE Column stats: NONE @@ -165,6 +166,7 @@ STAGE PLANS: Statistics: Num rows: 37584000 Data size: 593821104 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 37584000 Data size: 593821104 Basic stats: COMPLETE Column stats: NONE @@ -185,6 +187,7 @@ STAGE PLANS: Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE @@ -204,6 +207,7 @@ STAGE PLANS: Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE @@ -223,6 +227,7 @@ STAGE PLANS: Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE @@ -242,6 +247,7 @@ STAGE PLANS: Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE @@ -258,6 +264,7 @@ STAGE PLANS: Statistics: Num rows: 41342400 Data size: 653203228 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 41342400 Data size: 653203228 Basic stats: COMPLETE Column stats: NONE @@ -297,6 +304,7 @@ STAGE PLANS: Statistics: Num rows: 50024305 Data size: 790375939 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int), _col2 (type: string) Statistics: Num rows: 50024305 Data size: 790375939 Basic stats: COMPLETE Column stats: NONE @@ -323,6 +331,7 @@ STAGE PLANS: Statistics: Num rows: 12506076 Data size: 197593980 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 12506076 Data size: 197593980 Basic stats: COMPLETE Column stats: NONE @@ -339,6 +348,7 @@ STAGE PLANS: Statistics: Num rows: 41342400 Data size: 653203228 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 41342400 Data size: 653203228 Basic stats: COMPLETE Column stats: NONE @@ -378,6 +388,7 @@ STAGE PLANS: Statistics: Num rows: 50024305 Data size: 790375939 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int), _col2 (type: string) Statistics: Num rows: 50024305 Data size: 790375939 Basic stats: COMPLETE Column stats: NONE @@ -404,6 +415,7 @@ STAGE PLANS: Statistics: Num rows: 12506076 Data size: 197593980 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 12506076 Data size: 197593980 Basic stats: COMPLETE Column stats: NONE @@ -420,6 +432,7 @@ STAGE PLANS: Statistics: Num rows: 13756683 Data size: 217353382 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: double), _col3 (type: double), _col6 (type: double), _col7 (type: double) + null sort order: zzzzzz sort order: ++++++ Statistics: Num rows: 13756683 Data size: 217353382 Basic stats: COMPLETE Column stats: NONE value expressions: _col4 (type: int), _col5 (type: int) diff --git ql/src/test/results/clientpositive/perf/spark/query4.q.out ql/src/test/results/clientpositive/perf/spark/query4.q.out index c9ac6f1641..ab0aa63af6 100644 --- ql/src/test/results/clientpositive/perf/spark/query4.q.out +++ ql/src/test/results/clientpositive/perf/spark/query4.q.out @@ -271,6 +271,7 @@ STAGE PLANS: Statistics: Num rows: 287989836 Data size: 38999608952 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 287989836 Data size: 38999608952 Basic stats: COMPLETE Column stats: NONE @@ -291,6 +292,7 @@ STAGE PLANS: Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE @@ -310,6 +312,7 @@ STAGE PLANS: Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE @@ -330,6 +333,7 @@ STAGE PLANS: Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE @@ -350,6 +354,7 @@ STAGE PLANS: Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE @@ -369,6 +374,7 @@ STAGE PLANS: Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE @@ -389,6 +395,7 @@ STAGE PLANS: Statistics: Num rows: 287989836 Data size: 38999608952 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 287989836 Data size: 38999608952 Basic stats: COMPLETE Column stats: NONE @@ -409,6 +416,7 @@ STAGE PLANS: Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE @@ -428,6 +436,7 @@ STAGE PLANS: Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE @@ -448,6 +457,7 @@ STAGE PLANS: Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE @@ -468,6 +478,7 @@ STAGE PLANS: Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE @@ -487,6 +498,7 @@ STAGE PLANS: Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE @@ -507,6 +519,7 @@ STAGE PLANS: Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE @@ -527,6 +540,7 @@ STAGE PLANS: Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE @@ -546,6 +560,7 @@ STAGE PLANS: Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE @@ -566,6 +581,7 @@ STAGE PLANS: Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE @@ -585,6 +601,7 @@ STAGE PLANS: Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE @@ -605,6 +622,7 @@ STAGE PLANS: Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE @@ -622,6 +640,7 @@ STAGE PLANS: Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE @@ -645,6 +664,7 @@ STAGE PLANS: Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string), _col6 (type: string) + null sort order: aaaaaaa sort order: +++++++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string), _col6 (type: string) Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE @@ -671,6 +691,7 @@ STAGE PLANS: Statistics: Num rows: 116159124 Data size: 10247591639 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 116159124 Data size: 10247591639 Basic stats: COMPLETE Column stats: NONE @@ -687,6 +708,7 @@ STAGE PLANS: Statistics: Num rows: 158402938 Data size: 21538218500 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 158402938 Data size: 21538218500 Basic stats: COMPLETE Column stats: NONE @@ -710,6 +732,7 @@ STAGE PLANS: Statistics: Num rows: 174243235 Data size: 23692040863 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string), _col6 (type: string) + null sort order: aaaaaaa sort order: +++++++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string), _col6 (type: string) Statistics: Num rows: 174243235 Data size: 23692040863 Basic stats: COMPLETE Column stats: NONE @@ -729,6 +752,7 @@ STAGE PLANS: Statistics: Num rows: 87121617 Data size: 11846020363 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 87121617 Data size: 11846020363 Basic stats: COMPLETE Column stats: NONE @@ -745,6 +769,7 @@ STAGE PLANS: Statistics: Num rows: 316788826 Data size: 42899570777 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 316788826 Data size: 42899570777 Basic stats: COMPLETE Column stats: NONE @@ -761,6 +786,7 @@ STAGE PLANS: Statistics: Num rows: 316788826 Data size: 42899570777 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 316788826 Data size: 42899570777 Basic stats: COMPLETE Column stats: NONE @@ -784,6 +810,7 @@ STAGE PLANS: Statistics: Num rows: 348467716 Data size: 47189528877 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string), _col6 (type: string) + null sort order: aaaaaaa sort order: +++++++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string), _col6 (type: string) Statistics: Num rows: 348467716 Data size: 47189528877 Basic stats: COMPLETE Column stats: NONE @@ -810,6 +837,7 @@ STAGE PLANS: Statistics: Num rows: 58077952 Data size: 7864921389 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 58077952 Data size: 7864921389 Basic stats: COMPLETE Column stats: NONE @@ -826,6 +854,7 @@ STAGE PLANS: Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE @@ -849,6 +878,7 @@ STAGE PLANS: Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string), _col6 (type: string) + null sort order: aaaaaaa sort order: +++++++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string), _col6 (type: string) Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE @@ -872,6 +902,7 @@ STAGE PLANS: Statistics: Num rows: 348467716 Data size: 47189528877 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string), _col6 (type: string) + null sort order: aaaaaaa sort order: +++++++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string), _col6 (type: string) Statistics: Num rows: 348467716 Data size: 47189528877 Basic stats: COMPLETE Column stats: NONE @@ -891,6 +922,7 @@ STAGE PLANS: Statistics: Num rows: 348477374 Data size: 30742775095 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 348477374 Data size: 30742775095 Basic stats: COMPLETE Column stats: NONE @@ -907,6 +939,7 @@ STAGE PLANS: Statistics: Num rows: 158402938 Data size: 21538218500 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 158402938 Data size: 21538218500 Basic stats: COMPLETE Column stats: NONE @@ -930,6 +963,7 @@ STAGE PLANS: Statistics: Num rows: 174243235 Data size: 23692040863 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string), _col6 (type: string) + null sort order: aaaaaaa sort order: +++++++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string), _col6 (type: string) Statistics: Num rows: 174243235 Data size: 23692040863 Basic stats: COMPLETE Column stats: NONE @@ -956,6 +990,7 @@ STAGE PLANS: Statistics: Num rows: 29040539 Data size: 3948673454 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 29040539 Data size: 3948673454 Basic stats: COMPLETE Column stats: NONE @@ -975,6 +1010,7 @@ STAGE PLANS: Statistics: Num rows: 174233858 Data size: 23594764438 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 174233858 Data size: 23594764438 Basic stats: COMPLETE Column stats: NONE @@ -1006,6 +1042,7 @@ STAGE PLANS: Statistics: Num rows: 479156399 Data size: 42271316627 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 479156399 Data size: 42271316627 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/perf/spark/query40.q.out ql/src/test/results/clientpositive/perf/spark/query40.q.out index 9488fdd574..fa60f4a0cf 100644 --- ql/src/test/results/clientpositive/perf/spark/query40.q.out +++ ql/src/test/results/clientpositive/perf/spark/query40.q.out @@ -139,6 +139,7 @@ STAGE PLANS: Statistics: Num rows: 287989836 Data size: 38999608952 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int), _col3 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col2 (type: int), _col3 (type: int) Statistics: Num rows: 287989836 Data size: 38999608952 Basic stats: COMPLETE Column stats: NONE @@ -159,6 +160,7 @@ STAGE PLANS: Statistics: Num rows: 28798881 Data size: 3057234680 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 28798881 Data size: 3057234680 Basic stats: COMPLETE Column stats: NONE @@ -179,6 +181,7 @@ STAGE PLANS: Statistics: Num rows: 51333 Data size: 73728460 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 51333 Data size: 73728460 Basic stats: COMPLETE Column stats: NONE @@ -196,6 +199,7 @@ STAGE PLANS: Statistics: Num rows: 316788826 Data size: 42899570777 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 316788826 Data size: 42899570777 Basic stats: COMPLETE Column stats: NONE @@ -245,6 +249,7 @@ STAGE PLANS: Statistics: Num rows: 421645953 Data size: 57099332415 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 421645953 Data size: 57099332415 Basic stats: COMPLETE Column stats: NONE @@ -261,6 +266,7 @@ STAGE PLANS: Statistics: Num rows: 210822976 Data size: 28549666139 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 210822976 Data size: 28549666139 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/perf/spark/query42.q.out ql/src/test/results/clientpositive/perf/spark/query42.q.out index 141c42039b..99dd004d63 100644 --- ql/src/test/results/clientpositive/perf/spark/query42.q.out +++ ql/src/test/results/clientpositive/perf/spark/query42.q.out @@ -77,6 +77,7 @@ STAGE PLANS: Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE @@ -97,6 +98,7 @@ STAGE PLANS: Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE @@ -116,6 +118,7 @@ STAGE PLANS: Statistics: Num rows: 231000 Data size: 331780228 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 231000 Data size: 331780228 Basic stats: COMPLETE Column stats: NONE @@ -133,6 +136,7 @@ STAGE PLANS: Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE @@ -156,6 +160,7 @@ STAGE PLANS: Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string) Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE @@ -175,6 +180,7 @@ STAGE PLANS: Statistics: Num rows: 348477374 Data size: 30742775095 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: decimal(17,2)), _col0 (type: int), _col1 (type: string) + null sort order: zzz sort order: -++ Statistics: Num rows: 348477374 Data size: 30742775095 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/perf/spark/query43.q.out ql/src/test/results/clientpositive/perf/spark/query43.q.out index d192f36f9b..80d54d2d65 100644 --- ql/src/test/results/clientpositive/perf/spark/query43.q.out +++ ql/src/test/results/clientpositive/perf/spark/query43.q.out @@ -96,6 +96,7 @@ STAGE PLANS: Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE @@ -116,6 +117,7 @@ STAGE PLANS: Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE @@ -156,6 +158,7 @@ STAGE PLANS: Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE @@ -172,6 +175,7 @@ STAGE PLANS: Statistics: Num rows: 348477374 Data size: 30742775095 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: decimal(17,2)), _col3 (type: decimal(17,2)), _col4 (type: decimal(17,2)), _col5 (type: decimal(17,2)), _col6 (type: decimal(17,2)), _col7 (type: decimal(17,2)), _col8 (type: decimal(17,2)) + null sort order: zzzzzzzzz sort order: +++++++++ Statistics: Num rows: 348477374 Data size: 30742775095 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/perf/spark/query44.q.out ql/src/test/results/clientpositive/perf/spark/query44.q.out index 38d9f77bde..d15bdadaf9 100644 --- ql/src/test/results/clientpositive/perf/spark/query44.q.out +++ ql/src/test/results/clientpositive/perf/spark/query44.q.out @@ -120,6 +120,7 @@ STAGE PLANS: Statistics: Num rows: 287997817 Data size: 25407250999 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 287997817 Data size: 25407250999 Basic stats: COMPLETE Column stats: NONE @@ -144,6 +145,7 @@ STAGE PLANS: Statistics: Num rows: 143998908 Data size: 12703625455 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Statistics: Num rows: 143998908 Data size: 12703625455 Basic stats: COMPLETE Column stats: NONE @@ -170,6 +172,7 @@ STAGE PLANS: Statistics: Num rows: 143998908 Data size: 12703625455 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Statistics: Num rows: 143998908 Data size: 12703625455 Basic stats: COMPLETE Column stats: NONE @@ -190,6 +193,7 @@ STAGE PLANS: Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE @@ -210,6 +214,7 @@ STAGE PLANS: Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE @@ -236,6 +241,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 71999454 Data size: 6351812727 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 71999454 Data size: 6351812727 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: decimal(38,22)) @@ -256,6 +262,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -273,6 +280,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reducer 15 @@ -292,6 +300,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 143998908 Data size: 12703625455 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 143998908 Data size: 12703625455 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: decimal(37,22)) @@ -312,6 +321,7 @@ STAGE PLANS: Statistics: Num rows: 3455947584198744 Data size: 640872925954123264 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: 0 (type: int), _col1 (type: decimal(37,22)) + null sort order: az sort order: +- Map-reduce partition columns: 0 (type: int) Statistics: Num rows: 3455947584198744 Data size: 640872925954123264 Basic stats: COMPLETE Column stats: NONE @@ -354,6 +364,7 @@ STAGE PLANS: Statistics: Num rows: 1151982528066248 Data size: 213624308651374400 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 1151982528066248 Data size: 213624308651374400 Basic stats: COMPLETE Column stats: NONE @@ -379,6 +390,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 71999454 Data size: 6351812727 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 71999454 Data size: 6351812727 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: decimal(38,22)) @@ -399,6 +411,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 143998908 Data size: 12703625455 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 143998908 Data size: 12703625455 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: decimal(37,22)) @@ -419,6 +432,7 @@ STAGE PLANS: Statistics: Num rows: 3455947584198744 Data size: 640872925954123264 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: 0 (type: int), _col1 (type: decimal(37,22)) + null sort order: az sort order: ++ Map-reduce partition columns: 0 (type: int) Statistics: Num rows: 3455947584198744 Data size: 640872925954123264 Basic stats: COMPLETE Column stats: NONE @@ -461,6 +475,7 @@ STAGE PLANS: Statistics: Num rows: 1151982528066248 Data size: 213624308651374400 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 1151982528066248 Data size: 213624308651374400 Basic stats: COMPLETE Column stats: NONE @@ -477,6 +492,7 @@ STAGE PLANS: Statistics: Num rows: 1267180808338276 Data size: 234986744609712256 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1267180808338276 Data size: 234986744609712256 Basic stats: COMPLETE Column stats: NONE @@ -493,6 +509,7 @@ STAGE PLANS: Statistics: Num rows: 1393898919384048 Data size: 258485424673204064 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 1393898919384048 Data size: 258485424673204064 Basic stats: COMPLETE Column stats: NONE @@ -513,6 +530,7 @@ STAGE PLANS: Statistics: Num rows: 1533288844555592 Data size: 284333973303297248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 1533288844555592 Data size: 284333973303297248 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/perf/spark/query45.q.out ql/src/test/results/clientpositive/perf/spark/query45.q.out index b530804b70..c15d2a4539 100644 --- ql/src/test/results/clientpositive/perf/spark/query45.q.out +++ ql/src/test/results/clientpositive/perf/spark/query45.q.out @@ -79,6 +79,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -136,6 +137,7 @@ STAGE PLANS: Statistics: Num rows: 40000000 Data size: 40955195284 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 40000000 Data size: 40955195284 Basic stats: COMPLETE Column stats: NONE @@ -164,6 +166,7 @@ STAGE PLANS: Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE @@ -183,6 +186,7 @@ STAGE PLANS: Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE @@ -203,6 +207,7 @@ STAGE PLANS: Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE @@ -222,6 +227,7 @@ STAGE PLANS: Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE @@ -242,6 +248,7 @@ STAGE PLANS: Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE @@ -261,6 +268,7 @@ STAGE PLANS: Statistics: Num rows: 231000 Data size: 331780228 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 231000 Data size: 331780228 Basic stats: COMPLETE Column stats: NONE @@ -277,6 +285,7 @@ STAGE PLANS: Statistics: Num rows: 158402938 Data size: 21538218500 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 158402938 Data size: 21538218500 Basic stats: COMPLETE Column stats: NONE @@ -297,6 +306,7 @@ STAGE PLANS: Statistics: Num rows: 174243235 Data size: 23692040863 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: int) Statistics: Num rows: 174243235 Data size: 23692040863 Basic stats: COMPLETE Column stats: NONE @@ -331,6 +341,7 @@ STAGE PLANS: Statistics: Num rows: 210834322 Data size: 28667370686 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 210834322 Data size: 28667370686 Basic stats: COMPLETE Column stats: NONE @@ -347,6 +358,7 @@ STAGE PLANS: Statistics: Num rows: 105417161 Data size: 14333685343 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 105417161 Data size: 14333685343 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -380,6 +392,7 @@ STAGE PLANS: Statistics: Num rows: 508200 Data size: 729916518 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 508200 Data size: 729916518 Basic stats: COMPLETE Column stats: NONE @@ -396,6 +409,7 @@ STAGE PLANS: Statistics: Num rows: 191667562 Data size: 26061245514 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col5 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col5 (type: int) Statistics: Num rows: 191667562 Data size: 26061245514 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/perf/spark/query46.q.out ql/src/test/results/clientpositive/perf/spark/query46.q.out index 5405c17904..8b16bb6b05 100644 --- ql/src/test/results/clientpositive/perf/spark/query46.q.out +++ ql/src/test/results/clientpositive/perf/spark/query46.q.out @@ -157,6 +157,7 @@ STAGE PLANS: Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE @@ -177,6 +178,7 @@ STAGE PLANS: Statistics: Num rows: 40000000 Data size: 40595195284 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 40000000 Data size: 40595195284 Basic stats: COMPLETE Column stats: NONE @@ -197,6 +199,7 @@ STAGE PLANS: Statistics: Num rows: 40000000 Data size: 40595195284 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 40000000 Data size: 40595195284 Basic stats: COMPLETE Column stats: NONE @@ -217,6 +220,7 @@ STAGE PLANS: Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE @@ -237,6 +241,7 @@ STAGE PLANS: Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE @@ -253,6 +258,7 @@ STAGE PLANS: Statistics: Num rows: 463823414 Data size: 40918636263 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 463823414 Data size: 40918636263 Basic stats: COMPLETE Column stats: NONE @@ -276,6 +282,7 @@ STAGE PLANS: Statistics: Num rows: 510205766 Data size: 45010500864 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: int) + null sort order: zzzzz sort order: +++++ Statistics: Num rows: 510205766 Data size: 45010500864 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -331,6 +338,7 @@ STAGE PLANS: Statistics: Num rows: 766650239 Data size: 67634106676 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: int) Statistics: Num rows: 766650239 Data size: 67634106676 Basic stats: COMPLETE Column stats: NONE @@ -354,6 +362,7 @@ STAGE PLANS: Statistics: Num rows: 843315281 Data size: 74397518956 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string), _col2 (type: int), _col3 (type: int) + null sort order: aaaa sort order: ++++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string), _col2 (type: int), _col3 (type: int) Statistics: Num rows: 843315281 Data size: 74397518956 Basic stats: COMPLETE Column stats: NONE @@ -373,6 +382,7 @@ STAGE PLANS: Statistics: Num rows: 421657640 Data size: 37198759433 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 421657640 Data size: 37198759433 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/perf/spark/query47.q.out ql/src/test/results/clientpositive/perf/spark/query47.q.out index 3031de6b6f..f75bba6265 100644 --- ql/src/test/results/clientpositive/perf/spark/query47.q.out +++ ql/src/test/results/clientpositive/perf/spark/query47.q.out @@ -226,6 +226,7 @@ STAGE PLANS: Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE @@ -246,6 +247,7 @@ STAGE PLANS: Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE @@ -266,6 +268,7 @@ STAGE PLANS: Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE @@ -286,6 +289,7 @@ STAGE PLANS: Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE @@ -306,6 +310,7 @@ STAGE PLANS: Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE @@ -326,6 +331,7 @@ STAGE PLANS: Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE @@ -346,6 +352,7 @@ STAGE PLANS: Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE @@ -366,6 +373,7 @@ STAGE PLANS: Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE @@ -386,6 +394,7 @@ STAGE PLANS: Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE @@ -403,6 +412,7 @@ STAGE PLANS: Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE @@ -438,6 +448,7 @@ STAGE PLANS: Statistics: Num rows: 766650239 Data size: 67634106676 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: int), _col5 (type: int) + null sort order: aaaaaa sort order: ++++++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: int), _col5 (type: int) Statistics: Num rows: 766650239 Data size: 67634106676 Basic stats: COMPLETE Column stats: NONE @@ -453,6 +464,7 @@ STAGE PLANS: Statistics: Num rows: 383325119 Data size: 33817053293 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: string), _col2 (type: string), _col0 (type: string), _col1 (type: string), _col4 (type: int) + null sort order: aaaaa sort order: +++++ Map-reduce partition columns: _col3 (type: string), _col2 (type: string), _col0 (type: string), _col1 (type: string), _col4 (type: int) Statistics: Num rows: 383325119 Data size: 33817053293 Basic stats: COMPLETE Column stats: NONE @@ -490,6 +502,7 @@ STAGE PLANS: Statistics: Num rows: 383325119 Data size: 33817053293 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: string), _col2 (type: string), _col0 (type: string), _col1 (type: string), _col4 (type: int), _col5 (type: int) + null sort order: aaaazz sort order: ++++++ Map-reduce partition columns: _col3 (type: string), _col2 (type: string), _col0 (type: string), _col1 (type: string) Statistics: Num rows: 383325119 Data size: 33817053293 Basic stats: COMPLETE Column stats: NONE @@ -538,6 +551,7 @@ STAGE PLANS: Statistics: Num rows: 31943759 Data size: 2818087693 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col8 (type: int) + null sort order: aaaaa sort order: +++++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col8 (type: int) Statistics: Num rows: 31943759 Data size: 2818087693 Basic stats: COMPLETE Column stats: NONE @@ -554,6 +568,7 @@ STAGE PLANS: Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE @@ -570,6 +585,7 @@ STAGE PLANS: Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE @@ -605,6 +621,7 @@ STAGE PLANS: Statistics: Num rows: 766650239 Data size: 67634106676 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: int), _col5 (type: int) + null sort order: aaaaaa sort order: ++++++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: int), _col5 (type: int) Statistics: Num rows: 766650239 Data size: 67634106676 Basic stats: COMPLETE Column stats: NONE @@ -620,6 +637,7 @@ STAGE PLANS: Statistics: Num rows: 383325119 Data size: 33817053293 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: string), _col2 (type: string), _col0 (type: string), _col1 (type: string), _col4 (type: int), _col5 (type: int) + null sort order: aaaazz sort order: ++++++ Map-reduce partition columns: _col3 (type: string), _col2 (type: string), _col0 (type: string), _col1 (type: string) Statistics: Num rows: 383325119 Data size: 33817053293 Basic stats: COMPLETE Column stats: NONE @@ -661,6 +679,7 @@ STAGE PLANS: Statistics: Num rows: 383325119 Data size: 33817053293 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col5 (type: int) + null sort order: aaaaa sort order: +++++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col5 (type: int) Statistics: Num rows: 383325119 Data size: 33817053293 Basic stats: COMPLETE Column stats: NONE @@ -696,6 +715,7 @@ STAGE PLANS: Statistics: Num rows: 766650239 Data size: 67634106676 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: int), _col5 (type: int) + null sort order: aaaaaa sort order: ++++++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: int), _col5 (type: int) Statistics: Num rows: 766650239 Data size: 67634106676 Basic stats: COMPLETE Column stats: NONE @@ -711,6 +731,7 @@ STAGE PLANS: Statistics: Num rows: 383325119 Data size: 33817053293 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: string), _col2 (type: string), _col0 (type: string), _col1 (type: string), _col4 (type: int), _col5 (type: int) + null sort order: aaaazz sort order: ++++++ Map-reduce partition columns: _col3 (type: string), _col2 (type: string), _col0 (type: string), _col1 (type: string) Statistics: Num rows: 383325119 Data size: 33817053293 Basic stats: COMPLETE Column stats: NONE @@ -752,6 +773,7 @@ STAGE PLANS: Statistics: Num rows: 383325119 Data size: 33817053293 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col5 (type: int) + null sort order: aaaaa sort order: +++++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col5 (type: int) Statistics: Num rows: 383325119 Data size: 33817053293 Basic stats: COMPLETE Column stats: NONE @@ -774,6 +796,7 @@ STAGE PLANS: Statistics: Num rows: 843315280 Data size: 74397518857 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col7 (type: decimal(22,6)), _col2 (type: int) + null sort order: zz sort order: ++ Statistics: Num rows: 843315280 Data size: 74397518857 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/perf/spark/query48.q.out ql/src/test/results/clientpositive/perf/spark/query48.q.out index 47cf453ef7..3c9314d6c8 100644 --- ql/src/test/results/clientpositive/perf/spark/query48.q.out +++ ql/src/test/results/clientpositive/perf/spark/query48.q.out @@ -195,6 +195,7 @@ STAGE PLANS: Statistics: Num rows: 191998545 Data size: 16938167362 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 191998545 Data size: 16938167362 Basic stats: COMPLETE Column stats: NONE @@ -215,6 +216,7 @@ STAGE PLANS: Statistics: Num rows: 465450 Data size: 179296539 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 465450 Data size: 179296539 Basic stats: COMPLETE Column stats: NONE @@ -234,6 +236,7 @@ STAGE PLANS: Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE @@ -253,6 +256,7 @@ STAGE PLANS: Statistics: Num rows: 20000000 Data size: 20297597642 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 20000000 Data size: 20297597642 Basic stats: COMPLETE Column stats: NONE @@ -270,6 +274,7 @@ STAGE PLANS: Statistics: Num rows: 211198404 Data size: 18631984502 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 211198404 Data size: 18631984502 Basic stats: COMPLETE Column stats: NONE @@ -286,6 +291,7 @@ STAGE PLANS: Statistics: Num rows: 232318249 Data size: 20495183396 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 232318249 Data size: 20495183396 Basic stats: COMPLETE Column stats: NONE @@ -322,6 +328,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/perf/spark/query49.q.out ql/src/test/results/clientpositive/perf/spark/query49.q.out index 8248b45b74..53cc3c59b6 100644 --- ql/src/test/results/clientpositive/perf/spark/query49.q.out +++ ql/src/test/results/clientpositive/perf/spark/query49.q.out @@ -309,6 +309,7 @@ STAGE PLANS: Statistics: Num rows: 5333432 Data size: 725192506 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5333432 Data size: 725192506 Basic stats: COMPLETE Column stats: NONE @@ -329,6 +330,7 @@ STAGE PLANS: Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE @@ -348,6 +350,7 @@ STAGE PLANS: Statistics: Num rows: 4799489 Data size: 441731394 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 4799489 Data size: 441731394 Basic stats: COMPLETE Column stats: NONE @@ -368,6 +371,7 @@ STAGE PLANS: Statistics: Num rows: 10666290 Data size: 1444429931 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10666290 Data size: 1444429931 Basic stats: COMPLETE Column stats: NONE @@ -388,6 +392,7 @@ STAGE PLANS: Statistics: Num rows: 9599627 Data size: 1019078226 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 9599627 Data size: 1019078226 Basic stats: COMPLETE Column stats: NONE @@ -408,6 +413,7 @@ STAGE PLANS: Statistics: Num rows: 21333171 Data size: 1882018537 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 21333171 Data size: 1882018537 Basic stats: COMPLETE Column stats: NONE @@ -428,6 +434,7 @@ STAGE PLANS: Statistics: Num rows: 19197050 Data size: 1487398277 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 19197050 Data size: 1487398277 Basic stats: COMPLETE Column stats: NONE @@ -445,6 +452,7 @@ STAGE PLANS: Statistics: Num rows: 11732919 Data size: 1588872958 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int), _col2 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: int), _col2 (type: int) Statistics: Num rows: 11732919 Data size: 1588872958 Basic stats: COMPLETE Column stats: NONE @@ -468,6 +476,7 @@ STAGE PLANS: Statistics: Num rows: 12906211 Data size: 1747760291 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 12906211 Data size: 1747760291 Basic stats: COMPLETE Column stats: NONE @@ -483,6 +492,7 @@ STAGE PLANS: Statistics: Num rows: 6453105 Data size: 873880077 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: 0 (type: int), (CAST( _col1 AS decimal(15,4)) / CAST( _col2 AS decimal(15,4))) (type: decimal(35,20)) + null sort order: az sort order: ++ Map-reduce partition columns: 0 (type: int) Statistics: Num rows: 6453105 Data size: 873880077 Basic stats: COMPLETE Column stats: NONE @@ -521,6 +531,7 @@ STAGE PLANS: Statistics: Num rows: 6453105 Data size: 873880077 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: 0 (type: int), (CAST( _col3 AS decimal(15,4)) / CAST( _col4 AS decimal(15,4))) (type: decimal(35,20)) + null sort order: az sort order: ++ Map-reduce partition columns: 0 (type: int) Statistics: Num rows: 6453105 Data size: 873880077 Basic stats: COMPLETE Column stats: NONE @@ -567,6 +578,7 @@ STAGE PLANS: Statistics: Num rows: 6453220 Data size: 875080950 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int), _col2 (type: int), _col3 (type: int), _col4 (type: decimal(35,20)) + null sort order: aaaaa sort order: +++++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int), _col2 (type: int), _col3 (type: int), _col4 (type: decimal(35,20)) Statistics: Num rows: 6453220 Data size: 875080950 Basic stats: COMPLETE Column stats: NONE @@ -582,6 +594,7 @@ STAGE PLANS: Statistics: Num rows: 5866775 Data size: 797711773 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int), _col2 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: int), _col2 (type: int) Statistics: Num rows: 5866775 Data size: 797711773 Basic stats: COMPLETE Column stats: NONE @@ -598,6 +611,7 @@ STAGE PLANS: Statistics: Num rows: 23466488 Data size: 2070220435 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int), _col2 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: int), _col2 (type: int) Statistics: Num rows: 23466488 Data size: 2070220435 Basic stats: COMPLETE Column stats: NONE @@ -621,6 +635,7 @@ STAGE PLANS: Statistics: Num rows: 25813137 Data size: 2277242527 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 25813137 Data size: 2277242527 Basic stats: COMPLETE Column stats: NONE @@ -636,6 +651,7 @@ STAGE PLANS: Statistics: Num rows: 12906568 Data size: 1138621219 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: 0 (type: int), (CAST( _col1 AS decimal(15,4)) / CAST( _col2 AS decimal(15,4))) (type: decimal(35,20)) + null sort order: az sort order: ++ Map-reduce partition columns: 0 (type: int) Statistics: Num rows: 12906568 Data size: 1138621219 Basic stats: COMPLETE Column stats: NONE @@ -674,6 +690,7 @@ STAGE PLANS: Statistics: Num rows: 12906568 Data size: 1138621219 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: 0 (type: int), (CAST( _col3 AS decimal(15,4)) / CAST( _col4 AS decimal(15,4))) (type: decimal(35,20)) + null sort order: az sort order: ++ Map-reduce partition columns: 0 (type: int) Statistics: Num rows: 12906568 Data size: 1138621219 Basic stats: COMPLETE Column stats: NONE @@ -720,6 +737,7 @@ STAGE PLANS: Statistics: Num rows: 11830988 Data size: 1196621228 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int), _col2 (type: int), _col3 (type: int), _col4 (type: decimal(35,20)) + null sort order: zzzaa sort order: +++++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int), _col2 (type: int), _col3 (type: int), _col4 (type: decimal(35,20)) Statistics: Num rows: 11830988 Data size: 1196621228 Basic stats: COMPLETE Column stats: NONE @@ -743,6 +761,7 @@ STAGE PLANS: Statistics: Num rows: 6453452 Data size: 877482969 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6453452 Data size: 877482969 Basic stats: COMPLETE Column stats: NONE @@ -758,6 +777,7 @@ STAGE PLANS: Statistics: Num rows: 3226726 Data size: 438741484 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: 0 (type: int), (CAST( _col1 AS decimal(15,4)) / CAST( _col2 AS decimal(15,4))) (type: decimal(35,20)) + null sort order: az sort order: ++ Map-reduce partition columns: 0 (type: int) Statistics: Num rows: 3226726 Data size: 438741484 Basic stats: COMPLETE Column stats: NONE @@ -796,6 +816,7 @@ STAGE PLANS: Statistics: Num rows: 3226726 Data size: 438741484 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: 0 (type: int), (CAST( _col3 AS decimal(15,4)) / CAST( _col4 AS decimal(15,4))) (type: decimal(35,20)) + null sort order: az sort order: ++ Map-reduce partition columns: 0 (type: int) Statistics: Num rows: 3226726 Data size: 438741484 Basic stats: COMPLETE Column stats: NONE @@ -842,6 +863,7 @@ STAGE PLANS: Statistics: Num rows: 6453220 Data size: 875080950 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int), _col2 (type: int), _col3 (type: int), _col4 (type: decimal(35,20)) + null sort order: aaaaa sort order: +++++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int), _col2 (type: int), _col3 (type: int), _col4 (type: decimal(35,20)) Statistics: Num rows: 6453220 Data size: 875080950 Basic stats: COMPLETE Column stats: NONE @@ -865,6 +887,7 @@ STAGE PLANS: Statistics: Num rows: 11830988 Data size: 1196621228 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int), _col2 (type: int), _col3 (type: int), _col4 (type: decimal(35,20)) + null sort order: zzzaa sort order: +++++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int), _col2 (type: int), _col3 (type: int), _col4 (type: decimal(35,20)) Statistics: Num rows: 11830988 Data size: 1196621228 Basic stats: COMPLETE Column stats: NONE @@ -883,6 +906,7 @@ STAGE PLANS: Statistics: Num rows: 5915494 Data size: 598310614 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col3 (type: int), _col4 (type: int) + null sort order: zzz sort order: +++ Statistics: Num rows: 5915494 Data size: 598310614 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/perf/spark/query5.q.out ql/src/test/results/clientpositive/perf/spark/query5.q.out index 690e948558..bcf5809570 100644 --- ql/src/test/results/clientpositive/perf/spark/query5.q.out +++ ql/src/test/results/clientpositive/perf/spark/query5.q.out @@ -361,6 +361,7 @@ STAGE PLANS: Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 633586785 Data size: 55276696920 Basic stats: COMPLETE Column stats: NONE @@ -381,6 +382,7 @@ STAGE PLANS: Statistics: Num rows: 28798881 Data size: 3057234680 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 316788717 Data size: 42056843632 Basic stats: COMPLETE Column stats: NONE @@ -401,6 +403,7 @@ STAGE PLANS: Statistics: Num rows: 8116 Data size: 9081804 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 8116 Data size: 9081804 Basic stats: COMPLETE Column stats: NONE @@ -420,6 +423,7 @@ STAGE PLANS: Statistics: Num rows: 46000 Data size: 21198808 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 46000 Data size: 21198808 Basic stats: COMPLETE Column stats: NONE @@ -440,6 +444,7 @@ STAGE PLANS: Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 302405606 Data size: 41118416712 Basic stats: COMPLETE Column stats: NONE @@ -460,6 +465,7 @@ STAGE PLANS: Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col2 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col2 (type: int) Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE @@ -480,6 +486,7 @@ STAGE PLANS: Statistics: Num rows: 14398467 Data size: 1325194184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int), _col2 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: int), _col2 (type: int) Statistics: Num rows: 14398467 Data size: 1325194184 Basic stats: COMPLETE Column stats: NONE @@ -500,6 +507,7 @@ STAGE PLANS: Statistics: Num rows: 8116 Data size: 9081804 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 8116 Data size: 9081804 Basic stats: COMPLETE Column stats: NONE @@ -519,6 +527,7 @@ STAGE PLANS: Statistics: Num rows: 57591150 Data size: 4462194832 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 633586785 Data size: 55276696920 Basic stats: COMPLETE Column stats: NONE @@ -539,6 +548,7 @@ STAGE PLANS: Statistics: Num rows: 287989836 Data size: 38999608952 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 316788717 Data size: 42056843632 Basic stats: COMPLETE Column stats: NONE @@ -556,6 +566,7 @@ STAGE PLANS: Statistics: Num rows: 348467596 Data size: 46262528997 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 348467596 Data size: 46262528997 Basic stats: COMPLETE Column stats: NONE @@ -579,6 +590,7 @@ STAGE PLANS: Statistics: Num rows: 383314363 Data size: 50888782999 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 383314363 Data size: 50888782999 Basic stats: COMPLETE Column stats: NONE @@ -605,6 +617,7 @@ STAGE PLANS: Statistics: Num rows: 2273797803 Data size: 251290313118 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: zza sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Statistics: Num rows: 2273797803 Data size: 251290313118 Basic stats: COMPLETE Column stats: NONE @@ -641,6 +654,7 @@ STAGE PLANS: Statistics: Num rows: 365910798 Data size: 49753286377 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 365910798 Data size: 49753286377 Basic stats: COMPLETE Column stats: NONE @@ -667,6 +681,7 @@ STAGE PLANS: Statistics: Num rows: 2273797803 Data size: 251290313118 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: zza sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Statistics: Num rows: 2273797803 Data size: 251290313118 Basic stats: COMPLETE Column stats: NONE @@ -703,6 +718,7 @@ STAGE PLANS: Statistics: Num rows: 766640042 Data size: 66884806171 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 766640042 Data size: 66884806171 Basic stats: COMPLETE Column stats: NONE @@ -720,6 +736,7 @@ STAGE PLANS: Statistics: Num rows: 158402938 Data size: 21538218500 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 302405606 Data size: 41118416712 Basic stats: COMPLETE Column stats: NONE @@ -746,6 +763,7 @@ STAGE PLANS: Statistics: Num rows: 2273797803 Data size: 251290313118 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: zza sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Statistics: Num rows: 2273797803 Data size: 251290313118 Basic stats: COMPLETE Column stats: NONE @@ -767,6 +785,7 @@ STAGE PLANS: Statistics: Num rows: 1136898901 Data size: 125645156503 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 1136898901 Data size: 125645156503 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/perf/spark/query50.q.out ql/src/test/results/clientpositive/perf/spark/query50.q.out index 591bafbc43..80915db092 100644 --- ql/src/test/results/clientpositive/perf/spark/query50.q.out +++ ql/src/test/results/clientpositive/perf/spark/query50.q.out @@ -190,6 +190,7 @@ STAGE PLANS: Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int), _col2 (type: int), _col4 (type: int) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col1 (type: int), _col2 (type: int), _col4 (type: int) Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE @@ -212,6 +213,7 @@ STAGE PLANS: Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE @@ -231,6 +233,7 @@ STAGE PLANS: Statistics: Num rows: 57591150 Data size: 4462194832 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 57591150 Data size: 4462194832 Basic stats: COMPLETE Column stats: NONE @@ -251,6 +254,7 @@ STAGE PLANS: Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE @@ -267,6 +271,7 @@ STAGE PLANS: Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE @@ -294,6 +299,7 @@ STAGE PLANS: Statistics: Num rows: 766650239 Data size: 67634106676 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string), _col6 (type: string), _col7 (type: string), _col8 (type: string), _col9 (type: string) + null sort order: zzzzzzzzzz sort order: ++++++++++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string), _col6 (type: string), _col7 (type: string), _col8 (type: string), _col9 (type: string) Statistics: Num rows: 766650239 Data size: 67634106676 Basic stats: COMPLETE Column stats: NONE @@ -310,6 +316,7 @@ STAGE PLANS: Statistics: Num rows: 383325119 Data size: 33817053293 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string), _col6 (type: string), _col7 (type: string), _col8 (type: string), _col9 (type: string) + null sort order: zzzzzzzzzz sort order: ++++++++++ Statistics: Num rows: 383325119 Data size: 33817053293 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -343,6 +350,7 @@ STAGE PLANS: Statistics: Num rows: 63350266 Data size: 4908414421 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int), _col2 (type: int), _col3 (type: int) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col1 (type: int), _col2 (type: int), _col3 (type: int) Statistics: Num rows: 63350266 Data size: 4908414421 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/perf/spark/query51.q.out ql/src/test/results/clientpositive/perf/spark/query51.q.out index c486efa41b..4c0a8c2e61 100644 --- ql/src/test/results/clientpositive/perf/spark/query51.q.out +++ ql/src/test/results/clientpositive/perf/spark/query51.q.out @@ -126,6 +126,7 @@ STAGE PLANS: Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE @@ -146,6 +147,7 @@ STAGE PLANS: Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE @@ -166,6 +168,7 @@ STAGE PLANS: Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE @@ -186,6 +189,7 @@ STAGE PLANS: Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE @@ -225,6 +229,7 @@ STAGE PLANS: Statistics: Num rows: 79201469 Data size: 10769109250 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string) Statistics: Num rows: 79201469 Data size: 10769109250 Basic stats: COMPLETE Column stats: NONE @@ -248,6 +253,7 @@ STAGE PLANS: Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE @@ -286,6 +292,7 @@ STAGE PLANS: Statistics: Num rows: 316797606 Data size: 27947976754 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string) Statistics: Num rows: 316797606 Data size: 27947976754 Basic stats: COMPLETE Column stats: NONE @@ -302,6 +309,7 @@ STAGE PLANS: Statistics: Num rows: 348477374 Data size: 30742775095 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: CASE WHEN (_col3 is not null) THEN (_col3) ELSE (_col0) END (type: int), CASE WHEN (_col4 is not null) THEN (_col4) ELSE (_col1) END (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: CASE WHEN (_col3 is not null) THEN (_col3) ELSE (_col0) END (type: int) Statistics: Num rows: 348477374 Data size: 30742775095 Basic stats: COMPLETE Column stats: NONE @@ -348,6 +356,7 @@ STAGE PLANS: Statistics: Num rows: 116159124 Data size: 10247591639 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 116159124 Data size: 10247591639 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -388,6 +397,7 @@ STAGE PLANS: Statistics: Num rows: 158402938 Data size: 21538218500 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 158402938 Data size: 21538218500 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/perf/spark/query52.q.out ql/src/test/results/clientpositive/perf/spark/query52.q.out index 27521b341d..b4447bc7e2 100644 --- ql/src/test/results/clientpositive/perf/spark/query52.q.out +++ ql/src/test/results/clientpositive/perf/spark/query52.q.out @@ -77,6 +77,7 @@ STAGE PLANS: Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE @@ -97,6 +98,7 @@ STAGE PLANS: Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE @@ -116,6 +118,7 @@ STAGE PLANS: Statistics: Num rows: 231000 Data size: 331780228 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 231000 Data size: 331780228 Basic stats: COMPLETE Column stats: NONE @@ -133,6 +136,7 @@ STAGE PLANS: Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE @@ -156,6 +160,7 @@ STAGE PLANS: Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string) Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE @@ -171,6 +176,7 @@ STAGE PLANS: Statistics: Num rows: 348477374 Data size: 30742775095 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: decimal(17,2)), _col0 (type: int) + null sort order: zz sort order: -+ Statistics: Num rows: 348477374 Data size: 30742775095 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/perf/spark/query53.q.out ql/src/test/results/clientpositive/perf/spark/query53.q.out index 0acc9ebdb7..804accadb4 100644 --- ql/src/test/results/clientpositive/perf/spark/query53.q.out +++ ql/src/test/results/clientpositive/perf/spark/query53.q.out @@ -118,6 +118,7 @@ STAGE PLANS: Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE @@ -138,6 +139,7 @@ STAGE PLANS: Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE @@ -158,6 +160,7 @@ STAGE PLANS: Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE @@ -175,6 +178,7 @@ STAGE PLANS: Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE @@ -210,6 +214,7 @@ STAGE PLANS: Statistics: Num rows: 766650239 Data size: 67634106676 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 766650239 Data size: 67634106676 Basic stats: COMPLETE Column stats: NONE @@ -229,6 +234,7 @@ STAGE PLANS: Statistics: Num rows: 383325119 Data size: 33817053293 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 383325119 Data size: 33817053293 Basic stats: COMPLETE Column stats: NONE @@ -273,6 +279,7 @@ STAGE PLANS: Statistics: Num rows: 191662559 Data size: 16908526602 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: decimal(21,6)), _col1 (type: decimal(17,2)), _col0 (type: int) + null sort order: zzz sort order: +++ Statistics: Num rows: 191662559 Data size: 16908526602 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/perf/spark/query54.q.out ql/src/test/results/clientpositive/perf/spark/query54.q.out index 48bf87d718..972a8acedc 100644 --- ql/src/test/results/clientpositive/perf/spark/query54.q.out +++ ql/src/test/results/clientpositive/perf/spark/query54.q.out @@ -195,6 +195,7 @@ STAGE PLANS: Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE @@ -215,6 +216,7 @@ STAGE PLANS: Statistics: Num rows: 287989836 Data size: 38999608952 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 431992504 Data size: 58579807164 Basic stats: COMPLETE Column stats: NONE @@ -235,6 +237,7 @@ STAGE PLANS: Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 431992504 Data size: 58579807164 Basic stats: COMPLETE Column stats: NONE @@ -255,6 +258,7 @@ STAGE PLANS: Statistics: Num rows: 115500 Data size: 165890114 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 115500 Data size: 165890114 Basic stats: COMPLETE Column stats: NONE @@ -274,6 +278,7 @@ STAGE PLANS: Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE @@ -293,6 +298,7 @@ STAGE PLANS: Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE @@ -319,6 +325,7 @@ STAGE PLANS: Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE @@ -344,6 +351,7 @@ STAGE PLANS: Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE @@ -369,6 +377,7 @@ STAGE PLANS: Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE @@ -394,6 +403,7 @@ STAGE PLANS: Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE @@ -413,6 +423,7 @@ STAGE PLANS: Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE @@ -443,6 +454,7 @@ STAGE PLANS: Statistics: Num rows: 44000000 Data size: 44654715780 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 44000000 Data size: 44654715780 Basic stats: COMPLETE Column stats: NONE @@ -461,6 +473,7 @@ STAGE PLANS: Statistics: Num rows: 316240138 Data size: 42883351551 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col5 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col5 (type: int) Statistics: Num rows: 316240138 Data size: 42883351551 Basic stats: COMPLETE Column stats: NONE @@ -476,6 +489,7 @@ STAGE PLANS: Statistics: Num rows: 475191764 Data size: 64437789277 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 475191764 Data size: 64437789277 Basic stats: COMPLETE Column stats: NONE @@ -492,6 +506,7 @@ STAGE PLANS: Statistics: Num rows: 522710951 Data size: 70881569741 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 522710951 Data size: 70881569741 Basic stats: COMPLETE Column stats: NONE @@ -513,6 +528,7 @@ STAGE PLANS: Statistics: Num rows: 574982058 Data size: 77969728405 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 574982058 Data size: 77969728405 Basic stats: COMPLETE Column stats: NONE @@ -530,6 +546,7 @@ STAGE PLANS: Statistics: Num rows: 287491029 Data size: 38984864202 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 287491029 Data size: 38984864202 Basic stats: COMPLETE Column stats: NONE @@ -546,6 +563,7 @@ STAGE PLANS: Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE @@ -559,6 +577,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 9131 Data size: 10217589 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 9131 Data size: 10217589 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int) @@ -571,6 +590,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 9131 Data size: 10217589 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 9131 Data size: 10217589 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int) @@ -591,6 +611,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -608,6 +629,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reducer 29 @@ -627,6 +649,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -641,6 +664,7 @@ STAGE PLANS: outputColumnNames: _col2, _col4, _col10 Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE value expressions: _col2 (type: decimal(7,2)), _col4 (type: int), _col10 (type: int) @@ -658,6 +682,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reducer 4 @@ -692,6 +717,7 @@ STAGE PLANS: Statistics: Num rows: 6456523813801603 Data size: 1024819115206086144 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6456523813801603 Data size: 1024819115206086144 Basic stats: COMPLETE Column stats: NONE @@ -718,6 +744,7 @@ STAGE PLANS: Statistics: Num rows: 3228261906900801 Data size: 512409557603043008 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3228261906900801 Data size: 512409557603043008 Basic stats: COMPLETE Column stats: NONE @@ -737,6 +764,7 @@ STAGE PLANS: Statistics: Num rows: 1614130953450400 Data size: 256204778801521408 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: bigint) + null sort order: zz sort order: ++ Statistics: Num rows: 1614130953450400 Data size: 256204778801521408 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/perf/spark/query55.q.out ql/src/test/results/clientpositive/perf/spark/query55.q.out index 502e053f1a..22ba392edb 100644 --- ql/src/test/results/clientpositive/perf/spark/query55.q.out +++ ql/src/test/results/clientpositive/perf/spark/query55.q.out @@ -61,6 +61,7 @@ STAGE PLANS: Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE @@ -81,6 +82,7 @@ STAGE PLANS: Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE @@ -100,6 +102,7 @@ STAGE PLANS: Statistics: Num rows: 231000 Data size: 331780228 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 231000 Data size: 331780228 Basic stats: COMPLETE Column stats: NONE @@ -117,6 +120,7 @@ STAGE PLANS: Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE @@ -140,6 +144,7 @@ STAGE PLANS: Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string) Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE @@ -159,6 +164,7 @@ STAGE PLANS: Statistics: Num rows: 348477374 Data size: 30742775095 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: decimal(17,2)), _col3 (type: int) + null sort order: zz sort order: -+ Statistics: Num rows: 348477374 Data size: 30742775095 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/perf/spark/query56.q.out ql/src/test/results/clientpositive/perf/spark/query56.q.out index b7be5c5042..b3206a65ff 100644 --- ql/src/test/results/clientpositive/perf/spark/query56.q.out +++ ql/src/test/results/clientpositive/perf/spark/query56.q.out @@ -189,6 +189,7 @@ STAGE PLANS: Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE @@ -209,6 +210,7 @@ STAGE PLANS: Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE @@ -228,6 +230,7 @@ STAGE PLANS: Statistics: Num rows: 20000000 Data size: 20297597642 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 20000000 Data size: 20297597642 Basic stats: COMPLETE Column stats: NONE @@ -253,6 +256,7 @@ STAGE PLANS: Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE @@ -272,6 +276,7 @@ STAGE PLANS: Statistics: Num rows: 287989836 Data size: 38999608952 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 287989836 Data size: 38999608952 Basic stats: COMPLETE Column stats: NONE @@ -292,6 +297,7 @@ STAGE PLANS: Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE @@ -312,6 +318,7 @@ STAGE PLANS: Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE @@ -332,6 +339,7 @@ STAGE PLANS: Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE @@ -351,6 +359,7 @@ STAGE PLANS: Statistics: Num rows: 20000000 Data size: 20297597642 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 20000000 Data size: 20297597642 Basic stats: COMPLETE Column stats: NONE @@ -370,6 +379,7 @@ STAGE PLANS: Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE @@ -387,6 +397,7 @@ STAGE PLANS: Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE @@ -407,6 +418,7 @@ STAGE PLANS: Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE @@ -423,6 +435,7 @@ STAGE PLANS: Statistics: Num rows: 508200 Data size: 729916518 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 508200 Data size: 729916518 Basic stats: COMPLETE Column stats: NONE @@ -446,6 +459,7 @@ STAGE PLANS: Statistics: Num rows: 383314495 Data size: 51908482889 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 383314495 Data size: 51908482889 Basic stats: COMPLETE Column stats: NONE @@ -468,6 +482,7 @@ STAGE PLANS: Statistics: Num rows: 670816147 Data size: 72801917426 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 670816147 Data size: 72801917426 Basic stats: COMPLETE Column stats: NONE @@ -482,6 +497,7 @@ STAGE PLANS: Statistics: Num rows: 231000 Data size: 331780228 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 231000 Data size: 331780228 Basic stats: COMPLETE Column stats: NONE @@ -497,6 +513,7 @@ STAGE PLANS: Statistics: Num rows: 316788826 Data size: 42899570777 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 316788826 Data size: 42899570777 Basic stats: COMPLETE Column stats: NONE @@ -517,6 +534,7 @@ STAGE PLANS: Statistics: Num rows: 348467716 Data size: 47189528877 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: int) Statistics: Num rows: 348467716 Data size: 47189528877 Basic stats: COMPLETE Column stats: NONE @@ -533,6 +551,7 @@ STAGE PLANS: Statistics: Num rows: 508200 Data size: 729916518 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 508200 Data size: 729916518 Basic stats: COMPLETE Column stats: NONE @@ -556,6 +575,7 @@ STAGE PLANS: Statistics: Num rows: 191667562 Data size: 26061245514 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 191667562 Data size: 26061245514 Basic stats: COMPLETE Column stats: NONE @@ -578,6 +598,7 @@ STAGE PLANS: Statistics: Num rows: 670816147 Data size: 72801917426 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 670816147 Data size: 72801917426 Basic stats: COMPLETE Column stats: NONE @@ -601,6 +622,7 @@ STAGE PLANS: Statistics: Num rows: 766650239 Data size: 67634106676 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 766650239 Data size: 67634106676 Basic stats: COMPLETE Column stats: NONE @@ -615,6 +637,7 @@ STAGE PLANS: Statistics: Num rows: 231000 Data size: 331780228 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 231000 Data size: 331780228 Basic stats: COMPLETE Column stats: NONE @@ -630,6 +653,7 @@ STAGE PLANS: Statistics: Num rows: 158402938 Data size: 21538218500 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 158402938 Data size: 21538218500 Basic stats: COMPLETE Column stats: NONE @@ -650,6 +674,7 @@ STAGE PLANS: Statistics: Num rows: 174243235 Data size: 23692040863 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 174243235 Data size: 23692040863 Basic stats: COMPLETE Column stats: NONE @@ -672,6 +697,7 @@ STAGE PLANS: Statistics: Num rows: 670816147 Data size: 72801917426 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 670816147 Data size: 72801917426 Basic stats: COMPLETE Column stats: NONE @@ -687,6 +713,7 @@ STAGE PLANS: Statistics: Num rows: 335408073 Data size: 36400958658 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: decimal(27,2)) + null sort order: z sort order: + Statistics: Num rows: 335408073 Data size: 36400958658 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/perf/spark/query57.q.out ql/src/test/results/clientpositive/perf/spark/query57.q.out index 933254c906..bb49122206 100644 --- ql/src/test/results/clientpositive/perf/spark/query57.q.out +++ ql/src/test/results/clientpositive/perf/spark/query57.q.out @@ -220,6 +220,7 @@ STAGE PLANS: Statistics: Num rows: 287989836 Data size: 38999608952 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 287989836 Data size: 38999608952 Basic stats: COMPLETE Column stats: NONE @@ -240,6 +241,7 @@ STAGE PLANS: Statistics: Num rows: 287989836 Data size: 38999608952 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 287989836 Data size: 38999608952 Basic stats: COMPLETE Column stats: NONE @@ -260,6 +262,7 @@ STAGE PLANS: Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE @@ -280,6 +283,7 @@ STAGE PLANS: Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE @@ -300,6 +304,7 @@ STAGE PLANS: Statistics: Num rows: 287989836 Data size: 38999608952 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 287989836 Data size: 38999608952 Basic stats: COMPLETE Column stats: NONE @@ -320,6 +325,7 @@ STAGE PLANS: Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE @@ -340,6 +346,7 @@ STAGE PLANS: Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE @@ -360,6 +367,7 @@ STAGE PLANS: Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE @@ -380,6 +388,7 @@ STAGE PLANS: Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE @@ -397,6 +406,7 @@ STAGE PLANS: Statistics: Num rows: 316788826 Data size: 42899570777 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 316788826 Data size: 42899570777 Basic stats: COMPLETE Column stats: NONE @@ -432,6 +442,7 @@ STAGE PLANS: Statistics: Num rows: 383314495 Data size: 51908482889 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: int), _col4 (type: int) + null sort order: aaaaa sort order: +++++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: int), _col4 (type: int) Statistics: Num rows: 383314495 Data size: 51908482889 Basic stats: COMPLETE Column stats: NONE @@ -447,6 +458,7 @@ STAGE PLANS: Statistics: Num rows: 191657247 Data size: 25954241376 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string), _col0 (type: string), _col3 (type: int) + null sort order: aaaa sort order: ++++ Map-reduce partition columns: _col2 (type: string), _col1 (type: string), _col0 (type: string), _col3 (type: int) Statistics: Num rows: 191657247 Data size: 25954241376 Basic stats: COMPLETE Column stats: NONE @@ -484,6 +496,7 @@ STAGE PLANS: Statistics: Num rows: 191657247 Data size: 25954241376 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string), _col0 (type: string), _col3 (type: int), _col4 (type: int) + null sort order: aaazz sort order: +++++ Map-reduce partition columns: _col2 (type: string), _col1 (type: string), _col0 (type: string) Statistics: Num rows: 191657247 Data size: 25954241376 Basic stats: COMPLETE Column stats: NONE @@ -532,6 +545,7 @@ STAGE PLANS: Statistics: Num rows: 15971437 Data size: 2162853414 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col7 (type: int), _col2 (type: string) + null sort order: aaaa sort order: ++++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col7 (type: int), _col2 (type: string) Statistics: Num rows: 15971437 Data size: 2162853414 Basic stats: COMPLETE Column stats: NONE @@ -548,6 +562,7 @@ STAGE PLANS: Statistics: Num rows: 316788826 Data size: 42899570777 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 316788826 Data size: 42899570777 Basic stats: COMPLETE Column stats: NONE @@ -564,6 +579,7 @@ STAGE PLANS: Statistics: Num rows: 316788826 Data size: 42899570777 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 316788826 Data size: 42899570777 Basic stats: COMPLETE Column stats: NONE @@ -599,6 +615,7 @@ STAGE PLANS: Statistics: Num rows: 383314495 Data size: 51908482889 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: int), _col4 (type: int) + null sort order: aaaaa sort order: +++++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: int), _col4 (type: int) Statistics: Num rows: 383314495 Data size: 51908482889 Basic stats: COMPLETE Column stats: NONE @@ -614,6 +631,7 @@ STAGE PLANS: Statistics: Num rows: 191657247 Data size: 25954241376 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string), _col0 (type: string), _col3 (type: int), _col4 (type: int) + null sort order: aaazz sort order: +++++ Map-reduce partition columns: _col2 (type: string), _col1 (type: string), _col0 (type: string) Statistics: Num rows: 191657247 Data size: 25954241376 Basic stats: COMPLETE Column stats: NONE @@ -655,6 +673,7 @@ STAGE PLANS: Statistics: Num rows: 191657247 Data size: 25954241376 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col4 (type: int), _col2 (type: string) + null sort order: aaaa sort order: ++++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col4 (type: int), _col2 (type: string) Statistics: Num rows: 191657247 Data size: 25954241376 Basic stats: COMPLETE Column stats: NONE @@ -690,6 +709,7 @@ STAGE PLANS: Statistics: Num rows: 383314495 Data size: 51908482889 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: int), _col4 (type: int) + null sort order: aaaaa sort order: +++++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: int), _col4 (type: int) Statistics: Num rows: 383314495 Data size: 51908482889 Basic stats: COMPLETE Column stats: NONE @@ -705,6 +725,7 @@ STAGE PLANS: Statistics: Num rows: 191657247 Data size: 25954241376 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string), _col0 (type: string), _col3 (type: int), _col4 (type: int) + null sort order: aaazz sort order: +++++ Map-reduce partition columns: _col2 (type: string), _col1 (type: string), _col0 (type: string) Statistics: Num rows: 191657247 Data size: 25954241376 Basic stats: COMPLETE Column stats: NONE @@ -746,6 +767,7 @@ STAGE PLANS: Statistics: Num rows: 191657247 Data size: 25954241376 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col4 (type: int), _col2 (type: string) + null sort order: aaaa sort order: ++++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col4 (type: int), _col2 (type: string) Statistics: Num rows: 191657247 Data size: 25954241376 Basic stats: COMPLETE Column stats: NONE @@ -768,6 +790,7 @@ STAGE PLANS: Statistics: Num rows: 421645952 Data size: 57099332264 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col8 (type: decimal(22,6)), _col2 (type: int) + null sort order: zz sort order: ++ Statistics: Num rows: 421645952 Data size: 57099332264 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/perf/spark/query58.q.out ql/src/test/results/clientpositive/perf/spark/query58.q.out index a2483a0a61..4fc363feb1 100644 --- ql/src/test/results/clientpositive/perf/spark/query58.q.out +++ ql/src/test/results/clientpositive/perf/spark/query58.q.out @@ -173,6 +173,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -221,6 +222,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -269,6 +271,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -333,6 +336,7 @@ STAGE PLANS: Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE @@ -353,6 +357,7 @@ STAGE PLANS: Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE @@ -373,6 +378,7 @@ STAGE PLANS: Statistics: Num rows: 287989836 Data size: 38999608952 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 287989836 Data size: 38999608952 Basic stats: COMPLETE Column stats: NONE @@ -393,6 +399,7 @@ STAGE PLANS: Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE @@ -413,6 +420,7 @@ STAGE PLANS: Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE @@ -443,6 +451,7 @@ STAGE PLANS: Statistics: Num rows: 36524 Data size: 41199072 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 36524 Data size: 41199072 Basic stats: COMPLETE Column stats: NONE @@ -464,6 +473,7 @@ STAGE PLANS: Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE @@ -484,6 +494,7 @@ STAGE PLANS: Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE @@ -504,6 +515,7 @@ STAGE PLANS: Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE @@ -524,6 +536,7 @@ STAGE PLANS: Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE @@ -554,6 +567,7 @@ STAGE PLANS: Statistics: Num rows: 36524 Data size: 41199072 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 36524 Data size: 41199072 Basic stats: COMPLETE Column stats: NONE @@ -575,6 +589,7 @@ STAGE PLANS: Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE @@ -595,6 +610,7 @@ STAGE PLANS: Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE @@ -615,6 +631,7 @@ STAGE PLANS: Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE @@ -645,6 +662,7 @@ STAGE PLANS: Statistics: Num rows: 36524 Data size: 41199072 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 36524 Data size: 41199072 Basic stats: COMPLETE Column stats: NONE @@ -661,6 +679,7 @@ STAGE PLANS: Statistics: Num rows: 40176 Data size: 44957448 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 40176 Data size: 44957448 Basic stats: COMPLETE Column stats: NONE @@ -676,6 +695,7 @@ STAGE PLANS: Statistics: Num rows: 80353 Data size: 89916016 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 80353 Data size: 89916016 Basic stats: COMPLETE Column stats: NONE @@ -691,6 +711,7 @@ STAGE PLANS: Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col4 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: int) Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE @@ -714,6 +735,7 @@ STAGE PLANS: Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE @@ -730,6 +752,7 @@ STAGE PLANS: Statistics: Num rows: 80353 Data size: 89916016 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 80353 Data size: 89916016 Basic stats: COMPLETE Column stats: NONE @@ -748,6 +771,7 @@ STAGE PLANS: Statistics: Num rows: 348477374 Data size: 30742775095 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 348477374 Data size: 30742775095 Basic stats: COMPLETE Column stats: NONE @@ -770,6 +794,7 @@ STAGE PLANS: Statistics: Num rows: 80353 Data size: 89916016 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 80353 Data size: 89916016 Basic stats: COMPLETE Column stats: NONE @@ -783,6 +808,7 @@ STAGE PLANS: Statistics: Num rows: 40176 Data size: 44957448 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 40176 Data size: 44957448 Basic stats: COMPLETE Column stats: NONE @@ -798,6 +824,7 @@ STAGE PLANS: Statistics: Num rows: 316788826 Data size: 42899570777 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col4 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: int) Statistics: Num rows: 316788826 Data size: 42899570777 Basic stats: COMPLETE Column stats: NONE @@ -814,6 +841,7 @@ STAGE PLANS: Statistics: Num rows: 80353 Data size: 89916016 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 80353 Data size: 89916016 Basic stats: COMPLETE Column stats: NONE @@ -829,6 +857,7 @@ STAGE PLANS: Statistics: Num rows: 158402938 Data size: 21538218500 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col4 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: int) Statistics: Num rows: 158402938 Data size: 21538218500 Basic stats: COMPLETE Column stats: NONE @@ -852,6 +881,7 @@ STAGE PLANS: Statistics: Num rows: 174243235 Data size: 23692040863 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 174243235 Data size: 23692040863 Basic stats: COMPLETE Column stats: NONE @@ -871,6 +901,7 @@ STAGE PLANS: Statistics: Num rows: 87121617 Data size: 11846020363 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 87121617 Data size: 11846020363 Basic stats: COMPLETE Column stats: NONE @@ -893,6 +924,7 @@ STAGE PLANS: Statistics: Num rows: 80353 Data size: 89916016 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 80353 Data size: 89916016 Basic stats: COMPLETE Column stats: NONE @@ -906,6 +938,7 @@ STAGE PLANS: Statistics: Num rows: 40176 Data size: 44957448 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 40176 Data size: 44957448 Basic stats: COMPLETE Column stats: NONE @@ -928,6 +961,7 @@ STAGE PLANS: Statistics: Num rows: 348467716 Data size: 47189528877 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 348467716 Data size: 47189528877 Basic stats: COMPLETE Column stats: NONE @@ -947,6 +981,7 @@ STAGE PLANS: Statistics: Num rows: 174233858 Data size: 23594764438 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 174233858 Data size: 23594764438 Basic stats: COMPLETE Column stats: NONE @@ -972,6 +1007,7 @@ STAGE PLANS: Statistics: Num rows: 1442 Data size: 127213 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: decimal(17,2)) + null sort order: zz sort order: ++ Statistics: Num rows: 1442 Data size: 127213 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -1011,6 +1047,7 @@ STAGE PLANS: Statistics: Num rows: 80353 Data size: 89916016 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 80353 Data size: 89916016 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/perf/spark/query59.q.out ql/src/test/results/clientpositive/perf/spark/query59.q.out index 65d7ee465e..2d3064f904 100644 --- ql/src/test/results/clientpositive/perf/spark/query59.q.out +++ ql/src/test/results/clientpositive/perf/spark/query59.q.out @@ -177,6 +177,7 @@ STAGE PLANS: Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE @@ -197,6 +198,7 @@ STAGE PLANS: Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE @@ -217,6 +219,7 @@ STAGE PLANS: Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE @@ -237,6 +240,7 @@ STAGE PLANS: Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE @@ -256,6 +260,7 @@ STAGE PLANS: Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE @@ -276,6 +281,7 @@ STAGE PLANS: Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE @@ -303,6 +309,7 @@ STAGE PLANS: Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE @@ -318,6 +325,7 @@ STAGE PLANS: Statistics: Num rows: 316797606 Data size: 27947976754 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 316797606 Data size: 27947976754 Basic stats: COMPLETE Column stats: NONE @@ -350,6 +358,7 @@ STAGE PLANS: Statistics: Num rows: 383325119 Data size: 33817053337 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string), (_col0 - 52) (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), (_col0 - 52) (type: int) Statistics: Num rows: 383325119 Data size: 33817053337 Basic stats: COMPLETE Column stats: NONE @@ -377,6 +386,7 @@ STAGE PLANS: Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE @@ -392,6 +402,7 @@ STAGE PLANS: Statistics: Num rows: 316797606 Data size: 27947976754 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 316797606 Data size: 27947976754 Basic stats: COMPLETE Column stats: NONE @@ -420,6 +431,7 @@ STAGE PLANS: Statistics: Num rows: 383325119 Data size: 33817053337 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col11 (type: string), _col0 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col11 (type: string), _col0 (type: int) Statistics: Num rows: 383325119 Data size: 33817053337 Basic stats: COMPLETE Column stats: NONE @@ -440,6 +452,7 @@ STAGE PLANS: Statistics: Num rows: 421657640 Data size: 37198759476 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: int) + null sort order: zzz sort order: +++ Statistics: Num rows: 421657640 Data size: 37198759476 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/perf/spark/query6.q.out ql/src/test/results/clientpositive/perf/spark/query6.q.out index e3b4a3ff4d..41dff3398e 100644 --- ql/src/test/results/clientpositive/perf/spark/query6.q.out +++ ql/src/test/results/clientpositive/perf/spark/query6.q.out @@ -95,6 +95,7 @@ STAGE PLANS: Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE @@ -116,6 +117,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -179,6 +181,7 @@ STAGE PLANS: Statistics: Num rows: 40000000 Data size: 40955195284 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 40000000 Data size: 40955195284 Basic stats: COMPLETE Column stats: NONE @@ -204,6 +207,7 @@ STAGE PLANS: Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE @@ -224,6 +228,7 @@ STAGE PLANS: Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE @@ -250,6 +255,7 @@ STAGE PLANS: Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE @@ -269,6 +275,7 @@ STAGE PLANS: Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE @@ -289,6 +296,7 @@ STAGE PLANS: Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE @@ -309,6 +317,7 @@ STAGE PLANS: Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE @@ -326,6 +335,7 @@ STAGE PLANS: Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col7 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col7 (type: int) Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE @@ -345,6 +355,7 @@ STAGE PLANS: Statistics: Num rows: 766650239 Data size: 67634106676 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 766650239 Data size: 67634106676 Basic stats: COMPLETE Column stats: NONE @@ -366,6 +377,7 @@ STAGE PLANS: Statistics: Num rows: 231000 Data size: 331780228 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 231000 Data size: 331780228 Basic stats: COMPLETE Column stats: NONE @@ -382,6 +394,7 @@ STAGE PLANS: Statistics: Num rows: 80353 Data size: 89916016 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 80353 Data size: 89916016 Basic stats: COMPLETE Column stats: NONE @@ -401,6 +414,7 @@ STAGE PLANS: Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE @@ -415,6 +429,7 @@ STAGE PLANS: Statistics: Num rows: 9131 Data size: 10217589 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 9131 Data size: 10217589 Basic stats: COMPLETE Column stats: NONE @@ -437,6 +452,7 @@ STAGE PLANS: Statistics: Num rows: 843315281 Data size: 74397518956 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 843315281 Data size: 74397518956 Basic stats: COMPLETE Column stats: NONE @@ -455,6 +471,7 @@ STAGE PLANS: Statistics: Num rows: 140552546 Data size: 12399586418 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: bigint) + null sort order: z sort order: + Statistics: Num rows: 140552546 Data size: 12399586418 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -491,6 +508,7 @@ STAGE PLANS: Statistics: Num rows: 169400 Data size: 243305506 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 169400 Data size: 243305506 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/perf/spark/query60.q.out ql/src/test/results/clientpositive/perf/spark/query60.q.out index 33569c48e5..72f9284cbb 100644 --- ql/src/test/results/clientpositive/perf/spark/query60.q.out +++ ql/src/test/results/clientpositive/perf/spark/query60.q.out @@ -209,6 +209,7 @@ STAGE PLANS: Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE @@ -229,6 +230,7 @@ STAGE PLANS: Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE @@ -248,6 +250,7 @@ STAGE PLANS: Statistics: Num rows: 20000000 Data size: 20297597642 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 20000000 Data size: 20297597642 Basic stats: COMPLETE Column stats: NONE @@ -273,6 +276,7 @@ STAGE PLANS: Statistics: Num rows: 231000 Data size: 331780228 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 231000 Data size: 331780228 Basic stats: COMPLETE Column stats: NONE @@ -292,6 +296,7 @@ STAGE PLANS: Statistics: Num rows: 287989836 Data size: 38999608952 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 287989836 Data size: 38999608952 Basic stats: COMPLETE Column stats: NONE @@ -312,6 +317,7 @@ STAGE PLANS: Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE @@ -332,6 +338,7 @@ STAGE PLANS: Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE @@ -352,6 +359,7 @@ STAGE PLANS: Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE @@ -371,6 +379,7 @@ STAGE PLANS: Statistics: Num rows: 20000000 Data size: 20297597642 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 20000000 Data size: 20297597642 Basic stats: COMPLETE Column stats: NONE @@ -390,6 +399,7 @@ STAGE PLANS: Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE @@ -407,6 +417,7 @@ STAGE PLANS: Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE @@ -427,6 +438,7 @@ STAGE PLANS: Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE @@ -443,6 +455,7 @@ STAGE PLANS: Statistics: Num rows: 508200 Data size: 729916518 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 508200 Data size: 729916518 Basic stats: COMPLETE Column stats: NONE @@ -466,6 +479,7 @@ STAGE PLANS: Statistics: Num rows: 383314495 Data size: 51908482889 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 383314495 Data size: 51908482889 Basic stats: COMPLETE Column stats: NONE @@ -488,6 +502,7 @@ STAGE PLANS: Statistics: Num rows: 670816147 Data size: 72801917426 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 670816147 Data size: 72801917426 Basic stats: COMPLETE Column stats: NONE @@ -503,6 +518,7 @@ STAGE PLANS: Statistics: Num rows: 115500 Data size: 165890114 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 115500 Data size: 165890114 Basic stats: COMPLETE Column stats: NONE @@ -518,6 +534,7 @@ STAGE PLANS: Statistics: Num rows: 316788826 Data size: 42899570777 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 316788826 Data size: 42899570777 Basic stats: COMPLETE Column stats: NONE @@ -538,6 +555,7 @@ STAGE PLANS: Statistics: Num rows: 348467716 Data size: 47189528877 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: int) Statistics: Num rows: 348467716 Data size: 47189528877 Basic stats: COMPLETE Column stats: NONE @@ -554,6 +572,7 @@ STAGE PLANS: Statistics: Num rows: 508200 Data size: 729916518 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 508200 Data size: 729916518 Basic stats: COMPLETE Column stats: NONE @@ -577,6 +596,7 @@ STAGE PLANS: Statistics: Num rows: 191667562 Data size: 26061245514 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 191667562 Data size: 26061245514 Basic stats: COMPLETE Column stats: NONE @@ -599,6 +619,7 @@ STAGE PLANS: Statistics: Num rows: 670816147 Data size: 72801917426 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 670816147 Data size: 72801917426 Basic stats: COMPLETE Column stats: NONE @@ -623,6 +644,7 @@ STAGE PLANS: Statistics: Num rows: 766650239 Data size: 67634106676 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 766650239 Data size: 67634106676 Basic stats: COMPLETE Column stats: NONE @@ -637,6 +659,7 @@ STAGE PLANS: Statistics: Num rows: 115500 Data size: 165890114 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 115500 Data size: 165890114 Basic stats: COMPLETE Column stats: NONE @@ -652,6 +675,7 @@ STAGE PLANS: Statistics: Num rows: 158402938 Data size: 21538218500 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 158402938 Data size: 21538218500 Basic stats: COMPLETE Column stats: NONE @@ -672,6 +696,7 @@ STAGE PLANS: Statistics: Num rows: 174243235 Data size: 23692040863 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 174243235 Data size: 23692040863 Basic stats: COMPLETE Column stats: NONE @@ -694,6 +719,7 @@ STAGE PLANS: Statistics: Num rows: 670816147 Data size: 72801917426 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 670816147 Data size: 72801917426 Basic stats: COMPLETE Column stats: NONE @@ -710,6 +736,7 @@ STAGE PLANS: Statistics: Num rows: 335408073 Data size: 36400958658 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: decimal(27,2)) + null sort order: zz sort order: ++ Statistics: Num rows: 335408073 Data size: 36400958658 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/perf/spark/query61.q.out ql/src/test/results/clientpositive/perf/spark/query61.q.out index f478be6a4f..5dd747aa47 100644 --- ql/src/test/results/clientpositive/perf/spark/query61.q.out +++ ql/src/test/results/clientpositive/perf/spark/query61.q.out @@ -159,6 +159,7 @@ STAGE PLANS: Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE @@ -179,6 +180,7 @@ STAGE PLANS: Statistics: Num rows: 20000000 Data size: 20297597642 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 20000000 Data size: 20297597642 Basic stats: COMPLETE Column stats: NONE @@ -198,6 +200,7 @@ STAGE PLANS: Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE @@ -218,6 +221,7 @@ STAGE PLANS: Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE @@ -237,6 +241,7 @@ STAGE PLANS: Statistics: Num rows: 231000 Data size: 331780228 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 231000 Data size: 331780228 Basic stats: COMPLETE Column stats: NONE @@ -253,6 +258,7 @@ STAGE PLANS: Statistics: Num rows: 88000001 Data size: 75681779077 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 88000001 Data size: 75681779077 Basic stats: COMPLETE Column stats: NONE @@ -273,6 +279,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 112 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 112 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: decimal(17,2)) @@ -302,6 +309,7 @@ STAGE PLANS: Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE @@ -334,6 +342,7 @@ STAGE PLANS: Statistics: Num rows: 766650239 Data size: 67634106676 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col4 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: int) Statistics: Num rows: 766650239 Data size: 67634106676 Basic stats: COMPLETE Column stats: NONE @@ -409,6 +418,7 @@ STAGE PLANS: Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE @@ -429,6 +439,7 @@ STAGE PLANS: Statistics: Num rows: 231000 Data size: 331780228 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 231000 Data size: 331780228 Basic stats: COMPLETE Column stats: NONE @@ -448,6 +459,7 @@ STAGE PLANS: Statistics: Num rows: 20000000 Data size: 20297597642 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 20000000 Data size: 20297597642 Basic stats: COMPLETE Column stats: NONE @@ -467,6 +479,7 @@ STAGE PLANS: Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE @@ -487,6 +500,7 @@ STAGE PLANS: Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE @@ -503,6 +517,7 @@ STAGE PLANS: Statistics: Num rows: 88000001 Data size: 75681779077 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 88000001 Data size: 75681779077 Basic stats: COMPLETE Column stats: NONE @@ -523,6 +538,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 112 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 112 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: decimal(17,2)) @@ -569,6 +585,7 @@ STAGE PLANS: Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE @@ -611,6 +628,7 @@ STAGE PLANS: Statistics: Num rows: 843315281 Data size: 74397518956 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col5 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col5 (type: int) Statistics: Num rows: 843315281 Data size: 74397518956 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/perf/spark/query63.q.out ql/src/test/results/clientpositive/perf/spark/query63.q.out index 885a6be415..22f364e0dd 100644 --- ql/src/test/results/clientpositive/perf/spark/query63.q.out +++ ql/src/test/results/clientpositive/perf/spark/query63.q.out @@ -120,6 +120,7 @@ STAGE PLANS: Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE @@ -140,6 +141,7 @@ STAGE PLANS: Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE @@ -160,6 +162,7 @@ STAGE PLANS: Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE @@ -177,6 +180,7 @@ STAGE PLANS: Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE @@ -212,6 +216,7 @@ STAGE PLANS: Statistics: Num rows: 766650239 Data size: 67634106676 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 766650239 Data size: 67634106676 Basic stats: COMPLETE Column stats: NONE @@ -231,6 +236,7 @@ STAGE PLANS: Statistics: Num rows: 383325119 Data size: 33817053293 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 383325119 Data size: 33817053293 Basic stats: COMPLETE Column stats: NONE @@ -275,6 +281,7 @@ STAGE PLANS: Statistics: Num rows: 191662559 Data size: 16908526602 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col2 (type: decimal(21,6)), _col1 (type: decimal(17,2)) + null sort order: zzz sort order: +++ Statistics: Num rows: 191662559 Data size: 16908526602 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/perf/spark/query65.q.out ql/src/test/results/clientpositive/perf/spark/query65.q.out index 37828d4818..0ecac09a82 100644 --- ql/src/test/results/clientpositive/perf/spark/query65.q.out +++ ql/src/test/results/clientpositive/perf/spark/query65.q.out @@ -122,6 +122,7 @@ STAGE PLANS: Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE @@ -142,6 +143,7 @@ STAGE PLANS: Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE @@ -161,6 +163,7 @@ STAGE PLANS: Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE @@ -181,6 +184,7 @@ STAGE PLANS: Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE @@ -200,6 +204,7 @@ STAGE PLANS: Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE @@ -233,6 +238,7 @@ STAGE PLANS: Statistics: Num rows: 158398803 Data size: 13973988377 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 158398803 Data size: 13973988377 Basic stats: COMPLETE Column stats: NONE @@ -256,6 +262,7 @@ STAGE PLANS: Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE @@ -274,6 +281,7 @@ STAGE PLANS: Statistics: Num rows: 316797606 Data size: 27947976754 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 316797606 Data size: 27947976754 Basic stats: COMPLETE Column stats: NONE @@ -293,6 +301,7 @@ STAGE PLANS: Statistics: Num rows: 116159124 Data size: 10247591639 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 116159124 Data size: 10247591639 Basic stats: COMPLETE Column stats: NONE @@ -325,6 +334,7 @@ STAGE PLANS: Statistics: Num rows: 140552545 Data size: 12399586420 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 140552545 Data size: 12399586420 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -365,6 +375,7 @@ STAGE PLANS: Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/perf/spark/query66.q.out ql/src/test/results/clientpositive/perf/spark/query66.q.out index 111432d3f5..1413ee93b1 100644 --- ql/src/test/results/clientpositive/perf/spark/query66.q.out +++ ql/src/test/results/clientpositive/perf/spark/query66.q.out @@ -649,6 +649,7 @@ STAGE PLANS: Statistics: Num rows: 174243235 Data size: 23692040863 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 174243235 Data size: 23692040863 Basic stats: PARTIAL Column stats: NONE @@ -691,6 +692,7 @@ STAGE PLANS: Statistics: Num rows: 348467716 Data size: 47189528877 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 348467716 Data size: 47189528877 Basic stats: PARTIAL Column stats: NONE @@ -713,6 +715,7 @@ STAGE PLANS: Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE @@ -753,6 +756,7 @@ STAGE PLANS: Statistics: Num rows: 421645953 Data size: 57099332415 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string) + null sort order: aaaaaa sort order: ++++++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string) Statistics: Num rows: 421645953 Data size: 57099332415 Basic stats: PARTIAL Column stats: NONE @@ -779,6 +783,7 @@ STAGE PLANS: Statistics: Num rows: 316240137 Data size: 42883351482 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string) + null sort order: zaaaaa sort order: ++++++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string) Statistics: Num rows: 316240137 Data size: 42883351482 Basic stats: PARTIAL Column stats: NONE @@ -819,6 +824,7 @@ STAGE PLANS: Statistics: Num rows: 210834322 Data size: 28667370686 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string) + null sort order: aaaaaa sort order: ++++++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string) Statistics: Num rows: 210834322 Data size: 28667370686 Basic stats: PARTIAL Column stats: NONE @@ -845,6 +851,7 @@ STAGE PLANS: Statistics: Num rows: 316240137 Data size: 42883351482 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string) + null sort order: zaaaaa sort order: ++++++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string) Statistics: Num rows: 316240137 Data size: 42883351482 Basic stats: PARTIAL Column stats: NONE @@ -861,6 +868,7 @@ STAGE PLANS: Statistics: Num rows: 158120068 Data size: 21441675673 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 158120068 Data size: 21441675673 Basic stats: PARTIAL Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/perf/spark/query67.q.out ql/src/test/results/clientpositive/perf/spark/query67.q.out index 90fb13ff84..2329484bd4 100644 --- ql/src/test/results/clientpositive/perf/spark/query67.q.out +++ ql/src/test/results/clientpositive/perf/spark/query67.q.out @@ -150,6 +150,7 @@ STAGE PLANS: Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE @@ -170,6 +171,7 @@ STAGE PLANS: Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE @@ -190,6 +192,7 @@ STAGE PLANS: Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE @@ -207,6 +210,7 @@ STAGE PLANS: Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE @@ -242,6 +246,7 @@ STAGE PLANS: Statistics: Num rows: 6899852151 Data size: 608706960084 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: int), _col7 (type: int), _col8 (type: bigint) + null sort order: aaaaaaaaa sort order: +++++++++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: int), _col7 (type: int), _col8 (type: bigint) Statistics: Num rows: 6899852151 Data size: 608706960084 Basic stats: COMPLETE Column stats: NONE @@ -262,6 +267,7 @@ STAGE PLANS: Statistics: Num rows: 3449926075 Data size: 304353479997 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: string), _col8 (type: decimal(28,2)) + null sort order: az sort order: +- Map-reduce partition columns: _col3 (type: string) Statistics: Num rows: 3449926075 Data size: 304353479997 Basic stats: COMPLETE Column stats: NONE @@ -304,6 +310,7 @@ STAGE PLANS: Statistics: Num rows: 1149975358 Data size: 101451159969 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: int), _col5 (type: int), _col6 (type: int), _col7 (type: string), _col8 (type: decimal(28,2)), _col9 (type: int) + null sort order: zzzzzzzzzz sort order: ++++++++++ Statistics: Num rows: 1149975358 Data size: 101451159969 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/perf/spark/query68.q.out ql/src/test/results/clientpositive/perf/spark/query68.q.out index 4059e92bd6..d1464a721e 100644 --- ql/src/test/results/clientpositive/perf/spark/query68.q.out +++ ql/src/test/results/clientpositive/perf/spark/query68.q.out @@ -171,6 +171,7 @@ STAGE PLANS: Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE @@ -191,6 +192,7 @@ STAGE PLANS: Statistics: Num rows: 40000000 Data size: 40595195284 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 40000000 Data size: 40595195284 Basic stats: COMPLETE Column stats: NONE @@ -211,6 +213,7 @@ STAGE PLANS: Statistics: Num rows: 40000000 Data size: 40595195284 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 40000000 Data size: 40595195284 Basic stats: COMPLETE Column stats: NONE @@ -231,6 +234,7 @@ STAGE PLANS: Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE @@ -251,6 +255,7 @@ STAGE PLANS: Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE @@ -267,6 +272,7 @@ STAGE PLANS: Statistics: Num rows: 463823414 Data size: 40918636263 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 463823414 Data size: 40918636263 Basic stats: COMPLETE Column stats: NONE @@ -290,6 +296,7 @@ STAGE PLANS: Statistics: Num rows: 510205766 Data size: 45010500864 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col4 (type: int) + null sort order: zz sort order: ++ Statistics: Num rows: 510205766 Data size: 45010500864 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -345,6 +352,7 @@ STAGE PLANS: Statistics: Num rows: 766650239 Data size: 67634106676 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: int) Statistics: Num rows: 766650239 Data size: 67634106676 Basic stats: COMPLETE Column stats: NONE @@ -368,6 +376,7 @@ STAGE PLANS: Statistics: Num rows: 843315281 Data size: 74397518956 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string), _col2 (type: int), _col3 (type: int) + null sort order: aaaa sort order: ++++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string), _col2 (type: int), _col3 (type: int) Statistics: Num rows: 843315281 Data size: 74397518956 Basic stats: COMPLETE Column stats: NONE @@ -387,6 +396,7 @@ STAGE PLANS: Statistics: Num rows: 421657640 Data size: 37198759433 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 421657640 Data size: 37198759433 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/perf/spark/query69.q.out ql/src/test/results/clientpositive/perf/spark/query69.q.out index 80b0dc4c04..8db70bff0e 100644 --- ql/src/test/results/clientpositive/perf/spark/query69.q.out +++ ql/src/test/results/clientpositive/perf/spark/query69.q.out @@ -142,6 +142,7 @@ STAGE PLANS: Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE @@ -162,6 +163,7 @@ STAGE PLANS: Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE @@ -182,6 +184,7 @@ STAGE PLANS: Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE @@ -201,6 +204,7 @@ STAGE PLANS: Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE @@ -221,6 +225,7 @@ STAGE PLANS: Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE @@ -240,6 +245,7 @@ STAGE PLANS: Statistics: Num rows: 287989836 Data size: 38999608952 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 287989836 Data size: 38999608952 Basic stats: COMPLETE Column stats: NONE @@ -260,6 +266,7 @@ STAGE PLANS: Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE @@ -279,6 +286,7 @@ STAGE PLANS: Statistics: Num rows: 40000000 Data size: 40595195284 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 40000000 Data size: 40595195284 Basic stats: COMPLETE Column stats: NONE @@ -298,6 +306,7 @@ STAGE PLANS: Statistics: Num rows: 1861800 Data size: 717186159 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1861800 Data size: 717186159 Basic stats: COMPLETE Column stats: NONE @@ -325,6 +334,7 @@ STAGE PLANS: Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE @@ -346,6 +356,7 @@ STAGE PLANS: Statistics: Num rows: 158402938 Data size: 21538218500 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 158402938 Data size: 21538218500 Basic stats: COMPLETE Column stats: NONE @@ -363,6 +374,7 @@ STAGE PLANS: Statistics: Num rows: 79201469 Data size: 10769109250 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 79201469 Data size: 10769109250 Basic stats: COMPLETE Column stats: NONE @@ -385,6 +397,7 @@ STAGE PLANS: Statistics: Num rows: 316788826 Data size: 42899570777 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 316788826 Data size: 42899570777 Basic stats: COMPLETE Column stats: NONE @@ -402,6 +415,7 @@ STAGE PLANS: Statistics: Num rows: 158394413 Data size: 21449785388 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 158394413 Data size: 21449785388 Basic stats: COMPLETE Column stats: NONE @@ -418,6 +432,7 @@ STAGE PLANS: Statistics: Num rows: 88000001 Data size: 75681779077 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 88000001 Data size: 75681779077 Basic stats: COMPLETE Column stats: NONE @@ -434,6 +449,7 @@ STAGE PLANS: Statistics: Num rows: 96800003 Data size: 83249958789 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 96800003 Data size: 83249958789 Basic stats: COMPLETE Column stats: NONE @@ -459,6 +475,7 @@ STAGE PLANS: Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE @@ -489,6 +506,7 @@ STAGE PLANS: Statistics: Num rows: 383325119 Data size: 33817053293 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: int), _col4 (type: string) + null sort order: zzzzz sort order: +++++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: int), _col4 (type: string) Statistics: Num rows: 383325119 Data size: 33817053293 Basic stats: COMPLETE Column stats: NONE @@ -509,6 +527,7 @@ STAGE PLANS: Statistics: Num rows: 191662559 Data size: 16908526602 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col4 (type: int), _col6 (type: string) + null sort order: zzzzz sort order: +++++ Statistics: Num rows: 191662559 Data size: 16908526602 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/perf/spark/query7.q.out ql/src/test/results/clientpositive/perf/spark/query7.q.out index 1131e44b18..71cd2cf14c 100644 --- ql/src/test/results/clientpositive/perf/spark/query7.q.out +++ ql/src/test/results/clientpositive/perf/spark/query7.q.out @@ -106,6 +106,7 @@ STAGE PLANS: Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE @@ -126,6 +127,7 @@ STAGE PLANS: Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE @@ -146,6 +148,7 @@ STAGE PLANS: Statistics: Num rows: 232725 Data size: 89648269 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 232725 Data size: 89648269 Basic stats: COMPLETE Column stats: NONE @@ -165,6 +168,7 @@ STAGE PLANS: Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE @@ -181,6 +185,7 @@ STAGE PLANS: Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE @@ -209,6 +214,7 @@ STAGE PLANS: Statistics: Num rows: 766650239 Data size: 67634106676 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 766650239 Data size: 67634106676 Basic stats: COMPLETE Column stats: NONE @@ -232,6 +238,7 @@ STAGE PLANS: Statistics: Num rows: 843315281 Data size: 74397518956 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 843315281 Data size: 74397518956 Basic stats: COMPLETE Column stats: NONE @@ -252,6 +259,7 @@ STAGE PLANS: Statistics: Num rows: 421657640 Data size: 37198759433 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 421657640 Data size: 37198759433 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/perf/spark/query70.q.out ql/src/test/results/clientpositive/perf/spark/query70.q.out index f5163e02bc..e43bd33b97 100644 --- ql/src/test/results/clientpositive/perf/spark/query70.q.out +++ ql/src/test/results/clientpositive/perf/spark/query70.q.out @@ -165,6 +165,7 @@ STAGE PLANS: Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE @@ -185,6 +186,7 @@ STAGE PLANS: Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE @@ -204,6 +206,7 @@ STAGE PLANS: Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE @@ -223,6 +226,7 @@ STAGE PLANS: Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE @@ -259,6 +263,7 @@ STAGE PLANS: Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE @@ -275,6 +280,7 @@ STAGE PLANS: Statistics: Num rows: 348477374 Data size: 30742775095 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: decimal(17,2)) + null sort order: az sort order: +- Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 348477374 Data size: 30742775095 Basic stats: COMPLETE Column stats: NONE @@ -316,6 +322,7 @@ STAGE PLANS: Statistics: Num rows: 116159124 Data size: 10247591639 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 116159124 Data size: 10247591639 Basic stats: COMPLETE Column stats: NONE @@ -343,6 +350,7 @@ STAGE PLANS: Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col7 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col7 (type: string) Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE @@ -370,6 +378,7 @@ STAGE PLANS: Statistics: Num rows: 2299950717 Data size: 202902320028 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Statistics: Num rows: 2299950717 Data size: 202902320028 Basic stats: COMPLETE Column stats: NONE @@ -389,6 +398,7 @@ STAGE PLANS: Statistics: Num rows: 1149975358 Data size: 101451159969 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: (grouping(_col3, 1L) + grouping(_col3, 0L)) (type: bigint), CASE WHEN ((grouping(_col3, 0L) = UDFToLong(0))) THEN (_col0) ELSE (CAST( null AS STRING)) END (type: string), _col2 (type: decimal(17,2)) + null sort order: aaz sort order: ++- Map-reduce partition columns: (grouping(_col3, 1L) + grouping(_col3, 0L)) (type: bigint), CASE WHEN ((grouping(_col3, 0L) = UDFToLong(0))) THEN (_col0) ELSE (CAST( null AS STRING)) END (type: string) Statistics: Num rows: 1149975358 Data size: 101451159969 Basic stats: COMPLETE Column stats: NONE @@ -427,6 +437,7 @@ STAGE PLANS: Statistics: Num rows: 1149975358 Data size: 101451159969 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: bigint), _col5 (type: string), _col4 (type: int) + null sort order: zzz sort order: -++ Statistics: Num rows: 1149975358 Data size: 101451159969 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/perf/spark/query71.q.out ql/src/test/results/clientpositive/perf/spark/query71.q.out index 1ab055a911..0fee4fb15c 100644 --- ql/src/test/results/clientpositive/perf/spark/query71.q.out +++ ql/src/test/results/clientpositive/perf/spark/query71.q.out @@ -120,6 +120,7 @@ STAGE PLANS: Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE @@ -140,6 +141,7 @@ STAGE PLANS: Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE @@ -159,6 +161,7 @@ STAGE PLANS: Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE @@ -179,6 +182,7 @@ STAGE PLANS: Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE @@ -198,6 +202,7 @@ STAGE PLANS: Statistics: Num rows: 231000 Data size: 331780228 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 231000 Data size: 331780228 Basic stats: COMPLETE Column stats: NONE @@ -218,6 +223,7 @@ STAGE PLANS: Statistics: Num rows: 86400 Data size: 40694400 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 86400 Data size: 40694400 Basic stats: COMPLETE Column stats: NONE @@ -238,6 +244,7 @@ STAGE PLANS: Statistics: Num rows: 287989836 Data size: 38999608952 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 287989836 Data size: 38999608952 Basic stats: COMPLETE Column stats: NONE @@ -256,6 +263,7 @@ STAGE PLANS: Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 1108786976 Data size: 120333742785 Basic stats: COMPLETE Column stats: NONE @@ -273,6 +281,7 @@ STAGE PLANS: Statistics: Num rows: 158402938 Data size: 21538218500 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 1108786976 Data size: 120333742785 Basic stats: COMPLETE Column stats: NONE @@ -289,6 +298,7 @@ STAGE PLANS: Statistics: Num rows: 1219665700 Data size: 132367119932 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 1219665700 Data size: 132367119932 Basic stats: COMPLETE Column stats: NONE @@ -312,6 +322,7 @@ STAGE PLANS: Statistics: Num rows: 1341632299 Data size: 145603835081 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: int), _col3 (type: string) + null sort order: aaaa sort order: ++++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int), _col2 (type: int), _col3 (type: string) Statistics: Num rows: 1341632299 Data size: 145603835081 Basic stats: COMPLETE Column stats: NONE @@ -331,6 +342,7 @@ STAGE PLANS: Statistics: Num rows: 670816149 Data size: 72801917486 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col4 (type: decimal(17,2)), _col5 (type: int) + null sort order: zz sort order: -+ Statistics: Num rows: 670816149 Data size: 72801917486 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: string), _col2 (type: int), _col3 (type: int) @@ -361,6 +373,7 @@ STAGE PLANS: Statistics: Num rows: 316788826 Data size: 42899570777 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 1108786976 Data size: 120333742785 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/perf/spark/query72.q.out ql/src/test/results/clientpositive/perf/spark/query72.q.out index a80887eb0a..5dd5fb4adc 100644 --- ql/src/test/results/clientpositive/perf/spark/query72.q.out +++ ql/src/test/results/clientpositive/perf/spark/query72.q.out @@ -190,6 +190,7 @@ STAGE PLANS: Statistics: Num rows: 28798881 Data size: 3057234680 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 28798881 Data size: 3057234680 Basic stats: COMPLETE Column stats: NONE @@ -209,6 +210,7 @@ STAGE PLANS: Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE @@ -229,6 +231,7 @@ STAGE PLANS: Statistics: Num rows: 287989836 Data size: 38999608952 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 287989836 Data size: 38999608952 Basic stats: COMPLETE Column stats: NONE @@ -249,6 +252,7 @@ STAGE PLANS: Statistics: Num rows: 930900 Data size: 358593079 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 930900 Data size: 358593079 Basic stats: COMPLETE Column stats: NONE @@ -268,6 +272,7 @@ STAGE PLANS: Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE @@ -288,6 +293,7 @@ STAGE PLANS: Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int), _col0 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: int), _col0 (type: int) Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE @@ -308,6 +314,7 @@ STAGE PLANS: Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE @@ -338,6 +345,7 @@ STAGE PLANS: Statistics: Num rows: 41342400 Data size: 653203228 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 41342400 Data size: 653203228 Basic stats: COMPLETE Column stats: NONE @@ -369,6 +377,7 @@ STAGE PLANS: Statistics: Num rows: 348467716 Data size: 47189528877 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 348467716 Data size: 47189528877 Basic stats: COMPLETE Column stats: NONE @@ -389,6 +398,7 @@ STAGE PLANS: Statistics: Num rows: 383314495 Data size: 51908482889 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col6 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col6 (type: int) Statistics: Num rows: 383314495 Data size: 51908482889 Basic stats: COMPLETE Column stats: NONE @@ -416,6 +426,7 @@ STAGE PLANS: Statistics: Num rows: 68592430 Data size: 9288793253 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: int) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: int) Statistics: Num rows: 68592430 Data size: 9288793253 Basic stats: COMPLETE Column stats: NONE @@ -431,6 +442,7 @@ STAGE PLANS: Statistics: Num rows: 34296215 Data size: 4644396626 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col5 (type: bigint), _col0 (type: string), _col1 (type: string), _col2 (type: int) + null sort order: zzzz sort order: -+++ Statistics: Num rows: 34296215 Data size: 4644396626 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -464,6 +476,7 @@ STAGE PLANS: Statistics: Num rows: 45476640 Data size: 718523566 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 45476640 Data size: 718523566 Basic stats: COMPLETE Column stats: NONE @@ -483,6 +496,7 @@ STAGE PLANS: Statistics: Num rows: 140548651 Data size: 19033110805 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col7 (type: int), _col10 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col7 (type: int), _col10 (type: int) Statistics: Num rows: 140548651 Data size: 19033110805 Basic stats: COMPLETE Column stats: NONE @@ -514,6 +528,7 @@ STAGE PLANS: Statistics: Num rows: 56687957 Data size: 7676688307 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col14 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col14 (type: int) Statistics: Num rows: 56687957 Data size: 7676688307 Basic stats: COMPLETE Column stats: NONE @@ -534,6 +549,7 @@ STAGE PLANS: Statistics: Num rows: 62356754 Data size: 8444357320 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col4 (type: int), _col6 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col4 (type: int), _col6 (type: int) Statistics: Num rows: 62356754 Data size: 8444357320 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/perf/spark/query73.q.out ql/src/test/results/clientpositive/perf/spark/query73.q.out index 1b23e05075..3f56079193 100644 --- ql/src/test/results/clientpositive/perf/spark/query73.q.out +++ ql/src/test/results/clientpositive/perf/spark/query73.q.out @@ -138,6 +138,7 @@ STAGE PLANS: Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE @@ -158,6 +159,7 @@ STAGE PLANS: Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE @@ -203,6 +205,7 @@ STAGE PLANS: Statistics: Num rows: 766650239 Data size: 67634106676 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 766650239 Data size: 67634106676 Basic stats: COMPLETE Column stats: NONE @@ -265,6 +268,7 @@ STAGE PLANS: Statistics: Num rows: 88000001 Data size: 75681779077 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col5 (type: bigint) + null sort order: z sort order: - Statistics: Num rows: 88000001 Data size: 75681779077 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: int) diff --git ql/src/test/results/clientpositive/perf/spark/query74.q.out ql/src/test/results/clientpositive/perf/spark/query74.q.out index b28387f15d..a339400881 100644 --- ql/src/test/results/clientpositive/perf/spark/query74.q.out +++ ql/src/test/results/clientpositive/perf/spark/query74.q.out @@ -167,6 +167,7 @@ STAGE PLANS: Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE @@ -187,6 +188,7 @@ STAGE PLANS: Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE @@ -206,6 +208,7 @@ STAGE PLANS: Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE @@ -226,6 +229,7 @@ STAGE PLANS: Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE @@ -246,6 +250,7 @@ STAGE PLANS: Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE @@ -265,6 +270,7 @@ STAGE PLANS: Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE @@ -285,6 +291,7 @@ STAGE PLANS: Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE @@ -305,6 +312,7 @@ STAGE PLANS: Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE @@ -324,6 +332,7 @@ STAGE PLANS: Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE @@ -344,6 +353,7 @@ STAGE PLANS: Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE @@ -363,6 +373,7 @@ STAGE PLANS: Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE @@ -383,6 +394,7 @@ STAGE PLANS: Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE @@ -400,6 +412,7 @@ STAGE PLANS: Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE @@ -423,6 +436,7 @@ STAGE PLANS: Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: string) Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE @@ -449,6 +463,7 @@ STAGE PLANS: Statistics: Num rows: 116159124 Data size: 10247591639 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 116159124 Data size: 10247591639 Basic stats: COMPLETE Column stats: NONE @@ -465,6 +480,7 @@ STAGE PLANS: Statistics: Num rows: 158402938 Data size: 21538218500 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 158402938 Data size: 21538218500 Basic stats: COMPLETE Column stats: NONE @@ -488,6 +504,7 @@ STAGE PLANS: Statistics: Num rows: 174243235 Data size: 23692040863 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: string) Statistics: Num rows: 174243235 Data size: 23692040863 Basic stats: COMPLETE Column stats: NONE @@ -514,6 +531,7 @@ STAGE PLANS: Statistics: Num rows: 29040539 Data size: 3948673454 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 29040539 Data size: 3948673454 Basic stats: COMPLETE Column stats: NONE @@ -530,6 +548,7 @@ STAGE PLANS: Statistics: Num rows: 158402938 Data size: 21538218500 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 158402938 Data size: 21538218500 Basic stats: COMPLETE Column stats: NONE @@ -546,6 +565,7 @@ STAGE PLANS: Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE @@ -569,6 +589,7 @@ STAGE PLANS: Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: string) Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE @@ -584,6 +605,7 @@ STAGE PLANS: Statistics: Num rows: 348477374 Data size: 30742775095 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 348477374 Data size: 30742775095 Basic stats: COMPLETE Column stats: NONE @@ -607,6 +629,7 @@ STAGE PLANS: Statistics: Num rows: 174243235 Data size: 23692040863 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: string) Statistics: Num rows: 174243235 Data size: 23692040863 Basic stats: COMPLETE Column stats: NONE @@ -626,6 +649,7 @@ STAGE PLANS: Statistics: Num rows: 87121617 Data size: 11846020363 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 87121617 Data size: 11846020363 Basic stats: COMPLETE Column stats: NONE @@ -653,6 +677,7 @@ STAGE PLANS: Statistics: Num rows: 574987679 Data size: 50725579961 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string), _col0 (type: string), _col2 (type: string) + null sort order: zzz sort order: +++ Statistics: Num rows: 574987679 Data size: 50725579961 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/perf/spark/query75.q.out ql/src/test/results/clientpositive/perf/spark/query75.q.out index 05d30509e2..f43f811011 100644 --- ql/src/test/results/clientpositive/perf/spark/query75.q.out +++ ql/src/test/results/clientpositive/perf/spark/query75.q.out @@ -203,6 +203,7 @@ STAGE PLANS: Statistics: Num rows: 287989836 Data size: 38999608952 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 287989836 Data size: 38999608952 Basic stats: COMPLETE Column stats: NONE @@ -223,6 +224,7 @@ STAGE PLANS: Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE @@ -242,6 +244,7 @@ STAGE PLANS: Statistics: Num rows: 28798881 Data size: 3057234680 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 28798881 Data size: 3057234680 Basic stats: COMPLETE Column stats: NONE @@ -262,6 +265,7 @@ STAGE PLANS: Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE @@ -282,6 +286,7 @@ STAGE PLANS: Statistics: Num rows: 231000 Data size: 331780228 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 231000 Data size: 331780228 Basic stats: COMPLETE Column stats: NONE @@ -302,6 +307,7 @@ STAGE PLANS: Statistics: Num rows: 57591150 Data size: 4462194832 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 57591150 Data size: 4462194832 Basic stats: COMPLETE Column stats: NONE @@ -322,6 +328,7 @@ STAGE PLANS: Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE @@ -342,6 +349,7 @@ STAGE PLANS: Statistics: Num rows: 14398467 Data size: 1325194184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 14398467 Data size: 1325194184 Basic stats: COMPLETE Column stats: NONE @@ -362,6 +370,7 @@ STAGE PLANS: Statistics: Num rows: 287989836 Data size: 38999608952 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 287989836 Data size: 38999608952 Basic stats: COMPLETE Column stats: NONE @@ -382,6 +391,7 @@ STAGE PLANS: Statistics: Num rows: 231000 Data size: 331780228 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 231000 Data size: 331780228 Basic stats: COMPLETE Column stats: NONE @@ -402,6 +412,7 @@ STAGE PLANS: Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE @@ -421,6 +432,7 @@ STAGE PLANS: Statistics: Num rows: 28798881 Data size: 3057234680 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 28798881 Data size: 3057234680 Basic stats: COMPLETE Column stats: NONE @@ -441,6 +453,7 @@ STAGE PLANS: Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE @@ -461,6 +474,7 @@ STAGE PLANS: Statistics: Num rows: 57591150 Data size: 4462194832 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 57591150 Data size: 4462194832 Basic stats: COMPLETE Column stats: NONE @@ -481,6 +495,7 @@ STAGE PLANS: Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE @@ -501,6 +516,7 @@ STAGE PLANS: Statistics: Num rows: 14398467 Data size: 1325194184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 14398467 Data size: 1325194184 Basic stats: COMPLETE Column stats: NONE @@ -518,6 +534,7 @@ STAGE PLANS: Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE @@ -534,6 +551,7 @@ STAGE PLANS: Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int), _col2 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: int), _col2 (type: int) Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE @@ -557,6 +575,7 @@ STAGE PLANS: Statistics: Num rows: 1149964734 Data size: 119542589565 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: int), _col3 (type: int), _col4 (type: int), _col5 (type: decimal(8,2)) + null sort order: aaaaaa sort order: ++++++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int), _col2 (type: int), _col3 (type: int), _col4 (type: int), _col5 (type: decimal(8,2)) Statistics: Num rows: 1149964734 Data size: 119542589565 Basic stats: COMPLETE Column stats: NONE @@ -572,6 +591,7 @@ STAGE PLANS: Statistics: Num rows: 316788826 Data size: 42899570777 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 316788826 Data size: 42899570777 Basic stats: COMPLETE Column stats: NONE @@ -588,6 +608,7 @@ STAGE PLANS: Statistics: Num rows: 158402938 Data size: 21538218500 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 158402938 Data size: 21538218500 Basic stats: COMPLETE Column stats: NONE @@ -604,6 +625,7 @@ STAGE PLANS: Statistics: Num rows: 174243235 Data size: 23692040863 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int), _col2 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: int), _col2 (type: int) Statistics: Num rows: 174243235 Data size: 23692040863 Basic stats: COMPLETE Column stats: NONE @@ -627,6 +649,7 @@ STAGE PLANS: Statistics: Num rows: 766649929 Data size: 85832540296 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: int), _col3 (type: int), _col4 (type: int), _col5 (type: decimal(8,2)) + null sort order: aaaaaa sort order: ++++++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int), _col2 (type: int), _col3 (type: int) Statistics: Num rows: 766649929 Data size: 85832540296 Basic stats: COMPLETE Column stats: NONE @@ -642,6 +665,7 @@ STAGE PLANS: Statistics: Num rows: 316788826 Data size: 42899570777 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 316788826 Data size: 42899570777 Basic stats: COMPLETE Column stats: NONE @@ -658,6 +682,7 @@ STAGE PLANS: Statistics: Num rows: 348467716 Data size: 47189528877 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int), _col2 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: int), _col2 (type: int) Statistics: Num rows: 348467716 Data size: 47189528877 Basic stats: COMPLETE Column stats: NONE @@ -681,6 +706,7 @@ STAGE PLANS: Statistics: Num rows: 1149964734 Data size: 119542589565 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: int), _col3 (type: int), _col4 (type: int), _col5 (type: decimal(8,2)) + null sort order: aaaaaa sort order: ++++++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int), _col2 (type: int), _col3 (type: int), _col4 (type: int), _col5 (type: decimal(8,2)) Statistics: Num rows: 1149964734 Data size: 119542589565 Basic stats: COMPLETE Column stats: NONE @@ -696,6 +722,7 @@ STAGE PLANS: Statistics: Num rows: 348467716 Data size: 47189528877 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int), _col2 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: int), _col2 (type: int) Statistics: Num rows: 348467716 Data size: 47189528877 Basic stats: COMPLETE Column stats: NONE @@ -716,6 +743,7 @@ STAGE PLANS: Statistics: Num rows: 766649929 Data size: 85832540296 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: int), _col3 (type: int), _col4 (type: int), _col5 (type: decimal(8,2)) + null sort order: aaaaaa sort order: ++++++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int), _col2 (type: int), _col3 (type: int) Statistics: Num rows: 766649929 Data size: 85832540296 Basic stats: COMPLETE Column stats: NONE @@ -735,6 +763,7 @@ STAGE PLANS: Statistics: Num rows: 191662482 Data size: 21458135046 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: int), _col3 (type: int) + null sort order: aaaa sort order: ++++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int), _col2 (type: int), _col3 (type: int) Statistics: Num rows: 191662482 Data size: 21458135046 Basic stats: COMPLETE Column stats: NONE @@ -751,6 +780,7 @@ STAGE PLANS: Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE @@ -767,6 +797,7 @@ STAGE PLANS: Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int), _col2 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: int), _col2 (type: int) Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE @@ -790,6 +821,7 @@ STAGE PLANS: Statistics: Num rows: 1149964734 Data size: 119542589565 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: int), _col3 (type: int), _col4 (type: int), _col5 (type: decimal(8,2)) + null sort order: aaaaaa sort order: ++++++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int), _col2 (type: int), _col3 (type: int), _col4 (type: int), _col5 (type: decimal(8,2)) Statistics: Num rows: 1149964734 Data size: 119542589565 Basic stats: COMPLETE Column stats: NONE @@ -812,6 +844,7 @@ STAGE PLANS: Statistics: Num rows: 1149964734 Data size: 119542589565 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: int), _col3 (type: int), _col4 (type: int), _col5 (type: decimal(8,2)) + null sort order: aaaaaa sort order: ++++++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int), _col2 (type: int), _col3 (type: int), _col4 (type: int), _col5 (type: decimal(8,2)) Statistics: Num rows: 1149964734 Data size: 119542589565 Basic stats: COMPLETE Column stats: NONE @@ -827,6 +860,7 @@ STAGE PLANS: Statistics: Num rows: 158402938 Data size: 21538218500 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 158402938 Data size: 21538218500 Basic stats: COMPLETE Column stats: NONE @@ -843,6 +877,7 @@ STAGE PLANS: Statistics: Num rows: 174243235 Data size: 23692040863 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int), _col2 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: int), _col2 (type: int) Statistics: Num rows: 174243235 Data size: 23692040863 Basic stats: COMPLETE Column stats: NONE @@ -866,6 +901,7 @@ STAGE PLANS: Statistics: Num rows: 766649929 Data size: 85832540296 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: int), _col3 (type: int), _col4 (type: int), _col5 (type: decimal(8,2)) + null sort order: aaaaaa sort order: ++++++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int), _col2 (type: int), _col3 (type: int) Statistics: Num rows: 766649929 Data size: 85832540296 Basic stats: COMPLETE Column stats: NONE @@ -885,6 +921,7 @@ STAGE PLANS: Statistics: Num rows: 766649929 Data size: 85832540296 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: int), _col3 (type: int), _col4 (type: int), _col5 (type: decimal(8,2)) + null sort order: aaaaaa sort order: ++++++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int), _col2 (type: int), _col3 (type: int) Statistics: Num rows: 766649929 Data size: 85832540296 Basic stats: COMPLETE Column stats: NONE @@ -904,6 +941,7 @@ STAGE PLANS: Statistics: Num rows: 191662482 Data size: 21458135046 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: int), _col3 (type: int) + null sort order: aaaa sort order: ++++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int), _col2 (type: int), _col3 (type: int) Statistics: Num rows: 191662482 Data size: 21458135046 Basic stats: COMPLETE Column stats: NONE @@ -927,6 +965,7 @@ STAGE PLANS: Statistics: Num rows: 70276244 Data size: 7867982946 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col6 (type: bigint) + null sort order: z sort order: + Statistics: Num rows: 70276244 Data size: 7867982946 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/perf/spark/query76.q.out ql/src/test/results/clientpositive/perf/spark/query76.q.out index c81d91dc5a..78132186d6 100644 --- ql/src/test/results/clientpositive/perf/spark/query76.q.out +++ ql/src/test/results/clientpositive/perf/spark/query76.q.out @@ -89,6 +89,7 @@ STAGE PLANS: Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE @@ -109,6 +110,7 @@ STAGE PLANS: Statistics: Num rows: 72001334 Data size: 9790099106 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 72001334 Data size: 9790099106 Basic stats: COMPLETE Column stats: NONE @@ -129,6 +131,7 @@ STAGE PLANS: Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE @@ -149,6 +152,7 @@ STAGE PLANS: Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE @@ -169,6 +173,7 @@ STAGE PLANS: Statistics: Num rows: 143994918 Data size: 19499804476 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 143994918 Data size: 19499804476 Basic stats: COMPLETE Column stats: NONE @@ -189,6 +194,7 @@ STAGE PLANS: Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE @@ -209,6 +215,7 @@ STAGE PLANS: Statistics: Num rows: 287997817 Data size: 25407250999 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 287997817 Data size: 25407250999 Basic stats: COMPLETE Column stats: NONE @@ -234,6 +241,7 @@ STAGE PLANS: Statistics: Num rows: 609832848 Data size: 66183559909 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: int), _col3 (type: int), _col4 (type: string) + null sort order: zzzzz sort order: +++++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: int), _col3 (type: int), _col4 (type: string) Statistics: Num rows: 609832848 Data size: 66183559909 Basic stats: COMPLETE Column stats: NONE @@ -251,6 +259,7 @@ STAGE PLANS: Statistics: Num rows: 158394413 Data size: 21449785388 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 158394413 Data size: 21449785388 Basic stats: COMPLETE Column stats: NONE @@ -275,6 +284,7 @@ STAGE PLANS: Statistics: Num rows: 609832848 Data size: 66183559909 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: int), _col3 (type: int), _col4 (type: string) + null sort order: zzzzz sort order: +++++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: int), _col3 (type: int), _col4 (type: string) Statistics: Num rows: 609832848 Data size: 66183559909 Basic stats: COMPLETE Column stats: NONE @@ -292,6 +302,7 @@ STAGE PLANS: Statistics: Num rows: 316797605 Data size: 27947976704 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 316797605 Data size: 27947976704 Basic stats: COMPLETE Column stats: NONE @@ -316,6 +327,7 @@ STAGE PLANS: Statistics: Num rows: 609832848 Data size: 66183559909 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: int), _col3 (type: int), _col4 (type: string) + null sort order: zzzzz sort order: +++++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: int), _col3 (type: int), _col4 (type: string) Statistics: Num rows: 609832848 Data size: 66183559909 Basic stats: COMPLETE Column stats: NONE @@ -332,6 +344,7 @@ STAGE PLANS: Statistics: Num rows: 304916424 Data size: 33091779954 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: int), _col3 (type: int), _col4 (type: string) + null sort order: zzzzz sort order: +++++ Statistics: Num rows: 304916424 Data size: 33091779954 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -365,6 +378,7 @@ STAGE PLANS: Statistics: Num rows: 79201469 Data size: 10769109250 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 79201469 Data size: 10769109250 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/perf/spark/query77.q.out ql/src/test/results/clientpositive/perf/spark/query77.q.out index 926f6e90c6..1bc39f6f84 100644 --- ql/src/test/results/clientpositive/perf/spark/query77.q.out +++ ql/src/test/results/clientpositive/perf/spark/query77.q.out @@ -354,6 +354,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 224 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 224 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: decimal(17,2)), _col1 (type: decimal(17,2)) @@ -483,6 +484,7 @@ STAGE PLANS: Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE @@ -503,6 +505,7 @@ STAGE PLANS: Statistics: Num rows: 8116 Data size: 9081804 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 8116 Data size: 9081804 Basic stats: COMPLETE Column stats: NONE @@ -539,6 +542,7 @@ STAGE PLANS: Statistics: Num rows: 316788826 Data size: 42899570777 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 316788826 Data size: 42899570777 Basic stats: COMPLETE Column stats: NONE @@ -561,6 +565,7 @@ STAGE PLANS: Statistics: Num rows: 14398467 Data size: 1325194184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 14398467 Data size: 1325194184 Basic stats: COMPLETE Column stats: NONE @@ -581,6 +586,7 @@ STAGE PLANS: Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE @@ -601,6 +607,7 @@ STAGE PLANS: Statistics: Num rows: 8116 Data size: 9081804 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 8116 Data size: 9081804 Basic stats: COMPLETE Column stats: NONE @@ -620,6 +627,7 @@ STAGE PLANS: Statistics: Num rows: 8116 Data size: 9081804 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 8116 Data size: 9081804 Basic stats: COMPLETE Column stats: NONE @@ -639,6 +647,7 @@ STAGE PLANS: Statistics: Num rows: 57591150 Data size: 4462194832 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 57591150 Data size: 4462194832 Basic stats: COMPLETE Column stats: NONE @@ -675,6 +684,7 @@ STAGE PLANS: Statistics: Num rows: 69685294 Data size: 5399255980 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 69685294 Data size: 5399255980 Basic stats: COMPLETE Column stats: NONE @@ -690,6 +700,7 @@ STAGE PLANS: Statistics: Num rows: 34842647 Data size: 2699627990 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 34842647 Data size: 2699627990 Basic stats: COMPLETE Column stats: NONE @@ -728,6 +739,7 @@ STAGE PLANS: Statistics: Num rows: 1912659936 Data size: 311808612993 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int), _col2 (type: bigint) + null sort order: zza sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int), _col2 (type: bigint) Statistics: Num rows: 1912659936 Data size: 311808612993 Basic stats: COMPLETE Column stats: NONE @@ -764,6 +776,7 @@ STAGE PLANS: Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE @@ -799,6 +812,7 @@ STAGE PLANS: Statistics: Num rows: 17422145 Data size: 1603485031 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 17422145 Data size: 1603485031 Basic stats: COMPLETE Column stats: NONE @@ -814,6 +828,7 @@ STAGE PLANS: Statistics: Num rows: 8711072 Data size: 801742469 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 8711072 Data size: 801742469 Basic stats: COMPLETE Column stats: NONE @@ -838,6 +853,7 @@ STAGE PLANS: Statistics: Num rows: 1912659936 Data size: 311808612993 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int), _col2 (type: bigint) + null sort order: zza sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int), _col2 (type: bigint) Statistics: Num rows: 1912659936 Data size: 311808612993 Basic stats: COMPLETE Column stats: NONE @@ -874,6 +890,7 @@ STAGE PLANS: Statistics: Num rows: 174243235 Data size: 23692040863 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 174243235 Data size: 23692040863 Basic stats: COMPLETE Column stats: NONE @@ -889,6 +906,7 @@ STAGE PLANS: Statistics: Num rows: 87121617 Data size: 11846020363 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 87121617 Data size: 11846020363 Basic stats: COMPLETE Column stats: NONE @@ -904,6 +922,7 @@ STAGE PLANS: Statistics: Num rows: 348477374 Data size: 30742775095 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 348477374 Data size: 30742775095 Basic stats: COMPLETE Column stats: NONE @@ -928,6 +947,7 @@ STAGE PLANS: Statistics: Num rows: 1912659936 Data size: 311808612993 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int), _col2 (type: bigint) + null sort order: zza sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int), _col2 (type: bigint) Statistics: Num rows: 1912659936 Data size: 311808612993 Basic stats: COMPLETE Column stats: NONE @@ -949,6 +969,7 @@ STAGE PLANS: Statistics: Num rows: 956329968 Data size: 155904306496 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: zz sort order: ++ Statistics: Num rows: 956329968 Data size: 155904306496 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/perf/spark/query78.q.out ql/src/test/results/clientpositive/perf/spark/query78.q.out index dadcda3efa..682079feb9 100644 --- ql/src/test/results/clientpositive/perf/spark/query78.q.out +++ ql/src/test/results/clientpositive/perf/spark/query78.q.out @@ -165,6 +165,7 @@ STAGE PLANS: Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int), _col3 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: int), _col3 (type: int) Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE @@ -185,6 +186,7 @@ STAGE PLANS: Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int), _col3 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: int), _col3 (type: int) Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE @@ -205,6 +207,7 @@ STAGE PLANS: Statistics: Num rows: 14398467 Data size: 1325194184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 14398467 Data size: 1325194184 Basic stats: COMPLETE Column stats: NONE @@ -224,6 +227,7 @@ STAGE PLANS: Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE @@ -243,6 +247,7 @@ STAGE PLANS: Statistics: Num rows: 287989836 Data size: 38999608952 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int), _col3 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col2 (type: int), _col3 (type: int) Statistics: Num rows: 287989836 Data size: 38999608952 Basic stats: COMPLETE Column stats: NONE @@ -263,6 +268,7 @@ STAGE PLANS: Statistics: Num rows: 28798881 Data size: 3057234680 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 28798881 Data size: 3057234680 Basic stats: COMPLETE Column stats: NONE @@ -282,6 +288,7 @@ STAGE PLANS: Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE @@ -301,6 +308,7 @@ STAGE PLANS: Statistics: Num rows: 57591150 Data size: 4462194832 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 57591150 Data size: 4462194832 Basic stats: COMPLETE Column stats: NONE @@ -320,6 +328,7 @@ STAGE PLANS: Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE @@ -343,6 +352,7 @@ STAGE PLANS: Statistics: Num rows: 79201469 Data size: 10769109250 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 79201469 Data size: 10769109250 Basic stats: COMPLETE Column stats: NONE @@ -366,6 +376,7 @@ STAGE PLANS: Statistics: Num rows: 87121617 Data size: 11846020431 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 87121617 Data size: 11846020431 Basic stats: COMPLETE Column stats: NONE @@ -388,6 +399,7 @@ STAGE PLANS: Statistics: Num rows: 14520269 Data size: 1974336670 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int), _col0 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: int), _col0 (type: int) Statistics: Num rows: 14520269 Data size: 1974336670 Basic stats: COMPLETE Column stats: NONE @@ -411,6 +423,7 @@ STAGE PLANS: Statistics: Num rows: 158394413 Data size: 21449785388 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 158394413 Data size: 21449785388 Basic stats: COMPLETE Column stats: NONE @@ -434,6 +447,7 @@ STAGE PLANS: Statistics: Num rows: 174233858 Data size: 23594764438 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 174233858 Data size: 23594764438 Basic stats: COMPLETE Column stats: NONE @@ -460,6 +474,7 @@ STAGE PLANS: Statistics: Num rows: 29038976 Data size: 3932460694 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 29038976 Data size: 3932460694 Basic stats: COMPLETE Column stats: NONE @@ -483,6 +498,7 @@ STAGE PLANS: Statistics: Num rows: 316797606 Data size: 27947976754 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 316797606 Data size: 27947976754 Basic stats: COMPLETE Column stats: NONE @@ -506,6 +522,7 @@ STAGE PLANS: Statistics: Num rows: 348477374 Data size: 30742775095 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 348477374 Data size: 30742775095 Basic stats: COMPLETE Column stats: NONE @@ -525,6 +542,7 @@ STAGE PLANS: Statistics: Num rows: 174238687 Data size: 15371387547 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int), _col0 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: int), _col0 (type: int) Statistics: Num rows: 174238687 Data size: 15371387547 Basic stats: COMPLETE Column stats: NONE @@ -541,6 +559,7 @@ STAGE PLANS: Statistics: Num rows: 191662559 Data size: 16908526668 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 191662559 Data size: 16908526668 Basic stats: COMPLETE Column stats: NONE @@ -561,6 +580,7 @@ STAGE PLANS: Statistics: Num rows: 210828819 Data size: 18599379737 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col9 (type: bigint), _col10 (type: decimal(17,2)), _col11 (type: decimal(17,2)), _col6 (type: bigint), _col7 (type: decimal(18,2)), _col8 (type: decimal(18,2)), _col12 (type: double) + null sort order: zzzzzzzzz sort order: ++---++++ Statistics: Num rows: 210828819 Data size: 18599379737 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/perf/spark/query79.q.out ql/src/test/results/clientpositive/perf/spark/query79.q.out index 026dd25ae1..68f72f3e0a 100644 --- ql/src/test/results/clientpositive/perf/spark/query79.q.out +++ ql/src/test/results/clientpositive/perf/spark/query79.q.out @@ -129,6 +129,7 @@ STAGE PLANS: Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE @@ -149,6 +150,7 @@ STAGE PLANS: Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE @@ -169,6 +171,7 @@ STAGE PLANS: Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE @@ -189,6 +192,7 @@ STAGE PLANS: Statistics: Num rows: 421657640 Data size: 37198759428 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col6 (type: string), _col5 (type: decimal(17,2)) + null sort order: zzzz sort order: ++++ Statistics: Num rows: 421657640 Data size: 37198759428 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -251,6 +255,7 @@ STAGE PLANS: Statistics: Num rows: 766650239 Data size: 67634106676 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string), _col2 (type: int), _col3 (type: int) + null sort order: aaaa sort order: ++++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string), _col2 (type: int), _col3 (type: int) Statistics: Num rows: 766650239 Data size: 67634106676 Basic stats: COMPLETE Column stats: NONE @@ -270,6 +275,7 @@ STAGE PLANS: Statistics: Num rows: 383325119 Data size: 33817053293 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 383325119 Data size: 33817053293 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/perf/spark/query8.q.out ql/src/test/results/clientpositive/perf/spark/query8.q.out index fbefb268b8..e6a7ad505f 100644 --- ql/src/test/results/clientpositive/perf/spark/query8.q.out +++ ql/src/test/results/clientpositive/perf/spark/query8.q.out @@ -263,6 +263,7 @@ STAGE PLANS: Statistics: Num rows: 20000000 Data size: 20297597642 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 20000000 Data size: 20297597642 Basic stats: COMPLETE Column stats: NONE @@ -283,6 +284,7 @@ STAGE PLANS: Statistics: Num rows: 40000000 Data size: 40595195284 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 40000000 Data size: 40595195284 Basic stats: COMPLETE Column stats: NONE @@ -303,6 +305,7 @@ STAGE PLANS: Statistics: Num rows: 40000000 Data size: 34400807926 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 40000000 Data size: 34400807926 Basic stats: COMPLETE Column stats: NONE @@ -325,6 +328,7 @@ STAGE PLANS: Statistics: Num rows: 13666666 Data size: 13870024459 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13666666 Data size: 13870024459 Basic stats: COMPLETE Column stats: NONE @@ -370,6 +374,7 @@ STAGE PLANS: Statistics: Num rows: 44000000 Data size: 44654715780 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 44000000 Data size: 44654715780 Basic stats: COMPLETE Column stats: NONE @@ -399,6 +404,7 @@ STAGE PLANS: Statistics: Num rows: 7333333 Data size: 7442452291 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 7333333 Data size: 7442452291 Basic stats: COMPLETE Column stats: NONE @@ -421,6 +427,7 @@ STAGE PLANS: Statistics: Num rows: 13666666 Data size: 13870024459 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13666666 Data size: 13870024459 Basic stats: COMPLETE Column stats: NONE @@ -484,6 +491,7 @@ STAGE PLANS: Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE @@ -504,6 +512,7 @@ STAGE PLANS: Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE @@ -539,6 +548,7 @@ STAGE PLANS: Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE @@ -555,6 +565,7 @@ STAGE PLANS: Statistics: Num rows: 348477374 Data size: 30742775095 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 348477374 Data size: 30742775095 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/perf/spark/query80.q.out ql/src/test/results/clientpositive/perf/spark/query80.q.out index 76e90cd9fe..11778b2d5e 100644 --- ql/src/test/results/clientpositive/perf/spark/query80.q.out +++ ql/src/test/results/clientpositive/perf/spark/query80.q.out @@ -384,6 +384,7 @@ STAGE PLANS: Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int), _col4 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: int), _col4 (type: int) Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE @@ -404,6 +405,7 @@ STAGE PLANS: Statistics: Num rows: 154000 Data size: 221186819 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 154000 Data size: 221186819 Basic stats: COMPLETE Column stats: NONE @@ -423,6 +425,7 @@ STAGE PLANS: Statistics: Num rows: 287989836 Data size: 38999608952 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int), _col4 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col2 (type: int), _col4 (type: int) Statistics: Num rows: 287989836 Data size: 38999608952 Basic stats: COMPLETE Column stats: NONE @@ -443,6 +446,7 @@ STAGE PLANS: Statistics: Num rows: 28798881 Data size: 3057234680 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 28798881 Data size: 3057234680 Basic stats: COMPLETE Column stats: NONE @@ -463,6 +467,7 @@ STAGE PLANS: Statistics: Num rows: 1150 Data size: 1356710 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1150 Data size: 1356710 Basic stats: COMPLETE Column stats: NONE @@ -482,6 +487,7 @@ STAGE PLANS: Statistics: Num rows: 46000 Data size: 21198808 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 46000 Data size: 21198808 Basic stats: COMPLETE Column stats: NONE @@ -502,6 +508,7 @@ STAGE PLANS: Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int), _col4 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: int), _col4 (type: int) Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE @@ -522,6 +529,7 @@ STAGE PLANS: Statistics: Num rows: 14398467 Data size: 1325194184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 14398467 Data size: 1325194184 Basic stats: COMPLETE Column stats: NONE @@ -542,6 +550,7 @@ STAGE PLANS: Statistics: Num rows: 1150 Data size: 1356710 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1150 Data size: 1356710 Basic stats: COMPLETE Column stats: NONE @@ -561,6 +570,7 @@ STAGE PLANS: Statistics: Num rows: 154000 Data size: 221186819 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 154000 Data size: 221186819 Basic stats: COMPLETE Column stats: NONE @@ -580,6 +590,7 @@ STAGE PLANS: Statistics: Num rows: 57591150 Data size: 4462194832 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 57591150 Data size: 4462194832 Basic stats: COMPLETE Column stats: NONE @@ -597,6 +608,7 @@ STAGE PLANS: Statistics: Num rows: 316788826 Data size: 42899570777 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: int) Statistics: Num rows: 316788826 Data size: 42899570777 Basic stats: COMPLETE Column stats: NONE @@ -625,6 +637,7 @@ STAGE PLANS: Statistics: Num rows: 383314495 Data size: 51908482889 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 383314495 Data size: 51908482889 Basic stats: COMPLETE Column stats: NONE @@ -641,6 +654,7 @@ STAGE PLANS: Statistics: Num rows: 421645953 Data size: 57099332415 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 421645953 Data size: 57099332415 Basic stats: COMPLETE Column stats: NONE @@ -668,6 +682,7 @@ STAGE PLANS: Statistics: Num rows: 463810558 Data size: 62809267017 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 463810558 Data size: 62809267017 Basic stats: COMPLETE Column stats: NONE @@ -694,6 +709,7 @@ STAGE PLANS: Statistics: Num rows: 2435062716 Data size: 264270971781 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: zza sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Statistics: Num rows: 2435062716 Data size: 264270971781 Basic stats: COMPLETE Column stats: NONE @@ -711,6 +727,7 @@ STAGE PLANS: Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: int) Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE @@ -727,6 +744,7 @@ STAGE PLANS: Statistics: Num rows: 158402938 Data size: 21538218500 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: int) Statistics: Num rows: 158402938 Data size: 21538218500 Basic stats: COMPLETE Column stats: NONE @@ -755,6 +773,7 @@ STAGE PLANS: Statistics: Num rows: 191667562 Data size: 26061245514 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 191667562 Data size: 26061245514 Basic stats: COMPLETE Column stats: NONE @@ -794,6 +813,7 @@ STAGE PLANS: Statistics: Num rows: 231917759 Data size: 31534108438 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 231917759 Data size: 31534108438 Basic stats: COMPLETE Column stats: NONE @@ -820,6 +840,7 @@ STAGE PLANS: Statistics: Num rows: 2435062716 Data size: 264270971781 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: zza sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Statistics: Num rows: 2435062716 Data size: 264270971781 Basic stats: COMPLETE Column stats: NONE @@ -849,6 +870,7 @@ STAGE PLANS: Statistics: Num rows: 766650239 Data size: 67634106676 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 766650239 Data size: 67634106676 Basic stats: COMPLETE Column stats: NONE @@ -888,6 +910,7 @@ STAGE PLANS: Statistics: Num rows: 927646829 Data size: 81837272625 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 927646829 Data size: 81837272625 Basic stats: COMPLETE Column stats: NONE @@ -914,6 +937,7 @@ STAGE PLANS: Statistics: Num rows: 2435062716 Data size: 264270971781 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: zza sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Statistics: Num rows: 2435062716 Data size: 264270971781 Basic stats: COMPLETE Column stats: NONE @@ -935,6 +959,7 @@ STAGE PLANS: Statistics: Num rows: 1217531358 Data size: 132135485890 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 1217531358 Data size: 132135485890 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/perf/spark/query81.q.out ql/src/test/results/clientpositive/perf/spark/query81.q.out index f2eb1dcc02..3b0f9bc6cd 100644 --- ql/src/test/results/clientpositive/perf/spark/query81.q.out +++ ql/src/test/results/clientpositive/perf/spark/query81.q.out @@ -103,6 +103,7 @@ STAGE PLANS: Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE @@ -123,6 +124,7 @@ STAGE PLANS: Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE @@ -142,6 +144,7 @@ STAGE PLANS: Statistics: Num rows: 40000000 Data size: 40595195284 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 40000000 Data size: 40595195284 Basic stats: COMPLETE Column stats: NONE @@ -162,6 +165,7 @@ STAGE PLANS: Statistics: Num rows: 28798881 Data size: 3057234680 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 28798881 Data size: 3057234680 Basic stats: COMPLETE Column stats: NONE @@ -182,6 +186,7 @@ STAGE PLANS: Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE @@ -201,6 +206,7 @@ STAGE PLANS: Statistics: Num rows: 40000000 Data size: 40595195284 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 40000000 Data size: 40595195284 Basic stats: COMPLETE Column stats: NONE @@ -221,6 +227,7 @@ STAGE PLANS: Statistics: Num rows: 20000000 Data size: 20297597642 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 20000000 Data size: 20297597642 Basic stats: COMPLETE Column stats: NONE @@ -241,6 +248,7 @@ STAGE PLANS: Statistics: Num rows: 28798881 Data size: 3057234680 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 28798881 Data size: 3057234680 Basic stats: COMPLETE Column stats: NONE @@ -265,6 +273,7 @@ STAGE PLANS: Statistics: Num rows: 8066666 Data size: 8186697393 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 8066666 Data size: 8186697393 Basic stats: COMPLETE Column stats: NONE @@ -281,6 +290,7 @@ STAGE PLANS: Statistics: Num rows: 31678769 Data size: 3362958220 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 31678769 Data size: 3362958220 Basic stats: COMPLETE Column stats: NONE @@ -304,6 +314,7 @@ STAGE PLANS: Statistics: Num rows: 44000000 Data size: 44654715780 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 44000000 Data size: 44654715780 Basic stats: COMPLETE Column stats: NONE @@ -336,6 +347,7 @@ STAGE PLANS: Statistics: Num rows: 11000000 Data size: 11163678945 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 11000000 Data size: 11163678945 Basic stats: COMPLETE Column stats: NONE @@ -352,6 +364,7 @@ STAGE PLANS: Statistics: Num rows: 88000001 Data size: 75681779077 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 88000001 Data size: 75681779077 Basic stats: COMPLETE Column stats: NONE @@ -372,6 +385,7 @@ STAGE PLANS: Statistics: Num rows: 96800003 Data size: 83249958789 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string), _col6 (type: string), _col7 (type: string), _col8 (type: string), _col9 (type: string), _col10 (type: string), _col11 (type: string), _col12 (type: decimal(5,2)), _col13 (type: string), _col14 (type: decimal(17,2)) + null sort order: zzzzzzzzzzzzzzz sort order: +++++++++++++++ Statistics: Num rows: 96800003 Data size: 83249958789 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -408,6 +422,7 @@ STAGE PLANS: Statistics: Num rows: 31678769 Data size: 3362958220 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 31678769 Data size: 3362958220 Basic stats: COMPLETE Column stats: NONE @@ -431,6 +446,7 @@ STAGE PLANS: Statistics: Num rows: 44000000 Data size: 44654715780 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 44000000 Data size: 44654715780 Basic stats: COMPLETE Column stats: NONE @@ -453,6 +469,7 @@ STAGE PLANS: Statistics: Num rows: 22000000 Data size: 22327357890 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 22000000 Data size: 22327357890 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/perf/spark/query82.q.out ql/src/test/results/clientpositive/perf/spark/query82.q.out index 4123709d12..419e0ea58d 100644 --- ql/src/test/results/clientpositive/perf/spark/query82.q.out +++ ql/src/test/results/clientpositive/perf/spark/query82.q.out @@ -94,6 +94,7 @@ STAGE PLANS: Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE @@ -113,6 +114,7 @@ STAGE PLANS: Statistics: Num rows: 51333 Data size: 73728460 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 51333 Data size: 73728460 Basic stats: COMPLETE Column stats: NONE @@ -143,6 +145,7 @@ STAGE PLANS: Statistics: Num rows: 4593600 Data size: 72578135 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 4593600 Data size: 72578135 Basic stats: COMPLETE Column stats: NONE @@ -169,6 +172,7 @@ STAGE PLANS: Statistics: Num rows: 1267190424 Data size: 111791907016 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: decimal(7,2)) + null sort order: zaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: decimal(7,2)) Statistics: Num rows: 1267190424 Data size: 111791907016 Basic stats: COMPLETE Column stats: NONE @@ -183,6 +187,7 @@ STAGE PLANS: Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/perf/spark/query83.q.out ql/src/test/results/clientpositive/perf/spark/query83.q.out index fc54b84986..0247dabe42 100644 --- ql/src/test/results/clientpositive/perf/spark/query83.q.out +++ ql/src/test/results/clientpositive/perf/spark/query83.q.out @@ -187,6 +187,7 @@ STAGE PLANS: Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE @@ -213,6 +214,7 @@ STAGE PLANS: Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE @@ -232,6 +234,7 @@ STAGE PLANS: Statistics: Num rows: 28798881 Data size: 3057234680 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 28798881 Data size: 3057234680 Basic stats: COMPLETE Column stats: NONE @@ -252,6 +255,7 @@ STAGE PLANS: Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE @@ -272,6 +276,7 @@ STAGE PLANS: Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE @@ -292,6 +297,7 @@ STAGE PLANS: Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE @@ -318,6 +324,7 @@ STAGE PLANS: Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE @@ -337,6 +344,7 @@ STAGE PLANS: Statistics: Num rows: 57591150 Data size: 4462194832 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 57591150 Data size: 4462194832 Basic stats: COMPLETE Column stats: NONE @@ -357,6 +365,7 @@ STAGE PLANS: Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE @@ -377,6 +386,7 @@ STAGE PLANS: Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE @@ -397,6 +407,7 @@ STAGE PLANS: Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE @@ -423,6 +434,7 @@ STAGE PLANS: Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE @@ -442,6 +454,7 @@ STAGE PLANS: Statistics: Num rows: 14398467 Data size: 1325194184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 14398467 Data size: 1325194184 Basic stats: COMPLETE Column stats: NONE @@ -462,6 +475,7 @@ STAGE PLANS: Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE @@ -482,6 +496,7 @@ STAGE PLANS: Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE @@ -497,6 +512,7 @@ STAGE PLANS: Statistics: Num rows: 40176 Data size: 44957448 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 40176 Data size: 44957448 Basic stats: COMPLETE Column stats: NONE @@ -512,6 +528,7 @@ STAGE PLANS: Statistics: Num rows: 80353 Data size: 89916016 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 80353 Data size: 89916016 Basic stats: COMPLETE Column stats: NONE @@ -527,6 +544,7 @@ STAGE PLANS: Statistics: Num rows: 63350266 Data size: 4908414421 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col4 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: int) Statistics: Num rows: 63350266 Data size: 4908414421 Basic stats: COMPLETE Column stats: NONE @@ -550,6 +568,7 @@ STAGE PLANS: Statistics: Num rows: 69685294 Data size: 5399255980 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 69685294 Data size: 5399255980 Basic stats: COMPLETE Column stats: NONE @@ -569,6 +588,7 @@ STAGE PLANS: Statistics: Num rows: 34842647 Data size: 2699627990 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 34842647 Data size: 2699627990 Basic stats: COMPLETE Column stats: NONE @@ -585,6 +605,7 @@ STAGE PLANS: Statistics: Num rows: 80353 Data size: 89916016 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 80353 Data size: 89916016 Basic stats: COMPLETE Column stats: NONE @@ -606,6 +627,7 @@ STAGE PLANS: Statistics: Num rows: 80353 Data size: 89916016 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 80353 Data size: 89916016 Basic stats: COMPLETE Column stats: NONE @@ -619,6 +641,7 @@ STAGE PLANS: Statistics: Num rows: 40176 Data size: 44957448 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 40176 Data size: 44957448 Basic stats: COMPLETE Column stats: NONE @@ -634,6 +657,7 @@ STAGE PLANS: Statistics: Num rows: 80353 Data size: 89916016 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 80353 Data size: 89916016 Basic stats: COMPLETE Column stats: NONE @@ -649,6 +673,7 @@ STAGE PLANS: Statistics: Num rows: 15838314 Data size: 1457713633 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col4 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: int) Statistics: Num rows: 15838314 Data size: 1457713633 Basic stats: COMPLETE Column stats: NONE @@ -672,6 +697,7 @@ STAGE PLANS: Statistics: Num rows: 17422145 Data size: 1603485031 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 17422145 Data size: 1603485031 Basic stats: COMPLETE Column stats: NONE @@ -691,6 +717,7 @@ STAGE PLANS: Statistics: Num rows: 8711072 Data size: 801742469 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 8711072 Data size: 801742469 Basic stats: COMPLETE Column stats: NONE @@ -707,6 +734,7 @@ STAGE PLANS: Statistics: Num rows: 31678769 Data size: 3362958220 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col4 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: int) Statistics: Num rows: 31678769 Data size: 3362958220 Basic stats: COMPLETE Column stats: NONE @@ -729,6 +757,7 @@ STAGE PLANS: Statistics: Num rows: 80353 Data size: 89916016 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 80353 Data size: 89916016 Basic stats: COMPLETE Column stats: NONE @@ -742,6 +771,7 @@ STAGE PLANS: Statistics: Num rows: 40176 Data size: 44957448 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 40176 Data size: 44957448 Basic stats: COMPLETE Column stats: NONE @@ -764,6 +794,7 @@ STAGE PLANS: Statistics: Num rows: 34846646 Data size: 3699254122 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 34846646 Data size: 3699254122 Basic stats: COMPLETE Column stats: NONE @@ -783,6 +814,7 @@ STAGE PLANS: Statistics: Num rows: 17423323 Data size: 1849627061 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 17423323 Data size: 1849627061 Basic stats: COMPLETE Column stats: NONE @@ -805,6 +837,7 @@ STAGE PLANS: Statistics: Num rows: 76653825 Data size: 5939181706 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: bigint) + null sort order: zz sort order: ++ Statistics: Num rows: 76653825 Data size: 5939181706 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -844,6 +877,7 @@ STAGE PLANS: Statistics: Num rows: 80353 Data size: 89916016 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 80353 Data size: 89916016 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/perf/spark/query84.q.out ql/src/test/results/clientpositive/perf/spark/query84.q.out index d60b8fc3c5..05ffa30705 100644 --- ql/src/test/results/clientpositive/perf/spark/query84.q.out +++ ql/src/test/results/clientpositive/perf/spark/query84.q.out @@ -142,6 +142,7 @@ STAGE PLANS: Statistics: Num rows: 57591150 Data size: 4462194832 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 57591150 Data size: 4462194832 Basic stats: COMPLETE Column stats: NONE @@ -161,6 +162,7 @@ STAGE PLANS: Statistics: Num rows: 1861800 Data size: 717186159 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1861800 Data size: 717186159 Basic stats: COMPLETE Column stats: NONE @@ -180,6 +182,7 @@ STAGE PLANS: Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: int) Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE @@ -200,6 +203,7 @@ STAGE PLANS: Statistics: Num rows: 20000000 Data size: 20297597642 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 20000000 Data size: 20297597642 Basic stats: COMPLETE Column stats: NONE @@ -222,6 +226,7 @@ STAGE PLANS: Statistics: Num rows: 212960011 Data size: 183149913305 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: z sort order: + Statistics: Num rows: 212960011 Data size: 183149913305 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -267,6 +272,7 @@ STAGE PLANS: Statistics: Num rows: 96800003 Data size: 83249958789 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 96800003 Data size: 83249958789 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/perf/spark/query85.q.out ql/src/test/results/clientpositive/perf/spark/query85.q.out index 91d77cf3ee..4c4e07613d 100644 --- ql/src/test/results/clientpositive/perf/spark/query85.q.out +++ ql/src/test/results/clientpositive/perf/spark/query85.q.out @@ -264,6 +264,7 @@ STAGE PLANS: Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE @@ -284,6 +285,7 @@ STAGE PLANS: Statistics: Num rows: 20000000 Data size: 20297597642 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 20000000 Data size: 20297597642 Basic stats: COMPLETE Column stats: NONE @@ -304,6 +306,7 @@ STAGE PLANS: Statistics: Num rows: 1861800 Data size: 717186159 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1861800 Data size: 717186159 Basic stats: COMPLETE Column stats: NONE @@ -324,6 +327,7 @@ STAGE PLANS: Statistics: Num rows: 1861800 Data size: 717186159 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string), _col2 (type: string), _col0 (type: int) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col1 (type: string), _col2 (type: string), _col0 (type: int) Statistics: Num rows: 1861800 Data size: 717186159 Basic stats: COMPLETE Column stats: NONE @@ -344,6 +348,7 @@ STAGE PLANS: Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE @@ -363,6 +368,7 @@ STAGE PLANS: Statistics: Num rows: 14398467 Data size: 1325194184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 14398467 Data size: 1325194184 Basic stats: COMPLETE Column stats: NONE @@ -396,6 +402,7 @@ STAGE PLANS: Statistics: Num rows: 29282000 Data size: 29717715282 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int), _col7 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col2 (type: int), _col7 (type: int) Statistics: Num rows: 29282000 Data size: 29717715282 Basic stats: COMPLETE Column stats: NONE @@ -412,6 +419,7 @@ STAGE PLANS: Statistics: Num rows: 158402938 Data size: 21538218500 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int), _col3 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: int), _col3 (type: int) Statistics: Num rows: 158402938 Data size: 21538218500 Basic stats: COMPLETE Column stats: NONE @@ -450,6 +458,7 @@ STAGE PLANS: Statistics: Num rows: 53906501 Data size: 7329725173 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 53906501 Data size: 7329725173 Basic stats: COMPLETE Column stats: NONE @@ -469,6 +478,7 @@ STAGE PLANS: Statistics: Num rows: 26953250 Data size: 3664862518 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col7 (type: string), _col4 (type: double), _col5 (type: decimal(37,22)), _col6 (type: decimal(37,22)) + null sort order: zzzz sort order: ++++ Statistics: Num rows: 26953250 Data size: 3664862518 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -501,6 +511,7 @@ STAGE PLANS: Statistics: Num rows: 22000000 Data size: 22327357890 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: int) Statistics: Num rows: 22000000 Data size: 22327357890 Basic stats: COMPLETE Column stats: NONE @@ -517,6 +528,7 @@ STAGE PLANS: Statistics: Num rows: 24200000 Data size: 24560094211 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col13 (type: string), _col14 (type: string), _col1 (type: int) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col13 (type: string), _col14 (type: string), _col1 (type: int) Statistics: Num rows: 24200000 Data size: 24560094211 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/perf/spark/query86.q.out ql/src/test/results/clientpositive/perf/spark/query86.q.out index abb8e37595..37d48c4d2a 100644 --- ql/src/test/results/clientpositive/perf/spark/query86.q.out +++ ql/src/test/results/clientpositive/perf/spark/query86.q.out @@ -86,6 +86,7 @@ STAGE PLANS: Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE @@ -106,6 +107,7 @@ STAGE PLANS: Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE @@ -125,6 +127,7 @@ STAGE PLANS: Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE @@ -142,6 +145,7 @@ STAGE PLANS: Statistics: Num rows: 158402938 Data size: 21538218500 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 158402938 Data size: 21538218500 Basic stats: COMPLETE Column stats: NONE @@ -169,6 +173,7 @@ STAGE PLANS: Statistics: Num rows: 522729705 Data size: 71076122589 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Statistics: Num rows: 522729705 Data size: 71076122589 Basic stats: COMPLETE Column stats: NONE @@ -188,6 +193,7 @@ STAGE PLANS: Statistics: Num rows: 261364852 Data size: 35538061226 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: (grouping(_col3, 1L) + grouping(_col3, 0L)) (type: bigint), CASE WHEN ((grouping(_col3, 0L) = UDFToLong(0))) THEN (_col0) ELSE (CAST( null AS STRING)) END (type: string), _col2 (type: decimal(17,2)) + null sort order: aaz sort order: ++- Map-reduce partition columns: (grouping(_col3, 1L) + grouping(_col3, 0L)) (type: bigint), CASE WHEN ((grouping(_col3, 0L) = UDFToLong(0))) THEN (_col0) ELSE (CAST( null AS STRING)) END (type: string) Statistics: Num rows: 261364852 Data size: 35538061226 Basic stats: COMPLETE Column stats: NONE @@ -226,6 +232,7 @@ STAGE PLANS: Statistics: Num rows: 261364852 Data size: 35538061226 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: bigint), _col5 (type: string), _col4 (type: int) + null sort order: zzz sort order: -++ Statistics: Num rows: 261364852 Data size: 35538061226 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/perf/spark/query87.q.out ql/src/test/results/clientpositive/perf/spark/query87.q.out index f071fcf811..17f1f03b2f 100644 --- ql/src/test/results/clientpositive/perf/spark/query87.q.out +++ ql/src/test/results/clientpositive/perf/spark/query87.q.out @@ -89,6 +89,7 @@ STAGE PLANS: Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE @@ -109,6 +110,7 @@ STAGE PLANS: Statistics: Num rows: 287989836 Data size: 38999608952 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 287989836 Data size: 38999608952 Basic stats: COMPLETE Column stats: NONE @@ -129,6 +131,7 @@ STAGE PLANS: Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE @@ -149,6 +152,7 @@ STAGE PLANS: Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE @@ -169,6 +173,7 @@ STAGE PLANS: Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE @@ -186,6 +191,7 @@ STAGE PLANS: Statistics: Num rows: 316788826 Data size: 42899570777 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 316788826 Data size: 42899570777 Basic stats: COMPLETE Column stats: NONE @@ -208,6 +214,7 @@ STAGE PLANS: Statistics: Num rows: 348467716 Data size: 47189528877 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: string) Statistics: Num rows: 348467716 Data size: 47189528877 Basic stats: COMPLETE Column stats: NONE @@ -246,6 +253,7 @@ STAGE PLANS: Statistics: Num rows: 261355616 Data size: 27168769766 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: string) Statistics: Num rows: 261355616 Data size: 27168769766 Basic stats: COMPLETE Column stats: NONE @@ -262,6 +270,7 @@ STAGE PLANS: Statistics: Num rows: 158402938 Data size: 21538218500 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 158402938 Data size: 21538218500 Basic stats: COMPLETE Column stats: NONE @@ -284,6 +293,7 @@ STAGE PLANS: Statistics: Num rows: 174243235 Data size: 23692040863 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: string) Statistics: Num rows: 174243235 Data size: 23692040863 Basic stats: COMPLETE Column stats: NONE @@ -322,6 +332,7 @@ STAGE PLANS: Statistics: Num rows: 54450625 Data size: 7055042151 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: string) Statistics: Num rows: 54450625 Data size: 7055042151 Basic stats: COMPLETE Column stats: NONE @@ -338,6 +349,7 @@ STAGE PLANS: Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE @@ -360,6 +372,7 @@ STAGE PLANS: Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: string) Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE @@ -398,6 +411,7 @@ STAGE PLANS: Statistics: Num rows: 261355616 Data size: 27168769766 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: string) Statistics: Num rows: 261355616 Data size: 27168769766 Basic stats: COMPLETE Column stats: NONE @@ -441,6 +455,7 @@ STAGE PLANS: Statistics: Num rows: 54450625 Data size: 7055042151 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: string) Statistics: Num rows: 54450625 Data size: 7055042151 Basic stats: COMPLETE Column stats: NONE @@ -470,6 +485,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/perf/spark/query88.q.out ql/src/test/results/clientpositive/perf/spark/query88.q.out index f2e2b94970..9ed159993a 100644 --- ql/src/test/results/clientpositive/perf/spark/query88.q.out +++ ql/src/test/results/clientpositive/perf/spark/query88.q.out @@ -333,6 +333,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -388,6 +389,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -443,6 +445,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -498,6 +501,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -553,6 +557,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -608,6 +613,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -663,6 +669,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -930,6 +937,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/perf/spark/query89.q.out ql/src/test/results/clientpositive/perf/spark/query89.q.out index 2d79ea5be7..f646b6e5df 100644 --- ql/src/test/results/clientpositive/perf/spark/query89.q.out +++ ql/src/test/results/clientpositive/perf/spark/query89.q.out @@ -118,6 +118,7 @@ STAGE PLANS: Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE @@ -138,6 +139,7 @@ STAGE PLANS: Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE @@ -158,6 +160,7 @@ STAGE PLANS: Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 36524 Data size: 40870356 Basic stats: COMPLETE Column stats: NONE @@ -175,6 +178,7 @@ STAGE PLANS: Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE @@ -210,6 +214,7 @@ STAGE PLANS: Statistics: Num rows: 766650239 Data size: 67634106676 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: int), _col3 (type: string), _col4 (type: string), _col5 (type: string) + null sort order: aaaaaa sort order: ++++++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: int), _col3 (type: string), _col4 (type: string), _col5 (type: string) Statistics: Num rows: 766650239 Data size: 67634106676 Basic stats: COMPLETE Column stats: NONE @@ -225,6 +230,7 @@ STAGE PLANS: Statistics: Num rows: 383325119 Data size: 33817053293 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col5 (type: string), _col3 (type: string), _col0 (type: string), _col1 (type: string) + null sort order: aaaa sort order: ++++ Map-reduce partition columns: _col5 (type: string), _col3 (type: string), _col0 (type: string), _col1 (type: string) Statistics: Num rows: 383325119 Data size: 33817053293 Basic stats: COMPLETE Column stats: NONE @@ -269,6 +275,7 @@ STAGE PLANS: Statistics: Num rows: 191662559 Data size: 16908526602 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col8 (type: decimal(22,6)), _col3 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 191662559 Data size: 16908526602 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/perf/spark/query9.q.out ql/src/test/results/clientpositive/perf/spark/query9.q.out index 0447e01ec2..a106b47f52 100644 --- ql/src/test/results/clientpositive/perf/spark/query9.q.out +++ ql/src/test/results/clientpositive/perf/spark/query9.q.out @@ -163,6 +163,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 120 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 120 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: decimal(17,2)), _col1 (type: bigint) @@ -187,6 +188,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 120 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 120 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: decimal(17,2)), _col1 (type: bigint) @@ -209,6 +211,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -233,6 +236,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 120 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 120 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: decimal(17,2)), _col1 (type: bigint) @@ -257,6 +261,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 120 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 120 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: decimal(17,2)), _col1 (type: bigint) @@ -279,6 +284,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -301,6 +307,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -325,6 +332,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 120 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 120 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: decimal(17,2)), _col1 (type: bigint) @@ -349,6 +357,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 120 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 120 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: decimal(17,2)), _col1 (type: bigint) @@ -371,6 +380,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -395,6 +405,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 120 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 120 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: decimal(17,2)), _col1 (type: bigint) @@ -419,6 +430,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 120 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 120 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: decimal(17,2)), _col1 (type: bigint) @@ -443,6 +455,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 120 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 120 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: decimal(17,2)), _col1 (type: bigint) @@ -467,6 +480,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 120 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 120 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: decimal(17,2)), _col1 (type: bigint) @@ -489,6 +503,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/perf/spark/query90.q.out ql/src/test/results/clientpositive/perf/spark/query90.q.out index 531535e5c5..c11df3752b 100644 --- ql/src/test/results/clientpositive/perf/spark/query90.q.out +++ ql/src/test/results/clientpositive/perf/spark/query90.q.out @@ -126,6 +126,7 @@ STAGE PLANS: Statistics: Num rows: 86400 Data size: 40694400 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 86400 Data size: 40694400 Basic stats: COMPLETE Column stats: NONE @@ -145,6 +146,7 @@ STAGE PLANS: Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE @@ -188,6 +190,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -273,6 +276,7 @@ STAGE PLANS: Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE @@ -293,6 +297,7 @@ STAGE PLANS: Statistics: Num rows: 86400 Data size: 40694400 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 86400 Data size: 40694400 Basic stats: COMPLETE Column stats: NONE @@ -335,6 +340,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/perf/spark/query91.q.out ql/src/test/results/clientpositive/perf/spark/query91.q.out index 24ef4831f7..aef4de0327 100644 --- ql/src/test/results/clientpositive/perf/spark/query91.q.out +++ ql/src/test/results/clientpositive/perf/spark/query91.q.out @@ -157,6 +157,7 @@ STAGE PLANS: Statistics: Num rows: 28798881 Data size: 3057234680 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 28798881 Data size: 3057234680 Basic stats: COMPLETE Column stats: NONE @@ -177,6 +178,7 @@ STAGE PLANS: Statistics: Num rows: 930900 Data size: 358593079 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 930900 Data size: 358593079 Basic stats: COMPLETE Column stats: NONE @@ -197,6 +199,7 @@ STAGE PLANS: Statistics: Num rows: 20000000 Data size: 20297597642 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 20000000 Data size: 20297597642 Basic stats: COMPLETE Column stats: NONE @@ -216,6 +219,7 @@ STAGE PLANS: Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 18262 Data size: 20435178 Basic stats: COMPLETE Column stats: NONE @@ -235,6 +239,7 @@ STAGE PLANS: Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 80000000 Data size: 68801615852 Basic stats: COMPLETE Column stats: NONE @@ -268,6 +273,7 @@ STAGE PLANS: Statistics: Num rows: 106480005 Data size: 91574956652 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 106480005 Data size: 91574956652 Basic stats: COMPLETE Column stats: NONE @@ -296,6 +302,7 @@ STAGE PLANS: Statistics: Num rows: 34846646 Data size: 3699254122 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 34846646 Data size: 3699254122 Basic stats: COMPLETE Column stats: NONE @@ -319,6 +326,7 @@ STAGE PLANS: Statistics: Num rows: 117128008 Data size: 100732454500 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string) + null sort order: aaaaa sort order: +++++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string) Statistics: Num rows: 117128008 Data size: 100732454500 Basic stats: COMPLETE Column stats: NONE @@ -338,6 +346,7 @@ STAGE PLANS: Statistics: Num rows: 58564004 Data size: 50366227250 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col4 (type: decimal(17,2)) + null sort order: z sort order: - Statistics: Num rows: 58564004 Data size: 50366227250 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string) @@ -367,6 +376,7 @@ STAGE PLANS: Statistics: Num rows: 88000001 Data size: 75681779077 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: int) Statistics: Num rows: 88000001 Data size: 75681779077 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/perf/spark/query92.q.out ql/src/test/results/clientpositive/perf/spark/query92.q.out index 9acde65a37..8b4343dcfe 100644 --- ql/src/test/results/clientpositive/perf/spark/query92.q.out +++ ql/src/test/results/clientpositive/perf/spark/query92.q.out @@ -145,6 +145,7 @@ STAGE PLANS: Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE @@ -165,6 +166,7 @@ STAGE PLANS: Statistics: Num rows: 231000 Data size: 331780228 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 231000 Data size: 331780228 Basic stats: COMPLETE Column stats: NONE @@ -201,6 +203,7 @@ STAGE PLANS: Statistics: Num rows: 158402938 Data size: 21538218500 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 158402938 Data size: 21538218500 Basic stats: COMPLETE Column stats: NONE @@ -232,6 +235,7 @@ STAGE PLANS: Statistics: Num rows: 174243235 Data size: 23692040863 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: int) Statistics: Num rows: 174243235 Data size: 23692040863 Basic stats: COMPLETE Column stats: NONE @@ -260,6 +264,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 112 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 112 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: decimal(17,2)) @@ -296,6 +301,7 @@ STAGE PLANS: Statistics: Num rows: 79201469 Data size: 10769109250 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 79201469 Data size: 10769109250 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/perf/spark/query93.q.out ql/src/test/results/clientpositive/perf/spark/query93.q.out index 40893da19c..a57ef0309b 100644 --- ql/src/test/results/clientpositive/perf/spark/query93.q.out +++ ql/src/test/results/clientpositive/perf/spark/query93.q.out @@ -104,6 +104,7 @@ STAGE PLANS: Statistics: Num rows: 63350266 Data size: 4908414421 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col2 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col2 (type: int) Statistics: Num rows: 63350266 Data size: 4908414421 Basic stats: COMPLETE Column stats: NONE @@ -126,6 +127,7 @@ STAGE PLANS: Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col2 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col2 (type: int) Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE @@ -154,6 +156,7 @@ STAGE PLANS: Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE @@ -169,6 +172,7 @@ STAGE PLANS: Statistics: Num rows: 316797606 Data size: 27947976754 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: decimal(28,2)), _col0 (type: int) + null sort order: zz sort order: ++ Statistics: Num rows: 316797606 Data size: 27947976754 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/perf/spark/query94.q.out ql/src/test/results/clientpositive/perf/spark/query94.q.out index 53c9d55444..2de03eaf30 100644 --- ql/src/test/results/clientpositive/perf/spark/query94.q.out +++ ql/src/test/results/clientpositive/perf/spark/query94.q.out @@ -143,6 +143,7 @@ STAGE PLANS: Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE @@ -169,6 +170,7 @@ STAGE PLANS: Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE @@ -191,6 +193,7 @@ STAGE PLANS: Statistics: Num rows: 14398467 Data size: 1325194184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 14398467 Data size: 1325194184 Basic stats: COMPLETE Column stats: NONE @@ -210,6 +213,7 @@ STAGE PLANS: Statistics: Num rows: 20000000 Data size: 20297597642 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 20000000 Data size: 20297597642 Basic stats: COMPLETE Column stats: NONE @@ -228,6 +232,7 @@ STAGE PLANS: Statistics: Num rows: 7199233 Data size: 662597045 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 7199233 Data size: 662597045 Basic stats: COMPLETE Column stats: NONE @@ -266,6 +271,7 @@ STAGE PLANS: Statistics: Num rows: 191667562 Data size: 26061245514 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col4 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: int) Statistics: Num rows: 191667562 Data size: 26061245514 Basic stats: COMPLETE Column stats: NONE @@ -287,6 +293,7 @@ STAGE PLANS: Statistics: Num rows: 210834322 Data size: 28667370686 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col4 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: int) Statistics: Num rows: 210834322 Data size: 28667370686 Basic stats: COMPLETE Column stats: NONE @@ -317,6 +324,7 @@ STAGE PLANS: Statistics: Num rows: 115958879 Data size: 15767054151 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 115958879 Data size: 15767054151 Basic stats: COMPLETE Column stats: NONE @@ -336,6 +344,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 344 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 344 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: decimal(17,2)), _col2 (type: decimal(17,2)) diff --git ql/src/test/results/clientpositive/perf/spark/query95.q.out ql/src/test/results/clientpositive/perf/spark/query95.q.out index c9a495622c..441985032b 100644 --- ql/src/test/results/clientpositive/perf/spark/query95.q.out +++ ql/src/test/results/clientpositive/perf/spark/query95.q.out @@ -152,6 +152,7 @@ STAGE PLANS: Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE @@ -172,6 +173,7 @@ STAGE PLANS: Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE @@ -192,6 +194,7 @@ STAGE PLANS: Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE @@ -212,6 +215,7 @@ STAGE PLANS: Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE @@ -232,6 +236,7 @@ STAGE PLANS: Statistics: Num rows: 14398467 Data size: 1325194184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col13 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col13 (type: int) Statistics: Num rows: 14398467 Data size: 1325194184 Basic stats: COMPLETE Column stats: NONE @@ -251,6 +256,7 @@ STAGE PLANS: Statistics: Num rows: 20000000 Data size: 20297597642 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 20000000 Data size: 20297597642 Basic stats: COMPLETE Column stats: NONE @@ -270,6 +276,7 @@ STAGE PLANS: Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 144002668 Data size: 19580198212 Basic stats: COMPLETE Column stats: NONE @@ -300,6 +307,7 @@ STAGE PLANS: Statistics: Num rows: 158402938 Data size: 21538218500 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 158402938 Data size: 21538218500 Basic stats: COMPLETE Column stats: NONE @@ -313,6 +321,7 @@ STAGE PLANS: Statistics: Num rows: 79201469 Data size: 10769109250 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 79201469 Data size: 10769109250 Basic stats: COMPLETE Column stats: NONE @@ -335,6 +344,7 @@ STAGE PLANS: Statistics: Num rows: 158402938 Data size: 21538218500 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 158402938 Data size: 21538218500 Basic stats: COMPLETE Column stats: NONE @@ -356,6 +366,7 @@ STAGE PLANS: Statistics: Num rows: 174243235 Data size: 23692040863 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 174243235 Data size: 23692040863 Basic stats: COMPLETE Column stats: NONE @@ -369,6 +380,7 @@ STAGE PLANS: Statistics: Num rows: 87121617 Data size: 11846020363 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 87121617 Data size: 11846020363 Basic stats: COMPLETE Column stats: NONE @@ -406,6 +418,7 @@ STAGE PLANS: Statistics: Num rows: 191667562 Data size: 26061245514 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: int) Statistics: Num rows: 191667562 Data size: 26061245514 Basic stats: COMPLETE Column stats: NONE @@ -431,6 +444,7 @@ STAGE PLANS: Statistics: Num rows: 421668645 Data size: 57334741373 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 421668645 Data size: 57334741373 Basic stats: COMPLETE Column stats: NONE @@ -450,6 +464,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 344 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 344 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: decimal(17,2)), _col2 (type: decimal(17,2)) diff --git ql/src/test/results/clientpositive/perf/spark/query96.q.out ql/src/test/results/clientpositive/perf/spark/query96.q.out index 8b5fbf91f5..e4bf47884a 100644 --- ql/src/test/results/clientpositive/perf/spark/query96.q.out +++ ql/src/test/results/clientpositive/perf/spark/query96.q.out @@ -164,6 +164,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/perf/spark/query97.q.out ql/src/test/results/clientpositive/perf/spark/query97.q.out index ff8030348f..9c7bc48469 100644 --- ql/src/test/results/clientpositive/perf/spark/query97.q.out +++ ql/src/test/results/clientpositive/perf/spark/query97.q.out @@ -85,6 +85,7 @@ STAGE PLANS: Statistics: Num rows: 287989836 Data size: 38999608952 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 287989836 Data size: 38999608952 Basic stats: COMPLETE Column stats: NONE @@ -105,6 +106,7 @@ STAGE PLANS: Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE @@ -124,6 +126,7 @@ STAGE PLANS: Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE @@ -143,6 +146,7 @@ STAGE PLANS: Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 575995635 Data size: 50814502088 Basic stats: COMPLETE Column stats: NONE @@ -166,6 +170,7 @@ STAGE PLANS: Statistics: Num rows: 316788826 Data size: 42899570777 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 316788826 Data size: 42899570777 Basic stats: COMPLETE Column stats: NONE @@ -179,6 +184,7 @@ STAGE PLANS: Statistics: Num rows: 158394413 Data size: 21449785388 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 158394413 Data size: 21449785388 Basic stats: COMPLETE Column stats: NONE @@ -203,6 +209,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: bigint) @@ -239,6 +246,7 @@ STAGE PLANS: Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE @@ -252,6 +260,7 @@ STAGE PLANS: Statistics: Num rows: 316797606 Data size: 27947976754 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 316797606 Data size: 27947976754 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/perf/spark/query98.q.out ql/src/test/results/clientpositive/perf/spark/query98.q.out index eb7b97a249..218cf44f6d 100644 --- ql/src/test/results/clientpositive/perf/spark/query98.q.out +++ ql/src/test/results/clientpositive/perf/spark/query98.q.out @@ -133,6 +133,7 @@ STAGE PLANS: Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 633595212 Data size: 55895953508 Basic stats: COMPLETE Column stats: NONE @@ -155,6 +156,7 @@ STAGE PLANS: Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 462000 Data size: 663560457 Basic stats: COMPLETE Column stats: NONE @@ -179,6 +181,7 @@ STAGE PLANS: Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: decimal(7,2)) + null sort order: aaaaa sort order: +++++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: decimal(7,2)) Statistics: Num rows: 696954748 Data size: 61485550191 Basic stats: COMPLETE Column stats: NONE @@ -194,6 +197,7 @@ STAGE PLANS: Statistics: Num rows: 348477374 Data size: 30742775095 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 348477374 Data size: 30742775095 Basic stats: COMPLETE Column stats: NONE @@ -231,6 +235,7 @@ STAGE PLANS: Statistics: Num rows: 348477374 Data size: 30742775095 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string), _col2 (type: string), _col6 (type: string), _col0 (type: string), _col5 (type: decimal(38,17)) + null sort order: zzzzz sort order: +++++ Statistics: Num rows: 348477374 Data size: 30742775095 Basic stats: COMPLETE Column stats: NONE value expressions: _col3 (type: decimal(7,2)), _col4 (type: decimal(17,2)) diff --git ql/src/test/results/clientpositive/perf/spark/query99.q.out ql/src/test/results/clientpositive/perf/spark/query99.q.out index 03bf8fd97e..95c73c6ad9 100644 --- ql/src/test/results/clientpositive/perf/spark/query99.q.out +++ ql/src/test/results/clientpositive/perf/spark/query99.q.out @@ -188,6 +188,7 @@ STAGE PLANS: Statistics: Num rows: 316788826 Data size: 42899570777 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 316788826 Data size: 42899570777 Basic stats: PARTIAL Column stats: NONE @@ -210,6 +211,7 @@ STAGE PLANS: Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 73049 Data size: 81741831 Basic stats: COMPLETE Column stats: NONE @@ -255,6 +257,7 @@ STAGE PLANS: Statistics: Num rows: 421645953 Data size: 57099332415 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string) + null sort order: zzz sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: string) Statistics: Num rows: 421645953 Data size: 57099332415 Basic stats: PARTIAL Column stats: NONE @@ -275,6 +278,7 @@ STAGE PLANS: Statistics: Num rows: 210822976 Data size: 28549666139 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col8 (type: string), _col1 (type: string), _col2 (type: string) + null sort order: zzz sort order: +++ Statistics: Num rows: 210822976 Data size: 28549666139 Basic stats: PARTIAL Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/perf/tez/constraints/mv_query44.q.out ql/src/test/results/clientpositive/perf/tez/constraints/mv_query44.q.out index 61c01c5c60..6a67ca6823 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/mv_query44.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/mv_query44.q.out @@ -123,34 +123,35 @@ Stage-0 Output:["_col0","_col1","_col2"] <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_106] + null sort order:z,sort order:+ Select Operator [SEL_105] (rows=6951 width=218) Output:["_col0","_col1","_col2"] Merge Join Operator [MERGEJOIN_159] (rows=6951 width=218) Conds:RS_102._col2=RS_201._col0(Inner),Output:["_col1","_col5","_col7"] <-Map 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_201] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_199] (rows=462000 width=111) Output:["_col0","_col1"] TableScan [TS_92] (rows=462000 width=111) default@item,i1,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_product_name"] <-Reducer 8 [SIMPLE_EDGE] SHUFFLE [RS_102] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_158] (rows=6951 width=115) Conds:RS_99._col0=RS_200._col0(Inner),Output:["_col1","_col2","_col5"] <-Map 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_200] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_199] <-Reducer 7 [SIMPLE_EDGE] SHUFFLE [RS_99] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_157] (rows=6951 width=12) Conds:RS_193._col1=RS_198._col1(Inner),Output:["_col0","_col1","_col2"] <-Reducer 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_198] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_197] (rows=6951 width=8) Output:["_col0","_col1"] Filter Operator [FIL_196] (rows=6951 width=116) @@ -161,7 +162,7 @@ Stage-0 Output:["_col2","_col3"] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_85] - PartitionCols:0 + PartitionCols:0,null sort order:az,sort order:+- Filter Operator [FIL_38] (rows=20854 width=228) predicate:(_col3 > _col1) Merge Join Operator [MERGEJOIN_154] (rows=62562 width=228) @@ -176,7 +177,7 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)"],keys:KEY._col0 <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_184] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_183] (rows=3199976 width=124) Output:["_col0","_col1","_col2"],aggregations:["sum(ss_net_profit)","count(ss_net_profit)"],keys:ss_item_sk Select Operator [SEL_182] (rows=6399952 width=114) @@ -201,7 +202,7 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)"],keys:KEY._col0 <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_175] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_174] (rows=258 width=124) Output:["_col0","_col1","_col2"],aggregations:["sum(_col1)","count(_col1)"],keys:true Select Operator [SEL_173] (rows=287946 width=114) @@ -226,7 +227,7 @@ Stage-0 Output:["_col0"],keys:KEY._col0 <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_163] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_162] (rows=18 width=4) Output:["_col0"],keys:true Select Operator [SEL_161] (rows=287946 width=7) @@ -236,7 +237,7 @@ Stage-0 default@store_sales,store_sales,Tbl:COMPLETE,Col:COMPLETE,Output:["ss_hdemo_sk","ss_store_sk"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_193] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_192] (rows=6951 width=8) Output:["_col0","_col1"] Filter Operator [FIL_191] (rows=6951 width=116) @@ -247,6 +248,6 @@ Stage-0 Output:["_col2","_col3"] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_39] - PartitionCols:0 + PartitionCols:0,null sort order:az,sort order:++ Please refer to the previous Filter Operator [FIL_38] diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query1.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query1.q.out index 3aea12dda6..211e92ecf4 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query1.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query1.q.out @@ -80,27 +80,28 @@ Stage-0 Output:["_col0"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_51] + null sort order:z,sort order:+ Select Operator [SEL_50] (rows=17457727 width=100) Output:["_col0"] Merge Join Operator [MERGEJOIN_136] (rows=17457727 width=100) Conds:RS_47._col1=RS_161._col0(Inner),Output:["_col7"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_161] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_160] (rows=80000000 width=104) Output:["_col0","_col1"] TableScan [TS_38] (rows=80000000 width=104) default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_customer_id"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_47] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Filter Operator [FIL_46] (rows=17457727 width=227) predicate:(_col3 > _col4) Merge Join Operator [MERGEJOIN_135] (rows=52373181 width=227) Conds:RS_43._col2=RS_159._col1(Inner),Output:["_col1","_col3","_col4"] <-Reducer 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_159] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_158] (rows=85 width=115) Output:["_col0","_col1"] Filter Operator [FIL_157] (rows=85 width=123) @@ -113,14 +114,14 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_29] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:aa,sort order:++ Group By Operator [GBY_28] (rows=53634860 width=119) Output:["_col0","_col1","_col2"],aggregations:["sum(_col3)"],keys:_col2, _col1 Merge Join Operator [MERGEJOIN_134] (rows=53634860 width=115) Conds:RS_145._col0=RS_149._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_149] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_147] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_146] (rows=652 width=8) @@ -129,7 +130,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Map 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_145] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_143] (rows=53634860 width=119) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_141] (rows=53634860 width=119) @@ -138,12 +139,12 @@ Stage-0 default@store_returns,store_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["sr_returned_date_sk","sr_customer_sk","sr_store_sk","sr_fee"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_43] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_133] (rows=51757026 width=119) Conds:RS_139._col0=RS_153._col1(Inner),Output:["_col1","_col2","_col3"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_139] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_138] (rows=35 width=4) Output:["_col0"] Filter Operator [FIL_137] (rows=35 width=90) @@ -152,7 +153,7 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_state"] <-Reducer 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_153] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_152] (rows=51757026 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_151] (rows=51757026 width=119) @@ -161,18 +162,18 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 7 [SIMPLE_EDGE] SHUFFLE [RS_14] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_13] (rows=51757026 width=119) Output:["_col0","_col1","_col2"],aggregations:["sum(_col3)"],keys:_col2, _col1 Merge Join Operator [MERGEJOIN_132] (rows=51757026 width=115) Conds:RS_144._col0=RS_148._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_148] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_147] <-Map 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_144] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_142] (rows=51757026 width=119) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_140] (rows=51757026 width=119) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query10.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query10.q.out index b373ca4c58..7ad55b5c5f 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query10.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query10.q.out @@ -164,17 +164,18 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13"] <-Reducer 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_226] + null sort order:zzzzzzzz,sort order:++++++++ Select Operator [SEL_225] (rows=1 width=419) Output:["_col0","_col1","_col2","_col3","_col4","_col6","_col8","_col10","_col12"] Group By Operator [GBY_224] (rows=1 width=379) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5, KEY._col6, KEY._col7 <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_66] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7 + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7,null sort order:zzzzzzzz,sort order:++++++++ Group By Operator [GBY_65] (rows=3 width=379) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"],aggregations:["count()"],keys:_col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13 Top N Key Operator [TNK_102] (rows=1401496 width=379) - keys:_col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13,sort order:++++++++,top n:100 + keys:_col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13,null sort order:zzzzzzzz,sort order:++++++++,top n:100 Select Operator [SEL_64] (rows=1401496 width=379) Output:["_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13"] Filter Operator [FIL_63] (rows=1401496 width=379) @@ -183,21 +184,21 @@ Stage-0 Conds:RS_60._col0=RS_223._col1(Left Outer),Output:["_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col16"] <-Reducer 19 [SIMPLE_EDGE] vectorized SHUFFLE [RS_223] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_222] (rows=1401496 width=7) Output:["_col0","_col1"] Group By Operator [GBY_221] (rows=1401496 width=3) Output:["_col0"],keys:KEY._col0 <-Reducer 18 [SIMPLE_EDGE] SHUFFLE [RS_43] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_42] (rows=285115246 width=3) Output:["_col0"],keys:_col1 Merge Join Operator [MERGEJOIN_177] (rows=285115246 width=3) Conds:RS_220._col0=RS_195._col0(Inner),Output:["_col1"] <-Map 13 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_195] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_190] (rows=201 width=4) Output:["_col0"] Filter Operator [FIL_189] (rows=201 width=12) @@ -206,7 +207,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 22 [SIMPLE_EDGE] vectorized SHUFFLE [RS_220] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_219] (rows=285115246 width=7) Output:["_col0","_col1"] Filter Operator [FIL_218] (rows=285115246 width=7) @@ -226,30 +227,30 @@ Stage-0 Please refer to the previous Select Operator [SEL_190] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_60] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_179] (rows=1414922 width=379) Conds:RS_57._col0=RS_215._col1(Left Outer),Output:["_col0","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14"] <-Reducer 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_215] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_214] (rows=1414922 width=7) Output:["_col0","_col1"] Group By Operator [GBY_213] (rows=1414922 width=3) Output:["_col0"],keys:KEY._col0 <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_29] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_28] (rows=143930993 width=3) Output:["_col0"],keys:_col1 Merge Join Operator [MERGEJOIN_176] (rows=143930993 width=3) Conds:RS_212._col0=RS_193._col0(Inner),Output:["_col1"] <-Map 13 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_193] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_190] <-Map 21 [SIMPLE_EDGE] vectorized SHUFFLE [RS_212] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_211] (rows=143930993 width=7) Output:["_col0","_col1"] Filter Operator [FIL_210] (rows=143930993 width=7) @@ -269,12 +270,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_190] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_57] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_178] (rows=525327388 width=375) Conds:RS_54._col0=RS_55._col0(Left Semi),Output:["_col0","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13"] <-Reducer 12 [SIMPLE_EDGE] SHUFFLE [RS_55] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_53] (rows=525327388 width=3) Output:["_col0"],keys:_col0 Select Operator [SEL_17] (rows=525327388 width=3) @@ -283,11 +284,11 @@ Stage-0 Conds:RS_207._col0=RS_191._col0(Inner),Output:["_col1"] <-Map 13 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_191] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_190] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_207] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_206] (rows=525327388 width=7) Output:["_col0","_col1"] Filter Operator [FIL_205] (rows=525327388 width=7) @@ -307,24 +308,24 @@ Stage-0 Please refer to the previous Select Operator [SEL_190] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_54] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_174] (rows=228127 width=375) Conds:RS_49._col1=RS_188._col0(Inner),Output:["_col0","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_188] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_187] (rows=1861800 width=375) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] TableScan [TS_6] (rows=1861800 width=375) default@customer_demographics,customer_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["cd_demo_sk","cd_gender","cd_marital_status","cd_education_status","cd_purchase_estimate","cd_credit_rating","cd_dep_count","cd_dep_employed_count","cd_dep_college_count"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_49] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_173] (rows=224946 width=4) Conds:RS_183._col2=RS_186._col0(Inner),Output:["_col0","_col1"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_183] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Select Operator [SEL_182] (rows=77201384 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_181] (rows=77201384 width=11) @@ -333,7 +334,7 @@ Stage-0 default@customer,c,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_current_cdemo_sk","c_current_addr_sk"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_186] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_185] (rows=116550 width=102) Output:["_col0"] Filter Operator [FIL_184] (rows=116550 width=102) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query11.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query11.q.out index cc47c7e7a1..2deb5827a5 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query11.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query11.q.out @@ -196,6 +196,7 @@ Stage-0 Output:["_col0"] <-Reducer 7 [SIMPLE_EDGE] SHUFFLE [RS_89] + null sort order:z,sort order:+ Select Operator [SEL_88] (rows=19066162 width=85) Output:["_col0"] Filter Operator [FIL_87] (rows=19066162 width=537) @@ -204,33 +205,33 @@ Stage-0 Conds:RS_84._col3=RS_346._col0(Inner),Output:["_col1","_col2","_col4","_col6","_col8","_col9"] <-Reducer 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_346] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_345] (rows=80000000 width=297) Output:["_col0","_col1","_col2"] Group By Operator [GBY_344] (rows=80000000 width=764) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5, KEY._col6 <-Reducer 19 [SIMPLE_EDGE] SHUFFLE [RS_75] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6 + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6,null sort order:aaaaaaa,sort order:+++++++ Group By Operator [GBY_74] (rows=80000000 width=764) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(_col2)"],keys:_col5, _col6, _col7, _col8, _col9, _col10, _col11 Merge Join Operator [MERGEJOIN_280] (rows=525327388 width=764) Conds:RS_70._col1=RS_312._col0(Inner),Output:["_col2","_col5","_col6","_col7","_col8","_col9","_col10","_col11"] <-Map 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_312] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_311] (rows=80000000 width=656) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] TableScan [TS_65] (rows=80000000 width=656) default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_customer_id","c_first_name","c_last_name","c_preferred_cust_flag","c_birth_country","c_login","c_email_address"] <-Reducer 18 [SIMPLE_EDGE] SHUFFLE [RS_70] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_279] (rows=525327388 width=115) Conds:RS_343._col0=RS_290._col0(Inner),Output:["_col1","_col2"] <-Map 21 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_290] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_287] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_284] (rows=652 width=8) @@ -239,7 +240,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Map 17 [SIMPLE_EDGE] vectorized SHUFFLE [RS_343] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_342] (rows=525327388 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_341] (rows=525327388 width=221) @@ -259,39 +260,39 @@ Stage-0 Please refer to the previous Select Operator [SEL_287] <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_84] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_282] (rows=31888273 width=440) Conds:RS_81._col3=RS_338._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col6"] <-Reducer 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_338] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_337] (rows=80000000 width=212) Output:["_col0","_col1"] Group By Operator [GBY_336] (rows=80000000 width=764) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5, KEY._col6 <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_56] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6 + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6,null sort order:aaaaaaa,sort order:+++++++ Group By Operator [GBY_55] (rows=80000000 width=764) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(_col2)"],keys:_col5, _col6, _col7, _col8, _col9, _col10, _col11 Merge Join Operator [MERGEJOIN_278] (rows=143930993 width=764) Conds:RS_51._col1=RS_313._col0(Inner),Output:["_col2","_col5","_col6","_col7","_col8","_col9","_col10","_col11"] <-Map 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_313] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_311] <-Reducer 14 [SIMPLE_EDGE] SHUFFLE [RS_51] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_277] (rows=143930993 width=115) Conds:RS_335._col0=RS_292._col0(Inner),Output:["_col1","_col2"] <-Map 21 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_292] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_287] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_335] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_334] (rows=143930993 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_333] (rows=143930993 width=231) @@ -311,12 +312,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_287] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_81] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_281] (rows=26666666 width=328) Conds:RS_320._col0=RS_330._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Reducer 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_330] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_329] (rows=26666666 width=212) Output:["_col0","_col1"] Filter Operator [FIL_328] (rows=26666666 width=212) @@ -327,23 +328,23 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5, KEY._col6 <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_36] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6 + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6,null sort order:aaaaaaa,sort order:+++++++ Group By Operator [GBY_35] (rows=80000000 width=764) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(_col2)"],keys:_col5, _col6, _col7, _col8, _col9, _col10, _col11 Merge Join Operator [MERGEJOIN_276] (rows=525327388 width=764) Conds:RS_31._col1=RS_315._col0(Inner),Output:["_col2","_col5","_col6","_col7","_col8","_col9","_col10","_col11"] <-Map 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_315] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_311] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_31] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_275] (rows=525327388 width=115) Conds:RS_325._col0=RS_296._col0(Inner),Output:["_col1","_col2"] <-Map 21 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_296] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_289] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_286] (rows=652 width=8) @@ -351,7 +352,7 @@ Stage-0 Please refer to the previous TableScan [TS_62] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_325] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_324] (rows=525327388 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_323] (rows=525327388 width=221) @@ -371,7 +372,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_289] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_320] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_319] (rows=26666666 width=216) Output:["_col0","_col1","_col2"] Filter Operator [FIL_318] (rows=26666666 width=212) @@ -382,23 +383,23 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5, KEY._col6 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_16] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6 + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6,null sort order:aaaaaaa,sort order:+++++++ Group By Operator [GBY_15] (rows=80000000 width=764) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(_col2)"],keys:_col5, _col6, _col7, _col8, _col9, _col10, _col11 Merge Join Operator [MERGEJOIN_274] (rows=143930993 width=764) Conds:RS_11._col1=RS_314._col0(Inner),Output:["_col2","_col5","_col6","_col7","_col8","_col9","_col10","_col11"] <-Map 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_314] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_311] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_11] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_273] (rows=143930993 width=115) Conds:RS_310._col0=RS_294._col0(Inner),Output:["_col1","_col2"] <-Map 21 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_294] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_288] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_285] (rows=652 width=8) @@ -406,7 +407,7 @@ Stage-0 Please refer to the previous TableScan [TS_62] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_310] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_309] (rows=143930993 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_308] (rows=143930993 width=231) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query12.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query12.q.out index 57c16347e5..035c908ec3 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query12.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query12.q.out @@ -93,6 +93,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_78] + null sort order:zzzzz,sort order:+++++ Select Operator [SEL_77] (rows=138600 width=801) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] PTF Operator [PTF_76] (rows=138600 width=690) @@ -101,19 +102,19 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_74] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Group By Operator [GBY_73] (rows=138600 width=690) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col0, _col1, _col2, _col3, _col4 + PartitionCols:_col0, _col1, _col2, _col3, _col4,null sort order:aaaaa,sort order:+++++ Group By Operator [GBY_16] (rows=138600 width=690) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col2)"],keys:_col9, _col8, _col5, _col6, _col7 Merge Join Operator [MERGEJOIN_58] (rows=43190061 width=689) Conds:RS_12._col1=RS_72._col0(Inner),Output:["_col2","_col5","_col6","_col7","_col8","_col9"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_72] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_71] (rows=138600 width=581) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_70] (rows=138600 width=581) @@ -122,12 +123,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id","i_item_desc","i_current_price","i_class","i_category"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_12] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_57] (rows=143966864 width=115) Conds:RS_69._col0=RS_61._col0(Inner),Output:["_col1","_col2"] <-Map 7 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_61] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_60] (rows=8116 width=4) Output:["_col0"] Filter Operator [FIL_59] (rows=8116 width=98) @@ -136,7 +137,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_date"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_69] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_68] (rows=143966864 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_67] (rows=143966864 width=119) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query13.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query13.q.out index b23af5e5c4..b27552f901 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query13.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query13.q.out @@ -145,7 +145,7 @@ Stage-0 Conds:RS_25._col2=RS_117._col0(Inner),Output:["_col4","_col5","_col6","_col10","_col11","_col12","_col19","_col20","_col21","_col22","_col23","_col24","_col26","_col27"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_117] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_116] (rows=1309 width=12) Output:["_col0","_col1","_col2"] Filter Operator [FIL_115] (rows=1309 width=8) @@ -154,12 +154,12 @@ Stage-0 default@household_demographics,household_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["hd_demo_sk","hd_dep_count"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_25] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_96] (rows=62586416 width=210) Conds:RS_22._col1=RS_114._col0(Inner),Output:["_col2","_col4","_col5","_col6","_col10","_col11","_col12","_col19","_col20","_col21","_col22","_col23","_col24"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_114] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_113] (rows=265971 width=28) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] Filter Operator [FIL_112] (rows=265971 width=183) @@ -168,14 +168,14 @@ Stage-0 default@customer_demographics,customer_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["cd_demo_sk","cd_marital_status","cd_education_status"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_22] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Filter Operator [FIL_21] (rows=343170969 width=261) predicate:((_col15 and _col7) or (_col16 and _col8) or (_col17 and _col9)) Merge Join Operator [MERGEJOIN_95] (rows=457561292 width=261) Conds:RS_18._col3=RS_111._col0(Inner),Output:["_col1","_col2","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col15","_col16","_col17"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_111] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_110] (rows=3529412 width=16) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_109] (rows=3529412 width=187) @@ -184,12 +184,12 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_state","ca_country"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_94] (rows=457561292 width=253) Conds:RS_108._col0=RS_100._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12"] <-Map 7 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_100] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_99] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_98] (rows=652 width=8) @@ -198,7 +198,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_108] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_107] (rows=457561292 width=257) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12"] Filter Operator [FIL_106] (rows=457561292 width=450) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query14.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query14.q.out index 9b1cefec21..9b07ceb3a7 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query14.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query14.q.out @@ -303,6 +303,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1358] + null sort order:zzzz,sort order:++++ Select Operator [SEL_1357] (rows=304320 width=223) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Group By Operator [GBY_1356] (rows=304320 width=231) @@ -310,11 +311,11 @@ Stage-0 <-Union 7 [SIMPLE_EDGE] <-Reducer 16 [CONTAINS] Reduce Output Operator [RS_1204] - PartitionCols:_col0, _col1, _col2, _col3, _col4 + PartitionCols:_col0, _col1, _col2, _col3, _col4,null sort order:zzzza,sort order:+++++ Group By Operator [GBY_1203] (rows=304320 width=231) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["sum(_col4)","sum(_col5)"],keys:_col0, _col1, _col2, _col3, 0L Top N Key Operator [TNK_1202] (rows=121728 width=221) - keys:_col0, _col1, _col2, _col3, 0L,sort order:+++++,top n:100 + keys:_col0, _col1, _col2, _col3, 0L,null sort order:zzzza,sort order:+++++,top n:100 Select Operator [SEL_1200] (rows=40576 width=223) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_1199] (rows=40576 width=244) @@ -329,7 +330,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 14 [SIMPLE_EDGE] SHUFFLE [RS_238] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_237] (rows=17407104 width=131) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col3)","count()"],keys:_col0, _col1, _col2 Select Operator [SEL_235] (rows=286549727 width=127) @@ -338,24 +339,24 @@ Stage-0 Conds:RS_232._col1=RS_1339._col0(Inner),Output:["_col2","_col3","_col7","_col8","_col9"] <-Map 65 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1339] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_1330] (rows=462000 width=15) Output:["_col0","_col1","_col2","_col3"] TableScan [TS_81] (rows=462000 width=15) default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_brand_id","i_class_id","i_category_id"] <-Reducer 13 [SIMPLE_EDGE] SHUFFLE [RS_232] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_1170] (rows=286549727 width=119) Conds:RS_229._col1=RS_230._col0(Inner),Output:["_col1","_col2","_col3"] <-Reducer 12 [SIMPLE_EDGE] SHUFFLE [RS_229] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_1162] (rows=286549727 width=119) Conds:RS_1366._col0=RS_1306._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 10 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_1306] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_1303] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_1302] (rows=50 width=12) @@ -364,7 +365,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 79 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1366] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_1365] (rows=286549727 width=123) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_1364] (rows=286549727 width=123) @@ -384,12 +385,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_1303] <-Reducer 34 [SIMPLE_EDGE] SHUFFLE [RS_230] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_1169] (rows=729 width=4) Conds:RS_1347._col1, _col2, _col3=RS_1370._col0, _col1, _col2(Inner),Output:["_col0"] <-Map 65 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1347] - PartitionCols:_col1, _col2, _col3 + PartitionCols:_col1, _col2, _col3,null sort order:aaa,sort order:+++ Select Operator [SEL_1340] (rows=458612 width=15) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_1331] (rows=458612 width=15) @@ -397,7 +398,7 @@ Stage-0 Please refer to the previous TableScan [TS_81] <-Reducer 33 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1370] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Select Operator [SEL_1369] (rows=1 width=12) Output:["_col0","_col1","_col2"] Filter Operator [FIL_1368] (rows=1 width=20) @@ -407,21 +408,21 @@ Stage-0 <-Union 32 [SIMPLE_EDGE] <-Reducer 31 [CONTAINS] vectorized Reduce Output Operator [RS_1424] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_1423] (rows=120960 width=20) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(_col3)"],keys:_col0, _col1, _col2 Group By Operator [GBY_1422] (rows=120960 width=20) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 26 [SIMPLE_EDGE] SHUFFLE [RS_169] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_25] (rows=3144960 width=19) Output:["_col0","_col1","_col2","_col3"],aggregations:["count()"],keys:_col4, _col5, _col6 Merge Join Operator [MERGEJOIN_1151] (rows=546042657 width=11) Conds:RS_21._col1=RS_1344._col0(Inner),Output:["_col4","_col5","_col6"] <-Map 65 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1344] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_1336] (rows=458612 width=15) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_1327] (rows=458612 width=15) @@ -429,12 +430,12 @@ Stage-0 Please refer to the previous TableScan [TS_81] <-Reducer 25 [SIMPLE_EDGE] SHUFFLE [RS_21] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_1150] (rows=550076554 width=4) Conds:RS_1418._col0=RS_1396._col0(Inner),Output:["_col1"] <-Map 39 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1396] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_1395] (rows=1957 width=4) Output:["_col0"] Filter Operator [FIL_1394] (rows=1957 width=8) @@ -443,7 +444,7 @@ Stage-0 default@date_dim,d1,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Map 24 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1418] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_1417] (rows=550076554 width=7) Output:["_col0","_col1"] Filter Operator [FIL_1416] (rows=550076554 width=7) @@ -463,21 +464,21 @@ Stage-0 Please refer to the previous Select Operator [SEL_1395] <-Reducer 44 [CONTAINS] vectorized Reduce Output Operator [RS_1438] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_1437] (rows=120960 width=20) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(_col3)"],keys:_col0, _col1, _col2 Group By Operator [GBY_1436] (rows=120960 width=20) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 42 [SIMPLE_EDGE] SHUFFLE [RS_189] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_45] (rows=1693440 width=19) Output:["_col0","_col1","_col2","_col3"],aggregations:["count()"],keys:_col4, _col5, _col6 Merge Join Operator [MERGEJOIN_1153] (rows=284448361 width=11) Conds:RS_41._col1=RS_1345._col0(Inner),Output:["_col4","_col5","_col6"] <-Map 65 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1345] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_1337] (rows=458612 width=15) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_1328] (rows=458612 width=15) @@ -485,16 +486,16 @@ Stage-0 Please refer to the previous TableScan [TS_81] <-Reducer 41 [SIMPLE_EDGE] SHUFFLE [RS_41] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_1152] (rows=286549727 width=4) Conds:RS_1432._col0=RS_1398._col0(Inner),Output:["_col1"] <-Map 39 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1398] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_1395] <-Map 63 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1432] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_1431] (rows=286549727 width=7) Output:["_col0","_col1"] Filter Operator [FIL_1430] (rows=286549727 width=7) @@ -514,21 +515,21 @@ Stage-0 Please refer to the previous Select Operator [SEL_1395] <-Reducer 50 [CONTAINS] vectorized Reduce Output Operator [RS_1452] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_1451] (rows=120960 width=20) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(_col3)"],keys:_col0, _col1, _col2 Group By Operator [GBY_1450] (rows=120960 width=20) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 48 [SIMPLE_EDGE] SHUFFLE [RS_210] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_66] (rows=846720 width=19) Output:["_col0","_col1","_col2","_col3"],aggregations:["count()"],keys:_col4, _col5, _col6 Merge Join Operator [MERGEJOIN_1155] (rows=142911107 width=11) Conds:RS_62._col1=RS_1346._col0(Inner),Output:["_col4","_col5","_col6"] <-Map 65 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1346] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_1338] (rows=458612 width=15) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_1329] (rows=458612 width=15) @@ -536,16 +537,16 @@ Stage-0 Please refer to the previous TableScan [TS_81] <-Reducer 47 [SIMPLE_EDGE] SHUFFLE [RS_62] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_1154] (rows=143966864 width=4) Conds:RS_1446._col0=RS_1400._col0(Inner),Output:["_col1"] <-Map 39 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1400] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_1395] <-Map 64 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1446] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_1445] (rows=143966864 width=7) Output:["_col0","_col1"] Filter Operator [FIL_1444] (rows=143966864 width=7) @@ -584,11 +585,11 @@ Stage-0 Conds:RS_1461._col0=RS_1404._col0(Inner),Output:["_col1","_col2"] <-Map 39 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1404] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_1395] <-Map 66 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1461] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_1459] (rows=550076554 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_1458] (rows=550076554 width=114) @@ -618,7 +619,7 @@ Stage-0 Conds:RS_1476._col0=RS_1467._col0(Inner),Output:["_col1","_col2"] <-Map 71 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_1467] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_1464] (rows=1957 width=4) Output:["_col0"] Filter Operator [FIL_1463] (rows=1957 width=8) @@ -627,7 +628,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Map 67 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1476] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_1474] (rows=286549727 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_1473] (rows=286549727 width=119) @@ -657,7 +658,7 @@ Stage-0 Conds:RS_1491._col0=RS_1482._col0(Inner),Output:["_col1","_col2"] <-Map 77 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_1482] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_1479] (rows=1957 width=4) Output:["_col0"] Filter Operator [FIL_1478] (rows=1957 width=8) @@ -666,7 +667,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Map 73 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1491] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_1489] (rows=143966864 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_1488] (rows=143966864 width=119) @@ -686,11 +687,11 @@ Stage-0 Please refer to the previous Select Operator [SEL_1479] <-Reducer 22 [CONTAINS] Reduce Output Operator [RS_1211] - PartitionCols:_col0, _col1, _col2, _col3, _col4 + PartitionCols:_col0, _col1, _col2, _col3, _col4,null sort order:zzzza,sort order:+++++ Group By Operator [GBY_1210] (rows=304320 width=231) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["sum(_col4)","sum(_col5)"],keys:_col0, _col1, _col2, _col3, 0L Top N Key Operator [TNK_1209] (rows=121728 width=221) - keys:_col0, _col1, _col2, _col3, 0L,sort order:+++++,top n:100 + keys:_col0, _col1, _col2, _col3, 0L,null sort order:zzzza,sort order:+++++,top n:100 Select Operator [SEL_1207] (rows=40576 width=219) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_1206] (rows=40576 width=244) @@ -705,7 +706,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 20 [SIMPLE_EDGE] SHUFFLE [RS_382] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_381] (rows=8764416 width=131) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col3)","count()"],keys:_col0, _col1, _col2 Select Operator [SEL_379] (rows=143966864 width=127) @@ -714,27 +715,27 @@ Stage-0 Conds:RS_376._col1=RS_1341._col0(Inner),Output:["_col2","_col3","_col7","_col8","_col9"] <-Map 65 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1341] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_1332] (rows=462000 width=15) Output:["_col0","_col1","_col2","_col3"] Please refer to the previous TableScan [TS_81] <-Reducer 19 [SIMPLE_EDGE] SHUFFLE [RS_376] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_1183] (rows=143966864 width=119) Conds:RS_373._col1=RS_374._col0(Inner),Output:["_col1","_col2","_col3"] <-Reducer 18 [SIMPLE_EDGE] SHUFFLE [RS_373] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_1175] (rows=143966864 width=119) Conds:RS_1382._col0=RS_1308._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 10 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_1308] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_1303] <-Map 80 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1382] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_1381] (rows=143966864 width=123) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_1380] (rows=143966864 width=123) @@ -754,12 +755,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_1303] <-Reducer 38 [SIMPLE_EDGE] SHUFFLE [RS_374] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_1182] (rows=729 width=4) Conds:RS_1348._col1, _col2, _col3=RS_1386._col0, _col1, _col2(Inner),Output:["_col0"] <-Map 65 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1348] - PartitionCols:_col1, _col2, _col3 + PartitionCols:_col1, _col2, _col3,null sort order:aaa,sort order:+++ Select Operator [SEL_1342] (rows=458612 width=15) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_1333] (rows=458612 width=15) @@ -767,7 +768,7 @@ Stage-0 Please refer to the previous TableScan [TS_81] <-Reducer 37 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1386] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Select Operator [SEL_1385] (rows=1 width=12) Output:["_col0","_col1","_col2"] Filter Operator [FIL_1384] (rows=1 width=20) @@ -777,36 +778,36 @@ Stage-0 <-Union 36 [SIMPLE_EDGE] <-Reducer 35 [CONTAINS] vectorized Reduce Output Operator [RS_1427] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_1426] (rows=120960 width=20) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(_col3)"],keys:_col0, _col1, _col2 Group By Operator [GBY_1425] (rows=120960 width=20) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 26 [SIMPLE_EDGE] SHUFFLE [RS_313] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Please refer to the previous Group By Operator [GBY_25] <-Reducer 45 [CONTAINS] vectorized Reduce Output Operator [RS_1441] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_1440] (rows=120960 width=20) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(_col3)"],keys:_col0, _col1, _col2 Group By Operator [GBY_1439] (rows=120960 width=20) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 42 [SIMPLE_EDGE] SHUFFLE [RS_333] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Please refer to the previous Group By Operator [GBY_45] <-Reducer 51 [CONTAINS] vectorized Reduce Output Operator [RS_1455] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_1454] (rows=120960 width=20) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(_col3)"],keys:_col0, _col1, _col2 Group By Operator [GBY_1453] (rows=120960 width=20) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 48 [SIMPLE_EDGE] SHUFFLE [RS_354] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Please refer to the previous Group By Operator [GBY_66] <-Reducer 62 [CUSTOM_SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_1393] @@ -829,11 +830,11 @@ Stage-0 Conds:RS_1462._col0=RS_1405._col0(Inner),Output:["_col1","_col2"] <-Map 39 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1405] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_1395] <-Map 66 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1462] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_1459] <-Reducer 70 [CONTAINS] Reduce Output Operator [RS_1283] @@ -847,11 +848,11 @@ Stage-0 Conds:RS_1477._col0=RS_1468._col0(Inner),Output:["_col1","_col2"] <-Map 71 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_1468] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_1464] <-Map 67 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1477] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_1474] <-Reducer 76 [CONTAINS] Reduce Output Operator [RS_1301] @@ -865,19 +866,19 @@ Stage-0 Conds:RS_1492._col0=RS_1483._col0(Inner),Output:["_col1","_col2"] <-Map 77 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_1483] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_1479] <-Map 73 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1492] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_1489] <-Reducer 6 [CONTAINS] Reduce Output Operator [RS_1197] - PartitionCols:_col0, _col1, _col2, _col3, _col4 + PartitionCols:_col0, _col1, _col2, _col3, _col4,null sort order:zzzza,sort order:+++++ Group By Operator [GBY_1196] (rows=304320 width=231) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["sum(_col4)","sum(_col5)"],keys:_col0, _col1, _col2, _col3, 0L Top N Key Operator [TNK_1195] (rows=121728 width=221) - keys:_col0, _col1, _col2, _col3, 0L,sort order:+++++,top n:100 + keys:_col0, _col1, _col2, _col3, 0L,null sort order:zzzza,sort order:+++++,top n:100 Select Operator [SEL_1193] (rows=40576 width=221) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_1192] (rows=40576 width=244) @@ -892,7 +893,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_95] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_94] (rows=32136192 width=131) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col3)","count()"],keys:_col0, _col1, _col2 Select Operator [SEL_92] (rows=550076554 width=122) @@ -901,27 +902,27 @@ Stage-0 Conds:RS_89._col1=RS_1334._col0(Inner),Output:["_col2","_col3","_col7","_col8","_col9"] <-Map 65 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1334] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_1325] (rows=462000 width=15) Output:["_col0","_col1","_col2","_col3"] Please refer to the previous TableScan [TS_81] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_89] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_1157] (rows=550076554 width=114) Conds:RS_86._col1=RS_87._col0(Inner),Output:["_col1","_col2","_col3"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_86] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_1149] (rows=550076554 width=114) Conds:RS_1320._col0=RS_1304._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 10 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_1304] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_1303] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1320] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_1319] (rows=550076554 width=118) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_1318] (rows=550076554 width=118) @@ -941,12 +942,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_1303] <-Reducer 30 [SIMPLE_EDGE] SHUFFLE [RS_87] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_1156] (rows=729 width=4) Conds:RS_1343._col1, _col2, _col3=RS_1324._col0, _col1, _col2(Inner),Output:["_col0"] <-Map 65 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1343] - PartitionCols:_col1, _col2, _col3 + PartitionCols:_col1, _col2, _col3,null sort order:aaa,sort order:+++ Select Operator [SEL_1335] (rows=458612 width=15) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_1326] (rows=458612 width=15) @@ -954,7 +955,7 @@ Stage-0 Please refer to the previous TableScan [TS_81] <-Reducer 29 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1324] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Select Operator [SEL_1323] (rows=1 width=12) Output:["_col0","_col1","_col2"] Filter Operator [FIL_1322] (rows=1 width=20) @@ -964,36 +965,36 @@ Stage-0 <-Union 28 [SIMPLE_EDGE] <-Reducer 27 [CONTAINS] vectorized Reduce Output Operator [RS_1421] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_1420] (rows=120960 width=20) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(_col3)"],keys:_col0, _col1, _col2 Group By Operator [GBY_1419] (rows=120960 width=20) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 26 [SIMPLE_EDGE] SHUFFLE [RS_26] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Please refer to the previous Group By Operator [GBY_25] <-Reducer 43 [CONTAINS] vectorized Reduce Output Operator [RS_1435] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_1434] (rows=120960 width=20) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(_col3)"],keys:_col0, _col1, _col2 Group By Operator [GBY_1433] (rows=120960 width=20) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 42 [SIMPLE_EDGE] SHUFFLE [RS_46] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Please refer to the previous Group By Operator [GBY_45] <-Reducer 49 [CONTAINS] vectorized Reduce Output Operator [RS_1449] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_1448] (rows=120960 width=20) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(_col3)"],keys:_col0, _col1, _col2 Group By Operator [GBY_1447] (rows=120960 width=20) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 48 [SIMPLE_EDGE] SHUFFLE [RS_67] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Please refer to the previous Group By Operator [GBY_66] <-Reducer 55 [CUSTOM_SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_1355] @@ -1016,11 +1017,11 @@ Stage-0 Conds:RS_1460._col0=RS_1402._col0(Inner),Output:["_col1","_col2"] <-Map 39 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1402] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_1395] <-Map 66 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1460] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_1459] <-Reducer 68 [CONTAINS] Reduce Output Operator [RS_1271] @@ -1034,11 +1035,11 @@ Stage-0 Conds:RS_1475._col0=RS_1465._col0(Inner),Output:["_col1","_col2"] <-Map 71 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_1465] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_1464] <-Map 67 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1475] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_1474] <-Reducer 74 [CONTAINS] Reduce Output Operator [RS_1289] @@ -1052,10 +1053,10 @@ Stage-0 Conds:RS_1490._col0=RS_1480._col0(Inner),Output:["_col1","_col2"] <-Map 77 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_1480] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_1479] <-Map 73 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1490] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_1489] diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query15.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query15.q.out index 587fa14020..7c0e6cf8cd 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query15.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query15.q.out @@ -69,15 +69,16 @@ Stage-0 Output:["_col0","_col1"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_94] + null sort order:z,sort order:+ Group By Operator [GBY_93] (rows=10141 width=201) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_24] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:z,sort order:+ Group By Operator [GBY_23] (rows=2403417 width=201) Output:["_col0","_col1"],aggregations:["sum(_col8)"],keys:_col3 Top N Key Operator [TNK_43] (rows=285117831 width=212) - keys:_col3,sort order:+,top n:100 + keys:_col3,null sort order:z,sort order:+,top n:100 Select Operator [SEL_22] (rows=285117831 width=212) Output:["_col3","_col8"] Filter Operator [FIL_21] (rows=285117831 width=212) @@ -86,12 +87,12 @@ Stage-0 Conds:RS_18._col0=RS_19._col1(Inner),Output:["_col3","_col4","_col5","_col8","_col9"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_74] (rows=80000000 width=101) Conds:RS_79._col1=RS_81._col0(Inner),Output:["_col0","_col3","_col4","_col5"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_79] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_78] (rows=80000000 width=8) Output:["_col0","_col1"] Filter Operator [FIL_77] (rows=80000000 width=8) @@ -100,19 +101,19 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_current_addr_sk"] <-Map 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_81] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_80] (rows=40000000 width=101) Output:["_col0","_col1","_col2","_col3"] TableScan [TS_3] (rows=40000000 width=179) default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_state","ca_zip"] <-Reducer 8 [SIMPLE_EDGE] SHUFFLE [RS_19] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_75] (rows=285117831 width=119) Conds:RS_92._col0=RS_84._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_84] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_83] (rows=130 width=4) Output:["_col0"] Filter Operator [FIL_82] (rows=130 width=12) @@ -121,7 +122,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_qoy"] <-Map 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_92] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_91] (rows=285117831 width=123) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_90] (rows=285117831 width=119) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query16.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query16.q.out index cc3d388ef2..377307f6e3 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query16.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query16.q.out @@ -100,7 +100,7 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)"],keys:KEY._col0 <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_69] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_68] (rows=283695062 width=228) Output:["_col0","_col2","_col3"],aggregations:["sum(_col5)","sum(_col6)"],keys:_col4 Select Operator [SEL_41] (rows=283695062 width=228) @@ -111,28 +111,28 @@ Stage-0 Conds:RS_37._col4=RS_151._col1(Left Outer),Output:["_col4","_col5","_col6","_col13"] <-Reducer 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_151] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_150] (rows=18238808 width=8) Output:["_col0","_col1"] Group By Operator [GBY_149] (rows=18238808 width=4) Output:["_col0"],keys:KEY._col0 <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_148] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_147] (rows=28798881 width=4) Output:["_col0"],keys:cr_order_number TableScan [TS_25] (rows=28798881 width=4) default@catalog_returns,cr1,Tbl:COMPLETE,Col:COMPLETE,Output:["cr_order_number"] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_37] - PartitionCols:_col4 + PartitionCols:_col4,null sort order:a,sort order:+ Select Operator [SEL_36] (rows=283695062 width=231) Output:["_col4","_col5","_col6"] Merge Join Operator [MERGEJOIN_124] (rows=283695062 width=235) Conds:RS_33._col4=RS_146._col0(Left Semi),Output:["_col3","_col4","_col5","_col6","_col14"],residual filter predicates:{(_col3 <> _col14)} <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_146] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_145] (rows=286548719 width=7) Output:["_col0","_col1"],keys:_col0, _col1 Select Operator [SEL_144] (rows=286548719 width=7) @@ -143,12 +143,12 @@ Stage-0 default@catalog_sales,cs2,Tbl:COMPLETE,Col:COMPLETE,Output:["cs_warehouse_sk","cs_order_number"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_33] - PartitionCols:_col4 + PartitionCols:_col4,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_123] (rows=283695062 width=231) Conds:RS_18._col2=RS_142._col0(Inner),Output:["_col3","_col4","_col5","_col6"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_142] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_141] (rows=10 width=102) Output:["_col0"] Filter Operator [FIL_140] (rows=10 width=102) @@ -157,12 +157,12 @@ Stage-0 default@call_center,call_center,Tbl:COMPLETE,Col:COMPLETE,Output:["cc_call_center_sk","cc_county"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_122] (rows=283695062 width=235) Conds:RS_15._col1=RS_128._col0(Inner),Output:["_col2","_col3","_col4","_col5","_col6"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_128] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_127] (rows=784314 width=90) Output:["_col0"] Filter Operator [FIL_126] (rows=784314 width=90) @@ -171,12 +171,12 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_state"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_15] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_121] (rows=283695062 width=239) Conds:RS_136._col0=RS_139._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5","_col6"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_136] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_135] (rows=283695062 width=243) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] Filter Operator [FIL_134] (rows=283695062 width=243) @@ -196,7 +196,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_127] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_139] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_138] (rows=8116 width=98) Output:["_col0"] Filter Operator [FIL_137] (rows=8116 width=98) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query17.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query17.q.out index 5c13e1118e..44fd104a9b 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query17.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query17.q.out @@ -129,58 +129,59 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_245] + null sort order:zzz,sort order:+++ Select Operator [SEL_244] (rows=97302218301 width=466) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13"] Group By Operator [GBY_243] (rows=97302218301 width=466) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14"],aggregations:["count(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)","count(VALUE._col4)","sum(VALUE._col5)","sum(VALUE._col6)","sum(VALUE._col7)","count(VALUE._col8)","sum(VALUE._col9)","sum(VALUE._col10)","sum(VALUE._col11)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_48] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:zzz,sort order:+++ Group By Operator [GBY_47] (rows=97302218301 width=466) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14"],aggregations:["count(_col3)","sum(_col3)","sum(_col7)","sum(_col6)","count(_col4)","sum(_col4)","sum(_col9)","sum(_col8)","count(_col5)","sum(_col5)","sum(_col11)","sum(_col10)"],keys:_col0, _col1, _col2 Top N Key Operator [TNK_94] (rows=97302218301 width=381) - keys:_col0, _col1, _col2,sort order:+++,top n:100 + keys:_col0, _col1, _col2,null sort order:zzz,sort order:+++,top n:100 Select Operator [SEL_45] (rows=97302218301 width=381) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11"] Merge Join Operator [MERGEJOIN_210] (rows=97302218301 width=381) Conds:RS_42._col6=RS_242._col0(Inner),Output:["_col3","_col10","_col16","_col19","_col21","_col22"] <-Map 17 [SIMPLE_EDGE] vectorized SHUFFLE [RS_242] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_241] (rows=462000 width=288) Output:["_col0","_col1","_col2"] TableScan [TS_31] (rows=462000 width=288) default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id","i_item_desc"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_42] - PartitionCols:_col6 + PartitionCols:_col6,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_209] (rows=97302218301 width=101) Conds:RS_39._col8=RS_240._col0(Inner),Output:["_col3","_col6","_col10","_col16","_col19"] <-Map 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_240] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_239] (rows=1704 width=90) Output:["_col0","_col1"] TableScan [TS_29] (rows=1704 width=90) default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_state"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_39] - PartitionCols:_col8 + PartitionCols:_col8,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_208] (rows=97302218301 width=19) Conds:RS_36._col1, _col2=RS_37._col9, _col8(Inner),Output:["_col3","_col6","_col8","_col10","_col16"] <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_37] - PartitionCols:_col9, _col8 + PartitionCols:_col9, _col8,null sort order:aa,sort order:++ Merge Join Operator [MERGEJOIN_207] (rows=478292911 width=23) Conds:RS_25._col2, _col1, _col4=RS_26._col2, _col1, _col3(Inner),Output:["_col1","_col3","_col5","_col8","_col9","_col11"] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_25] - PartitionCols:_col2, _col1, _col4 + PartitionCols:_col2, _col1, _col4,null sort order:aaa,sort order:+++ Merge Join Operator [MERGEJOIN_205] (rows=501694138 width=19) Conds:RS_235._col0=RS_219._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_219] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_215] (rows=101 width=4) Output:["_col0"] Filter Operator [FIL_212] (rows=101 width=94) @@ -189,7 +190,7 @@ Stage-0 default@date_dim,d3,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_quarter_name"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_235] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_234] (rows=501694138 width=23) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_233] (rows=501694138 width=23) @@ -209,12 +210,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_215] <-Reducer 13 [SIMPLE_EDGE] SHUFFLE [RS_26] - PartitionCols:_col2, _col1, _col3 + PartitionCols:_col2, _col1, _col3,null sort order:aaa,sort order:+++ Merge Join Operator [MERGEJOIN_206] (rows=53632139 width=15) Conds:RS_238._col0=RS_221._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_221] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_216] (rows=304 width=4) Output:["_col0"] Filter Operator [FIL_213] (rows=304 width=94) @@ -222,7 +223,7 @@ Stage-0 Please refer to the previous TableScan [TS_3] <-Map 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_238] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_237] (rows=53632139 width=19) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_236] (rows=53632139 width=19) @@ -231,12 +232,12 @@ Stage-0 default@store_returns,store_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["sr_returned_date_sk","sr_item_sk","sr_customer_sk","sr_ticket_number","sr_return_quantity"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_36] - PartitionCols:_col1, _col2 + PartitionCols:_col1, _col2,null sort order:aa,sort order:++ Merge Join Operator [MERGEJOIN_204] (rows=285117831 width=11) Conds:RS_230._col0=RS_217._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_217] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_214] (rows=304 width=4) Output:["_col0"] Filter Operator [FIL_211] (rows=304 width=94) @@ -244,7 +245,7 @@ Stage-0 Please refer to the previous TableScan [TS_3] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_230] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_229] (rows=285117831 width=15) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_228] (rows=285117831 width=15) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query18.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query18.q.out index c3c17a2efc..b65bebc22b 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query18.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query18.q.out @@ -104,49 +104,50 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_171] + null sort order:zzzz,sort order:++++ Select Operator [SEL_170] (rows=82276185 width=1165) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10"] Group By Operator [GBY_169] (rows=82276185 width=1229) Output:["_col0","_col1","_col2","_col3","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)","sum(VALUE._col2)","count(VALUE._col3)","sum(VALUE._col4)","count(VALUE._col5)","sum(VALUE._col6)","count(VALUE._col7)","sum(VALUE._col8)","count(VALUE._col9)","sum(VALUE._col10)","count(VALUE._col11)","sum(VALUE._col12)","count(VALUE._col13)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4 <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_40] - PartitionCols:_col0, _col1, _col2, _col3, _col4 + PartitionCols:_col0, _col1, _col2, _col3, _col4,null sort order:aaaaa,sort order:+++++ Group By Operator [GBY_39] (rows=82276185 width=1229) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18"],aggregations:["sum(_col12)","count(_col12)","sum(_col13)","count(_col13)","sum(_col14)","count(_col14)","sum(_col15)","count(_col15)","sum(_col16)","count(_col16)","sum(_col3)","count(_col3)","sum(_col19)","count(_col19)"],keys:_col21, _col5, _col6, _col7, 0L Merge Join Operator [MERGEJOIN_144] (rows=16455237 width=1117) Conds:RS_35._col1=RS_168._col0(Inner),Output:["_col3","_col5","_col6","_col7","_col12","_col13","_col14","_col15","_col16","_col19","_col21"] <-Map 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_168] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_167] (rows=1861800 width=4) Output:["_col0"] TableScan [TS_24] (rows=1861800 width=4) default@customer_demographics,cd2,Tbl:COMPLETE,Col:COMPLETE,Output:["cd_demo_sk"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_35] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_143] (rows=16225785 width=1120) Conds:RS_32._col11=RS_166._col0(Inner),Output:["_col1","_col3","_col5","_col6","_col7","_col12","_col13","_col14","_col15","_col16","_col19","_col21"] <-Map 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_166] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_165] (rows=462000 width=104) Output:["_col0","_col1"] TableScan [TS_22] (rows=462000 width=104) default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_32] - PartitionCols:_col11 + PartitionCols:_col11,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_142] (rows=16225785 width=1024) Conds:RS_29._col0=RS_30._col1(Inner),Output:["_col1","_col3","_col5","_col6","_col7","_col11","_col12","_col13","_col14","_col15","_col16","_col19"] <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_30] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_141] (rows=16225785 width=640) Conds:RS_18._col2=RS_164._col0(Inner),Output:["_col1","_col3","_col4","_col5","_col6","_col7","_col8","_col11"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_164] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_163] (rows=103434 width=116) Output:["_col0","_col1"] Filter Operator [FIL_162] (rows=103434 width=187) @@ -155,12 +156,12 @@ Stage-0 default@customer_demographics,cd1,Tbl:COMPLETE,Col:COMPLETE,Output:["cd_demo_sk","cd_gender","cd_education_status","cd_dep_count"] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_140] (rows=283692098 width=569) Conds:RS_161._col0=RS_153._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] <-Map 12 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_153] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_152] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_151] (rows=652 width=8) @@ -169,7 +170,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_161] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_160] (rows=283692098 width=573) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] Filter Operator [FIL_159] (rows=283692098 width=466) @@ -189,12 +190,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_152] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_29] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_139] (rows=4890586 width=371) Conds:RS_147._col2=RS_150._col0(Inner),Output:["_col0","_col1","_col3","_col5","_col6","_col7"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_147] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Select Operator [SEL_146] (rows=35631408 width=119) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_145] (rows=35631408 width=19) @@ -203,7 +204,7 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_current_cdemo_sk","c_current_addr_sk","c_birth_month","c_birth_year"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_150] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_149] (rows=5490196 width=285) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_148] (rows=5490196 width=285) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query19.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query19.q.out index fff6c4951d..d313b21add 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query19.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query19.q.out @@ -85,13 +85,14 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_145] + null sort order:zzzzz,sort order:-++++ Select Operator [SEL_144] (rows=76645658 width=418) Output:["_col2","_col3","_col4","_col5","_col6"] Group By Operator [GBY_143] (rows=76645658 width=314) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3 <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_35] - PartitionCols:_col0, _col1, _col2, _col3 + PartitionCols:_col0, _col1, _col2, _col3,null sort order:aaaa,sort order:++++ Group By Operator [GBY_34] (rows=76645658 width=314) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col8)"],keys:_col12, _col11, _col13, _col14 Select Operator [SEL_33] (rows=76645658 width=650) @@ -102,24 +103,24 @@ Stage-0 Conds:RS_29._col7=RS_142._col0(Inner),Output:["_col3","_col8","_col11","_col12","_col13","_col14","_col16"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_142] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_141] (rows=1704 width=188) Output:["_col0","_col1"] TableScan [TS_21] (rows=1704 width=93) default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_zip"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_29] - PartitionCols:_col7 + PartitionCols:_col7,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_120] (rows=76645658 width=468) Conds:RS_26._col0=RS_27._col2(Inner),Output:["_col3","_col7","_col8","_col11","_col12","_col13","_col14"] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_27] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_119] (rows=76645658 width=287) Conds:RS_17._col1=RS_140._col0(Inner),Output:["_col2","_col3","_col4","_col7","_col8","_col9","_col10"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_140] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_139] (rows=7333 width=206) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_138] (rows=7333 width=210) @@ -128,12 +129,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_brand_id","i_brand","i_manufact_id","i_manufact","i_manager_id"] <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_118] (rows=501694138 width=118) Conds:RS_137._col0=RS_129._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_129] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_128] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_127] (rows=50 width=12) @@ -142,7 +143,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_137] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_136] (rows=501694138 width=122) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_135] (rows=501694138 width=122) @@ -162,12 +163,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_128] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_26] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_117] (rows=80000000 width=188) Conds:RS_124._col1=RS_126._col0(Inner),Output:["_col0","_col3"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_124] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_123] (rows=80000000 width=8) Output:["_col0","_col1"] Filter Operator [FIL_122] (rows=80000000 width=8) @@ -176,7 +177,7 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_current_addr_sk"] <-Map 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_126] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_125] (rows=40000000 width=188) Output:["_col0","_col1"] TableScan [TS_3] (rows=40000000 width=93) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query1b.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query1b.q.out index 64bbe52b3e..a6276715b4 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query1b.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query1b.q.out @@ -90,6 +90,7 @@ STAGE PLANS: Statistics: Num rows: 35 Data size: 140 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 35 Data size: 140 Basic stats: COMPLETE Column stats: COMPLETE @@ -104,6 +105,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: binary) @@ -123,6 +125,7 @@ STAGE PLANS: Statistics: Num rows: 652 Data size: 2608 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 652 Data size: 2608 Basic stats: COMPLETE Column stats: COMPLETE @@ -142,6 +145,7 @@ STAGE PLANS: Statistics: Num rows: 80000000 Data size: 8320000000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 80000000 Data size: 8320000000 Basic stats: COMPLETE Column stats: COMPLETE @@ -179,6 +183,7 @@ STAGE PLANS: Statistics: Num rows: 51757026 Data size: 6196356560 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 51757026 Data size: 6196356560 Basic stats: COMPLETE Column stats: COMPLETE @@ -209,6 +214,7 @@ STAGE PLANS: Statistics: Num rows: 53634860 Data size: 6421171040 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 53634860 Data size: 6421171040 Basic stats: COMPLETE Column stats: COMPLETE @@ -229,6 +235,7 @@ STAGE PLANS: Statistics: Num rows: 652 Data size: 2608 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 652 Data size: 2608 Basic stats: COMPLETE Column stats: COMPLETE @@ -242,6 +249,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: binary) @@ -286,6 +294,7 @@ STAGE PLANS: Statistics: Num rows: 17457727 Data size: 3977945644 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 17457727 Data size: 3977945644 Basic stats: COMPLETE Column stats: COMPLETE @@ -300,6 +309,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: binary) @@ -319,6 +329,7 @@ STAGE PLANS: Statistics: Num rows: 17457727 Data size: 1745772700 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 17457727 Data size: 1745772700 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -348,6 +359,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: binary) @@ -379,6 +391,7 @@ STAGE PLANS: Statistics: Num rows: 85 Data size: 9852 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 85 Data size: 9852 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query2.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query2.q.out index 66777769e6..e1308a315a 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query2.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query2.q.out @@ -146,18 +146,19 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_57] + null sort order:z,sort order:+ Select Operator [SEL_56] (rows=12881 width=788) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] Merge Join Operator [MERGEJOIN_146] (rows=12881 width=1572) Conds:RS_53._col0=RS_54.(_col0 - 53)(Inner),Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col10","_col11","_col12","_col13","_col14","_col15","_col16"] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_53] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_143] (rows=652 width=788) Conds:RS_164._col0=RS_170._col0(Inner),Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_170] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_168] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_166] (rows=652 width=8) @@ -166,12 +167,12 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_week_seq","d_year"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_164] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_163] (rows=13152 width=788) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)","sum(VALUE._col4)","sum(VALUE._col5)","sum(VALUE._col6)"],keys:KEY._col0 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_16] (rows=3182784 width=788) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(_col1)","sum(_col2)","sum(_col3)","sum(_col4)","sum(_col5)","sum(_col6)","sum(_col7)"],keys:_col0 Select Operator [SEL_14] (rows=430516591 width=143) @@ -180,7 +181,7 @@ Stage-0 Conds:Union 2._col0=RS_162._col0(Inner),Output:["_col1","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_162] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_161] (rows=73049 width=36) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] Filter Operator [FIL_160] (rows=73049 width=99) @@ -190,7 +191,7 @@ Stage-0 <-Union 2 [SIMPLE_EDGE] <-Map 1 [CONTAINS] vectorized Reduce Output Operator [RS_159] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_158] (rows=143966864 width=115) Output:["_col0","_col1"] Filter Operator [FIL_157] (rows=143966864 width=115) @@ -199,7 +200,7 @@ Stage-0 Output:["ws_sold_date_sk","ws_ext_sales_price"] <-Map 9 [CONTAINS] vectorized Reduce Output Operator [RS_176] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_175] (rows=286549727 width=115) Output:["_col0","_col1"] Filter Operator [FIL_174] (rows=286549727 width=115) @@ -208,12 +209,12 @@ Stage-0 Output:["cs_sold_date_sk","cs_ext_sales_price"] <-Reducer 8 [SIMPLE_EDGE] SHUFFLE [RS_54] - PartitionCols:(_col0 - 53) + PartitionCols:(_col0 - 53),null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_145] (rows=652 width=788) Conds:RS_165._col0=RS_171._col0(Inner),Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_171] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_169] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_167] (rows=652 width=8) @@ -221,6 +222,6 @@ Stage-0 Please refer to the previous TableScan [TS_20] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_165] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Group By Operator [GBY_163] diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query20.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query20.q.out index b71831c7c6..a10979641a 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query20.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query20.q.out @@ -85,6 +85,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_78] + null sort order:zzzzz,sort order:+++++ Select Operator [SEL_77] (rows=138600 width=801) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] PTF Operator [PTF_76] (rows=138600 width=690) @@ -93,19 +94,19 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_74] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Group By Operator [GBY_73] (rows=138600 width=690) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col0, _col1, _col2, _col3, _col4 + PartitionCols:_col0, _col1, _col2, _col3, _col4,null sort order:aaaaa,sort order:+++++ Group By Operator [GBY_16] (rows=138600 width=690) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col2)"],keys:_col9, _col8, _col5, _col6, _col7 Merge Join Operator [MERGEJOIN_58] (rows=85964922 width=688) Conds:RS_12._col1=RS_72._col0(Inner),Output:["_col2","_col5","_col6","_col7","_col8","_col9"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_72] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_71] (rows=138600 width=581) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_70] (rows=138600 width=581) @@ -114,12 +115,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id","i_item_desc","i_current_price","i_class","i_category"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_12] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_57] (rows=286549727 width=115) Conds:RS_69._col0=RS_61._col0(Inner),Output:["_col1","_col2"] <-Map 7 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_61] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_60] (rows=8116 width=4) Output:["_col0"] Filter Operator [FIL_59] (rows=8116 width=98) @@ -128,7 +129,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_date"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_69] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_68] (rows=286549727 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_67] (rows=286549727 width=119) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query21.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query21.q.out index af2e33e785..d944adec04 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query21.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query21.q.out @@ -87,13 +87,14 @@ Stage-0 Output:["_col0","_col1","_col2","_col3"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_88] + null sort order:zz,sort order:++ Filter Operator [FIL_87] (rows=115991 width=216) predicate:(CASE WHEN ((_col2 > 0L)) THEN ((0.666667D <= (UDFToDouble(_col3) / UDFToDouble(_col2)))) ELSE (false) END and CASE WHEN ((_col2 > 0L)) THEN (((UDFToDouble(_col3) / UDFToDouble(_col2)) <= 1.5D)) ELSE (false) END) Group By Operator [GBY_86] (rows=463966 width=216) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)"],keys:KEY._col0, KEY._col1 <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_22] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_21] (rows=463966 width=216) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(_col2)","sum(_col3)"],keys:_col0, _col1 Select Operator [SEL_19] (rows=463966 width=208) @@ -102,19 +103,19 @@ Stage-0 Conds:RS_16._col2=RS_85._col0(Inner),Output:["_col3","_col5","_col6","_col8","_col10"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_85] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_84] (rows=27 width=104) Output:["_col0","_col1"] TableScan [TS_8] (rows=27 width=104) default@warehouse,warehouse,Tbl:COMPLETE,Col:COMPLETE,Output:["w_warehouse_sk","w_warehouse_name"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_16] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_74] (rows=463966 width=112) Conds:RS_13._col1=RS_83._col0(Inner),Output:["_col2","_col3","_col5","_col6","_col8"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_83] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_82] (rows=51333 width=104) Output:["_col0","_col1"] Filter Operator [FIL_81] (rows=51333 width=215) @@ -123,19 +124,19 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id","i_current_price"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_13] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_73] (rows=4175715 width=18) Conds:RS_77._col0=RS_80._col0(Inner),Output:["_col1","_col2","_col3","_col5","_col6"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_77] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_76] (rows=37584000 width=15) Output:["_col0","_col1","_col2","_col3"] TableScan [TS_0] (rows=37584000 width=15) default@inventory,inventory,Tbl:COMPLETE,Col:COMPLETE,Output:["inv_date_sk","inv_item_sk","inv_warehouse_sk","inv_quantity_on_hand"] <-Map 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_80] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_79] (rows=8116 width=12) Output:["_col0","_col1","_col2"] Filter Operator [FIL_78] (rows=8116 width=98) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query22.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query22.q.out index cd3c0cc431..0e1f13e65e 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query22.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query22.q.out @@ -70,39 +70,40 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_61] + null sort order:zzzzz,sort order:+++++ Select Operator [SEL_60] (rows=32730675 width=397) Output:["_col0","_col1","_col2","_col3","_col4"] Group By Operator [GBY_59] (rows=32730675 width=413) Output:["_col0","_col1","_col2","_col3","_col5","_col6"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_15] - PartitionCols:_col0, _col1, _col2, _col3, _col4 + PartitionCols:_col0, _col1, _col2, _col3, _col4,null sort order:aaaaa,sort order:+++++ Group By Operator [GBY_14] (rows=32730675 width=413) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["sum(_col2)","count(_col2)"],keys:_col5, _col6, _col7, _col8, 0L Merge Join Operator [MERGEJOIN_51] (rows=6546135 width=391) Conds:RS_10._col1=RS_58._col0(Inner),Output:["_col2","_col5","_col6","_col7","_col8"] <-Map 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_58] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_57] (rows=462000 width=393) Output:["_col0","_col1","_col2","_col3","_col4"] TableScan [TS_5] (rows=462000 width=393) default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_brand","i_class","i_category","i_product_name"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_10] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_50] (rows=6546135 width=6) Conds:RS_53._col0=RS_56._col0(Inner),Output:["_col1","_col2"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_53] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_52] (rows=37584000 width=11) Output:["_col0","_col1","_col2"] TableScan [TS_0] (rows=37584000 width=11) default@inventory,inventory,Tbl:COMPLETE,Col:COMPLETE,Output:["inv_date_sk","inv_item_sk","inv_quantity_on_hand"] <-Map 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_56] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_55] (rows=317 width=4) Output:["_col0"] Filter Operator [FIL_54] (rows=317 width=8) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query23.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query23.q.out index aced542500..761369c88b 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query23.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query23.q.out @@ -163,17 +163,17 @@ Stage-0 Conds:RS_152._col1=RS_449._col0(Left Semi),Output:["_col3","_col4"] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_152] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_361] (rows=22920586 width=119) Conds:RS_147._col2=RS_417._col0(Inner),Output:["_col1","_col3","_col4"] <-Reducer 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_417] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_415] (rows=225322 width=3) Output:["_col0"],keys:KEY._col0 <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_42] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_41] (rows=225322 width=3) Output:["_col0"],keys:_col0 Select Operator [SEL_40] (rows=450644 width=227) @@ -190,7 +190,7 @@ Stage-0 Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_392] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_391] (rows=550080312 width=115) Output:["_col0","_col1"],aggregations:["sum(_col1)"],keys:_col0 Select Operator [SEL_390] (rows=550080312 width=114) @@ -217,14 +217,14 @@ Stage-0 Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 18 [SIMPLE_EDGE] SHUFFLE [RS_26] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_25] (rows=525327388 width=115) Output:["_col0","_col1"],aggregations:["sum(_col2)"],keys:_col1 Merge Join Operator [MERGEJOIN_351] (rows=525327388 width=115) Conds:RS_406._col0=RS_398._col0(Inner),Output:["_col1","_col2"] <-Map 21 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_398] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_397] (rows=2609 width=4) Output:["_col0"] Filter Operator [FIL_396] (rows=2609 width=8) @@ -233,7 +233,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Map 17 [SIMPLE_EDGE] vectorized SHUFFLE [RS_406] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_405] (rows=525327388 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_404] (rows=525327388 width=118) @@ -253,12 +253,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_397] <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_147] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_354] (rows=143930993 width=123) Conds:RS_443._col0=RS_378._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_378] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_375] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_374] (rows=50 width=12) @@ -267,7 +267,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 31 [SIMPLE_EDGE] vectorized SHUFFLE [RS_443] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_442] (rows=143930993 width=127) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_441] (rows=143930993 width=127) @@ -287,7 +287,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_375] <-Reducer 27 [SIMPLE_EDGE] vectorized SHUFFLE [RS_449] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_448] (rows=62562 width=4) Output:["_col0"],keys:_col0 Select Operator [SEL_447] (rows=54408086 width=4) @@ -300,26 +300,26 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 25 [SIMPLE_EDGE] SHUFFLE [RS_139] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_60] (rows=550076554 width=106) Output:["_col0","_col1","_col2"],aggregations:["count()"],keys:_col4, _col3 Merge Join Operator [MERGEJOIN_353] (rows=550076554 width=98) Conds:RS_56._col1=RS_430._col0(Inner),Output:["_col3","_col4"] <-Map 30 [SIMPLE_EDGE] vectorized SHUFFLE [RS_430] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_429] (rows=462000 width=188) Output:["_col0"] TableScan [TS_51] (rows=462000 width=4) default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk"] <-Reducer 24 [SIMPLE_EDGE] SHUFFLE [RS_56] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_352] (rows=550076554 width=98) Conds:RS_428._col0=RS_420._col0(Inner),Output:["_col1","_col3"] <-Map 28 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_420] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_419] (rows=2609 width=98) Output:["_col0","_col1"] Filter Operator [FIL_418] (rows=2609 width=102) @@ -328,7 +328,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_date","d_year"] <-Map 23 [SIMPLE_EDGE] vectorized SHUFFLE [RS_428] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_427] (rows=550076554 width=7) Output:["_col0","_col1"] Filter Operator [FIL_426] (rows=550076554 width=7) @@ -356,7 +356,7 @@ Stage-0 Conds:RS_74._col2=RS_436._col0(Left Semi),Output:["_col3","_col4"] <-Reducer 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_436] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_435] (rows=62562 width=4) Output:["_col0"],keys:_col0 Select Operator [SEL_434] (rows=54408086 width=4) @@ -369,29 +369,29 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 25 [SIMPLE_EDGE] SHUFFLE [RS_61] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Please refer to the previous Group By Operator [GBY_60] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_74] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_359] (rows=45838710 width=116) Conds:RS_69._col1=RS_416._col0(Inner),Output:["_col2","_col3","_col4"] <-Reducer 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_416] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Group By Operator [GBY_415] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_69] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_350] (rows=285117831 width=123) Conds:RS_388._col0=RS_376._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_376] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_375] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_388] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_387] (rows=285117831 width=127) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_386] (rows=285117831 width=127) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query24.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query24.q.out index eb60b78ea6..8b4fea7d80 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query24.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query24.q.out @@ -163,26 +163,26 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5, KEY._col6, KEY._col7, KEY._col8, KEY._col9 <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_81] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9 + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9,null sort order:aaaaaaaaaa,sort order:++++++++++ Group By Operator [GBY_80] (rows=589731268 width=932) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10"],aggregations:["sum(_col4)"],keys:_col9, _col10, _col13, _col17, _col18, _col21, _col22, _col23, _col24, _col25 Merge Join Operator [MERGEJOIN_300] (rows=589731268 width=928) Conds:RS_76._col0=RS_305._col0(Inner),Output:["_col4","_col9","_col10","_col13","_col17","_col18","_col21","_col22","_col23","_col24","_col25"] <-Map 19 [SIMPLE_EDGE] vectorized SHUFFLE [RS_305] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_303] (rows=462000 width=384) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] TableScan [TS_22] (rows=462000 width=384) default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_current_price","i_size","i_color","i_units","i_manager_id"] <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_76] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_299] (rows=589731268 width=551) Conds:RS_73._col2, _col1=RS_74._col9, _col0(Inner),Output:["_col0","_col4","_col9","_col10","_col13","_col17","_col18"] <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_74] - PartitionCols:_col9, _col0 + PartitionCols:_col9, _col0,null sort order:aa,sort order:++ Select Operator [SEL_21] (rows=7276996 width=724) Output:["_col0","_col2","_col3","_col6","_col9","_col10","_col11"] Filter Operator [FIL_20] (rows=7276996 width=724) @@ -191,7 +191,7 @@ Stage-0 Conds:RS_17._col0=RS_326._col1(Inner),Output:["_col1","_col3","_col4","_col5","_col6","_col8","_col10","_col11","_col12"] <-Map 18 [SIMPLE_EDGE] vectorized SHUFFLE [RS_326] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_325] (rows=80000000 width=280) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_324] (rows=80000000 width=280) @@ -200,12 +200,12 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_current_addr_sk","c_first_name","c_last_name","c_birth_country"] <-Reducer 14 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_292] (rows=611379 width=452) Conds:RS_320._col2=RS_323._col3(Inner),Output:["_col0","_col1","_col3","_col4","_col5","_col6"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_320] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Select Operator [SEL_319] (rows=40000000 width=363) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_318] (rows=40000000 width=276) @@ -214,7 +214,7 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_state","ca_zip","ca_country"] <-Map 17 [SIMPLE_EDGE] vectorized SHUFFLE [RS_323] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Select Operator [SEL_322] (rows=155 width=267) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_321] (rows=155 width=271) @@ -223,19 +223,19 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_store_name","s_market_id","s_state","s_zip"] <-Reducer 8 [SIMPLE_EDGE] SHUFFLE [RS_73] - PartitionCols:_col2, _col1 + PartitionCols:_col2, _col1,null sort order:aa,sort order:++ Merge Join Operator [MERGEJOIN_296] (rows=537799798 width=118) Conds:RS_337._col0, _col3=RS_317._col0, _col1(Inner),Output:["_col0","_col1","_col2","_col4"] <-Map 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_317] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Select Operator [SEL_315] (rows=57591150 width=8) Output:["_col0","_col1"] TableScan [TS_3] (rows=57591150 width=8) default@store_returns,store_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["sr_item_sk","sr_ticket_number"] <-Map 21 [SIMPLE_EDGE] vectorized SHUFFLE [RS_337] - PartitionCols:_col0, _col3 + PartitionCols:_col0, _col3,null sort order:aa,sort order:++ Select Operator [SEL_336] (rows=525333486 width=122) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_335] (rows=525333486 width=122) @@ -267,14 +267,14 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5, KEY._col6, KEY._col7, KEY._col8 <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_36] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaaaaaaaa,sort order:+++++++++ Group By Operator [GBY_35] (rows=86004082 width=843) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9"],aggregations:["sum(_col4)"],keys:_col9, _col10, _col17, _col13, _col18, _col21, _col22, _col23, _col24 Merge Join Operator [MERGEJOIN_295] (rows=86004082 width=813) Conds:RS_31._col0=RS_306._col0(Inner),Output:["_col4","_col9","_col10","_col13","_col17","_col18","_col21","_col22","_col23","_col24"] <-Map 19 [SIMPLE_EDGE] vectorized SHUFFLE [RS_306] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_304] (rows=7000 width=295) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_302] (rows=7000 width=384) @@ -282,25 +282,25 @@ Stage-0 Please refer to the previous TableScan [TS_22] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_31] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_294] (rows=589731268 width=551) Conds:RS_28._col2, _col1=RS_29._col9, _col0(Inner),Output:["_col0","_col4","_col9","_col10","_col13","_col17","_col18"] <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_29] - PartitionCols:_col9, _col0 + PartitionCols:_col9, _col0,null sort order:aa,sort order:++ Please refer to the previous Select Operator [SEL_21] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_28] - PartitionCols:_col2, _col1 + PartitionCols:_col2, _col1,null sort order:aa,sort order:++ Merge Join Operator [MERGEJOIN_291] (rows=537799798 width=118) Conds:RS_314._col0, _col3=RS_316._col0, _col1(Inner),Output:["_col0","_col1","_col2","_col4"] <-Map 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_316] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Please refer to the previous Select Operator [SEL_315] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_314] - PartitionCols:_col0, _col3 + PartitionCols:_col0, _col3,null sort order:aa,sort order:++ Select Operator [SEL_313] (rows=525333486 width=122) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_312] (rows=525333486 width=122) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query25.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query25.q.out index c2cee80281..1ca55ca290 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query25.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query25.q.out @@ -135,54 +135,55 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_243] + null sort order:zzzz,sort order:++++ Group By Operator [GBY_242] (rows=97302218301 width=808) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3 <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_47] - PartitionCols:_col0, _col1, _col2, _col3 + PartitionCols:_col0, _col1, _col2, _col3,null sort order:zzzz,sort order:++++ Group By Operator [GBY_46] (rows=97302218301 width=808) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["sum(_col10)","sum(_col16)","sum(_col3)"],keys:_col22, _col23, _col19, _col20 Top N Key Operator [TNK_93] (rows=97302218301 width=807) - keys:_col22, _col23, _col19, _col20,sort order:++++,top n:100 + keys:_col22, _col23, _col19, _col20,null sort order:zzzz,sort order:++++,top n:100 Merge Join Operator [MERGEJOIN_209] (rows=97302218301 width=807) Conds:RS_42._col6=RS_241._col0(Inner),Output:["_col3","_col10","_col16","_col19","_col20","_col22","_col23"] <-Map 17 [SIMPLE_EDGE] vectorized SHUFFLE [RS_241] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_240] (rows=462000 width=288) Output:["_col0","_col1","_col2"] TableScan [TS_31] (rows=462000 width=288) default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id","i_item_desc"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_42] - PartitionCols:_col6 + PartitionCols:_col6,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_208] (rows=97302218301 width=527) Conds:RS_39._col8=RS_239._col0(Inner),Output:["_col3","_col6","_col10","_col16","_col19","_col20"] <-Map 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_239] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_238] (rows=1704 width=192) Output:["_col0","_col1","_col2"] TableScan [TS_29] (rows=1704 width=192) default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_store_id","s_store_name"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_39] - PartitionCols:_col8 + PartitionCols:_col8,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_207] (rows=97302218301 width=343) Conds:RS_36._col1, _col2=RS_37._col9, _col8(Inner),Output:["_col3","_col6","_col8","_col10","_col16"] <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_37] - PartitionCols:_col9, _col8 + PartitionCols:_col9, _col8,null sort order:aa,sort order:++ Merge Join Operator [MERGEJOIN_206] (rows=478292911 width=234) Conds:RS_25._col2, _col1, _col4=RS_26._col2, _col1, _col3(Inner),Output:["_col1","_col3","_col5","_col8","_col9","_col11"] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_25] - PartitionCols:_col2, _col1, _col4 + PartitionCols:_col2, _col1, _col4,null sort order:aaa,sort order:+++ Merge Join Operator [MERGEJOIN_204] (rows=501694138 width=122) Conds:RS_234._col0=RS_218._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_218] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_214] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_211] (rows=50 width=12) @@ -191,7 +192,7 @@ Stage-0 default@date_dim,d3,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_234] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_233] (rows=501694138 width=126) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_232] (rows=501694138 width=126) @@ -211,12 +212,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_214] <-Reducer 13 [SIMPLE_EDGE] SHUFFLE [RS_26] - PartitionCols:_col2, _col1, _col3 + PartitionCols:_col2, _col1, _col3,null sort order:aaa,sort order:+++ Merge Join Operator [MERGEJOIN_205] (rows=53632139 width=119) Conds:RS_237._col0=RS_220._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_220] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_215] (rows=351 width=4) Output:["_col0"] Filter Operator [FIL_212] (rows=351 width=12) @@ -224,7 +225,7 @@ Stage-0 Please refer to the previous TableScan [TS_3] <-Map 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_237] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_236] (rows=53632139 width=123) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_235] (rows=53632139 width=123) @@ -233,12 +234,12 @@ Stage-0 default@store_returns,store_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["sr_returned_date_sk","sr_item_sk","sr_customer_sk","sr_ticket_number","sr_net_loss"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_36] - PartitionCols:_col1, _col2 + PartitionCols:_col1, _col2,null sort order:aa,sort order:++ Merge Join Operator [MERGEJOIN_203] (rows=285117831 width=119) Conds:RS_229._col0=RS_216._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_216] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_213] (rows=351 width=4) Output:["_col0"] Filter Operator [FIL_210] (rows=351 width=12) @@ -246,7 +247,7 @@ Stage-0 Please refer to the previous TableScan [TS_3] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_229] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_228] (rows=285117831 width=123) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_227] (rows=285117831 width=123) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query26.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query26.q.out index 441ac49cb5..90a56acafc 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query26.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query26.q.out @@ -74,34 +74,35 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_120] + null sort order:z,sort order:+ Select Operator [SEL_119] (rows=310774 width=444) Output:["_col0","_col1","_col2","_col3","_col4"] Group By Operator [GBY_118] (rows=310774 width=476) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)","sum(VALUE._col2)","count(VALUE._col3)","sum(VALUE._col4)","count(VALUE._col5)","sum(VALUE._col6)","count(VALUE._col7)"],keys:KEY._col0 <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_28] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:z,sort order:+ Group By Operator [GBY_27] (rows=462000 width=476) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"],aggregations:["sum(_col4)","count(_col4)","sum(_col5)","count(_col5)","sum(_col7)","count(_col7)","sum(_col6)","count(_col6)"],keys:_col12 Top N Key Operator [TNK_54] (rows=2317924 width=231) - keys:_col12,sort order:+,top n:100 + keys:_col12,null sort order:z,sort order:+,top n:100 Merge Join Operator [MERGEJOIN_98] (rows=2317924 width=231) Conds:RS_23._col2=RS_117._col0(Inner),Output:["_col4","_col5","_col6","_col7","_col12"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_117] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_116] (rows=462000 width=104) Output:["_col0","_col1"] TableScan [TS_12] (rows=462000 width=104) default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_23] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_97] (rows=2317924 width=135) Conds:RS_20._col3=RS_115._col0(Inner),Output:["_col2","_col4","_col5","_col6","_col7"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_115] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_114] (rows=2300 width=4) Output:["_col0"] Filter Operator [FIL_113] (rows=2300 width=174) @@ -110,12 +111,12 @@ Stage-0 default@promotion,promotion,Tbl:COMPLETE,Col:COMPLETE,Output:["p_promo_sk","p_channel_email","p_channel_event"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_20] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_96] (rows=2317924 width=137) Conds:RS_17._col0=RS_112._col0(Inner),Output:["_col2","_col3","_col4","_col5","_col6","_col7"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_112] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_111] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_110] (rows=652 width=8) @@ -124,12 +125,12 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_95] (rows=2317924 width=139) Conds:RS_109._col1=RS_101._col0(Inner),Output:["_col0","_col2","_col3","_col4","_col5","_col6","_col7"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_101] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_100] (rows=14776 width=4) Output:["_col0"] Filter Operator [FIL_99] (rows=14776 width=268) @@ -138,7 +139,7 @@ Stage-0 default@customer_demographics,customer_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["cd_demo_sk","cd_gender","cd_marital_status","cd_education_status"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_109] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_108] (rows=283691050 width=354) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] Filter Operator [FIL_107] (rows=283691050 width=354) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query27.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query27.q.out index 0b38f7fbb5..58b2b86cdf 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query27.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query27.q.out @@ -78,36 +78,37 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_121] + null sort order:zz,sort order:++ Select Operator [SEL_120] (rows=6526254 width=538) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] Group By Operator [GBY_119] (rows=6526254 width=570) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)","sum(VALUE._col2)","count(VALUE._col3)","sum(VALUE._col4)","count(VALUE._col5)","sum(VALUE._col6)","count(VALUE._col7)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_29] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:zza,sort order:+++ Group By Operator [GBY_28] (rows=13907934 width=570) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10"],aggregations:["sum(_col2)","count(_col2)","sum(_col3)","count(_col3)","sum(_col4)","count(_col4)","sum(_col5)","count(_col5)"],keys:_col0, _col1, 0L Top N Key Operator [TNK_55] (rows=4635978 width=186) - keys:_col0, _col1, 0L,sort order:+++,top n:100 + keys:_col0, _col1, 0L,null sort order:zza,sort order:+++,top n:100 Select Operator [SEL_26] (rows=4635978 width=186) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Merge Join Operator [MERGEJOIN_99] (rows=4635978 width=186) Conds:RS_23._col1=RS_118._col0(Inner),Output:["_col4","_col5","_col6","_col7","_col11","_col13"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_118] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_117] (rows=462000 width=104) Output:["_col0","_col1"] TableScan [TS_12] (rows=462000 width=104) default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_23] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_98] (rows=4635978 width=90) Conds:RS_20._col3=RS_116._col0(Inner),Output:["_col1","_col4","_col5","_col6","_col7","_col11"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_116] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_115] (rows=209 width=90) Output:["_col0","_col1"] Filter Operator [FIL_114] (rows=209 width=90) @@ -116,12 +117,12 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_state"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_20] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_97] (rows=4635978 width=4) Conds:RS_17._col0=RS_113._col0(Inner),Output:["_col1","_col3","_col4","_col5","_col6","_col7"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_113] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_112] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_111] (rows=652 width=8) @@ -130,12 +131,12 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_96] (rows=4635978 width=4) Conds:RS_110._col2=RS_102._col0(Inner),Output:["_col0","_col1","_col3","_col4","_col5","_col6","_col7"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_102] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_101] (rows=14776 width=4) Output:["_col0"] Filter Operator [FIL_100] (rows=14776 width=268) @@ -144,7 +145,7 @@ Stage-0 default@customer_demographics,customer_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["cd_demo_sk","cd_gender","cd_marital_status","cd_education_status"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_110] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Select Operator [SEL_109] (rows=501690006 width=340) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] Filter Operator [FIL_108] (rows=501690006 width=340) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query28.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query28.q.out index 0cb5d232c7..9634957a52 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query28.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query28.q.out @@ -156,7 +156,7 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)"],keys:KEY._col0 <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_129] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_123] (rows=7618989 width=226) Output:["_col0","_col1","_col2"],aggregations:["sum(ss_list_price)","count(ss_list_price)"],keys:ss_list_price Select Operator [SEL_117] (rows=15237978 width=324) @@ -183,7 +183,7 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)"],keys:KEY._col0 <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_128] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_122] (rows=7618989 width=226) Output:["_col0","_col1","_col2"],aggregations:["sum(ss_list_price)","count(ss_list_price)"],keys:ss_list_price Select Operator [SEL_116] (rows=15237978 width=324) @@ -209,7 +209,7 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)"],keys:KEY._col0 <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_127] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_121] (rows=7618989 width=226) Output:["_col0","_col1","_col2"],aggregations:["sum(ss_list_price)","count(ss_list_price)"],keys:ss_list_price Select Operator [SEL_115] (rows=15237978 width=324) @@ -235,7 +235,7 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)"],keys:KEY._col0 <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_126] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_120] (rows=7618989 width=226) Output:["_col0","_col1","_col2"],aggregations:["sum(ss_list_price)","count(ss_list_price)"],keys:ss_list_price Select Operator [SEL_114] (rows=15237978 width=324) @@ -261,7 +261,7 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)"],keys:KEY._col0 <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_125] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_119] (rows=7618989 width=226) Output:["_col0","_col1","_col2"],aggregations:["sum(ss_list_price)","count(ss_list_price)"],keys:ss_list_price Select Operator [SEL_113] (rows=15237978 width=324) @@ -283,7 +283,7 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)"],keys:KEY._col0 <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_124] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_118] (rows=7618989 width=226) Output:["_col0","_col1","_col2"],aggregations:["sum(ss_list_price)","count(ss_list_price)"],keys:ss_list_price Select Operator [SEL_112] (rows=15237978 width=324) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query29.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query29.q.out index f53b01c93a..073ae52f1f 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query29.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query29.q.out @@ -133,54 +133,55 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_243] + null sort order:zzzz,sort order:++++ Group By Operator [GBY_242] (rows=97302218301 width=496) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3 <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_47] - PartitionCols:_col0, _col1, _col2, _col3 + PartitionCols:_col0, _col1, _col2, _col3,null sort order:zzzz,sort order:++++ Group By Operator [GBY_46] (rows=97302218301 width=496) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["sum(_col10)","sum(_col16)","sum(_col3)"],keys:_col22, _col23, _col19, _col20 Top N Key Operator [TNK_93] (rows=97302218301 width=483) - keys:_col22, _col23, _col19, _col20,sort order:++++,top n:100 + keys:_col22, _col23, _col19, _col20,null sort order:zzzz,sort order:++++,top n:100 Merge Join Operator [MERGEJOIN_209] (rows=97302218301 width=483) Conds:RS_42._col6=RS_241._col0(Inner),Output:["_col3","_col10","_col16","_col19","_col20","_col22","_col23"] <-Map 18 [SIMPLE_EDGE] vectorized SHUFFLE [RS_241] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_240] (rows=462000 width=288) Output:["_col0","_col1","_col2"] TableScan [TS_31] (rows=462000 width=288) default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id","i_item_desc"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_42] - PartitionCols:_col6 + PartitionCols:_col6,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_208] (rows=97302218301 width=203) Conds:RS_39._col8=RS_239._col0(Inner),Output:["_col3","_col6","_col10","_col16","_col19","_col20"] <-Map 17 [SIMPLE_EDGE] vectorized SHUFFLE [RS_239] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_238] (rows=1704 width=192) Output:["_col0","_col1","_col2"] TableScan [TS_29] (rows=1704 width=192) default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_store_id","s_store_name"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_39] - PartitionCols:_col8 + PartitionCols:_col8,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_207] (rows=97302218301 width=19) Conds:RS_36._col1, _col2=RS_37._col9, _col8(Inner),Output:["_col3","_col6","_col8","_col10","_col16"] <-Reducer 12 [SIMPLE_EDGE] SHUFFLE [RS_37] - PartitionCols:_col9, _col8 + PartitionCols:_col9, _col8,null sort order:aa,sort order:++ Merge Join Operator [MERGEJOIN_206] (rows=478292911 width=23) Conds:RS_25._col2, _col1, _col4=RS_26._col2, _col1, _col3(Inner),Output:["_col1","_col3","_col5","_col8","_col9","_col11"] <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_25] - PartitionCols:_col2, _col1, _col4 + PartitionCols:_col2, _col1, _col4,null sort order:aaa,sort order:+++ Merge Join Operator [MERGEJOIN_204] (rows=501694138 width=19) Conds:RS_234._col0=RS_225._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_225] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_223] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_221] (rows=50 width=12) @@ -189,7 +190,7 @@ Stage-0 default@date_dim,d1,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_234] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_233] (rows=501694138 width=23) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_232] (rows=501694138 width=23) @@ -209,12 +210,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_223] <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_26] - PartitionCols:_col2, _col1, _col3 + PartitionCols:_col2, _col1, _col3,null sort order:aaa,sort order:+++ Merge Join Operator [MERGEJOIN_205] (rows=53632139 width=15) Conds:RS_237._col0=RS_227._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_227] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_224] (rows=201 width=4) Output:["_col0"] Filter Operator [FIL_222] (rows=201 width=12) @@ -222,7 +223,7 @@ Stage-0 Please refer to the previous TableScan [TS_9] <-Map 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_237] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_236] (rows=53632139 width=19) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_235] (rows=53632139 width=19) @@ -231,12 +232,12 @@ Stage-0 default@store_returns,store_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["sr_returned_date_sk","sr_item_sk","sr_customer_sk","sr_ticket_number","sr_return_quantity"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_36] - PartitionCols:_col1, _col2 + PartitionCols:_col1, _col2,null sort order:aa,sort order:++ Merge Join Operator [MERGEJOIN_203] (rows=285117831 width=11) Conds:RS_220._col0=RS_212._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_212] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_211] (rows=1957 width=4) Output:["_col0"] Filter Operator [FIL_210] (rows=1957 width=8) @@ -245,7 +246,7 @@ Stage-0 default@date_dim,d3,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_220] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_219] (rows=285117831 width=15) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_218] (rows=285117831 width=15) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query3.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query3.q.out index 4c1f168168..50beff8772 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query3.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query3.q.out @@ -68,18 +68,19 @@ Stage-0 Output:["_col0","_col1","_col2","_col3"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_69] + null sort order:zzz,sort order:+-+ Group By Operator [GBY_68] (rows=7666836 width=219) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_16] (rows=7666836 width=219) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(_col2)"],keys:_col7, _col4, _col5 Merge Join Operator [MERGEJOIN_53] (rows=7666836 width=108) Conds:RS_12._col0=RS_67._col0(Inner),Output:["_col2","_col4","_col5","_col7"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_67] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_66] (rows=5619 width=8) Output:["_col0","_col1"] Filter Operator [FIL_65] (rows=5619 width=12) @@ -88,12 +89,12 @@ Stage-0 default@date_dim,dt,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_12] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_52] (rows=7666836 width=104) Conds:RS_64._col1=RS_56._col0(Inner),Output:["_col0","_col2","_col4","_col5"] <-Map 6 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_56] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_55] (rows=669 width=107) Output:["_col0","_col1","_col2"] Filter Operator [FIL_54] (rows=669 width=111) @@ -102,7 +103,7 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_brand_id","i_brand","i_manufact_id"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_64] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_63] (rows=550076554 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_62] (rows=550076554 width=114) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query30.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query30.q.out index ea1622883b..6aa98f2bdd 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query30.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query30.q.out @@ -94,18 +94,19 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_66] + null sort order:zzzzzzzzzzzzz,sort order:+++++++++++++ Select Operator [SEL_65] (rows=4179738 width=949) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12"] Merge Join Operator [MERGEJOIN_180] (rows=4179738 width=949) Conds:RS_62._col0=RS_63._col0(Inner),Output:["_col1","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col17"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_62] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_174] (rows=1568628 width=834) Conds:RS_183._col2=RS_190._col0(Inner),Output:["_col0","_col1","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13"] <-Map 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_190] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_187] (rows=784314 width=4) Output:["_col0"] Filter Operator [FIL_184] (rows=784314 width=90) @@ -114,7 +115,7 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_state"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_183] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Select Operator [SEL_182] (rows=80000000 width=849) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13"] Filter Operator [FIL_181] (rows=80000000 width=849) @@ -123,7 +124,7 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_customer_id","c_current_addr_sk","c_salutation","c_first_name","c_last_name","c_preferred_cust_flag","c_birth_day","c_birth_month","c_birth_year","c_birth_country","c_login","c_email_address","c_last_review_date"] <-Reducer 8 [SIMPLE_EDGE] SHUFFLE [RS_63] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_58] (rows=4179738 width=227) Output:["_col0","_col2"] Filter Operator [FIL_57] (rows=4179738 width=227) @@ -132,7 +133,7 @@ Stage-0 Conds:RS_206._col1=RS_212._col1(Inner),Output:["_col0","_col2","_col3"] <-Reducer 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_212] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_211] (rows=17 width=198) Output:["_col0","_col1"] Filter Operator [FIL_210] (rows=17 width=206) @@ -145,14 +146,14 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_45] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:aa,sort order:++ Group By Operator [GBY_44] (rows=13130761 width=201) Output:["_col0","_col1","_col2"],aggregations:["sum(_col3)"],keys:_col6, _col1 Merge Join Operator [MERGEJOIN_178] (rows=13130761 width=196) Conds:RS_40._col2=RS_192._col0(Inner),Output:["_col1","_col3","_col6"] <-Map 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_192] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_189] (rows=40000000 width=90) Output:["_col0","_col1"] Filter Operator [FIL_186] (rows=40000000 width=90) @@ -160,12 +161,12 @@ Stage-0 Please refer to the previous TableScan [TS_3] <-Reducer 13 [SIMPLE_EDGE] SHUFFLE [RS_40] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_177] (rows=13130761 width=114) Conds:RS_198._col0=RS_202._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_198] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_196] (rows=13130761 width=118) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_194] (rows=13130761 width=118) @@ -174,7 +175,7 @@ Stage-0 default@web_returns,web_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["wr_returned_date_sk","wr_returning_customer_sk","wr_returning_addr_sk","wr_return_amt"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_202] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_200] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_199] (rows=652 width=8) @@ -183,7 +184,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Reducer 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_206] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Filter Operator [FIL_205] (rows=12539214 width=201) predicate:_col2 is not null Select Operator [SEL_204] (rows=12539214 width=201) @@ -192,14 +193,14 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_23] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_22] (rows=12539214 width=201) Output:["_col0","_col1","_col2"],aggregations:["sum(_col3)"],keys:_col6, _col1 Merge Join Operator [MERGEJOIN_176] (rows=12539214 width=196) Conds:RS_18._col2=RS_191._col0(Inner),Output:["_col1","_col3","_col6"] <-Map 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_191] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_188] (rows=40000000 width=90) Output:["_col0","_col1"] Filter Operator [FIL_185] (rows=40000000 width=90) @@ -207,12 +208,12 @@ Stage-0 Please refer to the previous TableScan [TS_3] <-Reducer 12 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_175] (rows=12539214 width=114) Conds:RS_197._col0=RS_201._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_197] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_195] (rows=12539214 width=118) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_193] (rows=12539214 width=118) @@ -220,6 +221,6 @@ Stage-0 Please refer to the previous TableScan [TS_6] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_201] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_200] diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query31.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query31.q.out index ed4cee4892..3f0e054d0c 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query31.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query31.q.out @@ -163,29 +163,29 @@ Stage-0 Conds:RS_133._col0=RS_134._col0(Inner),Output:["_col1","_col2","_col4","_col6","_col7","_col8","_col9","_col11","_col13"] <-Reducer 22 [SIMPLE_EDGE] SHUFFLE [RS_134] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_448] (rows=1716 width=434) Conds:RS_123._col0=RS_538._col0(Inner),Output:["_col0","_col1","_col3","_col5"] <-Reducer 21 [SIMPLE_EDGE] SHUFFLE [RS_123] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_447] (rows=1716 width=322) Conds:RS_524._col0=RS_531._col0(Inner),Output:["_col0","_col1","_col3"] <-Reducer 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_524] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_523] (rows=1716 width=210) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 19 [SIMPLE_EDGE] SHUFFLE [RS_77] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_76] (rows=722436 width=210) Output:["_col0","_col1"],aggregations:["sum(_col2)"],keys:_col5 Merge Join Operator [MERGEJOIN_441] (rows=525327191 width=204) Conds:RS_72._col1=RS_497._col0(Inner),Output:["_col2","_col5"] <-Map 32 [SIMPLE_EDGE] vectorized SHUFFLE [RS_497] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_493] (rows=40000000 width=102) Output:["_col0","_col1"] Filter Operator [FIL_492] (rows=40000000 width=102) @@ -194,12 +194,12 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_county"] <-Reducer 18 [SIMPLE_EDGE] SHUFFLE [RS_72] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_440] (rows=525327191 width=110) Conds:RS_522._col0=RS_469._col0(Inner),Output:["_col1","_col2"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_469] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_460] (rows=130 width=4) Output:["_col0"] Filter Operator [FIL_454] (rows=130 width=12) @@ -208,7 +208,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_qoy"] <-Map 35 [SIMPLE_EDGE] vectorized SHUFFLE [RS_522] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_521] (rows=525327191 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_520] (rows=525327191 width=114) @@ -228,28 +228,28 @@ Stage-0 Please refer to the previous Select Operator [SEL_460] <-Reducer 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_531] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_530] (rows=1716 width=210) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 25 [SIMPLE_EDGE] SHUFFLE [RS_97] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_96] (rows=722436 width=210) Output:["_col0","_col1"],aggregations:["sum(_col2)"],keys:_col5 Merge Join Operator [MERGEJOIN_443] (rows=525327191 width=204) Conds:RS_92._col1=RS_498._col0(Inner),Output:["_col2","_col5"] <-Map 32 [SIMPLE_EDGE] vectorized SHUFFLE [RS_498] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_493] <-Reducer 24 [SIMPLE_EDGE] SHUFFLE [RS_92] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_442] (rows=525327191 width=110) Conds:RS_529._col0=RS_471._col0(Inner),Output:["_col1","_col2"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_471] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_461] (rows=130 width=4) Output:["_col0"] Filter Operator [FIL_455] (rows=130 width=12) @@ -257,7 +257,7 @@ Stage-0 Please refer to the previous TableScan [TS_3] <-Map 36 [SIMPLE_EDGE] vectorized SHUFFLE [RS_529] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_528] (rows=525327191 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_527] (rows=525327191 width=114) @@ -277,28 +277,28 @@ Stage-0 Please refer to the previous Select Operator [SEL_461] <-Reducer 30 [SIMPLE_EDGE] vectorized SHUFFLE [RS_538] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_537] (rows=1716 width=210) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 29 [SIMPLE_EDGE] SHUFFLE [RS_117] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_116] (rows=722436 width=210) Output:["_col0","_col1"],aggregations:["sum(_col2)"],keys:_col5 Merge Join Operator [MERGEJOIN_445] (rows=525327191 width=204) Conds:RS_112._col1=RS_499._col0(Inner),Output:["_col2","_col5"] <-Map 32 [SIMPLE_EDGE] vectorized SHUFFLE [RS_499] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_493] <-Reducer 28 [SIMPLE_EDGE] SHUFFLE [RS_112] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_444] (rows=525327191 width=110) Conds:RS_536._col0=RS_473._col0(Inner),Output:["_col1","_col2"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_473] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_462] (rows=130 width=4) Output:["_col0"] Filter Operator [FIL_456] (rows=130 width=12) @@ -306,7 +306,7 @@ Stage-0 Please refer to the previous TableScan [TS_3] <-Map 37 [SIMPLE_EDGE] vectorized SHUFFLE [RS_536] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_535] (rows=525327191 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_534] (rows=525327191 width=114) @@ -326,35 +326,35 @@ Stage-0 Please refer to the previous Select Operator [SEL_462] <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_133] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_449] (rows=1716 width=442) Conds:RS_130._col0=RS_517._col0(Inner),Output:["_col0","_col1","_col2","_col4","_col6","_col7"] <-Reducer 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_517] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_516] (rows=1716 width=214) Output:["_col0","_col1","_col2"] Group By Operator [GBY_515] (rows=1716 width=210) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_57] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_56] (rows=204204 width=210) Output:["_col0","_col1"],aggregations:["sum(_col2)"],keys:_col5 Merge Join Operator [MERGEJOIN_439] (rows=143931246 width=209) Conds:RS_52._col1=RS_496._col0(Inner),Output:["_col2","_col5"] <-Map 32 [SIMPLE_EDGE] vectorized SHUFFLE [RS_496] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_493] <-Reducer 14 [SIMPLE_EDGE] SHUFFLE [RS_52] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_438] (rows=143931246 width=115) Conds:RS_514._col0=RS_467._col0(Inner),Output:["_col1","_col2"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_467] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_459] (rows=130 width=4) Output:["_col0"] Filter Operator [FIL_453] (rows=130 width=12) @@ -362,7 +362,7 @@ Stage-0 Please refer to the previous TableScan [TS_3] <-Map 34 [SIMPLE_EDGE] vectorized SHUFFLE [RS_514] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_513] (rows=143931246 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_512] (rows=143931246 width=119) @@ -382,33 +382,33 @@ Stage-0 Please refer to the previous Select Operator [SEL_459] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_130] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_446] (rows=1716 width=326) Conds:RS_502._col0=RS_509._col0(Inner),Output:["_col0","_col1","_col2","_col4"] <-Reducer 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_509] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_508] (rows=1716 width=210) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_37] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_36] (rows=204204 width=210) Output:["_col0","_col1"],aggregations:["sum(_col2)"],keys:_col5 Merge Join Operator [MERGEJOIN_437] (rows=143931246 width=209) Conds:RS_32._col1=RS_495._col0(Inner),Output:["_col2","_col5"] <-Map 32 [SIMPLE_EDGE] vectorized SHUFFLE [RS_495] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_493] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_32] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_436] (rows=143931246 width=115) Conds:RS_507._col0=RS_465._col0(Inner),Output:["_col1","_col2"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_465] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_458] (rows=130 width=4) Output:["_col0"] Filter Operator [FIL_452] (rows=130 width=12) @@ -416,7 +416,7 @@ Stage-0 Please refer to the previous TableScan [TS_3] <-Map 33 [SIMPLE_EDGE] vectorized SHUFFLE [RS_507] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_506] (rows=143931246 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_505] (rows=143931246 width=119) @@ -436,30 +436,30 @@ Stage-0 Please refer to the previous Select Operator [SEL_458] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_502] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_501] (rows=1716 width=214) Output:["_col0","_col1","_col2"] Group By Operator [GBY_500] (rows=1716 width=210) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_16] (rows=204204 width=210) Output:["_col0","_col1"],aggregations:["sum(_col2)"],keys:_col5 Merge Join Operator [MERGEJOIN_435] (rows=143931246 width=209) Conds:RS_12._col1=RS_494._col0(Inner),Output:["_col2","_col5"] <-Map 32 [SIMPLE_EDGE] vectorized SHUFFLE [RS_494] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_493] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_12] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_434] (rows=143931246 width=115) Conds:RS_491._col0=RS_463._col0(Inner),Output:["_col1","_col2"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_463] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_457] (rows=130 width=4) Output:["_col0"] Filter Operator [FIL_451] (rows=130 width=12) @@ -467,7 +467,7 @@ Stage-0 Please refer to the previous TableScan [TS_3] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_491] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_490] (rows=143931246 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_489] (rows=143931246 width=119) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query32.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query32.q.out index c93fad255b..f3f381a26e 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query32.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query32.q.out @@ -92,12 +92,12 @@ Stage-0 Conds:RS_30._col4=RS_125._col0(Inner),Output:["_col2","_col6"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_30] - PartitionCols:_col4 + PartitionCols:_col4,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_101] (rows=3973887 width=75) Conds:RS_27._col1=RS_106._col0(Inner),Output:["_col2","_col4"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_106] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_105] (rows=669 width=4) Output:["_col0"] Filter Operator [FIL_104] (rows=669 width=7) @@ -106,12 +106,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_manufact_id"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_27] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_100] (rows=285116600 width=115) Conds:RS_116._col0=RS_120._col0(Inner),Output:["_col1","_col2"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_116] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_114] (rows=285116600 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_112] (rows=285116600 width=119) @@ -131,7 +131,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_105] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_120] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_119] (rows=8116 width=4) Output:["_col0"] Filter Operator [FIL_118] (rows=8116 width=98) @@ -140,7 +140,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_date"] <-Reducer 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_125] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_124] (rows=62562 width=116) Output:["_col0","_col1"] Filter Operator [FIL_123] (rows=62562 width=124) @@ -149,14 +149,14 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)"],keys:KEY._col0 <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_20] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_19] (rows=8133060 width=124) Output:["_col0","_col1","_col2"],aggregations:["sum(_col2)","count(_col2)"],keys:_col1 Merge Join Operator [MERGEJOIN_102] (rows=286549727 width=115) Conds:RS_117._col0=RS_121._col0(Inner),Output:["_col1","_col2"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_117] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_115] (rows=286549727 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_113] (rows=286549727 width=119) @@ -164,6 +164,6 @@ Stage-0 Please refer to the previous TableScan [TS_0] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_121] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_119] diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query33.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query33.q.out index f00567eeb1..fbab5700b7 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query33.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query33.q.out @@ -198,31 +198,32 @@ Stage-0 Output:["_col0","_col1"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_354] + null sort order:z,sort order:+ Group By Operator [GBY_353] (rows=7 width=116) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Union 5 [SIMPLE_EDGE] <-Reducer 11 [CONTAINS] vectorized Reduce Output Operator [RS_373] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_372] (rows=7 width=116) Output:["_col0","_col1"],aggregations:["sum(_col1)"],keys:_col0 Group By Operator [GBY_371] (rows=7 width=116) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_109] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_108] (rows=8 width=116) Output:["_col0","_col1"],aggregations:["sum(_col7)"],keys:_col1 Merge Join Operator [MERGEJOIN_304] (rows=206906 width=96) Conds:RS_104._col0=RS_105._col2(Inner),Output:["_col1","_col7"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_104] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_293] (rows=46084 width=7) Conds:RS_319._col1=RS_325._col0(Inner),Output:["_col0","_col1"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_319] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_318] (rows=460848 width=7) Output:["_col0","_col1"] Filter Operator [FIL_317] (rows=460848 width=7) @@ -231,12 +232,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_manufact_id"] <-Reducer 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_325] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_324] (rows=69 width=4) Output:["_col0"],keys:KEY._col0 <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_323] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_322] (rows=70 width=4) Output:["_col0"],keys:i_manufact_id Select Operator [SEL_321] (rows=46085 width=93) @@ -247,14 +248,14 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_category","i_manufact_id"] <-Reducer 23 [SIMPLE_EDGE] SHUFFLE [RS_105] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Select Operator [SEL_100] (rows=143931246 width=115) Output:["_col2","_col4"] Merge Join Operator [MERGEJOIN_301] (rows=143931246 width=115) Conds:RS_97._col2=RS_349._col0(Inner),Output:["_col1","_col3"] <-Map 25 [SIMPLE_EDGE] vectorized SHUFFLE [RS_349] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_346] (rows=8000000 width=4) Output:["_col0"] Filter Operator [FIL_345] (rows=8000000 width=112) @@ -263,12 +264,12 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_gmt_offset"] <-Reducer 22 [SIMPLE_EDGE] SHUFFLE [RS_97] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_300] (rows=143931246 width=119) Conds:RS_370._col0=RS_332._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 17 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_332] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_327] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_326] (rows=50 width=12) @@ -277,7 +278,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 27 [SIMPLE_EDGE] vectorized SHUFFLE [RS_370] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_369] (rows=143931246 width=123) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_368] (rows=143931246 width=123) @@ -297,45 +298,45 @@ Stage-0 Please refer to the previous Select Operator [SEL_327] <-Reducer 4 [CONTAINS] vectorized Reduce Output Operator [RS_352] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_351] (rows=7 width=116) Output:["_col0","_col1"],aggregations:["sum(_col1)"],keys:_col0 Group By Operator [GBY_350] (rows=7 width=116) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_34] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_33] (rows=8 width=116) Output:["_col0","_col1"],aggregations:["sum(_col7)"],keys:_col1 Merge Join Operator [MERGEJOIN_302] (rows=755172 width=3) Conds:RS_29._col0=RS_30._col2(Inner),Output:["_col1","_col7"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_29] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Merge Join Operator [MERGEJOIN_293] <-Reducer 16 [SIMPLE_EDGE] SHUFFLE [RS_30] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Select Operator [SEL_25] (rows=525327191 width=110) Output:["_col2","_col4"] Merge Join Operator [MERGEJOIN_295] (rows=525327191 width=110) Conds:RS_22._col2=RS_347._col0(Inner),Output:["_col1","_col3"] <-Map 25 [SIMPLE_EDGE] vectorized SHUFFLE [RS_347] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_346] <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_22] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_294] (rows=525327191 width=114) Conds:RS_344._col0=RS_328._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 17 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_328] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_327] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_344] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_343] (rows=525327191 width=118) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_342] (rows=525327191 width=118) @@ -355,45 +356,45 @@ Stage-0 Please refer to the previous Select Operator [SEL_327] <-Reducer 9 [CONTAINS] vectorized Reduce Output Operator [RS_365] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_364] (rows=7 width=116) Output:["_col0","_col1"],aggregations:["sum(_col1)"],keys:_col0 Group By Operator [GBY_363] (rows=7 width=116) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 8 [SIMPLE_EDGE] SHUFFLE [RS_71] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_70] (rows=8 width=116) Output:["_col0","_col1"],aggregations:["sum(_col7)"],keys:_col1 Merge Join Operator [MERGEJOIN_303] (rows=409865 width=3) Conds:RS_66._col0=RS_67._col3(Inner),Output:["_col1","_col7"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_66] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Merge Join Operator [MERGEJOIN_293] <-Reducer 20 [SIMPLE_EDGE] SHUFFLE [RS_67] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Select Operator [SEL_62] (rows=285117733 width=115) Output:["_col3","_col4"] Merge Join Operator [MERGEJOIN_298] (rows=285117733 width=115) Conds:RS_59._col1=RS_348._col0(Inner),Output:["_col2","_col3"] <-Map 25 [SIMPLE_EDGE] vectorized SHUFFLE [RS_348] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_346] <-Reducer 19 [SIMPLE_EDGE] SHUFFLE [RS_59] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_297] (rows=285117733 width=119) Conds:RS_362._col0=RS_330._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 17 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_330] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_327] <-Map 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_362] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_361] (rows=285117733 width=123) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_360] (rows=285117733 width=123) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query34.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query34.q.out index 9dab81390e..8f730c8f3a 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query34.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query34.q.out @@ -92,20 +92,21 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_34] + null sort order:zzzz,sort order:+++- Select Operator [SEL_33] (rows=6 width=364) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Merge Join Operator [MERGEJOIN_99] (rows=6 width=364) Conds:RS_101._col0=RS_122._col1(Inner),Output:["_col1","_col2","_col3","_col4","_col5","_col7"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_101] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_100] (rows=80000000 width=356) Output:["_col0","_col1","_col2","_col3","_col4"] TableScan [TS_0] (rows=80000000 width=356) default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_salutation","c_first_name","c_last_name","c_preferred_cust_flag"] <-Reducer 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_122] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Filter Operator [FIL_121] (rows=6 width=16) predicate:_col2 BETWEEN 15L AND 20L Select Operator [SEL_120] (rows=479121995 width=15) @@ -114,14 +115,14 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 7 [SIMPLE_EDGE] SHUFFLE [RS_25] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_24] (rows=479121995 width=15) Output:["_col0","_col1","_col2"],aggregations:["count()"],keys:_col1, _col4 Merge Join Operator [MERGEJOIN_98] (rows=479121995 width=7) Conds:RS_20._col3=RS_118._col0(Inner),Output:["_col1","_col4"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_118] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_117] (rows=112 width=4) Output:["_col0"] Filter Operator [FIL_116] (rows=112 width=102) @@ -130,12 +131,12 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_county"] <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_20] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_97] (rows=479121995 width=11) Conds:RS_17._col2=RS_115._col0(Inner),Output:["_col1","_col3","_col4"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_115] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_114] (rows=1152 width=4) Output:["_col0"] Filter Operator [FIL_113] (rows=1152 width=104) @@ -144,12 +145,12 @@ Stage-0 default@household_demographics,household_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["hd_demo_sk","hd_buy_potential","hd_dep_count","hd_vehicle_count"] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_96] (rows=479121995 width=15) Conds:RS_112._col0=RS_104._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_104] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_103] (rows=595 width=4) Output:["_col0"] Filter Operator [FIL_102] (rows=595 width=12) @@ -158,7 +159,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_dom"] <-Map 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_112] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_111] (rows=479121995 width=19) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_110] (rows=479121995 width=19) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query35.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query35.q.out index 5672e73f67..4ca9d3cb61 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query35.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query35.q.out @@ -160,17 +160,18 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16"] <-Reducer 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_223] + null sort order:zzzzzz,sort order:++++++ Select Operator [SEL_222] (rows=1 width=352) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col9","_col10","_col11","_col12","_col14","_col15","_col16","_col17"] Group By Operator [GBY_221] (rows=1 width=336) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15"],aggregations:["count(VALUE._col0)","sum(VALUE._col1)","count(VALUE._col2)","max(VALUE._col3)","sum(VALUE._col4)","count(VALUE._col5)","max(VALUE._col6)","sum(VALUE._col7)","count(VALUE._col8)","max(VALUE._col9)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5 <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_66] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5 + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5,null sort order:zzzzzz,sort order:++++++ Group By Operator [GBY_65] (rows=2 width=336) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15"],aggregations:["count()","sum(_col8)","count(_col8)","max(_col8)","sum(_col9)","count(_col9)","max(_col9)","sum(_col10)","count(_col10)","max(_col10)"],keys:_col4, _col6, _col7, _col8, _col9, _col10 Top N Key Operator [TNK_103] (rows=1401496 width=276) - keys:_col4, _col6, _col7, _col8, _col9, _col10,sort order:++++++,top n:100 + keys:_col4, _col6, _col7, _col8, _col9, _col10,null sort order:zzzzzz,sort order:++++++,top n:100 Select Operator [SEL_64] (rows=1401496 width=276) Output:["_col4","_col6","_col7","_col8","_col9","_col10"] Filter Operator [FIL_63] (rows=1401496 width=276) @@ -179,26 +180,26 @@ Stage-0 Conds:RS_60._col0=RS_220._col1(Left Outer),Output:["_col4","_col6","_col7","_col8","_col9","_col10","_col11","_col13"] <-Reducer 5 [SIMPLE_EDGE] PARTITION_ONLY_SHUFFLE [RS_60] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_180] (rows=1414922 width=276) Conds:RS_57._col0=RS_212._col1(Left Outer),Output:["_col0","_col4","_col6","_col7","_col8","_col9","_col10","_col11"] <-Reducer 17 [SIMPLE_EDGE] vectorized SHUFFLE [RS_212] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_211] (rows=1414922 width=7) Output:["_col0","_col1"] Group By Operator [GBY_210] (rows=1414922 width=3) Output:["_col0"],keys:KEY._col0 <-Reducer 16 [SIMPLE_EDGE] SHUFFLE [RS_35] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_34] (rows=143930993 width=3) Output:["_col0"],keys:_col1 Merge Join Operator [MERGEJOIN_177] (rows=143930993 width=3) Conds:RS_209._col0=RS_193._col0(Inner),Output:["_col1"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_193] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_190] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_189] (rows=652 width=12) @@ -207,7 +208,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_qoy"] <-Map 21 [SIMPLE_EDGE] vectorized SHUFFLE [RS_209] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_208] (rows=143930993 width=7) Output:["_col0","_col1"] Filter Operator [FIL_207] (rows=143930993 width=7) @@ -227,12 +228,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_190] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_57] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_179] (rows=525327388 width=272) Conds:RS_54._col0=RS_55._col0(Left Semi),Output:["_col0","_col4","_col6","_col7","_col8","_col9","_col10"] <-Reducer 13 [SIMPLE_EDGE] SHUFFLE [RS_55] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_53] (rows=525327388 width=3) Output:["_col0"],keys:_col0 Select Operator [SEL_23] (rows=525327388 width=3) @@ -241,11 +242,11 @@ Stage-0 Conds:RS_204._col0=RS_191._col0(Inner),Output:["_col1"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_191] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_190] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_204] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_203] (rows=525327388 width=7) Output:["_col0","_col1"] Filter Operator [FIL_202] (rows=525327388 width=7) @@ -265,26 +266,26 @@ Stage-0 Please refer to the previous Select Operator [SEL_190] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_54] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_13] (rows=78293105 width=272) Output:["_col0","_col4","_col6","_col7","_col8","_col9","_col10"] Merge Join Operator [MERGEJOIN_175] (rows=78293105 width=272) Conds:RS_10._col2=RS_188._col0(Inner),Output:["_col0","_col4","_col5","_col6","_col7","_col8","_col10"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_188] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_187] (rows=40000000 width=90) Output:["_col0","_col1"] TableScan [TS_5] (rows=40000000 width=90) default@customer_address,ca,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_state"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_10] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_174] (rows=78293105 width=190) Conds:RS_184._col1=RS_186._col0(Inner),Output:["_col0","_col2","_col4","_col5","_col6","_col7","_col8"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_184] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_183] (rows=77201384 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_182] (rows=77201384 width=11) @@ -293,32 +294,32 @@ Stage-0 default@customer,c,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_current_cdemo_sk","c_current_addr_sk"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_186] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_185] (rows=1861800 width=186) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] TableScan [TS_3] (rows=1861800 width=186) default@customer_demographics,customer_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["cd_demo_sk","cd_gender","cd_marital_status","cd_dep_count","cd_dep_employed_count","cd_dep_college_count"] <-Reducer 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_220] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_219] (rows=1401496 width=7) Output:["_col0","_col1"] Group By Operator [GBY_218] (rows=1401496 width=3) Output:["_col0"],keys:KEY._col0 <-Reducer 19 [SIMPLE_EDGE] SHUFFLE [RS_49] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_48] (rows=285115246 width=3) Output:["_col0"],keys:_col1 Merge Join Operator [MERGEJOIN_178] (rows=285115246 width=3) Conds:RS_217._col0=RS_195._col0(Inner),Output:["_col1"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_195] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_190] <-Map 22 [SIMPLE_EDGE] vectorized SHUFFLE [RS_217] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_216] (rows=285115246 width=7) Output:["_col0","_col1"] Filter Operator [FIL_215] (rows=285115246 width=7) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query36.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query36.q.out index f7bccf94f7..d8fa6f4f5a 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query36.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query36.q.out @@ -90,6 +90,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_104] + null sort order:zzz,sort order:-++ Select Operator [SEL_103] (rows=3060 width=490) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] PTF Operator [PTF_102] (rows=3060 width=414) @@ -98,14 +99,14 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_100] - PartitionCols:(grouping(_col4, 1L) + grouping(_col4, 0L)), CASE WHEN ((grouping(_col4, 0L) = UDFToLong(0))) THEN (_col0) ELSE (CAST( null AS STRING)) END + PartitionCols:(grouping(_col4, 1L) + grouping(_col4, 0L)), CASE WHEN ((grouping(_col4, 0L) = UDFToLong(0))) THEN (_col0) ELSE (CAST( null AS STRING)) END,null sort order:aaz,sort order:+++ Select Operator [SEL_99] (rows=3060 width=414) Output:["_col0","_col1","_col2","_col3","_col4"] Group By Operator [GBY_98] (rows=3060 width=414) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_23] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_22] (rows=2487780 width=414) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col2)","sum(_col3)"],keys:_col0, _col1, 0L Select Operator [SEL_20] (rows=525329897 width=395) @@ -114,19 +115,19 @@ Stage-0 Conds:RS_17._col1=RS_97._col0(Inner),Output:["_col3","_col4","_col8","_col9"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_97] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_96] (rows=462000 width=186) Output:["_col0","_col1","_col2"] TableScan [TS_9] (rows=462000 width=186) default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_class","i_category"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_80] (rows=525329897 width=217) Conds:RS_14._col2=RS_95._col0(Inner),Output:["_col1","_col3","_col4"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_95] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_94] (rows=278 width=4) Output:["_col0"] Filter Operator [FIL_93] (rows=278 width=90) @@ -135,12 +136,12 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_state"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_14] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_79] (rows=525329897 width=221) Conds:RS_92._col0=RS_84._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_84] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_83] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_82] (rows=652 width=8) @@ -149,7 +150,7 @@ Stage-0 default@date_dim,d1,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_92] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_91] (rows=525329897 width=225) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_90] (rows=525329897 width=225) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query37.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query37.q.out index 2f561c77c3..83759fd6d8 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query37.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query37.q.out @@ -63,25 +63,26 @@ Stage-0 Output:["_col0","_col1","_col2"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_97] + null sort order:z,sort order:+ Group By Operator [GBY_96] (rows=4 width=396) Output:["_col0","_col1","_col2"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_23] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:zaa,sort order:+++ Group By Operator [GBY_22] (rows=8 width=396) Output:["_col0","_col1","_col2"],keys:_col2, _col3, _col4 Top N Key Operator [TNK_42] (rows=11627 width=396) - keys:_col2, _col3, _col4,sort order:+++,top n:100 + keys:_col2, _col3, _col4,null sort order:zaa,sort order:+++,top n:100 Merge Join Operator [MERGEJOIN_78] (rows=11627 width=396) Conds:RS_18._col1=RS_19._col1(Inner),Output:["_col2","_col3","_col4"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_76] (rows=1781971 width=400) Conds:RS_89._col0=RS_81._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 6 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_81] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_80] (rows=297 width=400) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_79] (rows=297 width=404) @@ -90,7 +91,7 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id","i_item_desc","i_current_price","i_manufact_id"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_89] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_88] (rows=287989836 width=4) Output:["_col0"] Filter Operator [FIL_87] (rows=287989836 width=4) @@ -110,12 +111,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_80] <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_19] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_77] (rows=1879072 width=4) Conds:RS_92._col0=RS_95._col0(Inner),Output:["_col1"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_95] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_94] (rows=8116 width=4) Output:["_col0"] Filter Operator [FIL_93] (rows=8116 width=98) @@ -124,7 +125,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_date"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_92] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_91] (rows=16912800 width=8) Output:["_col0","_col1"] Filter Operator [FIL_90] (rows=16912800 width=11) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query38.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query38.q.out index b9641abea0..10811b58e6 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query38.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query38.q.out @@ -97,7 +97,7 @@ Stage-0 <-Union 5 [SIMPLE_EDGE] <-Reducer 12 [CONTAINS] vectorized Reduce Output Operator [RS_240] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_239] (rows=954376212 width=282) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(_col3)"],keys:_col0, _col1, _col2 Group By Operator [GBY_238] (rows=285117831 width=282) @@ -108,26 +108,26 @@ Stage-0 Output:["_col0","_col1","_col2"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_40] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_39] (rows=285117831 width=274) Output:["_col0","_col1","_col2"],keys:_col6, _col5, _col3 Merge Join Operator [MERGEJOIN_174] (rows=285117831 width=274) Conds:RS_35._col1=RS_216._col0(Inner),Output:["_col3","_col5","_col6"] <-Map 18 [SIMPLE_EDGE] vectorized SHUFFLE [RS_216] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_214] (rows=80000000 width=184) Output:["_col0","_col1","_col2"] TableScan [TS_6] (rows=80000000 width=184) default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_first_name","c_last_name"] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_35] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_173] (rows=285117831 width=97) Conds:RS_235._col0=RS_199._col0(Inner),Output:["_col1","_col3"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_199] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_196] (rows=317 width=98) Output:["_col0","_col1"] Filter Operator [FIL_195] (rows=317 width=102) @@ -136,7 +136,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_date","d_month_seq"] <-Map 19 [SIMPLE_EDGE] vectorized SHUFFLE [RS_235] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_234] (rows=285117831 width=7) Output:["_col0","_col1"] Filter Operator [FIL_233] (rows=285117831 width=7) @@ -156,7 +156,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_196] <-Reducer 16 [CONTAINS] vectorized Reduce Output Operator [RS_250] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_249] (rows=954376212 width=282) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(_col3)"],keys:_col0, _col1, _col2 Group By Operator [GBY_248] (rows=143930993 width=282) @@ -167,27 +167,27 @@ Stage-0 Output:["_col0","_col1","_col2"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_65] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_64] (rows=143930993 width=274) Output:["_col0","_col1","_col2"],keys:_col6, _col5, _col3 Merge Join Operator [MERGEJOIN_176] (rows=143930993 width=274) Conds:RS_60._col1=RS_217._col0(Inner),Output:["_col3","_col5","_col6"] <-Map 18 [SIMPLE_EDGE] vectorized SHUFFLE [RS_217] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_214] <-Reducer 14 [SIMPLE_EDGE] SHUFFLE [RS_60] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_175] (rows=143930993 width=97) Conds:RS_245._col0=RS_201._col0(Inner),Output:["_col1","_col3"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_201] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_196] <-Map 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_245] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_244] (rows=143930993 width=7) Output:["_col0","_col1"] Filter Operator [FIL_243] (rows=143930993 width=7) @@ -207,7 +207,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_196] <-Reducer 4 [CONTAINS] vectorized Reduce Output Operator [RS_222] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_221] (rows=954376212 width=282) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(_col3)"],keys:_col0, _col1, _col2 Group By Operator [GBY_220] (rows=525327388 width=282) @@ -218,27 +218,27 @@ Stage-0 Output:["_col0","_col1","_col2"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_16] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_15] (rows=525327388 width=274) Output:["_col0","_col1","_col2"],keys:_col6, _col5, _col3 Merge Join Operator [MERGEJOIN_172] (rows=525327388 width=274) Conds:RS_11._col1=RS_215._col0(Inner),Output:["_col3","_col5","_col6"] <-Map 18 [SIMPLE_EDGE] vectorized SHUFFLE [RS_215] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_214] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_11] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_171] (rows=525327388 width=97) Conds:RS_213._col0=RS_197._col0(Inner),Output:["_col1","_col3"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_197] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_196] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_213] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_212] (rows=525327388 width=7) Output:["_col0","_col1"] Filter Operator [FIL_211] (rows=525327388 width=7) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query39.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query39.q.out index 07b1872802..b2cee3d1e8 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query39.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query39.q.out @@ -82,13 +82,14 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9"] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_44] + null sort order:zzzzzz,sort order:++++++ Select Operator [SEL_43] (rows=859 width=48) Output:["_col0","_col1","_col2","_col3","_col6","_col7"] Merge Join Operator [MERGEJOIN_144] (rows=859 width=40) Conds:RS_160._col0, _col1=RS_164._col0, _col1(Inner),Output:["_col0","_col1","_col2","_col3","_col6","_col7"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_160] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Select Operator [SEL_159] (rows=859 width=24) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_158] (rows=859 width=40) @@ -97,7 +98,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)"],keys:KEY._col0, KEY._col1 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_16] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_15] (rows=1719 width=40) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col3)","count(_col3)","sum(_col5)","sum(_col4)"],keys:_col1, _col2 Select Operator [SEL_13] (rows=1032514 width=8) @@ -106,26 +107,26 @@ Stage-0 Conds:RS_10._col1=RS_155._col0(Inner),Output:["_col2","_col3","_col5"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_155] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_154] (rows=27 width=4) Output:["_col0"] TableScan [TS_5] (rows=27 width=4) default@warehouse,warehouse,Tbl:COMPLETE,Col:COMPLETE,Output:["w_warehouse_sk"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_10] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_140] (rows=1032514 width=8) Conds:RS_146._col0=RS_152._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_146] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_145] (rows=37584000 width=15) Output:["_col0","_col1","_col2","_col3"] TableScan [TS_0] (rows=37584000 width=15) default@inventory,inventory,Tbl:COMPLETE,Col:COMPLETE,Output:["inv_date_sk","inv_item_sk","inv_warehouse_sk","inv_quantity_on_hand"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_152] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_150] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_148] (rows=50 width=12) @@ -134,7 +135,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Reducer 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_164] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Select Operator [SEL_163] (rows=859 width=24) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_162] (rows=859 width=40) @@ -143,7 +144,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)"],keys:KEY._col0, KEY._col1 <-Reducer 8 [SIMPLE_EDGE] SHUFFLE [RS_36] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_35] (rows=1719 width=40) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col3)","count(_col3)","sum(_col5)","sum(_col4)"],keys:_col1, _col2 Select Operator [SEL_33] (rows=1032514 width=8) @@ -152,20 +153,20 @@ Stage-0 Conds:RS_30._col1=RS_156._col0(Inner),Output:["_col2","_col3","_col5"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_156] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_154] <-Reducer 7 [SIMPLE_EDGE] SHUFFLE [RS_30] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_142] (rows=1032514 width=8) Conds:RS_147._col0=RS_153._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_147] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_145] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_153] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_151] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_149] (rows=50 width=12) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query4.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query4.q.out index 68796c2274..62139b32a8 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query4.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query4.q.out @@ -278,6 +278,7 @@ Stage-0 Output:["_col0"] <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_135] + null sort order:z,sort order:+ Select Operator [SEL_134] (rows=11399756 width=85) Output:["_col0"] Filter Operator [FIL_133] (rows=11399756 width=537) @@ -286,33 +287,33 @@ Stage-0 Conds:RS_130._col3=RS_559._col0(Inner),Output:["_col4","_col6","_col7","_col9","_col13","_col14"] <-Reducer 30 [SIMPLE_EDGE] vectorized SHUFFLE [RS_559] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_558] (rows=80000000 width=297) Output:["_col0","_col1","_col2"] Group By Operator [GBY_557] (rows=80000000 width=764) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5, KEY._col6 <-Reducer 29 [SIMPLE_EDGE] SHUFFLE [RS_114] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6 + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6,null sort order:aaaaaaa,sort order:+++++++ Group By Operator [GBY_113] (rows=80000000 width=764) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(_col2)"],keys:_col5, _col6, _col7, _col8, _col9, _col10, _col11 Merge Join Operator [MERGEJOIN_461] (rows=525327388 width=764) Conds:RS_109._col1=RS_505._col0(Inner),Output:["_col2","_col5","_col6","_col7","_col8","_col9","_col10","_col11"] <-Map 38 [SIMPLE_EDGE] vectorized SHUFFLE [RS_505] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_504] (rows=80000000 width=656) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] TableScan [TS_104] (rows=80000000 width=656) default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_customer_id","c_first_name","c_last_name","c_preferred_cust_flag","c_birth_country","c_login","c_email_address"] <-Reducer 28 [SIMPLE_EDGE] SHUFFLE [RS_109] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_460] (rows=525327388 width=115) Conds:RS_556._col0=RS_475._col0(Inner),Output:["_col1","_col2"] <-Map 31 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_475] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_471] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_467] (rows=652 width=8) @@ -321,7 +322,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Map 27 [SIMPLE_EDGE] vectorized SHUFFLE [RS_556] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_555] (rows=525327388 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_554] (rows=525327388 width=435) @@ -341,41 +342,41 @@ Stage-0 Please refer to the previous Select Operator [SEL_471] <-Reducer 8 [SIMPLE_EDGE] SHUFFLE [RS_130] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Filter Operator [FIL_129] (rows=19066162 width=668) predicate:CASE WHEN (_col2) THEN (CASE WHEN (_col7) THEN (((_col9 / _col6) > (_col11 / _col1))) ELSE (false) END) ELSE (false) END Merge Join Operator [MERGEJOIN_465] (rows=38132324 width=668) Conds:RS_126._col3=RS_551._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col6","_col7","_col9","_col11"] <-Reducer 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_551] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_550] (rows=80000000 width=212) Output:["_col0","_col1"] Group By Operator [GBY_549] (rows=80000000 width=764) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5, KEY._col6 <-Reducer 25 [SIMPLE_EDGE] SHUFFLE [RS_95] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6 + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6,null sort order:aaaaaaa,sort order:+++++++ Group By Operator [GBY_94] (rows=80000000 width=764) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(_col2)"],keys:_col5, _col6, _col7, _col8, _col9, _col10, _col11 Merge Join Operator [MERGEJOIN_459] (rows=143930993 width=764) Conds:RS_90._col1=RS_506._col0(Inner),Output:["_col2","_col5","_col6","_col7","_col8","_col9","_col10","_col11"] <-Map 38 [SIMPLE_EDGE] vectorized SHUFFLE [RS_506] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_504] <-Reducer 24 [SIMPLE_EDGE] SHUFFLE [RS_90] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_458] (rows=143930993 width=115) Conds:RS_548._col0=RS_477._col0(Inner),Output:["_col1","_col2"] <-Map 31 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_477] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_471] <-Map 23 [SIMPLE_EDGE] vectorized SHUFFLE [RS_548] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_547] (rows=143930993 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_546] (rows=143930993 width=455) @@ -395,39 +396,39 @@ Stage-0 Please refer to the previous Select Operator [SEL_471] <-Reducer 7 [SIMPLE_EDGE] SHUFFLE [RS_126] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_464] (rows=31888273 width=556) Conds:RS_123._col3=RS_543._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col6","_col7","_col9"] <-Reducer 22 [SIMPLE_EDGE] vectorized SHUFFLE [RS_543] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_542] (rows=80000000 width=212) Output:["_col0","_col1"] Group By Operator [GBY_541] (rows=80000000 width=764) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5, KEY._col6 <-Reducer 21 [SIMPLE_EDGE] SHUFFLE [RS_76] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6 + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6,null sort order:aaaaaaa,sort order:+++++++ Group By Operator [GBY_75] (rows=80000000 width=764) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(_col2)"],keys:_col5, _col6, _col7, _col8, _col9, _col10, _col11 Merge Join Operator [MERGEJOIN_457] (rows=285117831 width=764) Conds:RS_71._col1=RS_507._col0(Inner),Output:["_col2","_col5","_col6","_col7","_col8","_col9","_col10","_col11"] <-Map 38 [SIMPLE_EDGE] vectorized SHUFFLE [RS_507] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_504] <-Reducer 20 [SIMPLE_EDGE] SHUFFLE [RS_71] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_456] (rows=285117831 width=115) Conds:RS_540._col0=RS_479._col0(Inner),Output:["_col1","_col2"] <-Map 31 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_479] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_471] <-Map 19 [SIMPLE_EDGE] vectorized SHUFFLE [RS_540] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_539] (rows=285117831 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_538] (rows=285117831 width=453) @@ -447,12 +448,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_471] <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_123] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_463] (rows=26666666 width=444) Conds:RS_120._col3=RS_535._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col6","_col7"] <-Reducer 18 [SIMPLE_EDGE] vectorized SHUFFLE [RS_535] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_534] (rows=26666666 width=216) Output:["_col0","_col1","_col2"] Filter Operator [FIL_533] (rows=26666666 width=212) @@ -463,23 +464,23 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5, KEY._col6 <-Reducer 17 [SIMPLE_EDGE] SHUFFLE [RS_56] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6 + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6,null sort order:aaaaaaa,sort order:+++++++ Group By Operator [GBY_55] (rows=80000000 width=764) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(_col2)"],keys:_col5, _col6, _col7, _col8, _col9, _col10, _col11 Merge Join Operator [MERGEJOIN_455] (rows=285117831 width=764) Conds:RS_51._col1=RS_510._col0(Inner),Output:["_col2","_col5","_col6","_col7","_col8","_col9","_col10","_col11"] <-Map 38 [SIMPLE_EDGE] vectorized SHUFFLE [RS_510] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_504] <-Reducer 16 [SIMPLE_EDGE] SHUFFLE [RS_51] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_454] (rows=285117831 width=115) Conds:RS_530._col0=RS_485._col0(Inner),Output:["_col1","_col2"] <-Map 31 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_485] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_474] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_470] (rows=652 width=8) @@ -487,7 +488,7 @@ Stage-0 Please refer to the previous TableScan [TS_101] <-Map 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_530] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_529] (rows=285117831 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_528] (rows=285117831 width=453) @@ -507,12 +508,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_474] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_120] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_462] (rows=26666666 width=328) Conds:RS_515._col0=RS_525._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Reducer 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_525] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_524] (rows=26666666 width=212) Output:["_col0","_col1"] Filter Operator [FIL_523] (rows=26666666 width=212) @@ -523,23 +524,23 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5, KEY._col6 <-Reducer 13 [SIMPLE_EDGE] SHUFFLE [RS_36] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6 + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6,null sort order:aaaaaaa,sort order:+++++++ Group By Operator [GBY_35] (rows=80000000 width=764) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(_col2)"],keys:_col5, _col6, _col7, _col8, _col9, _col10, _col11 Merge Join Operator [MERGEJOIN_453] (rows=525327388 width=764) Conds:RS_31._col1=RS_509._col0(Inner),Output:["_col2","_col5","_col6","_col7","_col8","_col9","_col10","_col11"] <-Map 38 [SIMPLE_EDGE] vectorized SHUFFLE [RS_509] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_504] <-Reducer 12 [SIMPLE_EDGE] SHUFFLE [RS_31] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_452] (rows=525327388 width=115) Conds:RS_520._col0=RS_483._col0(Inner),Output:["_col1","_col2"] <-Map 31 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_483] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_473] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_469] (rows=652 width=8) @@ -547,7 +548,7 @@ Stage-0 Please refer to the previous TableScan [TS_101] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_520] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_519] (rows=525327388 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_518] (rows=525327388 width=435) @@ -567,7 +568,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_473] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_515] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_514] (rows=26666666 width=216) Output:["_col0","_col1","_col2"] Filter Operator [FIL_513] (rows=26666666 width=212) @@ -578,23 +579,23 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5, KEY._col6 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_16] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6 + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6,null sort order:aaaaaaa,sort order:+++++++ Group By Operator [GBY_15] (rows=80000000 width=764) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(_col2)"],keys:_col5, _col6, _col7, _col8, _col9, _col10, _col11 Merge Join Operator [MERGEJOIN_451] (rows=143930993 width=764) Conds:RS_11._col1=RS_508._col0(Inner),Output:["_col2","_col5","_col6","_col7","_col8","_col9","_col10","_col11"] <-Map 38 [SIMPLE_EDGE] vectorized SHUFFLE [RS_508] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_504] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_11] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_450] (rows=143930993 width=115) Conds:RS_503._col0=RS_481._col0(Inner),Output:["_col1","_col2"] <-Map 31 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_481] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_472] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_468] (rows=652 width=8) @@ -602,7 +603,7 @@ Stage-0 Please refer to the previous TableScan [TS_101] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_503] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_502] (rows=143930993 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_501] (rows=143930993 width=455) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query40.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query40.q.out index dd337c73d7..8dff7e8984 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query40.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query40.q.out @@ -88,34 +88,35 @@ Stage-0 Output:["_col0","_col1","_col2","_col3"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_119] + null sort order:zz,sort order:++ Group By Operator [GBY_118] (rows=769995 width=410) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)"],keys:KEY._col0, KEY._col1 <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_28] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:zz,sort order:++ Group By Operator [GBY_27] (rows=51819042 width=410) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(_col2)","sum(_col3)"],keys:_col0, _col1 Top N Key Operator [TNK_53] (rows=51819042 width=302) - keys:_col0, _col1,sort order:++,top n:100 + keys:_col0, _col1,null sort order:zz,sort order:++,top n:100 Select Operator [SEL_25] (rows=51819042 width=302) Output:["_col0","_col1","_col2","_col3"] Merge Join Operator [MERGEJOIN_99] (rows=51819042 width=302) Conds:RS_22._col1=RS_117._col0(Inner),Output:["_col4","_col7","_col9","_col10","_col12","_col14"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_117] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_116] (rows=27 width=90) Output:["_col0","_col1"] TableScan [TS_11] (rows=27 width=90) default@warehouse,warehouse,Tbl:COMPLETE,Col:COMPLETE,Output:["w_warehouse_sk","w_state"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_22] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_98] (rows=51819042 width=220) Conds:RS_19._col2=RS_102._col0(Inner),Output:["_col1","_col4","_col7","_col9","_col10","_col12"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_102] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_101] (rows=51333 width=104) Output:["_col0","_col1"] Filter Operator [FIL_100] (rows=51333 width=215) @@ -124,12 +125,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id","i_current_price"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_19] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_97] (rows=466374405 width=171) Conds:RS_16._col0=RS_115._col0(Inner),Output:["_col1","_col2","_col4","_col7","_col9","_col10"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_115] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_114] (rows=8116 width=12) Output:["_col0","_col1","_col2"] Filter Operator [FIL_113] (rows=8116 width=98) @@ -138,12 +139,12 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_date"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_16] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_96] (rows=466374405 width=167) Conds:RS_110._col2, _col3=RS_112._col0, _col1(Left Outer),Output:["_col0","_col1","_col2","_col4","_col7"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_110] - PartitionCols:_col2, _col3 + PartitionCols:_col2, _col3,null sort order:aa,sort order:++ Select Operator [SEL_109] (rows=285115816 width=127) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_108] (rows=285115816 width=127) @@ -163,7 +164,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_101] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_112] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Select Operator [SEL_111] (rows=28798881 width=117) Output:["_col0","_col1","_col2"] TableScan [TS_3] (rows=28798881 width=117) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query42.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query42.q.out index b2dc7b3a8a..c52c84f845 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query42.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query42.q.out @@ -70,20 +70,21 @@ Stage-0 Output:["_col0","_col1","_col2","_col3"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_71] + null sort order:zzz,sort order:-++ Select Operator [SEL_70] (rows=110 width=318) Output:["_col0","_col1","_col3"] Group By Operator [GBY_69] (rows=110 width=206) Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_16] (rows=6840 width=206) Output:["_col0","_col1","_col2"],aggregations:["sum(_col2)"],keys:_col5, _col6 Merge Join Operator [MERGEJOIN_54] (rows=84037218 width=173) Conds:RS_12._col1=RS_68._col0(Inner),Output:["_col2","_col5","_col6"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_68] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_67] (rows=7333 width=97) Output:["_col0","_col1","_col2"] Filter Operator [FIL_66] (rows=7333 width=101) @@ -92,12 +93,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_category_id","i_category","i_manager_id"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_12] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_53] (rows=550076554 width=110) Conds:RS_65._col0=RS_57._col0(Inner),Output:["_col1","_col2"] <-Map 6 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_57] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_56] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_55] (rows=50 width=12) @@ -106,7 +107,7 @@ Stage-0 default@date_dim,dt,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_65] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_64] (rows=550076554 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_63] (rows=550076554 width=114) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query43.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query43.q.out index 4cc3edddf5..f4ead2363c 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query43.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query43.q.out @@ -64,22 +64,23 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_71] + null sort order:zzzzzzzzz,sort order:+++++++++ Group By Operator [GBY_70] (rows=3751 width=972) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)","sum(VALUE._col4)","sum(VALUE._col5)","sum(VALUE._col6)"],keys:KEY._col0, KEY._col1 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:zz,sort order:++ Group By Operator [GBY_17] (rows=2486913 width=972) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"],aggregations:["sum(_col2)","sum(_col3)","sum(_col4)","sum(_col5)","sum(_col6)","sum(_col7)","sum(_col8)"],keys:_col0, _col1 Top N Key Operator [TNK_33] (rows=525329897 width=322) - keys:_col0, _col1,sort order:++,top n:100 + keys:_col0, _col1,null sort order:zz,sort order:++,top n:100 Select Operator [SEL_15] (rows=525329897 width=322) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] Merge Join Operator [MERGEJOIN_55] (rows=525329897 width=322) Conds:RS_12._col1=RS_69._col0(Inner),Output:["_col2","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col12","_col13"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_69] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_68] (rows=341 width=192) Output:["_col0","_col1","_col2"] Filter Operator [FIL_67] (rows=341 width=303) @@ -88,12 +89,12 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_store_id","s_store_name","s_gmt_offset"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_12] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_54] (rows=525329897 width=138) Conds:RS_66._col0=RS_58._col0(Inner),Output:["_col1","_col2","_col4","_col5","_col6","_col7","_col8","_col9","_col10"] <-Map 6 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_58] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_57] (rows=652 width=32) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] Filter Operator [FIL_56] (rows=652 width=99) @@ -102,7 +103,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_day_name"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_66] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_65] (rows=525329897 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_64] (rows=525329897 width=114) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query44.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query44.q.out index a243417159..0af92abb47 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query44.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query44.q.out @@ -102,34 +102,35 @@ Stage-0 Output:["_col0","_col1","_col2"] <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_106] + null sort order:z,sort order:+ Select Operator [SEL_105] (rows=6951 width=218) Output:["_col0","_col1","_col2"] Merge Join Operator [MERGEJOIN_159] (rows=6951 width=218) Conds:RS_102._col2=RS_201._col0(Inner),Output:["_col1","_col5","_col7"] <-Map 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_201] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_199] (rows=462000 width=111) Output:["_col0","_col1"] TableScan [TS_92] (rows=462000 width=111) default@item,i1,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_product_name"] <-Reducer 8 [SIMPLE_EDGE] SHUFFLE [RS_102] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_158] (rows=6951 width=115) Conds:RS_99._col0=RS_200._col0(Inner),Output:["_col1","_col2","_col5"] <-Map 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_200] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_199] <-Reducer 7 [SIMPLE_EDGE] SHUFFLE [RS_99] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_157] (rows=6951 width=12) Conds:RS_193._col1=RS_198._col1(Inner),Output:["_col0","_col1","_col2"] <-Reducer 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_198] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_197] (rows=6951 width=8) Output:["_col0","_col1"] Filter Operator [FIL_196] (rows=6951 width=116) @@ -140,7 +141,7 @@ Stage-0 Output:["_col2","_col3"] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_85] - PartitionCols:0 + PartitionCols:0,null sort order:az,sort order:+- Filter Operator [FIL_38] (rows=20854 width=228) predicate:(_col3 > _col1) Merge Join Operator [MERGEJOIN_154] (rows=62562 width=228) @@ -155,7 +156,7 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)"],keys:KEY._col0 <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_184] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_183] (rows=3199976 width=124) Output:["_col0","_col1","_col2"],aggregations:["sum(ss_net_profit)","count(ss_net_profit)"],keys:ss_item_sk Select Operator [SEL_182] (rows=6399952 width=114) @@ -180,7 +181,7 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)"],keys:KEY._col0 <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_175] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_174] (rows=258 width=124) Output:["_col0","_col1","_col2"],aggregations:["sum(_col1)","count(_col1)"],keys:true Select Operator [SEL_173] (rows=287946 width=114) @@ -205,7 +206,7 @@ Stage-0 Output:["_col0"],keys:KEY._col0 <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_163] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_162] (rows=18 width=4) Output:["_col0"],keys:true Select Operator [SEL_161] (rows=287946 width=7) @@ -215,7 +216,7 @@ Stage-0 default@store_sales,store_sales,Tbl:COMPLETE,Col:COMPLETE,Output:["ss_hdemo_sk","ss_store_sk"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_193] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_192] (rows=6951 width=8) Output:["_col0","_col1"] Filter Operator [FIL_191] (rows=6951 width=116) @@ -226,6 +227,6 @@ Stage-0 Output:["_col2","_col3"] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_39] - PartitionCols:0 + PartitionCols:0,null sort order:az,sort order:++ Please refer to the previous Filter Operator [FIL_38] diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query45.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query45.q.out index 21bb318296..b73dc876da 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query45.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query45.q.out @@ -74,15 +74,16 @@ Stage-0 Output:["_col0","_col1","_col2"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_146] + null sort order:zz,sort order:++ Group By Operator [GBY_145] (rows=17401956 width=299) Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_41] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:zz,sort order:++ Group By Operator [GBY_40] (rows=143930993 width=299) Output:["_col0","_col1","_col2"],aggregations:["sum(_col3)"],keys:_col8, _col7 Top N Key Operator [TNK_69] (rows=143930993 width=302) - keys:_col8, _col7,sort order:++,top n:100 + keys:_col8, _col7,null sort order:zz,sort order:++,top n:100 Select Operator [SEL_39] (rows=143930993 width=302) Output:["_col3","_col7","_col8"] Filter Operator [FIL_38] (rows=143930993 width=302) @@ -93,26 +94,26 @@ Stage-0 Conds:RS_34._col0=RS_35._col6(Inner),Output:["_col3","_col7","_col8","_col12"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_34] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_115] (rows=462007 width=4) Conds:RS_122._col1=RS_128._col0(Left Outer),Output:["_col0","_col3"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_122] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_120] (rows=462000 width=104) Output:["_col0","_col1"] TableScan [TS_0] (rows=462000 width=104) default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_128] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_127] (rows=5 width=104) Output:["_col0","_col1"] Group By Operator [GBY_126] (rows=5 width=100) Output:["_col0"],keys:KEY._col0 <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_125] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_124] (rows=5 width=100) Output:["_col0"],keys:i_item_id Select Operator [SEL_123] (rows=11 width=104) @@ -122,17 +123,17 @@ Stage-0 Please refer to the previous TableScan [TS_0] <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_35] - PartitionCols:_col6 + PartitionCols:_col6,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_118] (rows=143930993 width=302) Conds:RS_27._col0=RS_28._col2(Inner),Output:["_col3","_col4","_col6","_col8"] <-Reducer 12 [SIMPLE_EDGE] SHUFFLE [RS_28] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_117] (rows=143930993 width=119) Conds:RS_144._col0=RS_136._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 13 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_136] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_135] (rows=130 width=12) Output:["_col0"] Filter Operator [FIL_134] (rows=130 width=12) @@ -141,7 +142,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_qoy"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_144] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_143] (rows=143930993 width=123) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_142] (rows=143930993 width=123) @@ -161,19 +162,19 @@ Stage-0 Please refer to the previous Select Operator [SEL_135] <-Reducer 8 [SIMPLE_EDGE] SHUFFLE [RS_27] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_116] (rows=80000000 width=191) Conds:RS_131._col1=RS_133._col0(Inner),Output:["_col0","_col3","_col4"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_133] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_132] (rows=40000000 width=191) Output:["_col0","_col1","_col2"] TableScan [TS_12] (rows=40000000 width=191) default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_county","ca_zip"] <-Map 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_131] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_130] (rows=80000000 width=8) Output:["_col0","_col1"] Filter Operator [FIL_129] (rows=80000000 width=8) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query46.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query46.q.out index 804013fb80..8557097ad3 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query46.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query46.q.out @@ -106,6 +106,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_44] + null sort order:zzzzz,sort order:+++++ Select Operator [SEL_43] (rows=457565061 width=594) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] Filter Operator [FIL_42] (rows=457565061 width=594) @@ -114,19 +115,19 @@ Stage-0 Conds:RS_39._col0=RS_169._col1(Inner),Output:["_col2","_col3","_col5","_col6","_col8","_col9","_col10"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_39] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_138] (rows=80000000 width=277) Conds:RS_146._col1=RS_148._col0(Inner),Output:["_col0","_col2","_col3","_col5"] <-Map 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_148] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_147] (rows=40000000 width=97) Output:["_col0","_col1"] TableScan [TS_3] (rows=40000000 width=97) default@customer_address,current_addr,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_city"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_146] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_145] (rows=80000000 width=188) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_144] (rows=80000000 width=188) @@ -135,30 +136,30 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_current_addr_sk","c_first_name","c_last_name"] <-Reducer 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_169] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_168] (rows=457565061 width=324) Output:["_col0","_col1","_col2","_col3","_col4"] Group By Operator [GBY_167] (rows=457565061 width=328) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3 <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_33] - PartitionCols:_col0, _col1, _col2, _col3 + PartitionCols:_col0, _col1, _col2, _col3,null sort order:aaaa,sort order:++++ Group By Operator [GBY_32] (rows=457565061 width=328) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col6)","sum(_col7)"],keys:_col1, _col12, _col3, _col5 Merge Join Operator [MERGEJOIN_142] (rows=457565061 width=318) Conds:RS_28._col3=RS_149._col0(Inner),Output:["_col1","_col3","_col5","_col6","_col7","_col12"] <-Map 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_149] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_147] <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_28] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_141] (rows=457565061 width=225) Conds:RS_25._col2=RS_166._col0(Inner),Output:["_col1","_col3","_col5","_col6","_col7"] <-Map 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_166] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_165] (rows=1855 width=4) Output:["_col0"] Filter Operator [FIL_164] (rows=1855 width=12) @@ -167,12 +168,12 @@ Stage-0 default@household_demographics,household_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["hd_demo_sk","hd_dep_count","hd_vehicle_count"] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_25] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_140] (rows=457565061 width=229) Conds:RS_22._col4=RS_163._col0(Inner),Output:["_col1","_col2","_col3","_col5","_col6","_col7"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_163] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_162] (rows=35 width=4) Output:["_col0"] Filter Operator [FIL_161] (rows=35 width=97) @@ -181,12 +182,12 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_city"] <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_22] - PartitionCols:_col4 + PartitionCols:_col4,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_139] (rows=457565061 width=233) Conds:RS_160._col0=RS_152._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5","_col6","_col7"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_152] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_151] (rows=783 width=4) Output:["_col0"] Filter Operator [FIL_150] (rows=783 width=12) @@ -195,7 +196,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_dow"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_160] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_159] (rows=457565061 width=237) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] Filter Operator [FIL_158] (rows=457565061 width=237) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query47.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query47.q.out index 701861a888..c765a52dc1 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query47.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query47.q.out @@ -136,13 +136,14 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] <-Reducer 7 [SIMPLE_EDGE] SHUFFLE [RS_110] + null sort order:zz,sort order:++ Select Operator [SEL_109] (rows=301730 width=658) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] Merge Join Operator [MERGEJOIN_278] (rows=301730 width=546) Conds:RS_106._col6, _col7, _col8, _col9, _col14=RS_306._col0, _col1, _col2, _col3, _col5(Inner),Output:["_col4","_col6","_col10","_col11","_col12","_col13","_col19"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_306] - PartitionCols:_col0, _col1, _col2, _col3, _col5 + PartitionCols:_col0, _col1, _col2, _col3, _col5,null sort order:aaaaa,sort order:+++++ Select Operator [SEL_304] (rows=1810380 width=485) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_302] (rows=1810380 width=489) @@ -153,19 +154,19 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_297] - PartitionCols:_col5, _col4, _col2, _col3 + PartitionCols:_col5, _col4, _col2, _col3,null sort order:aaaazz,sort order:++++++ Group By Operator [GBY_296] (rows=1810380 width=489) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5 <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_93] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5 + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5,null sort order:aaaaaa,sort order:++++++ Group By Operator [GBY_92] (rows=525329897 width=489) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["sum(_col3)"],keys:_col5, _col6, _col8, _col9, _col11, _col12 Merge Join Operator [MERGEJOIN_276] (rows=525329897 width=483) Conds:RS_88._col1=RS_295._col0(Inner),Output:["_col3","_col5","_col6","_col8","_col9","_col11","_col12"] <-Map 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_295] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_294] (rows=462000 width=194) Output:["_col0","_col1","_col2"] Filter Operator [FIL_293] (rows=462000 width=194) @@ -174,12 +175,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_brand","i_category"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_88] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_275] (rows=525329897 width=297) Conds:RS_85._col2=RS_292._col0(Inner),Output:["_col1","_col3","_col5","_col6","_col8","_col9"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_292] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_291] (rows=1704 width=183) Output:["_col0","_col1","_col2"] Filter Operator [FIL_290] (rows=1704 width=183) @@ -188,12 +189,12 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_store_name","s_company_name"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_85] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_274] (rows=525329897 width=122) Conds:RS_289._col0=RS_281._col0(Inner),Output:["_col1","_col2","_col3","_col5","_col6"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_281] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_280] (rows=564 width=12) Output:["_col0","_col1","_col2"] Filter Operator [FIL_279] (rows=564 width=12) @@ -202,7 +203,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_289] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_288] (rows=525329897 width=118) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_287] (rows=525329897 width=118) @@ -222,12 +223,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_280] <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_106] - PartitionCols:_col6, _col7, _col8, _col9, _col14 + PartitionCols:_col6, _col7, _col8, _col9, _col14,null sort order:aaaaa,sort order:+++++ Merge Join Operator [MERGEJOIN_277] (rows=301730 width=717) Conds:RS_307._col0, _col1, _col2, _col3, _col5=RS_318._col0, _col1, _col2, _col3, _col8(Inner),Output:["_col4","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_307] - PartitionCols:_col0, _col1, _col2, _col3, _col5 + PartitionCols:_col0, _col1, _col2, _col3, _col5,null sort order:aaaaa,sort order:+++++ Select Operator [SEL_305] (rows=1810380 width=485) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_303] (rows=1810380 width=489) @@ -237,7 +238,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_299] <-Reducer 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_318] - PartitionCols:_col0, _col1, _col2, _col3, _col8 + PartitionCols:_col0, _col1, _col2, _col3, _col8,null sort order:aaaaa,sort order:+++++ Select Operator [SEL_317] (rows=301730 width=605) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] Filter Operator [FIL_316] (rows=301730 width=605) @@ -252,7 +253,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] <-Reducer 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_311] - PartitionCols:_col5, _col4, _col2, _col3 + PartitionCols:_col5, _col4, _col2, _col3,null sort order:aaaazz,sort order:++++++ Select Operator [SEL_310] (rows=1810380 width=489) Output:["avg_window_0","_col0","_col1","_col2","_col3","_col4","_col5","_col6"] PTF Operator [PTF_309] (rows=1810380 width=489) @@ -261,6 +262,6 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_298] - PartitionCols:_col5, _col4, _col2, _col3, _col0 + PartitionCols:_col5, _col4, _col2, _col3, _col0,null sort order:aaaaa,sort order:+++++ Please refer to the previous Group By Operator [GBY_296] diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query48.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query48.q.out index 7cff382117..1eb488bbb6 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query48.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query48.q.out @@ -170,7 +170,7 @@ Stage-0 Conds:RS_18._col2=RS_90._col0(Inner),Output:["_col3","_col4","_col5","_col6","_col10","_col11","_col12"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_90] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_89] (rows=3529412 width=16) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_88] (rows=3529412 width=187) @@ -179,12 +179,12 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_state","ca_country"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_72] (rows=9271954 width=13) Conds:RS_15._col1=RS_87._col0(Inner),Output:["_col2","_col3","_col4","_col5","_col6"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_87] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_86] (rows=29552 width=4) Output:["_col0"] Filter Operator [FIL_85] (rows=29552 width=183) @@ -193,12 +193,12 @@ Stage-0 default@customer_demographics,customer_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["cd_demo_sk","cd_marital_status","cd_education_status"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_15] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_71] (rows=159705894 width=23) Conds:RS_84._col0=RS_76._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5","_col6"] <-Map 6 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_76] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_75] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_74] (rows=652 width=8) @@ -207,7 +207,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_84] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_83] (rows=159705894 width=27) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] Filter Operator [FIL_82] (rows=159705894 width=233) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query49.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query49.q.out index 9f305bfe27..db3129dca0 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query49.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query49.q.out @@ -306,6 +306,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"] <-Reducer 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_307] + null sort order:zzz,sort order:+++ Select Operator [SEL_306] (rows=40436 width=215) Output:["_col0","_col1","_col2","_col3","_col4"] Group By Operator [GBY_305] (rows=40436 width=215) @@ -313,11 +314,11 @@ Stage-0 <-Union 9 [SIMPLE_EDGE] <-Reducer 24 [CONTAINS] vectorized Reduce Output Operator [RS_351] - PartitionCols:_col0, _col1, _col2, _col3, _col4 + PartitionCols:_col0, _col1, _col2, _col3, _col4,null sort order:zzzaa,sort order:+++++ Group By Operator [GBY_350] (rows=40436 width=215) Output:["_col0","_col1","_col2","_col3","_col4"],keys:_col0, _col3, _col4, _col1, _col2 Top N Key Operator [TNK_349] (rows=40436 width=214) - keys:_col0, _col3, _col4, _col1, _col2,sort order:+++++,top n:100 + keys:_col0, _col3, _col4, _col1, _col2,null sort order:zzzaa,sort order:+++++,top n:100 Select Operator [SEL_348] (rows=14232 width=213) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_347] (rows=14232 width=248) @@ -328,7 +329,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 23 [SIMPLE_EDGE] vectorized SHUFFLE [RS_344] - PartitionCols:0 + PartitionCols:0,null sort order:az,sort order:++ Select Operator [SEL_343] (rows=21349 width=244) Output:["rank_window_0","_col0","_col1","_col2","_col3","_col4"] PTF Operator [PTF_342] (rows=21349 width=244) @@ -337,12 +338,12 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"] <-Reducer 22 [SIMPLE_EDGE] vectorized SHUFFLE [RS_340] - PartitionCols:0 + PartitionCols:0,null sort order:az,sort order:++ Group By Operator [GBY_339] (rows=21349 width=244) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)"],keys:KEY._col0 <-Reducer 21 [SIMPLE_EDGE] SHUFFLE [RS_89] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_88] (rows=384282 width=244) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col1)","sum(_col2)","sum(_col3)","sum(_col4)"],keys:_col0 Select Operator [SEL_86] (rows=20856667 width=216) @@ -351,7 +352,7 @@ Stage-0 Conds:RS_83._col1, _col2=RS_338._col0, _col1(Inner),Output:["_col1","_col3","_col4","_col9","_col10"] <-Map 30 [SIMPLE_EDGE] vectorized SHUFFLE [RS_338] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Select Operator [SEL_337] (rows=19197050 width=119) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_336] (rows=19197050 width=119) @@ -360,12 +361,12 @@ Stage-0 default@store_returns,sr,Tbl:COMPLETE,Col:COMPLETE,Output:["sr_item_sk","sr_ticket_number","sr_return_quantity","sr_return_amt"] <-Reducer 20 [SIMPLE_EDGE] SHUFFLE [RS_83] - PartitionCols:_col1, _col2 + PartitionCols:_col1, _col2,null sort order:aa,sort order:++ Merge Join Operator [MERGEJOIN_236] (rows=61119617 width=118) Conds:RS_335._col0=RS_272._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 12 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_272] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_267] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_266] (rows=50 width=12) @@ -374,7 +375,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 29 [SIMPLE_EDGE] vectorized SHUFFLE [RS_335] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_334] (rows=61119617 width=229) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_333] (rows=61119617 width=229) @@ -394,11 +395,11 @@ Stage-0 Please refer to the previous Select Operator [SEL_267] <-Reducer 8 [CONTAINS] vectorized Reduce Output Operator [RS_304] - PartitionCols:_col0, _col1, _col2, _col3, _col4 + PartitionCols:_col0, _col1, _col2, _col3, _col4,null sort order:zzzaa,sort order:+++++ Group By Operator [GBY_303] (rows=40436 width=215) Output:["_col0","_col1","_col2","_col3","_col4"],keys:_col0, _col3, _col4, _col1, _col2 Top N Key Operator [TNK_302] (rows=40436 width=214) - keys:_col0, _col3, _col4, _col1, _col2,sort order:+++++,top n:100 + keys:_col0, _col3, _col4, _col1, _col2,null sort order:zzzaa,sort order:+++++,top n:100 Select Operator [SEL_301] (rows=26204 width=215) Output:["_col0","_col1","_col2","_col3","_col4"] Group By Operator [GBY_300] (rows=26204 width=215) @@ -406,7 +407,7 @@ Stage-0 <-Union 7 [SIMPLE_EDGE] <-Reducer 18 [CONTAINS] vectorized Reduce Output Operator [RS_330] - PartitionCols:_col0, _col1, _col2, _col3, _col4 + PartitionCols:_col0, _col1, _col2, _col3, _col4,null sort order:aaaaa,sort order:+++++ Group By Operator [GBY_329] (rows=26204 width=215) Output:["_col0","_col1","_col2","_col3","_col4"],keys:_col0, _col3, _col4, _col1, _col2 Select Operator [SEL_328] (rows=12574 width=215) @@ -419,7 +420,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 17 [SIMPLE_EDGE] vectorized SHUFFLE [RS_324] - PartitionCols:0 + PartitionCols:0,null sort order:az,sort order:++ Select Operator [SEL_323] (rows=18863 width=244) Output:["rank_window_0","_col0","_col1","_col2","_col3","_col4"] PTF Operator [PTF_322] (rows=18863 width=244) @@ -428,12 +429,12 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"] <-Reducer 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_320] - PartitionCols:0 + PartitionCols:0,null sort order:az,sort order:++ Group By Operator [GBY_319] (rows=18863 width=244) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)"],keys:KEY._col0 <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_50] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_49] (rows=169767 width=244) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col1)","sum(_col2)","sum(_col3)","sum(_col4)"],keys:_col0 Select Operator [SEL_47] (rows=9599627 width=231) @@ -442,7 +443,7 @@ Stage-0 Conds:RS_44._col1, _col2=RS_318._col0, _col1(Inner),Output:["_col1","_col3","_col4","_col9","_col10"] <-Map 28 [SIMPLE_EDGE] vectorized SHUFFLE [RS_318] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Select Operator [SEL_317] (rows=9599627 width=121) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_316] (rows=9599627 width=121) @@ -451,16 +452,16 @@ Stage-0 default@catalog_returns,cr,Tbl:COMPLETE,Col:COMPLETE,Output:["cr_item_sk","cr_order_number","cr_return_quantity","cr_return_amount"] <-Reducer 14 [SIMPLE_EDGE] SHUFFLE [RS_44] - PartitionCols:_col1, _col2 + PartitionCols:_col1, _col2,null sort order:aa,sort order:++ Merge Join Operator [MERGEJOIN_234] (rows=31838858 width=123) Conds:RS_315._col0=RS_270._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 12 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_270] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_267] <-Map 27 [SIMPLE_EDGE] vectorized SHUFFLE [RS_315] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_314] (rows=31838858 width=239) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_313] (rows=31838858 width=239) @@ -480,7 +481,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_267] <-Reducer 6 [CONTAINS] vectorized Reduce Output Operator [RS_299] - PartitionCols:_col0, _col1, _col2, _col3, _col4 + PartitionCols:_col0, _col1, _col2, _col3, _col4,null sort order:aaaaa,sort order:+++++ Group By Operator [GBY_298] (rows=26204 width=215) Output:["_col0","_col1","_col2","_col3","_col4"],keys:_col0, _col3, _col4, _col1, _col2 Select Operator [SEL_297] (rows=13630 width=211) @@ -493,7 +494,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_293] - PartitionCols:0 + PartitionCols:0,null sort order:az,sort order:++ Select Operator [SEL_292] (rows=20445 width=244) Output:["rank_window_0","_col0","_col1","_col2","_col3","_col4"] PTF Operator [PTF_291] (rows=20445 width=244) @@ -502,12 +503,12 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_289] - PartitionCols:0 + PartitionCols:0,null sort order:az,sort order:++ Group By Operator [GBY_288] (rows=20445 width=244) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)"],keys:KEY._col0 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_17] (rows=102225 width=244) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col1)","sum(_col2)","sum(_col3)","sum(_col4)"],keys:_col0 Select Operator [SEL_15] (rows=5227456 width=231) @@ -516,7 +517,7 @@ Stage-0 Conds:RS_12._col1, _col2=RS_287._col0, _col1(Inner),Output:["_col1","_col3","_col4","_col9","_col10"] <-Map 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_287] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Select Operator [SEL_286] (rows=4799489 width=118) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_285] (rows=4799489 width=118) @@ -525,16 +526,16 @@ Stage-0 default@web_returns,wr,Tbl:COMPLETE,Col:COMPLETE,Output:["wr_item_sk","wr_order_number","wr_return_quantity","wr_return_amt"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_12] - PartitionCols:_col1, _col2 + PartitionCols:_col1, _col2,null sort order:aa,sort order:++ Merge Join Operator [MERGEJOIN_232] (rows=15996318 width=123) Conds:RS_284._col0=RS_268._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 12 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_268] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_267] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_284] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_283] (rows=15996318 width=239) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_282] (rows=15996318 width=239) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query5.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query5.q.out index 3d0c0641a5..629d2ff013 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query5.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query5.q.out @@ -310,6 +310,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"] <-Reducer 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_297] + null sort order:zz,sort order:++ Select Operator [SEL_296] (rows=59581 width=619) Output:["_col0","_col1","_col2","_col3","_col4"] Group By Operator [GBY_295] (rows=59581 width=627) @@ -317,37 +318,37 @@ Stage-0 <-Union 6 [SIMPLE_EDGE] <-Reducer 14 [CONTAINS] vectorized Reduce Output Operator [RS_310] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:zza,sort order:+++ Group By Operator [GBY_309] (rows=59581 width=627) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col2)","sum(_col3)","sum(_col4)"],keys:_col0, _col1, 0L Top N Key Operator [TNK_308] (rows=39721 width=618) - keys:_col0, _col1, 0L,sort order:+++,top n:100 + keys:_col0, _col1, 0L,null sort order:zza,sort order:+++,top n:100 Select Operator [SEL_307] (rows=38846 width=619) Output:["_col0","_col1","_col2","_col3","_col4"] Group By Operator [GBY_306] (rows=38846 width=548) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)"],keys:KEY._col0 <-Reducer 13 [SIMPLE_EDGE] SHUFFLE [RS_45] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_44] (rows=26026820 width=548) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col2)","sum(_col4)","sum(_col3)","sum(_col5)"],keys:_col8 Merge Join Operator [MERGEJOIN_219] (rows=313339499 width=546) Conds:RS_40._col0=RS_305._col0(Inner),Output:["_col2","_col3","_col4","_col5","_col8"] <-Map 24 [SIMPLE_EDGE] vectorized SHUFFLE [RS_305] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_304] (rows=46000 width=104) Output:["_col0","_col1"] TableScan [TS_35] (rows=46000 width=104) default@catalog_page,catalog_page,Tbl:COMPLETE,Col:COMPLETE,Output:["cp_catalog_page_sk","cp_catalog_page_id"] <-Reducer 12 [SIMPLE_EDGE] SHUFFLE [RS_40] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_218] (rows=313339499 width=450) Conds:Union 22._col1=RS_273._col0(Inner),Output:["_col0","_col2","_col3","_col4","_col5"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_273] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_270] (rows=8116 width=4) Output:["_col0"] Filter Operator [FIL_269] (rows=8116 width=98) @@ -357,7 +358,7 @@ Stage-0 <-Union 22 [SIMPLE_EDGE] <-Map 21 [CONTAINS] vectorized Reduce Output Operator [RS_322] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_321] (rows=285117694 width=455) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_320] (rows=285117694 width=231) @@ -377,7 +378,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_270] <-Map 23 [CONTAINS] vectorized Reduce Output Operator [RS_325] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_324] (rows=28221805 width=451) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_323] (rows=28221805 width=227) @@ -386,42 +387,42 @@ Stage-0 Output:["cr_returned_date_sk","cr_catalog_page_sk","cr_return_amount","cr_net_loss"] <-Reducer 18 [CONTAINS] vectorized Reduce Output Operator [RS_317] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:zza,sort order:+++ Group By Operator [GBY_316] (rows=59581 width=627) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col2)","sum(_col3)","sum(_col4)"],keys:_col0, _col1, 0L Top N Key Operator [TNK_315] (rows=39721 width=618) - keys:_col0, _col1, 0L,sort order:+++,top n:100 + keys:_col0, _col1, 0L,null sort order:zza,sort order:+++,top n:100 Select Operator [SEL_314] (rows=53 width=615) Output:["_col0","_col1","_col2","_col3","_col4"] Group By Operator [GBY_313] (rows=53 width=548) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)"],keys:KEY._col0 <-Reducer 17 [SIMPLE_EDGE] SHUFFLE [RS_77] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_76] (rows=31641 width=548) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col2)","sum(_col4)","sum(_col3)","sum(_col5)"],keys:_col8 Merge Join Operator [MERGEJOIN_221] (rows=278713608 width=547) Conds:RS_72._col0=RS_312._col0(Inner),Output:["_col2","_col3","_col4","_col5","_col8"] <-Map 30 [SIMPLE_EDGE] vectorized SHUFFLE [RS_312] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_311] (rows=84 width=104) Output:["_col0","_col1"] TableScan [TS_67] (rows=84 width=104) default@web_site,web_site,Tbl:COMPLETE,Col:COMPLETE,Output:["web_site_sk","web_site_id"] <-Reducer 16 [SIMPLE_EDGE] SHUFFLE [RS_72] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_220] (rows=278713608 width=451) Conds:Union 26._col1=RS_275._col0(Inner),Output:["_col0","_col2","_col3","_col4","_col5"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_275] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_270] <-Union 26 [SIMPLE_EDGE] <-Map 25 [CONTAINS] vectorized Reduce Output Operator [RS_330] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_329] (rows=143930874 width=455) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_328] (rows=143930874 width=231) @@ -441,14 +442,14 @@ Stage-0 Please refer to the previous Select Operator [SEL_270] <-Reducer 28 [CONTAINS] Reduce Output Operator [RS_268] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_266] (rows=134782734 width=454) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Merge Join Operator [MERGEJOIN_265] (rows=134782734 width=230) Conds:RS_333._col0, _col2=RS_336._col1, _col2(Inner),Output:["_col1","_col3","_col6","_col7"] <-Map 27 [SIMPLE_EDGE] vectorized SHUFFLE [RS_333] - PartitionCols:_col0, _col2 + PartitionCols:_col0, _col2,null sort order:aa,sort order:++ Select Operator [SEL_332] (rows=143966669 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_331] (rows=143966669 width=11) @@ -457,7 +458,7 @@ Stage-0 default@web_sales,web_sales,Tbl:COMPLETE,Col:COMPLETE,Output:["ws_item_sk","ws_web_site_sk","ws_order_number"] <-Map 29 [SIMPLE_EDGE] vectorized SHUFFLE [RS_336] - PartitionCols:_col1, _col2 + PartitionCols:_col1, _col2,null sort order:aa,sort order:++ Select Operator [SEL_335] (rows=13749816 width=225) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_334] (rows=13749816 width=225) @@ -466,42 +467,42 @@ Stage-0 default@web_returns,web_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["wr_returned_date_sk","wr_item_sk","wr_order_number","wr_return_amt","wr_net_loss"] <-Reducer 5 [CONTAINS] vectorized Reduce Output Operator [RS_294] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:zza,sort order:+++ Group By Operator [GBY_293] (rows=59581 width=627) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col2)","sum(_col3)","sum(_col4)"],keys:_col0, _col1, 0L Top N Key Operator [TNK_292] (rows=39721 width=618) - keys:_col0, _col1, 0L,sort order:+++,top n:100 + keys:_col0, _col1, 0L,null sort order:zza,sort order:+++,top n:100 Select Operator [SEL_291] (rows=822 width=617) Output:["_col0","_col1","_col2","_col3","_col4"] Group By Operator [GBY_290] (rows=822 width=548) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)"],keys:KEY._col0 <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_21] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_20] (rows=983934 width=548) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col2)","sum(_col4)","sum(_col3)","sum(_col5)"],keys:_col8 Merge Join Operator [MERGEJOIN_217] (rows=578964757 width=528) Conds:RS_16._col0=RS_289._col0(Inner),Output:["_col2","_col3","_col4","_col5","_col8"] <-Map 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_289] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_288] (rows=1704 width=104) Output:["_col0","_col1"] TableScan [TS_11] (rows=1704 width=104) default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_store_id"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_16] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_216] (rows=578964757 width=432) Conds:Union 2._col1=RS_271._col0(Inner),Output:["_col0","_col2","_col3","_col4","_col5"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_271] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_270] <-Union 2 [SIMPLE_EDGE] <-Map 1 [CONTAINS] vectorized Reduce Output Operator [RS_287] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_286] (rows=525329897 width=445) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_285] (rows=525329897 width=221) @@ -521,7 +522,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_270] <-Map 9 [CONTAINS] vectorized Reduce Output Operator [RS_303] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_302] (rows=53634860 width=447) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_301] (rows=53634860 width=223) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query50.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query50.q.out index c138e2323d..0e210fb5cc 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query50.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query50.q.out @@ -145,34 +145,35 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_109] + null sort order:zzzzzzzzzz,sort order:++++++++++ Group By Operator [GBY_108] (rows=478292911 width=857) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)","sum(VALUE._col4)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5, KEY._col6, KEY._col7, KEY._col8, KEY._col9 <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_23] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9 + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9,null sort order:zzzzzzzzzz,sort order:++++++++++ Group By Operator [GBY_22] (rows=478292911 width=857) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14"],aggregations:["sum(_col10)","sum(_col11)","sum(_col12)","sum(_col13)","sum(_col14)"],keys:_col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9 Top N Key Operator [TNK_43] (rows=478292911 width=825) - keys:_col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9,sort order:++++++++++,top n:100 + keys:_col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9,null sort order:zzzzzzzzzz,sort order:++++++++++,top n:100 Select Operator [SEL_20] (rows=478292911 width=825) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14"] Merge Join Operator [MERGEJOIN_96] (rows=478292911 width=825) Conds:RS_17._col8=RS_107._col0(Inner),Output:["_col0","_col5","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col20"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_107] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_106] (rows=1704 width=821) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10"] TableScan [TS_9] (rows=1704 width=821) default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_store_name","s_company_id","s_street_number","s_street_name","s_street_type","s_suite_number","s_city","s_county","s_state","s_zip"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col8 + PartitionCols:_col8,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_95] (rows=478292911 width=11) Conds:RS_14._col1, _col2, _col3=RS_105._col1, _col2, _col4(Inner),Output:["_col0","_col5","_col8"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_105] - PartitionCols:_col1, _col2, _col4 + PartitionCols:_col1, _col2, _col4,null sort order:aaa,sort order:+++ Select Operator [SEL_104] (rows=501694138 width=19) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_103] (rows=501694138 width=19) @@ -181,12 +182,12 @@ Stage-0 default@store_sales,store_sales,Tbl:COMPLETE,Col:COMPLETE,Output:["ss_sold_date_sk","ss_item_sk","ss_customer_sk","ss_store_sk","ss_ticket_number"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_14] - PartitionCols:_col1, _col2, _col3 + PartitionCols:_col1, _col2, _col3,null sort order:aaa,sort order:+++ Merge Join Operator [MERGEJOIN_94] (rows=53632139 width=15) Conds:RS_99._col0=RS_102._col0(Inner),Output:["_col0","_col1","_col2","_col3"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_99] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_98] (rows=53632139 width=15) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_97] (rows=53632139 width=15) @@ -195,7 +196,7 @@ Stage-0 default@store_returns,store_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["sr_returned_date_sk","sr_item_sk","sr_customer_sk","sr_ticket_number"] <-Map 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_102] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_101] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_100] (rows=50 width=12) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query51.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query51.q.out index 4255d5cc33..4674adae98 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query51.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query51.q.out @@ -121,6 +121,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_114] + null sort order:zz,sort order:++ Select Operator [SEL_113] (rows=2095597606 width=636) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_112] (rows=2095597606 width=420) @@ -131,12 +132,12 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_43] - PartitionCols:CASE WHEN (_col3 is not null) THEN (_col3) ELSE (_col0) END + PartitionCols:CASE WHEN (_col3 is not null) THEN (_col3) ELSE (_col0) END,null sort order:az,sort order:++ Merge Join Operator [MERGEJOIN_87] (rows=6286792818 width=420) Conds:RS_40._col0, _col1=RS_41._col0, _col1(Outer),Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_41] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Select Operator [SEL_37] (rows=19832154 width=210) Output:["_col0","_col1","_col2"] PTF Operator [PTF_36] (rows=19832154 width=210) @@ -145,14 +146,14 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_31] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:az,sort order:++ Group By Operator [GBY_30] (rows=143966864 width=210) Output:["_col0","_col1","_col2"],aggregations:["sum(_col2)"],keys:_col1, _col4 Merge Join Operator [MERGEJOIN_86] (rows=143966864 width=209) Conds:RS_108._col0=RS_92._col0(Inner),Output:["_col1","_col2","_col4"] <-Map 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_92] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_89] (rows=317 width=98) Output:["_col0","_col1"] Filter Operator [FIL_88] (rows=317 width=102) @@ -161,7 +162,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_date","d_month_seq"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_108] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_107] (rows=143966864 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_106] (rows=143966864 width=119) @@ -181,7 +182,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_89] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_40] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Select Operator [SEL_17] (rows=19832154 width=210) Output:["_col0","_col1","_col2"] PTF Operator [PTF_16] (rows=19832154 width=210) @@ -190,18 +191,18 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_11] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:az,sort order:++ Group By Operator [GBY_10] (rows=550076554 width=210) Output:["_col0","_col1","_col2"],aggregations:["sum(_col2)"],keys:_col1, _col4 Merge Join Operator [MERGEJOIN_85] (rows=550076554 width=204) Conds:RS_102._col0=RS_90._col0(Inner),Output:["_col1","_col2","_col4"] <-Map 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_90] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_89] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_102] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_101] (rows=550076554 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_100] (rows=550076554 width=114) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query52.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query52.q.out index 56d73b8d46..6f5252f861 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query52.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query52.q.out @@ -72,18 +72,19 @@ Stage-0 Output:["_col0","_col1","_col2"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_70] + null sort order:zz,sort order:-+ Group By Operator [GBY_69] (rows=7333 width=216) Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_16] (rows=7333 width=216) Output:["_col0","_col1","_col2"],aggregations:["sum(_col2)"],keys:_col5, _col6 Merge Join Operator [MERGEJOIN_54] (rows=84037218 width=183) Conds:RS_12._col1=RS_68._col0(Inner),Output:["_col2","_col5","_col6"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_68] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_67] (rows=7333 width=107) Output:["_col0","_col1","_col2"] Filter Operator [FIL_66] (rows=7333 width=111) @@ -92,12 +93,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_brand_id","i_brand","i_manager_id"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_12] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_53] (rows=550076554 width=110) Conds:RS_65._col0=RS_57._col0(Inner),Output:["_col1","_col2"] <-Map 6 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_57] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_56] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_55] (rows=50 width=12) @@ -106,7 +107,7 @@ Stage-0 default@date_dim,dt,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_65] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_64] (rows=550076554 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_63] (rows=550076554 width=114) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query53.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query53.q.out index f8f495d3a8..1e125c9cbd 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query53.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query53.q.out @@ -84,6 +84,7 @@ Stage-0 Output:["_col0","_col1","_col2"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_27] + null sort order:zzz,sort order:+++ Select Operator [SEL_24] (rows=130 width=228) Output:["_col0","_col1","_col2"] Filter Operator [FIL_36] (rows=130 width=228) @@ -98,14 +99,14 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:aa,sort order:++ Group By Operator [GBY_16] (rows=260 width=120) Output:["_col0","_col1","_col2"],aggregations:["sum(_col2)"],keys:_col4, _col6 Merge Join Operator [MERGEJOIN_62] (rows=569118 width=8) Conds:RS_12._col0=RS_76._col0(Inner),Output:["_col2","_col4","_col6"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_76] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_75] (rows=317 width=8) Output:["_col0","_col1"] Filter Operator [FIL_74] (rows=317 width=12) @@ -114,12 +115,12 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_month_seq","d_qoy"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_12] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_61] (rows=569118 width=4) Conds:RS_73._col1=RS_65._col0(Inner),Output:["_col0","_col2","_col4"] <-Map 6 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_65] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_64] (rows=52 width=8) Output:["_col0","_col1"] Filter Operator [FIL_63] (rows=52 width=290) @@ -128,7 +129,7 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_brand","i_class","i_category","i_manufact_id"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_73] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_72] (rows=525329897 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_71] (rows=525329897 width=118) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query54.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query54.q.out index d85597af02..8da0742e04 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query54.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query54.q.out @@ -170,13 +170,14 @@ Stage-0 Output:["_col0","_col1","_col2"] <-Reducer 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_364] + null sort order:zz,sort order:++ Select Operator [SEL_363] (rows=338 width=16) Output:["_col0","_col1","_col2"] Group By Operator [GBY_362] (rows=338 width=12) Output:["_col0","_col1"],aggregations:["count(VALUE._col0)"],keys:KEY._col0 <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_361] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_360] (rows=338 width=12) Output:["_col0","_col1"],aggregations:["count()"],keys:_col0 Select Operator [SEL_359] (rows=676 width=116) @@ -185,14 +186,14 @@ Stage-0 Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_119] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_118] (rows=154128 width=116) Output:["_col0","_col1"],aggregations:["sum(_col2)"],keys:_col5 Merge Join Operator [MERGEJOIN_285] (rows=525327388 width=110) Conds:RS_114._col0=RS_115._col0(Inner),Output:["_col2","_col5"] <-Reducer 16 [SIMPLE_EDGE] SHUFFLE [RS_115] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_104] (rows=5072841 width=12) Output:["_col0"] Filter Operator [FIL_103] (rows=5072841 width=12) @@ -219,7 +220,7 @@ Stage-0 Output:["_col0"],keys:KEY._col0 <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_312] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_308] (rows=25 width=4) Output:["_col0"],keys:_col0 Select Operator [SEL_304] (rows=50 width=12) @@ -234,7 +235,7 @@ Stage-0 Output:["_col0"],keys:KEY._col0 <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_313] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_309] (rows=25 width=4) Output:["_col0"],keys:_col0 Select Operator [SEL_305] (rows=50 width=12) @@ -244,24 +245,24 @@ Stage-0 Please refer to the previous TableScan [TS_3] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_114] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_284] (rows=525327388 width=114) Conds:RS_111._col1=RS_112._col0(Inner),Output:["_col0","_col2","_col5"] <-Reducer 20 [SIMPLE_EDGE] SHUFFLE [RS_112] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_76] (rows=4049224 width=4) Output:["_col0"] Merge Join Operator [MERGEJOIN_282] (rows=4049224 width=4) Conds:RS_73._col0=RS_350._col1(Inner),Output:["_col5"] <-Reducer 19 [SIMPLE_EDGE] SHUFFLE [RS_73] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_276] (rows=39720279 width=4) Conds:RS_332._col1, _col2=RS_335._col0, _col1(Inner),Output:["_col0"] <-Map 18 [SIMPLE_EDGE] vectorized SHUFFLE [RS_332] - PartitionCols:_col1, _col2 + PartitionCols:_col1, _col2,null sort order:aa,sort order:++ Select Operator [SEL_331] (rows=40000000 width=188) Output:["_col0","_col1","_col2"] Filter Operator [FIL_330] (rows=40000000 width=188) @@ -270,7 +271,7 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_county","ca_state"] <-Map 21 [SIMPLE_EDGE] vectorized SHUFFLE [RS_335] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Select Operator [SEL_334] (rows=1704 width=184) Output:["_col0","_col1"] Filter Operator [FIL_333] (rows=1704 width=184) @@ -279,21 +280,21 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_county","s_state"] <-Reducer 27 [SIMPLE_EDGE] vectorized SHUFFLE [RS_350] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_349] (rows=4049224 width=8) Output:["_col0","_col1"] Group By Operator [GBY_348] (rows=4049224 width=8) Output:["_col0","_col1"],keys:KEY._col0, KEY._col1 <-Reducer 26 [SIMPLE_EDGE] SHUFFLE [RS_67] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_66] (rows=4049224 width=8) Output:["_col0","_col1"],keys:_col6, _col5 Merge Join Operator [MERGEJOIN_279] (rows=4049224 width=8) Conds:RS_62._col1=RS_347._col0(Inner),Output:["_col5","_col6"] <-Map 32 [SIMPLE_EDGE] vectorized SHUFFLE [RS_347] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_346] (rows=80000000 width=8) Output:["_col0","_col1"] Filter Operator [FIL_345] (rows=80000000 width=8) @@ -302,12 +303,12 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_current_addr_sk"] <-Reducer 25 [SIMPLE_EDGE] SHUFFLE [RS_62] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_278] (rows=4049224 width=1) Conds:RS_59._col2=RS_344._col0(Inner),Output:["_col1"] <-Map 31 [SIMPLE_EDGE] vectorized SHUFFLE [RS_344] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_343] (rows=453 width=4) Output:["_col0"] Filter Operator [FIL_342] (rows=453 width=186) @@ -316,12 +317,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_class","i_category"] <-Reducer 24 [SIMPLE_EDGE] SHUFFLE [RS_59] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_277] (rows=429048824 width=7) Conds:Union 23._col0=RS_338._col0(Inner),Output:["_col1","_col2"] <-Map 29 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_338] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_337] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_336] (rows=50 width=12) @@ -331,7 +332,7 @@ Stage-0 <-Union 23 [SIMPLE_EDGE] <-Map 22 [CONTAINS] vectorized Reduce Output Operator [RS_373] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_372] (rows=285117831 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_371] (rows=285117831 width=11) @@ -351,7 +352,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_337] <-Map 28 [CONTAINS] vectorized Reduce Output Operator [RS_376] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_375] (rows=143930993 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_374] (rows=143930993 width=11) @@ -363,7 +364,7 @@ Stage-0 Please refer to the previous Group By Operator [GBY_368] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_111] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_281] (rows=525327388 width=114) Conds:(Inner),Output:["_col0","_col1","_col2"] <-Reducer 13 [CUSTOM_SIMPLE_EDGE] vectorized @@ -382,7 +383,7 @@ Stage-0 Output:["_col0"],keys:KEY._col0 <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_311] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_307] (rows=25 width=4) Output:["_col0"],keys:_col0 Select Operator [SEL_303] (rows=50 width=12) @@ -418,7 +419,7 @@ Stage-0 Output:["_col0"],keys:KEY._col0 <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_310] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_306] (rows=25 width=4) Output:["_col0"],keys:_col0 Select Operator [SEL_302] (rows=50 width=12) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query55.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query55.q.out index fb52de2aba..2c0e4b7e7f 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query55.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query55.q.out @@ -54,20 +54,21 @@ Stage-0 Output:["_col0","_col1","_col2"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_71] + null sort order:zz,sort order:-+ Select Operator [SEL_70] (rows=7333 width=220) Output:["_col1","_col2","_col3"] Group By Operator [GBY_69] (rows=7333 width=216) Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_16] (rows=7333 width=216) Output:["_col0","_col1","_col2"],aggregations:["sum(_col2)"],keys:_col5, _col6 Merge Join Operator [MERGEJOIN_54] (rows=84037218 width=183) Conds:RS_12._col1=RS_68._col0(Inner),Output:["_col2","_col5","_col6"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_68] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_67] (rows=7333 width=107) Output:["_col0","_col1","_col2"] Filter Operator [FIL_66] (rows=7333 width=111) @@ -76,12 +77,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_brand_id","i_brand","i_manager_id"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_12] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_53] (rows=550076554 width=110) Conds:RS_65._col0=RS_57._col0(Inner),Output:["_col1","_col2"] <-Map 6 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_57] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_56] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_55] (rows=50 width=12) @@ -90,7 +91,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_65] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_64] (rows=550076554 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_63] (rows=550076554 width=114) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query56.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query56.q.out index cd438d4ae3..008fa2b5fe 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query56.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query56.q.out @@ -184,43 +184,44 @@ Stage-0 Output:["_col0","_col1"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_350] + null sort order:z,sort order:+ Group By Operator [GBY_349] (rows=355 width=212) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Union 5 [SIMPLE_EDGE] <-Reducer 11 [CONTAINS] vectorized Reduce Output Operator [RS_369] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_368] (rows=355 width=212) Output:["_col0","_col1"],aggregations:["sum(_col1)"],keys:_col0 Group By Operator [GBY_367] (rows=355 width=212) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_106] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_105] (rows=9585 width=212) Output:["_col0","_col1"],aggregations:["sum(_col7)"],keys:_col1 Merge Join Operator [MERGEJOIN_301] (rows=31485548 width=211) Conds:RS_101._col0=RS_102._col2(Inner),Output:["_col1","_col7"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_101] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_290] (rows=15609 width=104) Conds:RS_315._col1=RS_321._col0(Inner),Output:["_col0","_col1"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_315] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_314] (rows=462000 width=104) Output:["_col0","_col1"] TableScan [TS_0] (rows=462000 width=104) default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id"] <-Reducer 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_321] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_320] (rows=10500 width=100) Output:["_col0"],keys:KEY._col0 <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_319] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_318] (rows=10500 width=100) Output:["_col0"],keys:i_item_id Select Operator [SEL_317] (rows=21000 width=189) @@ -231,14 +232,14 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_id","i_color"] <-Reducer 23 [SIMPLE_EDGE] SHUFFLE [RS_102] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Select Operator [SEL_97] (rows=143931246 width=115) Output:["_col2","_col4"] Merge Join Operator [MERGEJOIN_298] (rows=143931246 width=115) Conds:RS_94._col2=RS_345._col0(Inner),Output:["_col1","_col3"] <-Map 25 [SIMPLE_EDGE] vectorized SHUFFLE [RS_345] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_342] (rows=8000000 width=4) Output:["_col0"] Filter Operator [FIL_341] (rows=8000000 width=112) @@ -247,12 +248,12 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_gmt_offset"] <-Reducer 22 [SIMPLE_EDGE] SHUFFLE [RS_94] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_297] (rows=143931246 width=119) Conds:RS_366._col0=RS_328._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 17 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_328] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_323] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_322] (rows=50 width=12) @@ -261,7 +262,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 27 [SIMPLE_EDGE] vectorized SHUFFLE [RS_366] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_365] (rows=143931246 width=123) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_364] (rows=143931246 width=123) @@ -281,45 +282,45 @@ Stage-0 Please refer to the previous Select Operator [SEL_323] <-Reducer 4 [CONTAINS] vectorized Reduce Output Operator [RS_348] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_347] (rows=355 width=212) Output:["_col0","_col1"],aggregations:["sum(_col1)"],keys:_col0 Group By Operator [GBY_346] (rows=355 width=212) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_33] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_32] (rows=30175 width=212) Output:["_col0","_col1"],aggregations:["sum(_col7)"],keys:_col1 Merge Join Operator [MERGEJOIN_299] (rows=114917468 width=188) Conds:RS_28._col0=RS_29._col2(Inner),Output:["_col1","_col7"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_28] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Merge Join Operator [MERGEJOIN_290] <-Reducer 16 [SIMPLE_EDGE] SHUFFLE [RS_29] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Select Operator [SEL_24] (rows=525327191 width=110) Output:["_col2","_col4"] Merge Join Operator [MERGEJOIN_292] (rows=525327191 width=110) Conds:RS_21._col2=RS_343._col0(Inner),Output:["_col1","_col3"] <-Map 25 [SIMPLE_EDGE] vectorized SHUFFLE [RS_343] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_342] <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_21] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_291] (rows=525327191 width=114) Conds:RS_340._col0=RS_324._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 17 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_324] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_323] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_340] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_339] (rows=525327191 width=118) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_338] (rows=525327191 width=118) @@ -339,45 +340,45 @@ Stage-0 Please refer to the previous Select Operator [SEL_323] <-Reducer 9 [CONTAINS] vectorized Reduce Output Operator [RS_361] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_360] (rows=355 width=212) Output:["_col0","_col1"],aggregations:["sum(_col1)"],keys:_col0 Group By Operator [GBY_359] (rows=355 width=212) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 8 [SIMPLE_EDGE] SHUFFLE [RS_69] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_68] (rows=18460 width=212) Output:["_col0","_col1"],aggregations:["sum(_col7)"],keys:_col1 Merge Join Operator [MERGEJOIN_300] (rows=62370668 width=209) Conds:RS_64._col0=RS_65._col3(Inner),Output:["_col1","_col7"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_64] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Merge Join Operator [MERGEJOIN_290] <-Reducer 20 [SIMPLE_EDGE] SHUFFLE [RS_65] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Select Operator [SEL_60] (rows=285117733 width=115) Output:["_col3","_col4"] Merge Join Operator [MERGEJOIN_295] (rows=285117733 width=115) Conds:RS_57._col1=RS_344._col0(Inner),Output:["_col2","_col3"] <-Map 25 [SIMPLE_EDGE] vectorized SHUFFLE [RS_344] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_342] <-Reducer 19 [SIMPLE_EDGE] SHUFFLE [RS_57] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_294] (rows=285117733 width=119) Conds:RS_358._col0=RS_326._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 17 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_326] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_323] <-Map 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_358] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_357] (rows=285117733 width=123) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_356] (rows=285117733 width=123) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query57.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query57.q.out index 7896f97fed..55fc7a03f8 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query57.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query57.q.out @@ -130,13 +130,14 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] <-Reducer 7 [SIMPLE_EDGE] SHUFFLE [RS_110] + null sort order:zz,sort order:++ Select Operator [SEL_109] (rows=397735 width=758) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] Merge Join Operator [MERGEJOIN_278] (rows=397735 width=646) Conds:RS_106._col5, _col6, _col12, _col7=RS_306._col0, _col1, _col4, _col2(Inner),Output:["_col3","_col5","_col6","_col8","_col9","_col10","_col11","_col16"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_306] - PartitionCols:_col0, _col1, _col4, _col2 + PartitionCols:_col0, _col1, _col4, _col2,null sort order:aaaa,sort order:++++ Select Operator [SEL_304] (rows=2386410 width=404) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_302] (rows=2386410 width=408) @@ -147,19 +148,19 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_297] - PartitionCols:_col4, _col3, _col2 + PartitionCols:_col4, _col3, _col2,null sort order:aaazz,sort order:+++++ Group By Operator [GBY_296] (rows=2386410 width=408) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4 <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_93] - PartitionCols:_col0, _col1, _col2, _col3, _col4 + PartitionCols:_col0, _col1, _col2, _col3, _col4,null sort order:aaaaa,sort order:+++++ Group By Operator [GBY_92] (rows=285117980 width=408) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col3)"],keys:_col5, _col6, _col8, _col10, _col11 Merge Join Operator [MERGEJOIN_276] (rows=285117980 width=407) Conds:RS_88._col2=RS_295._col0(Inner),Output:["_col3","_col5","_col6","_col8","_col10","_col11"] <-Map 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_295] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_294] (rows=462000 width=194) Output:["_col0","_col1","_col2"] Filter Operator [FIL_293] (rows=462000 width=194) @@ -168,12 +169,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_brand","i_category"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_88] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_275] (rows=285117980 width=221) Conds:RS_85._col1=RS_292._col0(Inner),Output:["_col2","_col3","_col5","_col6","_col8"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_292] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_291] (rows=60 width=102) Output:["_col0","_col1"] Filter Operator [FIL_290] (rows=60 width=102) @@ -182,12 +183,12 @@ Stage-0 default@call_center,call_center,Tbl:COMPLETE,Col:COMPLETE,Output:["cc_call_center_sk","cc_name"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_85] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_274] (rows=285117980 width=127) Conds:RS_289._col0=RS_281._col0(Inner),Output:["_col1","_col2","_col3","_col5","_col6"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_281] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_280] (rows=564 width=12) Output:["_col0","_col1","_col2"] Filter Operator [FIL_279] (rows=564 width=12) @@ -196,7 +197,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_289] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_288] (rows=285117980 width=123) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_287] (rows=285117980 width=123) @@ -216,12 +217,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_280] <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_106] - PartitionCols:_col5, _col6, _col12, _col7 + PartitionCols:_col5, _col6, _col12, _col7,null sort order:aaaa,sort order:++++ Merge Join Operator [MERGEJOIN_277] (rows=397735 width=636) Conds:RS_307._col0, _col1, _col4, _col2=RS_318._col0, _col1, _col7, _col2(Inner),Output:["_col3","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_307] - PartitionCols:_col0, _col1, _col4, _col2 + PartitionCols:_col0, _col1, _col4, _col2,null sort order:aaaa,sort order:++++ Select Operator [SEL_305] (rows=2386410 width=404) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_303] (rows=2386410 width=408) @@ -231,7 +232,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_299] <-Reducer 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_318] - PartitionCols:_col0, _col1, _col7, _col2 + PartitionCols:_col0, _col1, _col7, _col2,null sort order:aaaa,sort order:++++ Select Operator [SEL_317] (rows=397735 width=524) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] Filter Operator [FIL_316] (rows=397735 width=524) @@ -246,7 +247,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] <-Reducer 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_311] - PartitionCols:_col4, _col3, _col2 + PartitionCols:_col4, _col3, _col2,null sort order:aaazz,sort order:+++++ Select Operator [SEL_310] (rows=2386410 width=408) Output:["avg_window_0","_col0","_col1","_col2","_col3","_col4","_col5"] PTF Operator [PTF_309] (rows=2386410 width=408) @@ -255,6 +256,6 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_298] - PartitionCols:_col4, _col3, _col2, _col0 + PartitionCols:_col4, _col3, _col2, _col0,null sort order:aaaa,sort order:++++ Please refer to the previous Group By Operator [GBY_296] diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query58.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query58.q.out index 5fa126bf6e..4298efc9ff 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query58.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query58.q.out @@ -178,6 +178,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] <-Reducer 7 [SIMPLE_EDGE] SHUFFLE [RS_157] + null sort order:zz,sort order:++ Select Operator [SEL_156] (rows=1 width=884) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] Filter Operator [FIL_152] (rows=1 width=660) @@ -186,38 +187,38 @@ Stage-0 Conds:RS_149._col0=RS_467._col0(Inner),Output:["_col0","_col1","_col3","_col5","_col6","_col7"] <-Reducer 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_467] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_466] (rows=310774 width=436) Output:["_col0","_col1","_col2","_col3"] Group By Operator [GBY_465] (rows=310774 width=212) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_141] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_140] (rows=37292880 width=212) Output:["_col0","_col1"],aggregations:["sum(_col5)"],keys:_col7 Merge Join Operator [MERGEJOIN_420] (rows=143966864 width=211) Conds:RS_136._col4=RS_450._col0(Inner),Output:["_col5","_col7"] <-Map 25 [SIMPLE_EDGE] vectorized SHUFFLE [RS_450] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_447] (rows=462000 width=104) Output:["_col0","_col1"] TableScan [TS_32] (rows=462000 width=104) default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id"] <-Reducer 14 [SIMPLE_EDGE] SHUFFLE [RS_136] - PartitionCols:_col4 + PartitionCols:_col4,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_419] (rows=143966864 width=115) Conds:RS_133._col0=RS_464._col0(Inner),Output:["_col4","_col5"] <-Reducer 2 [SIMPLE_EDGE] PARTITION_ONLY_SHUFFLE [RS_133] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_408] (rows=2 width=4) Conds:RS_425._col1=RS_441._col0(Inner),Output:["_col0"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_425] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_424] (rows=73049 width=98) Output:["_col0","_col1"] Filter Operator [FIL_423] (rows=73049 width=98) @@ -226,19 +227,19 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_date"] <-Reducer 22 [SIMPLE_EDGE] vectorized SHUFFLE [RS_441] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_440] (rows=2 width=94) Output:["_col0"],keys:KEY._col0 <-Reducer 21 [SIMPLE_EDGE] SHUFFLE [RS_26] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_25] (rows=2 width=94) Output:["_col0"],keys:_col2 Merge Join Operator [MERGEJOIN_407] (rows=5 width=94) Conds:RS_21._col1=RS_438._col1(Inner),Output:["_col2"] <-Map 23 [SIMPLE_EDGE] vectorized SHUFFLE [RS_438] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_436] (rows=73049 width=98) Output:["_col0","_col1"] Filter Operator [FIL_434] (rows=73049 width=98) @@ -247,7 +248,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date","d_week_seq"] <-Reducer 20 [SIMPLE_EDGE] SHUFFLE [RS_21] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_406] (rows=1 width=4) Conds:(Inner),Output:["_col1"] <-Map 23 [CUSTOM_SIMPLE_EDGE] vectorized @@ -275,7 +276,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date"] <-Map 27 [SIMPLE_EDGE] vectorized SHUFFLE [RS_464] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_463] (rows=143966864 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_462] (rows=143966864 width=119) @@ -295,39 +296,39 @@ Stage-0 Please refer to the previous Merge Join Operator [MERGEJOIN_408] <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_149] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Filter Operator [FIL_147] (rows=3836 width=324) predicate:(_col1 BETWEEN (0.9 * _col3) AND (1.1 * _col3) and _col3 BETWEEN (0.9 * _col1) AND (1.1 * _col1)) Merge Join Operator [MERGEJOIN_421] (rows=310774 width=324) Conds:RS_452._col0=RS_459._col0(Inner),Output:["_col0","_col1","_col3"] <-Reducer 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_459] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_458] (rows=310774 width=212) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_93] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_92] (rows=138294430 width=212) Output:["_col0","_col1"],aggregations:["sum(_col5)"],keys:_col7 Merge Join Operator [MERGEJOIN_415] (rows=550076554 width=206) Conds:RS_88._col4=RS_449._col0(Inner),Output:["_col5","_col7"] <-Map 25 [SIMPLE_EDGE] vectorized SHUFFLE [RS_449] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_447] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_88] - PartitionCols:_col4 + PartitionCols:_col4,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_414] (rows=550076554 width=110) Conds:RS_85._col0=RS_457._col0(Inner),Output:["_col4","_col5"] <-Reducer 2 [SIMPLE_EDGE] PARTITION_ONLY_SHUFFLE [RS_85] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Merge Join Operator [MERGEJOIN_408] <-Map 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_457] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_456] (rows=550076554 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_455] (rows=550076554 width=114) @@ -347,32 +348,32 @@ Stage-0 Please refer to the previous Merge Join Operator [MERGEJOIN_408] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_452] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_451] (rows=310774 width=212) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_45] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_44] (rows=73653438 width=212) Output:["_col0","_col1"],aggregations:["sum(_col5)"],keys:_col7 Merge Join Operator [MERGEJOIN_410] (rows=286549727 width=211) Conds:RS_40._col4=RS_448._col0(Inner),Output:["_col5","_col7"] <-Map 25 [SIMPLE_EDGE] vectorized SHUFFLE [RS_448] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_447] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_40] - PartitionCols:_col4 + PartitionCols:_col4,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_409] (rows=286549727 width=115) Conds:RS_37._col0=RS_446._col0(Inner),Output:["_col4","_col5"] <-Reducer 2 [SIMPLE_EDGE] PARTITION_ONLY_SHUFFLE [RS_37] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Merge Join Operator [MERGEJOIN_408] <-Map 24 [SIMPLE_EDGE] vectorized SHUFFLE [RS_446] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_445] (rows=286549727 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_444] (rows=286549727 width=119) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query59.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query59.q.out index 82148531bc..7bb34d5962 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query59.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query59.q.out @@ -118,32 +118,33 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9"] <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_57] + null sort order:zzz,sort order:+++ Select Operator [SEL_56] (rows=862591 width=976) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9"] Merge Join Operator [MERGEJOIN_181] (rows=862591 width=1648) Conds:RS_53._col11, _col0=RS_54._col1, (_col0 - 52)(Inner),Output:["_col0","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col11","_col12","_col15","_col16","_col17","_col18","_col19","_col20"] <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_54] - PartitionCols:_col1, (_col0 - 52) + PartitionCols:_col1, (_col0 - 52),null sort order:aa,sort order:++ Select Operator [SEL_46] (rows=26628 width=776) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] Merge Join Operator [MERGEJOIN_180] (rows=26628 width=776) Conds:RS_43._col1=RS_204._col0(Inner),Output:["_col0","_col2","_col3","_col4","_col5","_col6","_col7","_col10"] <-Map 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_204] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_203] (rows=1704 width=104) Output:["_col0","_col1"] TableScan [TS_38] (rows=1704 width=104) default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_store_id"] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_43] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_179] (rows=26628 width=676) Conds:RS_202._col0=RS_198._col0(Inner),Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_198] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_196] (rows=317 width=4) Output:["_col0"] Filter Operator [FIL_194] (rows=317 width=8) @@ -152,12 +153,12 @@ Stage-0 default@date_dim,d,Tbl:COMPLETE,Col:COMPLETE,Output:["d_month_seq","d_week_seq"] <-Reducer 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_202] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_201] (rows=1104768 width=679) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)","sum(VALUE._col4)","sum(VALUE._col5)"],keys:KEY._col0, KEY._col1 <-Reducer 8 [SIMPLE_EDGE] SHUFFLE [RS_32] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_31] (rows=525329897 width=679) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(_col2)","sum(_col3)","sum(_col5)","sum(_col6)","sum(_col7)","sum(_col8)"],keys:_col0, _col1 Select Operator [SEL_29] (rows=525329897 width=138) @@ -166,7 +167,7 @@ Stage-0 Conds:RS_185._col0=RS_190._col0(Inner),Output:["_col1","_col2","_col4","_col5","_col6","_col8","_col9","_col10","_col11"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_185] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_183] (rows=525329897 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_182] (rows=525329897 width=114) @@ -175,7 +176,7 @@ Stage-0 default@store_sales,store_sales,Tbl:COMPLETE,Col:COMPLETE,Output:["ss_sold_date_sk","ss_store_sk","ss_sales_price"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_190] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_188] (rows=73049 width=36) Output:["_col0","_col1","_col2","_col3","_col5","_col6","_col7","_col8"] Filter Operator [FIL_186] (rows=73049 width=99) @@ -184,24 +185,24 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_week_seq","d_day_name"] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_53] - PartitionCols:_col11, _col0 + PartitionCols:_col11, _col0,null sort order:aa,sort order:++ Merge Join Operator [MERGEJOIN_177] (rows=26628 width=976) Conds:RS_50._col1=RS_200._col0(Inner),Output:["_col0","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col11","_col12"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_200] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_199] (rows=1704 width=192) Output:["_col0","_col1","_col2"] TableScan [TS_18] (rows=1704 width=192) default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_store_id","s_store_name"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_50] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_176] (rows=26628 width=788) Conds:RS_192._col0=RS_197._col0(Inner),Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_197] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_195] (rows=317 width=4) Output:["_col0"] Filter Operator [FIL_193] (rows=317 width=8) @@ -209,12 +210,12 @@ Stage-0 Please refer to the previous TableScan [TS_15] <-Reducer 3 [SIMPLE_EDGE] vectorized SHUFFLE [RS_192] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_191] (rows=1104768 width=791) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)","sum(VALUE._col4)","sum(VALUE._col5)","sum(VALUE._col6)"],keys:KEY._col0, KEY._col1 <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_12] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_11] (rows=525329897 width=791) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"],aggregations:["sum(_col2)","sum(_col3)","sum(_col4)","sum(_col5)","sum(_col6)","sum(_col7)","sum(_col8)"],keys:_col0, _col1 Select Operator [SEL_9] (rows=525329897 width=142) @@ -223,11 +224,11 @@ Stage-0 Conds:RS_184._col0=RS_189._col0(Inner),Output:["_col1","_col2","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_184] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_183] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_189] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_187] (rows=73049 width=36) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] Please refer to the previous Filter Operator [FIL_186] diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query6.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query6.q.out index d6031153b1..a581157010 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query6.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query6.q.out @@ -90,30 +90,31 @@ Stage-0 Output:["_col0","_col1"] <-Reducer 3 [SIMPLE_EDGE] vectorized SHUFFLE [RS_231] + null sort order:z,sort order:+ Filter Operator [FIL_230] (rows=1 width=94) predicate:(_col1 >= 10L) Group By Operator [GBY_229] (rows=1 width=94) Output:["_col0","_col1"],aggregations:["count(VALUE._col0)"],keys:KEY._col0 <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_69] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_68] (rows=1 width=94) Output:["_col0","_col1"],aggregations:["count()"],keys:_col4 Map Join Operator [MAPJOIN_175] (rows=36482 width=86) Conds:MAPJOIN_174._col5=RS_220._col0(Inner),Output:["_col4"] <-Map 15 [BROADCAST_EDGE] vectorized BROADCAST [RS_220] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Map Join Operator [MAPJOIN_219] (rows=660 width=4) Conds:SEL_218._col1=RS_216._col0(Inner),Output:["_col0"] <-Reducer 8 [BROADCAST_EDGE] vectorized BROADCAST [RS_216] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_215] (rows=25 width=4) Output:["_col0"],keys:KEY._col0 <-Map 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_188] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_186] (rows=25 width=4) Output:["_col0"],keys:d_month_seq Select Operator [SEL_184] (rows=50 width=12) @@ -132,21 +133,21 @@ Stage-0 Conds:MERGEJOIN_170._col0=RS_62._col2(Inner),Output:["_col4","_col5"] <-Reducer 11 [BROADCAST_EDGE] BROADCAST [RS_62] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Select Operator [SEL_40] (rows=36482 width=0) Output:["_col0","_col2"] Merge Join Operator [MERGEJOIN_172] (rows=36482 width=0) Conds:RS_214._col0=RS_228._col1(Inner),Output:["_col5","_col7"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_214] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Filter Operator [FIL_213] (rows=153611 width=227) predicate:(_col1 > _col4) Map Join Operator [MAPJOIN_212] (rows=460833 width=227) Conds:SEL_211._col2=RS_209._col0(Inner),Output:["_col0","_col1","_col4"] <-Reducer 13 [BROADCAST_EDGE] vectorized BROADCAST [RS_209] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_208] (rows=10 width=202) Output:["_col0","_col1"] Filter Operator [FIL_207] (rows=10 width=210) @@ -155,7 +156,7 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)"],keys:KEY._col0 <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_205] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_204] (rows=10 width=210) Output:["_col0","_col1","_col2"],aggregations:["sum(i_current_price)","count(i_current_price)"],keys:i_category Filter Operator [FIL_203] (rows=462000 width=201) @@ -170,7 +171,7 @@ Stage-0 default@item,i,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_current_price","i_category"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_228] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_227] (rows=525327388 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_226] (rows=525327388 width=11) @@ -185,7 +186,7 @@ Stage-0 Conds:RS_200._col1=RS_202._col0(Inner),Output:["_col0","_col4"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_200] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Map Join Operator [MAPJOIN_199] (rows=80000000 width=8) Conds:(Inner),Output:["_col0","_col1"] <-Reducer 7 [BROADCAST_EDGE] vectorized @@ -204,7 +205,7 @@ Stage-0 Output:["_col0"],keys:KEY._col0 <-Map 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_187] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_185] (rows=25 width=4) Output:["_col0"],keys:d_month_seq Select Operator [SEL_183] (rows=50 width=12) @@ -220,7 +221,7 @@ Stage-0 default@customer,c,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_current_addr_sk"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_202] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_201] (rows=40000000 width=90) Output:["_col0","_col1"] TableScan [TS_17] (rows=40000000 width=90) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query60.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query60.q.out index 372d25a225..f2b494e706 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query60.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query60.q.out @@ -204,45 +204,46 @@ Stage-0 Output:["_col0","_col1"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_355] + null sort order:zz,sort order:++ Group By Operator [GBY_354] (rows=1717 width=212) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Union 5 [SIMPLE_EDGE] <-Reducer 11 [CONTAINS] vectorized Reduce Output Operator [RS_376] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:z,sort order:+ Group By Operator [GBY_375] (rows=1717 width=212) Output:["_col0","_col1"],aggregations:["sum(_col1)"],keys:_col0 Top N Key Operator [TNK_374] (rows=5151 width=212) - keys:_col0,sort order:+,top n:100 + keys:_col0,null sort order:z,sort order:+,top n:100 Group By Operator [GBY_373] (rows=1717 width=212) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_106] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_105] (rows=99586 width=212) Output:["_col0","_col1"],aggregations:["sum(_col7)"],keys:_col1 Merge Join Operator [MERGEJOIN_302] (rows=69268204 width=211) Conds:RS_101._col0=RS_102._col2(Inner),Output:["_col1","_col7"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_101] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_291] (rows=34340 width=104) Conds:RS_319._col1=RS_325._col0(Inner),Output:["_col0","_col1"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_319] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_318] (rows=462000 width=104) Output:["_col0","_col1"] TableScan [TS_0] (rows=462000 width=104) default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id"] <-Reducer 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_325] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_324] (rows=23100 width=100) Output:["_col0"],keys:KEY._col0 <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_323] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_322] (rows=23100 width=100) Output:["_col0"],keys:i_item_id Select Operator [SEL_321] (rows=46200 width=190) @@ -253,14 +254,14 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_id","i_category"] <-Reducer 23 [SIMPLE_EDGE] SHUFFLE [RS_102] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Select Operator [SEL_97] (rows=143931246 width=115) Output:["_col2","_col4"] Merge Join Operator [MERGEJOIN_299] (rows=143931246 width=115) Conds:RS_94._col2=RS_349._col0(Inner),Output:["_col1","_col3"] <-Map 25 [SIMPLE_EDGE] vectorized SHUFFLE [RS_349] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_346] (rows=8000000 width=4) Output:["_col0"] Filter Operator [FIL_345] (rows=8000000 width=112) @@ -269,12 +270,12 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_gmt_offset"] <-Reducer 22 [SIMPLE_EDGE] SHUFFLE [RS_94] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_298] (rows=143931246 width=119) Conds:RS_372._col0=RS_332._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 17 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_332] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_327] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_326] (rows=50 width=12) @@ -283,7 +284,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 27 [SIMPLE_EDGE] vectorized SHUFFLE [RS_372] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_371] (rows=143931246 width=123) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_370] (rows=143931246 width=123) @@ -303,47 +304,47 @@ Stage-0 Please refer to the previous Select Operator [SEL_327] <-Reducer 4 [CONTAINS] vectorized Reduce Output Operator [RS_353] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:z,sort order:+ Group By Operator [GBY_352] (rows=1717 width=212) Output:["_col0","_col1"],aggregations:["sum(_col1)"],keys:_col0 Top N Key Operator [TNK_351] (rows=5151 width=212) - keys:_col0,sort order:+,top n:100 + keys:_col0,null sort order:z,sort order:+,top n:100 Group By Operator [GBY_350] (rows=1717 width=212) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_33] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_32] (rows=343400 width=212) Output:["_col0","_col1"],aggregations:["sum(_col7)"],keys:_col1 Merge Join Operator [MERGEJOIN_300] (rows=252818424 width=201) Conds:RS_28._col0=RS_29._col2(Inner),Output:["_col1","_col7"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_28] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Merge Join Operator [MERGEJOIN_291] <-Reducer 16 [SIMPLE_EDGE] SHUFFLE [RS_29] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Select Operator [SEL_24] (rows=525327191 width=110) Output:["_col2","_col4"] Merge Join Operator [MERGEJOIN_293] (rows=525327191 width=110) Conds:RS_21._col2=RS_347._col0(Inner),Output:["_col1","_col3"] <-Map 25 [SIMPLE_EDGE] vectorized SHUFFLE [RS_347] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_346] <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_21] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_292] (rows=525327191 width=114) Conds:RS_344._col0=RS_328._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 17 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_328] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_327] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_344] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_343] (rows=525327191 width=118) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_342] (rows=525327191 width=118) @@ -363,47 +364,47 @@ Stage-0 Please refer to the previous Select Operator [SEL_327] <-Reducer 9 [CONTAINS] vectorized Reduce Output Operator [RS_367] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:z,sort order:+ Group By Operator [GBY_366] (rows=1717 width=212) Output:["_col0","_col1"],aggregations:["sum(_col1)"],keys:_col0 Top N Key Operator [TNK_365] (rows=5151 width=212) - keys:_col0,sort order:+,top n:100 + keys:_col0,null sort order:z,sort order:+,top n:100 Group By Operator [GBY_364] (rows=1717 width=212) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 8 [SIMPLE_EDGE] SHUFFLE [RS_69] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_68] (rows=195738 width=212) Output:["_col0","_col1"],aggregations:["sum(_col7)"],keys:_col1 Merge Join Operator [MERGEJOIN_301] (rows=137215467 width=210) Conds:RS_64._col0=RS_65._col3(Inner),Output:["_col1","_col7"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_64] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Merge Join Operator [MERGEJOIN_291] <-Reducer 20 [SIMPLE_EDGE] SHUFFLE [RS_65] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Select Operator [SEL_60] (rows=285117733 width=115) Output:["_col3","_col4"] Merge Join Operator [MERGEJOIN_296] (rows=285117733 width=115) Conds:RS_57._col1=RS_348._col0(Inner),Output:["_col2","_col3"] <-Map 25 [SIMPLE_EDGE] vectorized SHUFFLE [RS_348] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_346] <-Reducer 19 [SIMPLE_EDGE] SHUFFLE [RS_57] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_295] (rows=285117733 width=119) Conds:RS_363._col0=RS_330._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 17 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_330] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_327] <-Map 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_363] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_362] (rows=285117733 width=123) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_361] (rows=285117733 width=123) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query61.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query61.q.out index 6da93b116d..4bdc217e28 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query61.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query61.q.out @@ -144,12 +144,12 @@ Stage-0 Conds:RS_37._col0=RS_38._col2(Inner),Output:["_col8"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_37] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_252] (rows=16000001 width=4) Conds:RS_266._col1=RS_269._col0(Inner),Output:["_col0"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_266] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_265] (rows=80000000 width=8) Output:["_col0","_col1"] Filter Operator [FIL_264] (rows=80000000 width=8) @@ -158,7 +158,7 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_current_addr_sk"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_269] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_268] (rows=8000000 width=4) Output:["_col0"] Filter Operator [FIL_267] (rows=8000000 width=112) @@ -167,12 +167,12 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_gmt_offset"] <-Reducer 13 [SIMPLE_EDGE] SHUFFLE [RS_38] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_256] (rows=461162530 width=110) Conds:RS_30._col4=RS_295._col0(Inner),Output:["_col2","_col5"] <-Map 22 [SIMPLE_EDGE] vectorized SHUFFLE [RS_295] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_294] (rows=2300 width=4) Output:["_col0"] Filter Operator [FIL_293] (rows=2300 width=259) @@ -181,12 +181,12 @@ Stage-0 default@promotion,promotion,Tbl:COMPLETE,Col:COMPLETE,Output:["p_promo_sk","p_channel_dmail","p_channel_email","p_channel_tv"] <-Reducer 12 [SIMPLE_EDGE] SHUFFLE [RS_30] - PartitionCols:_col4 + PartitionCols:_col4,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_255] (rows=461162530 width=114) Conds:RS_27._col3=RS_291._col0(Inner),Output:["_col2","_col4","_col5"] <-Map 21 [SIMPLE_EDGE] vectorized SHUFFLE [RS_291] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_290] (rows=341 width=4) Output:["_col0"] Filter Operator [FIL_289] (rows=341 width=115) @@ -195,12 +195,12 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_gmt_offset"] <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_27] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_254] (rows=461162530 width=118) Conds:RS_24._col1=RS_287._col0(Inner),Output:["_col2","_col3","_col4","_col5"] <-Map 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_287] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_286] (rows=46200 width=4) Output:["_col0"] Filter Operator [FIL_285] (rows=46200 width=94) @@ -209,12 +209,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_category"] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_24] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_253] (rows=479120969 width=122) Conds:RS_284._col0=RS_272._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5"] <-Map 14 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_272] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_271] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_270] (rows=50 width=12) @@ -223,7 +223,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_284] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_283] (rows=479120969 width=126) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_282] (rows=479120969 width=126) @@ -253,38 +253,38 @@ Stage-0 Conds:RS_76._col0=RS_77._col2(Inner),Output:["_col7"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_76] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Merge Join Operator [MERGEJOIN_252] <-Reducer 18 [SIMPLE_EDGE] SHUFFLE [RS_77] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_260] (rows=482889610 width=110) Conds:RS_69._col3=RS_292._col0(Inner),Output:["_col2","_col4"] <-Map 21 [SIMPLE_EDGE] vectorized SHUFFLE [RS_292] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_290] <-Reducer 17 [SIMPLE_EDGE] SHUFFLE [RS_69] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_259] (rows=482889610 width=114) Conds:RS_66._col1=RS_288._col0(Inner),Output:["_col2","_col3","_col4"] <-Map 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_288] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_286] <-Reducer 16 [SIMPLE_EDGE] SHUFFLE [RS_66] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_258] (rows=501694138 width=118) Conds:RS_302._col0=RS_274._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 14 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_274] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_271] <-Map 23 [SIMPLE_EDGE] vectorized SHUFFLE [RS_302] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_301] (rows=501694138 width=122) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_300] (rows=501694138 width=122) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query63.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query63.q.out index 8d45d8260d..4707a98f5c 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query63.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query63.q.out @@ -86,6 +86,7 @@ Stage-0 Output:["_col0","_col1","_col2"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_27] + null sort order:zzz,sort order:+++ Select Operator [SEL_24] (rows=338 width=228) Output:["_col0","_col1","_col2"] Filter Operator [FIL_36] (rows=338 width=228) @@ -100,14 +101,14 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:aa,sort order:++ Group By Operator [GBY_16] (rows=676 width=120) Output:["_col0","_col1","_col2"],aggregations:["sum(_col2)"],keys:_col4, _col6 Merge Join Operator [MERGEJOIN_62] (rows=569118 width=8) Conds:RS_12._col0=RS_76._col0(Inner),Output:["_col2","_col4","_col6"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_76] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_75] (rows=317 width=8) Output:["_col0","_col1"] Filter Operator [FIL_74] (rows=317 width=12) @@ -116,12 +117,12 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_month_seq","d_moy"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_12] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_61] (rows=569118 width=4) Conds:RS_73._col1=RS_65._col0(Inner),Output:["_col0","_col2","_col4"] <-Map 6 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_65] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_64] (rows=52 width=8) Output:["_col0","_col1"] Filter Operator [FIL_63] (rows=52 width=290) @@ -130,7 +131,7 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_brand","i_class","i_category","i_manager_id"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_73] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_72] (rows=525329897 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_71] (rows=525329897 width=118) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query64.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query64.q.out index 77bd7559a9..12022db316 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query64.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query64.q.out @@ -320,6 +320,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col20"] <-Reducer 17 [SIMPLE_EDGE] SHUFFLE [RS_201] + null sort order:zzz,sort order:+++ Select Operator [SEL_200] (rows=338108448450 width=1694) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18"] Filter Operator [FIL_199] (rows=338108448450 width=1694) @@ -328,7 +329,7 @@ Stage-0 Conds:RS_1052._col1, _col0, _col2=RS_1077._col2, _col1, _col3(Inner),Output:["_col3","_col4","_col5","_col6","_col7","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col20","_col21","_col22"] <-Reducer 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1052] - PartitionCols:_col1, _col0, _col2 + PartitionCols:_col1, _col0, _col2,null sort order:aaa,sort order:+++ Select Operator [SEL_1051] (rows=68803026 width=525) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] Filter Operator [FIL_1050] (rows=68803026 width=1255) @@ -339,81 +340,81 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16"],aggregations:["count(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5, KEY._col6, KEY._col7, KEY._col8, KEY._col9, KEY._col10, KEY._col11, KEY._col12 <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_93] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12 + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12,null sort order:aaaaaaaaaaaaa,sort order:+++++++++++++ Group By Operator [GBY_92] (rows=68803026 width=1255) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16"],aggregations:["count()","sum(_col8)","sum(_col9)","sum(_col10)"],keys:_col24, _col11, _col25, _col29, _col31, _col37, _col38, _col39, _col40, _col42, _col43, _col44, _col45 Merge Join Operator [MERGEJOIN_961] (rows=68803026 width=1155) Conds:RS_88._col17=RS_1045._col0(Inner),Output:["_col8","_col9","_col10","_col11","_col24","_col25","_col29","_col31","_col37","_col38","_col39","_col40","_col42","_col43","_col44","_col45"] <-Map 49 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1045] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_1043] (rows=40000000 width=365) Output:["_col0","_col1","_col2","_col3","_col4"] TableScan [TS_44] (rows=40000000 width=365) default@customer_address,ad1,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_street_number","ca_street_name","ca_city","ca_zip"] <-Reducer 14 [SIMPLE_EDGE] SHUFFLE [RS_88] - PartitionCols:_col17 + PartitionCols:_col17,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_960] (rows=68803026 width=798) Conds:RS_85._col5=RS_1044._col0(Inner),Output:["_col8","_col9","_col10","_col11","_col17","_col24","_col25","_col29","_col31","_col37","_col38","_col39","_col40"] <-Map 49 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1044] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_1043] <-Reducer 13 [SIMPLE_EDGE] SHUFFLE [RS_85] - PartitionCols:_col5 + PartitionCols:_col5,null sort order:a,sort order:+ Filter Operator [FIL_84] (rows=68803026 width=610) predicate:(_col33 <> _col35) Merge Join Operator [MERGEJOIN_959] (rows=68803026 width=610) Conds:RS_81._col15=RS_1040._col0(Inner),Output:["_col5","_col8","_col9","_col10","_col11","_col17","_col24","_col25","_col29","_col31","_col33","_col35"] <-Map 48 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1040] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_1038] (rows=1861800 width=89) Output:["_col0","_col1"] TableScan [TS_40] (rows=1861800 width=89) default@customer_demographics,cd1,Tbl:COMPLETE,Col:COMPLETE,Output:["cd_demo_sk","cd_marital_status"] <-Reducer 12 [SIMPLE_EDGE] SHUFFLE [RS_81] - PartitionCols:_col15 + PartitionCols:_col15,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_958] (rows=67843635 width=527) Conds:RS_78._col3=RS_1039._col0(Inner),Output:["_col5","_col8","_col9","_col10","_col11","_col15","_col17","_col24","_col25","_col29","_col31","_col33"] <-Map 48 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1039] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_1038] <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_78] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_957] (rows=66897622 width=444) Conds:RS_75._col18=RS_984._col0(Inner),Output:["_col3","_col5","_col8","_col9","_col10","_col11","_col15","_col17","_col24","_col25","_col29","_col31"] <-Map 44 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_984] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_978] (rows=73049 width=8) Output:["_col0","_col1"] TableScan [TS_38] (rows=73049 width=8) default@date_dim,d3,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_75] - PartitionCols:_col18 + PartitionCols:_col18,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_956] (rows=66897622 width=444) Conds:RS_72._col19=RS_986._col0(Inner),Output:["_col3","_col5","_col8","_col9","_col10","_col11","_col15","_col17","_col18","_col24","_col25","_col29"] <-Map 44 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_986] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_980] (rows=73049 width=8) Output:["_col0","_col1"] Please refer to the previous TableScan [TS_38] <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_72] - PartitionCols:_col19 + PartitionCols:_col19,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_955] (rows=66897622 width=444) Conds:RS_69._col16=RS_1035._col0(Inner),Output:["_col3","_col5","_col8","_col9","_col10","_col11","_col15","_col17","_col18","_col19","_col24","_col25"] <-Map 43 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1035] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_1033] (rows=7200 width=4) Output:["_col0"] Filter Operator [FIL_1032] (rows=7200 width=8) @@ -422,21 +423,21 @@ Stage-0 default@household_demographics,hd1,Tbl:COMPLETE,Col:COMPLETE,Output:["hd_demo_sk","hd_income_band_sk"] <-Reducer 8 [SIMPLE_EDGE] SHUFFLE [RS_69] - PartitionCols:_col16 + PartitionCols:_col16,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_954] (rows=66897622 width=447) Conds:RS_66._col4=RS_1034._col0(Inner),Output:["_col3","_col5","_col8","_col9","_col10","_col11","_col15","_col16","_col17","_col18","_col19","_col24","_col25"] <-Map 43 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1034] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_1033] <-Reducer 7 [SIMPLE_EDGE] SHUFFLE [RS_66] - PartitionCols:_col4 + PartitionCols:_col4,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_953] (rows=66897622 width=450) Conds:RS_63._col6=RS_1030._col0(Inner),Output:["_col3","_col4","_col5","_col8","_col9","_col10","_col11","_col15","_col16","_col17","_col18","_col19","_col24","_col25"] <-Map 42 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1030] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_1029] (rows=1704 width=181) Output:["_col0","_col1","_col2"] Filter Operator [FIL_1028] (rows=1704 width=181) @@ -445,24 +446,24 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_store_name","s_zip"] <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_63] - PartitionCols:_col6 + PartitionCols:_col6,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_952] (rows=66897622 width=276) Conds:RS_60._col1, _col7=RS_1026._col0, _col1(Inner),Output:["_col3","_col4","_col5","_col6","_col8","_col9","_col10","_col11","_col15","_col16","_col17","_col18","_col19"] <-Map 41 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1026] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Select Operator [SEL_1025] (rows=57591150 width=8) Output:["_col0","_col1"] TableScan [TS_25] (rows=57591150 width=8) default@store_returns,store_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["sr_item_sk","sr_ticket_number"] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_60] - PartitionCols:_col1, _col7 + PartitionCols:_col1, _col7,null sort order:aa,sort order:++ Merge Join Operator [MERGEJOIN_951] (rows=40575792 width=220) Conds:RS_57._col1=RS_1024._col0(Inner),Output:["_col1","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col15","_col16","_col17","_col18","_col19"] <-Reducer 37 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1024] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_1023] (rows=13257 width=4) Output:["_col0"] Filter Operator [FIL_1022] (rows=13257 width=228) @@ -471,21 +472,21 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)"],keys:KEY._col0 <-Reducer 36 [SIMPLE_EDGE] SHUFFLE [RS_21] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_20] (rows=6482999 width=228) Output:["_col0","_col1","_col2"],aggregations:["sum(_col2)","sum(_col5)"],keys:_col0 Merge Join Operator [MERGEJOIN_950] (rows=183085709 width=227) Conds:RS_1017._col0, _col1=RS_1019._col0, _col1(Inner),Output:["_col0","_col2","_col5"] <-Map 38 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1019] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Select Operator [SEL_1018] (rows=28798881 width=120) Output:["_col0","_col1","_col2"] TableScan [TS_14] (rows=28798881 width=337) default@catalog_returns,catalog_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["cr_item_sk","cr_order_number","cr_refunded_cash","cr_reversed_charge","cr_store_credit"] <-Map 35 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1017] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Select Operator [SEL_1016] (rows=287989836 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_1015] (rows=287989836 width=119) @@ -510,12 +511,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_current_price","i_color"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_57] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_949] (rows=40575792 width=220) Conds:RS_54._col2=RS_1011._col0(Inner),Output:["_col1","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col15","_col16","_col17","_col18","_col19"] <-Map 21 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1011] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_1010] (rows=69376329 width=23) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_1009] (rows=69376329 width=23) @@ -524,12 +525,12 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_current_cdemo_sk","c_current_hdemo_sk","c_current_addr_sk","c_first_shipto_date_sk","c_first_sales_date_sk"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_54] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_948] (rows=40575792 width=203) Conds:RS_51._col0=RS_990._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11"] <-Map 44 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_990] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_985] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_979] (rows=652 width=8) @@ -537,16 +538,16 @@ Stage-0 Please refer to the previous TableScan [TS_38] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_51] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_947] (rows=40575792 width=205) Conds:RS_1002._col1=RS_1005._col0(Inner),Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11"] <-Map 19 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_1005] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_1004] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1002] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_1001] (rows=417313408 width=351) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10"] Filter Operator [FIL_1000] (rows=417313408 width=355) @@ -566,7 +567,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_985] <-Reducer 34 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1077] - PartitionCols:_col2, _col1, _col3 + PartitionCols:_col2, _col1, _col3,null sort order:aaa,sort order:+++ Select Operator [SEL_1076] (rows=68803026 width=1354) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15"] Filter Operator [FIL_1075] (rows=68803026 width=1362) @@ -577,124 +578,124 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17"],aggregations:["count(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5, KEY._col6, KEY._col7, KEY._col8, KEY._col9, KEY._col10, KEY._col11, KEY._col12, KEY._col13 <-Reducer 33 [SIMPLE_EDGE] SHUFFLE [RS_191] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13 + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13,null sort order:aaaaaaaaaaaaaa,sort order:++++++++++++++ Group By Operator [GBY_190] (rows=68803026 width=1362) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17"],aggregations:["count()","sum(_col8)","sum(_col9)","sum(_col10)"],keys:_col24, _col11, _col25, _col12, _col29, _col31, _col37, _col38, _col39, _col40, _col42, _col43, _col44, _col45 Merge Join Operator [MERGEJOIN_976] (rows=68803026 width=1262) Conds:RS_186._col17=RS_1047._col0(Inner),Output:["_col8","_col9","_col10","_col11","_col12","_col24","_col25","_col29","_col31","_col37","_col38","_col39","_col40","_col42","_col43","_col44","_col45"] <-Map 49 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1047] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_1043] <-Reducer 32 [SIMPLE_EDGE] SHUFFLE [RS_186] - PartitionCols:_col17 + PartitionCols:_col17,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_975] (rows=68803026 width=905) Conds:RS_183._col5=RS_1046._col0(Inner),Output:["_col8","_col9","_col10","_col11","_col12","_col17","_col24","_col25","_col29","_col31","_col37","_col38","_col39","_col40"] <-Map 49 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1046] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_1043] <-Reducer 31 [SIMPLE_EDGE] SHUFFLE [RS_183] - PartitionCols:_col5 + PartitionCols:_col5,null sort order:a,sort order:+ Filter Operator [FIL_182] (rows=68803026 width=717) predicate:(_col33 <> _col35) Merge Join Operator [MERGEJOIN_974] (rows=68803026 width=717) Conds:RS_179._col15=RS_1042._col0(Inner),Output:["_col5","_col8","_col9","_col10","_col11","_col12","_col17","_col24","_col25","_col29","_col31","_col33","_col35"] <-Map 48 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1042] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_1038] <-Reducer 30 [SIMPLE_EDGE] SHUFFLE [RS_179] - PartitionCols:_col15 + PartitionCols:_col15,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_973] (rows=67843635 width=634) Conds:RS_176._col3=RS_1041._col0(Inner),Output:["_col5","_col8","_col9","_col10","_col11","_col12","_col15","_col17","_col24","_col25","_col29","_col31","_col33"] <-Map 48 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1041] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_1038] <-Reducer 29 [SIMPLE_EDGE] SHUFFLE [RS_176] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_972] (rows=66897622 width=551) Conds:RS_173._col18=RS_988._col0(Inner),Output:["_col3","_col5","_col8","_col9","_col10","_col11","_col12","_col15","_col17","_col24","_col25","_col29","_col31"] <-Map 44 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_988] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_982] (rows=73049 width=8) Output:["_col0","_col1"] Please refer to the previous TableScan [TS_38] <-Reducer 28 [SIMPLE_EDGE] SHUFFLE [RS_173] - PartitionCols:_col18 + PartitionCols:_col18,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_971] (rows=66897622 width=551) Conds:RS_170._col19=RS_987._col0(Inner),Output:["_col3","_col5","_col8","_col9","_col10","_col11","_col12","_col15","_col17","_col18","_col24","_col25","_col29"] <-Map 44 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_987] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_981] (rows=73049 width=8) Output:["_col0","_col1"] Please refer to the previous TableScan [TS_38] <-Reducer 27 [SIMPLE_EDGE] SHUFFLE [RS_170] - PartitionCols:_col19 + PartitionCols:_col19,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_970] (rows=66897622 width=551) Conds:RS_167._col16=RS_1037._col0(Inner),Output:["_col3","_col5","_col8","_col9","_col10","_col11","_col12","_col15","_col17","_col18","_col19","_col24","_col25"] <-Map 43 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1037] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_1033] <-Reducer 26 [SIMPLE_EDGE] SHUFFLE [RS_167] - PartitionCols:_col16 + PartitionCols:_col16,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_969] (rows=66897622 width=554) Conds:RS_164._col4=RS_1036._col0(Inner),Output:["_col3","_col5","_col8","_col9","_col10","_col11","_col12","_col15","_col16","_col17","_col18","_col19","_col24","_col25"] <-Map 43 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1036] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_1033] <-Reducer 25 [SIMPLE_EDGE] SHUFFLE [RS_164] - PartitionCols:_col4 + PartitionCols:_col4,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_968] (rows=66897622 width=557) Conds:RS_161._col6=RS_1031._col0(Inner),Output:["_col3","_col4","_col5","_col8","_col9","_col10","_col11","_col12","_col15","_col16","_col17","_col18","_col19","_col24","_col25"] <-Map 42 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1031] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_1029] <-Reducer 24 [SIMPLE_EDGE] SHUFFLE [RS_161] - PartitionCols:_col6 + PartitionCols:_col6,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_967] (rows=66897622 width=383) Conds:RS_158._col1, _col7=RS_1027._col0, _col1(Inner),Output:["_col3","_col4","_col5","_col6","_col8","_col9","_col10","_col11","_col12","_col15","_col16","_col17","_col18","_col19"] <-Map 41 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1027] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Please refer to the previous Select Operator [SEL_1025] <-Reducer 23 [SIMPLE_EDGE] SHUFFLE [RS_158] - PartitionCols:_col1, _col7 + PartitionCols:_col1, _col7,null sort order:aa,sort order:++ Merge Join Operator [MERGEJOIN_966] (rows=40575792 width=327) Conds:RS_155._col1=RS_1072._col0(Inner),Output:["_col1","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col15","_col16","_col17","_col18","_col19"] <-Reducer 22 [SIMPLE_EDGE] SHUFFLE [RS_155] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_964] (rows=40575792 width=327) Conds:RS_152._col2=RS_1012._col0(Inner),Output:["_col1","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col15","_col16","_col17","_col18","_col19"] <-Map 21 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1012] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_1010] <-Reducer 46 [SIMPLE_EDGE] SHUFFLE [RS_152] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_963] (rows=40575792 width=310) Conds:RS_149._col0=RS_992._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12"] <-Map 44 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_992] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_989] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_983] (rows=652 width=8) @@ -702,12 +703,12 @@ Stage-0 Please refer to the previous TableScan [TS_38] <-Reducer 51 [SIMPLE_EDGE] SHUFFLE [RS_149] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_962] (rows=40575792 width=312) Conds:RS_1057._col1=RS_1060._col0(Inner),Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12"] <-Map 52 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_1060] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_1059] (rows=4667 width=111) Output:["_col0","_col1"] Filter Operator [FIL_1058] (rows=4667 width=311) @@ -716,7 +717,7 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_current_price","i_color","i_product_name"] <-Map 50 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1057] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_1056] (rows=417313408 width=351) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10"] Filter Operator [FIL_1055] (rows=417313408 width=355) @@ -736,7 +737,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_989] <-Reducer 40 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1072] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_1071] (rows=13257 width=4) Output:["_col0"] Filter Operator [FIL_1070] (rows=13257 width=228) @@ -745,18 +746,18 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)"],keys:KEY._col0 <-Reducer 39 [SIMPLE_EDGE] SHUFFLE [RS_119] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_118] (rows=6482999 width=228) Output:["_col0","_col1","_col2"],aggregations:["sum(_col2)","sum(_col5)"],keys:_col0 Merge Join Operator [MERGEJOIN_965] (rows=183085709 width=227) Conds:RS_1068._col0, _col1=RS_1020._col0, _col1(Inner),Output:["_col0","_col2","_col5"] <-Map 38 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1020] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Please refer to the previous Select Operator [SEL_1018] <-Map 54 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1068] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Select Operator [SEL_1067] (rows=287989836 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_1066] (rows=287989836 width=119) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query65.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query65.q.out index 8b8a4146a6..2d51312127 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query65.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query65.q.out @@ -89,53 +89,54 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_51] + null sort order:zz,sort order:++ Select Operator [SEL_50] (rows=1772841 width=707) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Merge Join Operator [MERGEJOIN_137] (rows=1772841 width=707) Conds:RS_47._col1=RS_161._col0(Inner),Output:["_col2","_col6","_col8","_col9","_col10","_col11"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_161] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_160] (rows=462000 width=511) Output:["_col0","_col1","_col2","_col3","_col4"] TableScan [TS_38] (rows=462000 width=511) default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_desc","i_current_price","i_wholesale_cost","i_brand"] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_47] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_136] (rows=1772841 width=204) Conds:RS_44._col0=RS_159._col0(Inner),Output:["_col1","_col2","_col6"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_159] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_158] (rows=1704 width=92) Output:["_col0","_col1"] TableScan [TS_36] (rows=1704 width=92) default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_store_name"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_44] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Filter Operator [FIL_43] (rows=1772841 width=231) predicate:(_col2 <= _col4) Merge Join Operator [MERGEJOIN_135] (rows=5318523 width=231) Conds:RS_151._col0=RS_157._col0(Inner),Output:["_col0","_col1","_col2","_col4"] <-Reducer 3 [SIMPLE_EDGE] vectorized SHUFFLE [RS_151] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Filter Operator [FIL_150] (rows=5255208 width=119) predicate:_col2 is not null Group By Operator [GBY_149] (rows=5255208 width=119) Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_11] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_10] (rows=525329897 width=119) Output:["_col0","_col1","_col2"],aggregations:["sum(_col3)"],keys:_col2, _col1 Merge Join Operator [MERGEJOIN_133] (rows=525329897 width=114) Conds:RS_148._col0=RS_140._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_140] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_139] (rows=317 width=4) Output:["_col0"] Filter Operator [FIL_138] (rows=317 width=8) @@ -144,7 +145,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_month_seq"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_148] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_147] (rows=525329897 width=118) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_146] (rows=525329897 width=118) @@ -164,7 +165,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_139] <-Reducer 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_157] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_156] (rows=84 width=115) Output:["_col0","_col1"] Filter Operator [FIL_155] (rows=84 width=123) @@ -177,6 +178,6 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_27] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:aa,sort order:++ Please refer to the previous Group By Operator [GBY_10] diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query66.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query66.q.out index 26814b5fc4..4889093f21 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query66.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query66.q.out @@ -488,23 +488,24 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col20","_col21","_col22","_col23","_col24","_col25","_col26","_col27","_col28","_col29","_col30","_col31","_col32","_col33","_col34","_col35","_col36","_col37","_col38","_col39","_col40","_col41"] <-Reducer 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_247] + null sort order:z,sort order:+ Group By Operator [GBY_246] (rows=2423925 width=4510) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col20","_col21","_col22","_col23","_col24","_col25","_col26","_col27","_col28","_col29","_col30","_col31","_col32","_col33","_col34","_col35","_col36","_col37","_col38","_col39","_col40","_col41"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)","sum(VALUE._col4)","sum(VALUE._col5)","sum(VALUE._col6)","sum(VALUE._col7)","sum(VALUE._col8)","sum(VALUE._col9)","sum(VALUE._col10)","sum(VALUE._col11)","sum(VALUE._col12)","sum(VALUE._col13)","sum(VALUE._col14)","sum(VALUE._col15)","sum(VALUE._col16)","sum(VALUE._col17)","sum(VALUE._col18)","sum(VALUE._col19)","sum(VALUE._col20)","sum(VALUE._col21)","sum(VALUE._col22)","sum(VALUE._col23)","sum(VALUE._col24)","sum(VALUE._col25)","sum(VALUE._col26)","sum(VALUE._col27)","sum(VALUE._col28)","sum(VALUE._col29)","sum(VALUE._col30)","sum(VALUE._col31)","sum(VALUE._col32)","sum(VALUE._col33)","sum(VALUE._col34)","sum(VALUE._col35)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5 <-Union 7 [SIMPLE_EDGE] <-Reducer 15 [CONTAINS] vectorized Reduce Output Operator [RS_261] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5 + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5,null sort order:zaaaaa,sort order:++++++ Group By Operator [GBY_260] (rows=2513727 width=4510) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col20","_col21","_col22","_col23","_col24","_col25","_col26","_col27","_col28","_col29","_col30","_col31","_col32","_col33","_col34","_col35","_col36","_col37","_col38","_col39","_col40","_col41"],aggregations:["sum(_col6)","sum(_col7)","sum(_col8)","sum(_col9)","sum(_col10)","sum(_col11)","sum(_col12)","sum(_col13)","sum(_col14)","sum(_col15)","sum(_col16)","sum(_col17)","sum(_col18)","sum(_col19)","sum(_col20)","sum(_col21)","sum(_col22)","sum(_col23)","sum(_col24)","sum(_col25)","sum(_col26)","sum(_col27)","sum(_col28)","sum(_col29)","sum(_col30)","sum(_col31)","sum(_col32)","sum(_col33)","sum(_col34)","sum(_col35)","sum(_col36)","sum(_col37)","sum(_col38)","sum(_col39)","sum(_col40)","sum(_col41)"],keys:_col0, _col1, _col2, _col3, _col4, _col5 Top N Key Operator [TNK_259] (rows=2513727 width=3166) - keys:_col0, _col1, _col2, _col3, _col4, _col5,sort order:++++++,top n:100 + keys:_col0, _col1, _col2, _col3, _col4, _col5,null sort order:zaaaaa,sort order:++++++,top n:100 Select Operator [SEL_258] (rows=2513727 width=3166) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col20","_col21","_col22","_col23","_col24","_col25","_col26","_col27","_col28","_col29","_col30","_col31","_col32","_col33","_col34","_col35","_col36","_col37","_col38","_col39","_col40","_col41"] Group By Operator [GBY_257] (rows=2513700 width=3166) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col20","_col21","_col22","_col23","_col24","_col25","_col26","_col27","_col28","_col29"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)","sum(VALUE._col4)","sum(VALUE._col5)","sum(VALUE._col6)","sum(VALUE._col7)","sum(VALUE._col8)","sum(VALUE._col9)","sum(VALUE._col10)","sum(VALUE._col11)","sum(VALUE._col12)","sum(VALUE._col13)","sum(VALUE._col14)","sum(VALUE._col15)","sum(VALUE._col16)","sum(VALUE._col17)","sum(VALUE._col18)","sum(VALUE._col19)","sum(VALUE._col20)","sum(VALUE._col21)","sum(VALUE._col22)","sum(VALUE._col23)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5 <-Reducer 14 [SIMPLE_EDGE] SHUFFLE [RS_61] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5 + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5,null sort order:aaaaaa,sort order:++++++ Group By Operator [GBY_60] (rows=15681803 width=3166) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col20","_col21","_col22","_col23","_col24","_col25","_col26","_col27","_col28","_col29"],aggregations:["sum(_col6)","sum(_col7)","sum(_col8)","sum(_col9)","sum(_col10)","sum(_col11)","sum(_col12)","sum(_col13)","sum(_col14)","sum(_col15)","sum(_col16)","sum(_col17)","sum(_col18)","sum(_col19)","sum(_col20)","sum(_col21)","sum(_col22)","sum(_col23)","sum(_col24)","sum(_col25)","sum(_col26)","sum(_col27)","sum(_col28)","sum(_col29)"],keys:_col0, _col1, _col2, _col3, _col4, _col5 Select Operator [SEL_58] (rows=15681803 width=750) @@ -513,19 +514,19 @@ Stage-0 Conds:RS_55._col3=RS_240._col0(Inner),Output:["_col4","_col5","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col22","_col23","_col24","_col25","_col26","_col27"] <-Map 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_240] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_238] (rows=27 width=482) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] TableScan [TS_12] (rows=27 width=482) default@warehouse,warehouse,Tbl:COMPLETE,Col:COMPLETE,Output:["w_warehouse_sk","w_warehouse_name","w_warehouse_sq_ft","w_city","w_county","w_state","w_country"] <-Reducer 13 [SIMPLE_EDGE] SHUFFLE [RS_55] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_201] (rows=15681803 width=275) Conds:RS_52._col2=RS_219._col0(Inner),Output:["_col3","_col4","_col5","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19"] <-Map 17 [SIMPLE_EDGE] vectorized SHUFFLE [RS_219] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_216] (rows=1 width=4) Output:["_col0"] Filter Operator [FIL_215] (rows=1 width=88) @@ -534,12 +535,12 @@ Stage-0 default@ship_mode,ship_mode,Tbl:COMPLETE,Col:COMPLETE,Output:["sm_ship_mode_sk","sm_carrier"] <-Reducer 12 [SIMPLE_EDGE] SHUFFLE [RS_52] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_200] (rows=282272460 width=279) Conds:RS_49._col0=RS_237._col0(Inner),Output:["_col2","_col3","_col4","_col5","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19"] <-Map 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_237] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_235] (rows=652 width=52) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12"] Filter Operator [FIL_234] (rows=652 width=12) @@ -548,12 +549,12 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_49] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_199] (rows=282272460 width=235) Conds:RS_256._col1=RS_233._col0(Inner),Output:["_col0","_col2","_col3","_col4","_col5"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_233] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_231] (rows=33426 width=4) Output:["_col0"] Filter Operator [FIL_230] (rows=33426 width=8) @@ -562,7 +563,7 @@ Stage-0 default@time_dim,time_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["t_time_sk","t_time"] <-Map 21 [SIMPLE_EDGE] vectorized SHUFFLE [RS_256] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_255] (rows=282272460 width=239) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_254] (rows=282272460 width=243) @@ -582,18 +583,18 @@ Stage-0 Please refer to the previous Select Operator [SEL_216] <-Reducer 6 [CONTAINS] vectorized Reduce Output Operator [RS_245] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5 + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5,null sort order:zaaaaa,sort order:++++++ Group By Operator [GBY_244] (rows=2513727 width=4510) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col20","_col21","_col22","_col23","_col24","_col25","_col26","_col27","_col28","_col29","_col30","_col31","_col32","_col33","_col34","_col35","_col36","_col37","_col38","_col39","_col40","_col41"],aggregations:["sum(_col6)","sum(_col7)","sum(_col8)","sum(_col9)","sum(_col10)","sum(_col11)","sum(_col12)","sum(_col13)","sum(_col14)","sum(_col15)","sum(_col16)","sum(_col17)","sum(_col18)","sum(_col19)","sum(_col20)","sum(_col21)","sum(_col22)","sum(_col23)","sum(_col24)","sum(_col25)","sum(_col26)","sum(_col27)","sum(_col28)","sum(_col29)","sum(_col30)","sum(_col31)","sum(_col32)","sum(_col33)","sum(_col34)","sum(_col35)","sum(_col36)","sum(_col37)","sum(_col38)","sum(_col39)","sum(_col40)","sum(_col41)"],keys:_col0, _col1, _col2, _col3, _col4, _col5 Top N Key Operator [TNK_243] (rows=2513727 width=3166) - keys:_col0, _col1, _col2, _col3, _col4, _col5,sort order:++++++,top n:100 + keys:_col0, _col1, _col2, _col3, _col4, _col5,null sort order:zaaaaa,sort order:++++++,top n:100 Select Operator [SEL_242] (rows=2513727 width=3166) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col20","_col21","_col22","_col23","_col24","_col25","_col26","_col27","_col28","_col29","_col30","_col31","_col32","_col33","_col34","_col35","_col36","_col37","_col38","_col39","_col40","_col41"] Group By Operator [GBY_241] (rows=27 width=3166) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col20","_col21","_col22","_col23","_col24","_col25","_col26","_col27","_col28","_col29"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)","sum(VALUE._col4)","sum(VALUE._col5)","sum(VALUE._col6)","sum(VALUE._col7)","sum(VALUE._col8)","sum(VALUE._col9)","sum(VALUE._col10)","sum(VALUE._col11)","sum(VALUE._col12)","sum(VALUE._col13)","sum(VALUE._col14)","sum(VALUE._col15)","sum(VALUE._col16)","sum(VALUE._col17)","sum(VALUE._col18)","sum(VALUE._col19)","sum(VALUE._col20)","sum(VALUE._col21)","sum(VALUE._col22)","sum(VALUE._col23)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5 <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_29] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5 + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5,null sort order:aaaaaa,sort order:++++++ Group By Operator [GBY_28] (rows=27 width=3166) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col20","_col21","_col22","_col23","_col24","_col25","_col26","_col27","_col28","_col29"],aggregations:["sum(_col6)","sum(_col7)","sum(_col8)","sum(_col9)","sum(_col10)","sum(_col11)","sum(_col12)","sum(_col13)","sum(_col14)","sum(_col15)","sum(_col16)","sum(_col17)","sum(_col18)","sum(_col19)","sum(_col20)","sum(_col21)","sum(_col22)","sum(_col23)","sum(_col24)","sum(_col25)","sum(_col26)","sum(_col27)","sum(_col28)","sum(_col29)"],keys:_col0, _col1, _col2, _col3, _col4, _col5 Select Operator [SEL_26] (rows=7992175 width=750) @@ -602,38 +603,38 @@ Stage-0 Conds:RS_23._col3=RS_239._col0(Inner),Output:["_col4","_col5","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col22","_col23","_col24","_col25","_col26","_col27"] <-Map 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_239] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_238] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_23] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_197] (rows=7992175 width=275) Conds:RS_20._col2=RS_217._col0(Inner),Output:["_col3","_col4","_col5","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19"] <-Map 17 [SIMPLE_EDGE] vectorized SHUFFLE [RS_217] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_216] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_20] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_196] (rows=143859154 width=279) Conds:RS_17._col0=RS_236._col0(Inner),Output:["_col2","_col3","_col4","_col5","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19"] <-Map 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_236] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_235] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_195] (rows=143859154 width=235) Conds:RS_229._col1=RS_232._col0(Inner),Output:["_col0","_col2","_col3","_col4","_col5"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_232] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_231] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_229] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_228] (rows=143859154 width=239) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_227] (rows=143859154 width=243) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query67.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query67.q.out index ee1bf12068..3156a2798b 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query67.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query67.q.out @@ -118,6 +118,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_104] + null sort order:zzzzzzzzzz,sort order:++++++++++ Select Operator [SEL_103] (rows=1575989691 width=617) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9"] Filter Operator [FIL_102] (rows=1575989691 width=613) @@ -128,45 +129,45 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_99] - PartitionCols:_col6 + PartitionCols:_col6,null sort order:az,sort order:+- Select Operator [SEL_98] (rows=4727969073 width=613) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] Group By Operator [GBY_97] (rows=4727969073 width=621) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col9"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5, KEY._col6, KEY._col7, KEY._col8 <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_21] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8,null sort order:aaaaaaaaa,sort order:+++++++++ Group By Operator [GBY_20] (rows=4727969073 width=621) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9"],aggregations:["sum(_col3)"],keys:_col5, _col6, _col7, _col9, _col11, _col12, _col13, _col14, 0L Merge Join Operator [MERGEJOIN_81] (rows=525329897 width=613) Conds:RS_16._col1=RS_96._col0(Inner),Output:["_col3","_col5","_col6","_col7","_col9","_col11","_col12","_col13","_col14"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_96] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_95] (rows=462000 width=393) Output:["_col0","_col1","_col2","_col3","_col4"] TableScan [TS_8] (rows=462000 width=393) default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_brand","i_class","i_category","i_product_name"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_16] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_80] (rows=525329897 width=228) Conds:RS_13._col2=RS_94._col0(Inner),Output:["_col1","_col3","_col5","_col6","_col7","_col9"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_94] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_93] (rows=1704 width=104) Output:["_col0","_col1"] TableScan [TS_6] (rows=1704 width=104) default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_store_id"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_13] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_79] (rows=525329897 width=131) Conds:RS_92._col0=RS_84._col0(Inner),Output:["_col1","_col2","_col3","_col5","_col6","_col7"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_84] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_83] (rows=317 width=16) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_82] (rows=317 width=20) @@ -175,7 +176,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_month_seq","d_year","d_moy","d_qoy"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_92] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_91] (rows=525329897 width=123) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_90] (rows=525329897 width=122) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query68.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query68.q.out index 97b97ce19d..9abe8e1a05 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query68.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query68.q.out @@ -120,6 +120,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_44] + null sort order:zz,sort order:++ Select Operator [SEL_43] (rows=457565061 width=706) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] Filter Operator [FIL_42] (rows=457565061 width=706) @@ -128,19 +129,19 @@ Stage-0 Conds:RS_39._col0=RS_169._col1(Inner),Output:["_col2","_col3","_col5","_col6","_col8","_col9","_col10","_col11"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_39] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_138] (rows=80000000 width=277) Conds:RS_146._col1=RS_148._col0(Inner),Output:["_col0","_col2","_col3","_col5"] <-Map 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_148] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_147] (rows=40000000 width=97) Output:["_col0","_col1"] TableScan [TS_3] (rows=40000000 width=97) default@customer_address,current_addr,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_city"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_146] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_145] (rows=80000000 width=188) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_144] (rows=80000000 width=188) @@ -149,30 +150,30 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_current_addr_sk","c_first_name","c_last_name"] <-Reducer 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_169] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_168] (rows=457565061 width=436) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Group By Operator [GBY_167] (rows=457565061 width=440) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3 <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_33] - PartitionCols:_col0, _col1, _col2, _col3 + PartitionCols:_col0, _col1, _col2, _col3,null sort order:aaaa,sort order:++++ Group By Operator [GBY_32] (rows=457565061 width=440) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["sum(_col6)","sum(_col7)","sum(_col8)"],keys:_col1, _col13, _col3, _col5 Merge Join Operator [MERGEJOIN_142] (rows=457565061 width=425) Conds:RS_28._col3=RS_149._col0(Inner),Output:["_col1","_col3","_col5","_col6","_col7","_col8","_col13"] <-Map 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_149] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_147] <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_28] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_141] (rows=457565061 width=332) Conds:RS_25._col2=RS_166._col0(Inner),Output:["_col1","_col3","_col5","_col6","_col7","_col8"] <-Map 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_166] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_165] (rows=1855 width=4) Output:["_col0"] Filter Operator [FIL_164] (rows=1855 width=12) @@ -181,12 +182,12 @@ Stage-0 default@household_demographics,household_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["hd_demo_sk","hd_dep_count","hd_vehicle_count"] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_25] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_140] (rows=457565061 width=336) Conds:RS_22._col4=RS_163._col0(Inner),Output:["_col1","_col2","_col3","_col5","_col6","_col7","_col8"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_163] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_162] (rows=14 width=4) Output:["_col0"] Filter Operator [FIL_161] (rows=14 width=97) @@ -195,12 +196,12 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_city"] <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_22] - PartitionCols:_col4 + PartitionCols:_col4,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_139] (rows=457565061 width=340) Conds:RS_160._col0=RS_152._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_152] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_151] (rows=170 width=4) Output:["_col0"] Filter Operator [FIL_150] (rows=170 width=12) @@ -209,7 +210,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_dom"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_160] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_159] (rows=457565061 width=343) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] Filter Operator [FIL_158] (rows=457565061 width=343) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query69.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query69.q.out index ecbf687aa2..71bb17e27a 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query69.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query69.q.out @@ -140,17 +140,18 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] <-Reducer 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_226] + null sort order:zzzzz,sort order:+++++ Select Operator [SEL_225] (rows=1 width=383) Output:["_col0","_col1","_col2","_col3","_col4","_col6"] Group By Operator [GBY_224] (rows=1 width=367) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4 <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_68] - PartitionCols:_col0, _col1, _col2, _col3, _col4 + PartitionCols:_col0, _col1, _col2, _col3, _col4,null sort order:zzzzz,sort order:+++++ Group By Operator [GBY_67] (rows=1 width=367) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["count()"],keys:_col6, _col7, _col8, _col9, _col10 Top N Key Operator [TNK_104] (rows=1 width=363) - keys:_col6, _col7, _col8, _col9, _col10,sort order:+++++,top n:100 + keys:_col6, _col7, _col8, _col9, _col10,null sort order:zzzzz,sort order:+++++,top n:100 Select Operator [SEL_66] (rows=1 width=363) Output:["_col6","_col7","_col8","_col9","_col10"] Filter Operator [FIL_65] (rows=1 width=363) @@ -159,7 +160,7 @@ Stage-0 Conds:RS_62._col0=RS_223._col1(Left Outer),Output:["_col6","_col7","_col8","_col9","_col10","_col13"] <-Reducer 5 [SIMPLE_EDGE] PARTITION_ONLY_SHUFFLE [RS_62] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_47] (rows=1 width=367) Output:["_col0","_col6","_col7","_col8","_col9","_col10"] Filter Operator [FIL_46] (rows=1 width=367) @@ -168,21 +169,21 @@ Stage-0 Conds:RS_43._col0=RS_215._col1(Left Outer),Output:["_col0","_col6","_col7","_col8","_col9","_col10","_col11"] <-Reducer 17 [SIMPLE_EDGE] vectorized SHUFFLE [RS_215] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_214] (rows=1414922 width=7) Output:["_col0","_col1"] Group By Operator [GBY_213] (rows=1414922 width=3) Output:["_col0"],keys:KEY._col0 <-Reducer 16 [SIMPLE_EDGE] SHUFFLE [RS_29] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_28] (rows=143930993 width=3) Output:["_col0"],keys:_col1 Merge Join Operator [MERGEJOIN_179] (rows=143930993 width=3) Conds:RS_212._col0=RS_196._col0(Inner),Output:["_col1"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_196] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_193] (rows=150 width=4) Output:["_col0"] Filter Operator [FIL_192] (rows=150 width=12) @@ -191,7 +192,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 21 [SIMPLE_EDGE] vectorized SHUFFLE [RS_212] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_211] (rows=143930993 width=7) Output:["_col0","_col1"] Filter Operator [FIL_210] (rows=143930993 width=7) @@ -211,12 +212,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_193] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_43] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_181] (rows=525327388 width=363) Conds:RS_40._col0=RS_41._col0(Left Semi),Output:["_col0","_col6","_col7","_col8","_col9","_col10"] <-Reducer 13 [SIMPLE_EDGE] SHUFFLE [RS_41] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_39] (rows=525327388 width=3) Output:["_col0"],keys:_col0 Select Operator [SEL_17] (rows=525327388 width=3) @@ -225,11 +226,11 @@ Stage-0 Conds:RS_207._col0=RS_194._col0(Inner),Output:["_col1"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_194] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_193] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_207] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_206] (rows=525327388 width=7) Output:["_col0","_col1"] Filter Operator [FIL_205] (rows=525327388 width=7) @@ -249,24 +250,24 @@ Stage-0 Please refer to the previous Select Operator [SEL_193] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_40] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_177] (rows=4605476 width=363) Conds:RS_35._col1=RS_191._col0(Inner),Output:["_col0","_col6","_col7","_col8","_col9","_col10"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_191] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_190] (rows=1861800 width=363) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] TableScan [TS_6] (rows=1861800 width=363) default@customer_demographics,customer_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["cd_demo_sk","cd_gender","cd_marital_status","cd_education_status","cd_purchase_estimate","cd_credit_rating"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_35] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_176] (rows=4541258 width=5) Conds:RS_186._col2=RS_189._col0(Inner),Output:["_col0","_col1"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_186] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Select Operator [SEL_185] (rows=77201384 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_184] (rows=77201384 width=11) @@ -275,7 +276,7 @@ Stage-0 default@customer,c,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_current_cdemo_sk","c_current_addr_sk"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_189] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_188] (rows=2352941 width=90) Output:["_col0"] Filter Operator [FIL_187] (rows=2352941 width=90) @@ -284,25 +285,25 @@ Stage-0 default@customer_address,ca,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_state"] <-Reducer 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_223] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_222] (rows=1401496 width=7) Output:["_col0","_col1"] Group By Operator [GBY_221] (rows=1401496 width=3) Output:["_col0"],keys:KEY._col0 <-Reducer 19 [SIMPLE_EDGE] SHUFFLE [RS_59] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_58] (rows=285115246 width=3) Output:["_col0"],keys:_col1 Merge Join Operator [MERGEJOIN_180] (rows=285115246 width=3) Conds:RS_220._col0=RS_198._col0(Inner),Output:["_col1"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_198] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_193] <-Map 22 [SIMPLE_EDGE] vectorized SHUFFLE [RS_220] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_219] (rows=285115246 width=7) Output:["_col0","_col1"] Filter Operator [FIL_218] (rows=285115246 width=7) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query7.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query7.q.out index ea07ca398d..e4e28188dd 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query7.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query7.q.out @@ -74,34 +74,35 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_120] + null sort order:z,sort order:+ Select Operator [SEL_119] (rows=310774 width=444) Output:["_col0","_col1","_col2","_col3","_col4"] Group By Operator [GBY_118] (rows=310774 width=476) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)","sum(VALUE._col2)","count(VALUE._col3)","sum(VALUE._col4)","count(VALUE._col5)","sum(VALUE._col6)","count(VALUE._col7)"],keys:KEY._col0 <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_28] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:z,sort order:+ Group By Operator [GBY_27] (rows=462000 width=476) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"],aggregations:["sum(_col4)","count(_col4)","sum(_col5)","count(_col5)","sum(_col7)","count(_col7)","sum(_col6)","count(_col6)"],keys:_col12 Top N Key Operator [TNK_54] (rows=4635977 width=100) - keys:_col12,sort order:+,top n:100 + keys:_col12,null sort order:z,sort order:+,top n:100 Merge Join Operator [MERGEJOIN_98] (rows=4635977 width=100) Conds:RS_23._col1=RS_117._col0(Inner),Output:["_col4","_col5","_col6","_col7","_col12"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_117] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_116] (rows=462000 width=104) Output:["_col0","_col1"] TableScan [TS_12] (rows=462000 width=104) default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_23] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_97] (rows=4635977 width=4) Conds:RS_20._col3=RS_115._col0(Inner),Output:["_col1","_col4","_col5","_col6","_col7"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_115] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_114] (rows=2300 width=4) Output:["_col0"] Filter Operator [FIL_113] (rows=2300 width=174) @@ -110,12 +111,12 @@ Stage-0 default@promotion,promotion,Tbl:COMPLETE,Col:COMPLETE,Output:["p_promo_sk","p_channel_email","p_channel_event"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_20] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_96] (rows=4635977 width=4) Conds:RS_17._col0=RS_112._col0(Inner),Output:["_col1","_col3","_col4","_col5","_col6","_col7"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_112] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_111] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_110] (rows=652 width=8) @@ -124,12 +125,12 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_95] (rows=4635977 width=4) Conds:RS_109._col2=RS_101._col0(Inner),Output:["_col0","_col1","_col3","_col4","_col5","_col6","_col7"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_101] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_100] (rows=14776 width=4) Output:["_col0"] Filter Operator [FIL_99] (rows=14776 width=268) @@ -138,7 +139,7 @@ Stage-0 default@customer_demographics,customer_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["cd_demo_sk","cd_gender","cd_marital_status","cd_education_status"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_109] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Select Operator [SEL_108] (rows=501686735 width=340) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] Filter Operator [FIL_107] (rows=501686735 width=340) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query70.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query70.q.out index c33e75b1d3..6fc46fbd83 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query70.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query70.q.out @@ -107,6 +107,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_168] + null sort order:zzz,sort order:-++ Select Operator [SEL_167] (rows=720 width=492) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] PTF Operator [PTF_166] (rows=720 width=304) @@ -115,14 +116,14 @@ Stage-0 Output:["_col0","_col1","_col2","_col3"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_164] - PartitionCols:(grouping(_col3, 1L) + grouping(_col3, 0L)), CASE WHEN ((grouping(_col3, 0L) = UDFToLong(0))) THEN (_col0) ELSE (CAST( null AS STRING)) END + PartitionCols:(grouping(_col3, 1L) + grouping(_col3, 0L)), CASE WHEN ((grouping(_col3, 0L) = UDFToLong(0))) THEN (_col0) ELSE (CAST( null AS STRING)) END,null sort order:aaz,sort order:++- Select Operator [SEL_163] (rows=720 width=304) Output:["_col0","_col1","_col2","_col3"] Group By Operator [GBY_162] (rows=720 width=304) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_50] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_49] (rows=430560 width=304) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(_col2)"],keys:_col0, _col1, 0L Select Operator [SEL_47] (rows=525329897 width=290) @@ -131,12 +132,12 @@ Stage-0 Conds:RS_44._col1=RS_45._col0(Inner),Output:["_col2","_col6","_col7"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_44] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_133] (rows=525329897 width=110) Conds:RS_148._col0=RS_140._col0(Inner),Output:["_col1","_col2"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_140] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_139] (rows=317 width=8) Output:["_col0"] Filter Operator [FIL_138] (rows=317 width=8) @@ -145,7 +146,7 @@ Stage-0 default@date_dim,d1,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_month_seq"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_148] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_147] (rows=525329897 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_146] (rows=525329897 width=114) @@ -165,12 +166,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_139] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_45] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_136] (rows=556 width=188) Conds:RS_161._col2=RS_158._col0(Inner),Output:["_col0","_col1","_col2"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_161] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Select Operator [SEL_160] (rows=1704 width=188) Output:["_col0","_col1","_col2"] Filter Operator [FIL_159] (rows=1704 width=188) @@ -179,7 +180,7 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_county","s_state"] <-Reducer 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_158] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_157] (rows=16 width=86) Output:["_col0"] Filter Operator [FIL_156] (rows=16 width=198) @@ -190,25 +191,25 @@ Stage-0 Output:["_col0","_col1"] <-Reducer 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_153] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:az,sort order:+- Group By Operator [GBY_152] (rows=49 width=198) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 7 [SIMPLE_EDGE] SHUFFLE [RS_26] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_25] (rows=19404 width=198) Output:["_col0","_col1"],aggregations:["sum(_col2)"],keys:_col5 Top N Key Operator [TNK_87] (rows=525329897 width=192) - keys:_col5,sort order:+,top n:6 + keys:_col5,null sort order:a,sort order:+,top n:6 Merge Join Operator [MERGEJOIN_135] (rows=525329897 width=192) Conds:RS_21._col1=RS_151._col0(Inner),Output:["_col2","_col5"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_21] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Please refer to the previous Merge Join Operator [MERGEJOIN_133] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_151] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_150] (rows=1704 width=90) Output:["_col0","_col1"] Filter Operator [FIL_149] (rows=1704 width=90) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query71.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query71.q.out index 1238e6aa45..53fe483956 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query71.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query71.q.out @@ -115,20 +115,21 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_172] + null sort order:zz,sort order:-+ Select Operator [SEL_171] (rows=145803092 width=227) Output:["_col1","_col2","_col3","_col4","_col5"] Group By Operator [GBY_170] (rows=145803092 width=223) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3 <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_46] - PartitionCols:_col0, _col1, _col2, _col3 + PartitionCols:_col0, _col1, _col2, _col3,null sort order:aaaa,sort order:++++ Group By Operator [GBY_45] (rows=145803092 width=223) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col0)"],keys:_col4, _col7, _col8, _col5 Merge Join Operator [MERGEJOIN_140] (rows=145803092 width=204) Conds:RS_41._col2=RS_169._col0(Inner),Output:["_col0","_col4","_col5","_col7","_col8"] <-Map 19 [SIMPLE_EDGE] vectorized SHUFFLE [RS_169] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_168] (rows=43200 width=12) Output:["_col0","_col1","_col2"] Filter Operator [FIL_167] (rows=43200 width=99) @@ -137,12 +138,12 @@ Stage-0 default@time_dim,time_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["t_time_sk","t_hour","t_minute","t_meal_time"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_41] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_139] (rows=145803092 width=200) Conds:Union 3._col1=RS_166._col0(Inner),Output:["_col0","_col2","_col4","_col5"] <-Map 18 [SIMPLE_EDGE] vectorized SHUFFLE [RS_166] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_165] (rows=7333 width=107) Output:["_col0","_col1","_col2"] Filter Operator [FIL_164] (rows=7333 width=111) @@ -152,14 +153,14 @@ Stage-0 <-Union 3 [SIMPLE_EDGE] <-Reducer 11 [CONTAINS] Reduce Output Operator [RS_148] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_146] (rows=285116947 width=119) Output:["_col0","_col1","_col2"] Merge Join Operator [MERGEJOIN_145] (rows=285116947 width=119) Conds:RS_185._col0=RS_177._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 12 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_177] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_176] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_175] (rows=50 width=12) @@ -168,7 +169,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_185] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_184] (rows=285116947 width=123) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_183] (rows=285116947 width=123) @@ -188,14 +189,14 @@ Stage-0 Please refer to the previous Select Operator [SEL_176] <-Reducer 15 [CONTAINS] Reduce Output Operator [RS_152] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_150] (rows=525325345 width=114) Output:["_col0","_col1","_col2"] Merge Join Operator [MERGEJOIN_149] (rows=525325345 width=114) Conds:RS_196._col0=RS_188._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 16 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_188] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_187] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_186] (rows=50 width=12) @@ -204,7 +205,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_196] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_195] (rows=525325345 width=118) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_194] (rows=525325345 width=118) @@ -224,14 +225,14 @@ Stage-0 Please refer to the previous Select Operator [SEL_187] <-Reducer 2 [CONTAINS] Reduce Output Operator [RS_144] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_142] (rows=143930836 width=119) Output:["_col0","_col1","_col2"] Merge Join Operator [MERGEJOIN_141] (rows=143930836 width=119) Conds:RS_163._col0=RS_155._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_155] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_154] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_153] (rows=50 width=12) @@ -240,7 +241,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_163] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_162] (rows=143930836 width=123) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_161] (rows=143930836 width=123) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query72.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query72.q.out index 9d6a3f6a00..218d8f72b3 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query72.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query72.q.out @@ -108,11 +108,12 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_280] + null sort order:zzzz,sort order:-+++ Group By Operator [GBY_279] (rows=2645646117 width=312) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["count(VALUE._col0)","count(VALUE._col1)","count(VALUE._col2)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_66] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_65] (rows=2645646117 width=312) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["count(_col3)","count(_col4)","count()"],keys:_col0, _col1, _col2 Select Operator [SEL_63] (rows=6823092784 width=292) @@ -121,35 +122,35 @@ Stage-0 Conds:RS_60._col4, _col6=RS_278._col0, _col1(Left Outer),Output:["_col13","_col15","_col19","_col25"] <-Map 24 [SIMPLE_EDGE] vectorized SHUFFLE [RS_278] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Select Operator [SEL_277] (rows=28798881 width=8) Output:["_col0","_col1"] TableScan [TS_58] (rows=28798881 width=8) default@catalog_returns,catalog_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["cr_item_sk","cr_order_number"] <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_60] - PartitionCols:_col4, _col6 + PartitionCols:_col4, _col6,null sort order:aa,sort order:++ Select Operator [SEL_57] (rows=2645646117 width=300) Output:["_col4","_col6","_col13","_col15","_col19","_col25"] Merge Join Operator [MERGEJOIN_246] (rows=2645646117 width=300) Conds:RS_54._col4=RS_276._col0(Inner),Output:["_col4","_col6","_col13","_col20","_col21","_col25"] <-Map 23 [SIMPLE_EDGE] vectorized SHUFFLE [RS_276] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_275] (rows=462000 width=188) Output:["_col0","_col1"] TableScan [TS_29] (rows=462000 width=188) default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_desc"] <-Reducer 8 [SIMPLE_EDGE] SHUFFLE [RS_54] - PartitionCols:_col4 + PartitionCols:_col4,null sort order:a,sort order:+ Filter Operator [FIL_53] (rows=2645646117 width=132) predicate:(_col23 > _col14) Merge Join Operator [MERGEJOIN_245] (rows=7936938353 width=132) Conds:RS_50._col1=RS_274._col0(Inner),Output:["_col4","_col6","_col13","_col14","_col20","_col21","_col23"] <-Map 22 [SIMPLE_EDGE] vectorized SHUFFLE [RS_274] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_273] (rows=73049 width=12) Output:["_col0","_col1"] Filter Operator [FIL_272] (rows=73049 width=98) @@ -158,38 +159,38 @@ Stage-0 default@date_dim,d3,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_date"] <-Reducer 7 [SIMPLE_EDGE] SHUFFLE [RS_50] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_244] (rows=7936938353 width=127) Conds:RS_47._col5=RS_271._col0(Left Outer),Output:["_col1","_col4","_col6","_col13","_col14","_col20","_col21"] <-Map 21 [SIMPLE_EDGE] vectorized SHUFFLE [RS_271] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_270] (rows=2300 width=4) Output:["_col0"] TableScan [TS_24] (rows=2300 width=4) default@promotion,promotion,Tbl:COMPLETE,Col:COMPLETE,Output:["p_promo_sk"] <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_47] - PartitionCols:_col5 + PartitionCols:_col5,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_243] (rows=7936938353 width=127) Conds:RS_44._col17=RS_269._col0(Inner),Output:["_col1","_col4","_col5","_col6","_col13","_col14","_col20"] <-Map 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_269] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_268] (rows=27 width=104) Output:["_col0","_col1"] TableScan [TS_22] (rows=27 width=104) default@warehouse,warehouse,Tbl:COMPLETE,Col:COMPLETE,Output:["w_warehouse_sk","w_warehouse_name"] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_44] - PartitionCols:_col17 + PartitionCols:_col17,null sort order:a,sort order:+ Filter Operator [FIL_43] (rows=7936938353 width=39) predicate:(_col18 < _col7) Merge Join Operator [MERGEJOIN_242] (rows=23810815059 width=39) Conds:RS_40._col10, _col4=RS_267._col0, _col1(Inner),Output:["_col1","_col4","_col5","_col6","_col7","_col13","_col14","_col17","_col18"] <-Map 19 [SIMPLE_EDGE] vectorized SHUFFLE [RS_267] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Select Operator [SEL_266] (rows=35703276 width=15) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_265] (rows=35703276 width=15) @@ -198,17 +199,17 @@ Stage-0 default@inventory,inventory,Tbl:COMPLETE,Col:COMPLETE,Output:["inv_date_sk","inv_item_sk","inv_warehouse_sk","inv_quantity_on_hand"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_40] - PartitionCols:_col10, _col4 + PartitionCols:_col10, _col4,null sort order:aa,sort order:++ Merge Join Operator [MERGEJOIN_241] (rows=41723124 width=35) Conds:RS_37._col0=RS_38._col2(Inner),Output:["_col1","_col4","_col5","_col6","_col7","_col10","_col13","_col14"] <-Reducer 16 [SIMPLE_EDGE] SHUFFLE [RS_38] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_240] (rows=3621 width=20) Conds:RS_250._col1=RS_253._col1(Inner),Output:["_col0","_col2","_col3","_col4"] <-Map 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_250] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_249] (rows=73049 width=8) Output:["_col0","_col1"] Filter Operator [FIL_248] (rows=73049 width=8) @@ -217,7 +218,7 @@ Stage-0 default@date_dim,d2,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_week_seq"] <-Map 18 [SIMPLE_EDGE] vectorized SHUFFLE [RS_253] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_252] (rows=652 width=16) Output:["_col0","_col1","_col2"] Filter Operator [FIL_251] (rows=652 width=106) @@ -226,12 +227,12 @@ Stage-0 default@date_dim,d1,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_date","d_week_seq","d_year"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_37] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_239] (rows=41723124 width=23) Conds:RS_34._col3=RS_264._col0(Inner),Output:["_col0","_col1","_col4","_col5","_col6","_col7"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_264] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_263] (rows=1440 width=4) Output:["_col0"] Filter Operator [FIL_262] (rows=1440 width=96) @@ -240,12 +241,12 @@ Stage-0 default@household_demographics,household_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["hd_demo_sk","hd_buy_potential"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_34] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_238] (rows=41723124 width=27) Conds:RS_258._col2=RS_261._col0(Inner),Output:["_col0","_col1","_col3","_col4","_col5","_col6","_col7"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_258] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Select Operator [SEL_257] (rows=280863798 width=31) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] Filter Operator [FIL_256] (rows=280863798 width=31) @@ -265,7 +266,7 @@ Stage-0 Please refer to the previous Merge Join Operator [MERGEJOIN_240] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_261] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_260] (rows=265971 width=4) Output:["_col0"] Filter Operator [FIL_259] (rows=265971 width=89) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query73.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query73.q.out index b00fce2530..9cd36c4927 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query73.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query73.q.out @@ -86,20 +86,21 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_34] + null sort order:z,sort order:- Select Operator [SEL_33] (rows=5 width=364) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Merge Join Operator [MERGEJOIN_99] (rows=5 width=364) Conds:RS_101._col0=RS_122._col1(Inner),Output:["_col1","_col2","_col3","_col4","_col5","_col7"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_101] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_100] (rows=80000000 width=356) Output:["_col0","_col1","_col2","_col3","_col4"] TableScan [TS_0] (rows=80000000 width=356) default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_salutation","c_first_name","c_last_name","c_preferred_cust_flag"] <-Reducer 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_122] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Filter Operator [FIL_121] (rows=5 width=16) predicate:_col2 BETWEEN 1L AND 5L Select Operator [SEL_120] (rows=479121995 width=15) @@ -108,14 +109,14 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 7 [SIMPLE_EDGE] SHUFFLE [RS_25] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_24] (rows=479121995 width=15) Output:["_col0","_col1","_col2"],aggregations:["count()"],keys:_col1, _col4 Merge Join Operator [MERGEJOIN_98] (rows=479121995 width=7) Conds:RS_20._col3=RS_118._col0(Inner),Output:["_col1","_col4"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_118] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_117] (rows=56 width=4) Output:["_col0"] Filter Operator [FIL_116] (rows=56 width=102) @@ -124,12 +125,12 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_county"] <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_20] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_97] (rows=479121995 width=11) Conds:RS_17._col2=RS_115._col0(Inner),Output:["_col1","_col3","_col4"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_115] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_114] (rows=1152 width=4) Output:["_col0"] Filter Operator [FIL_113] (rows=1152 width=104) @@ -138,12 +139,12 @@ Stage-0 default@household_demographics,household_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["hd_demo_sk","hd_buy_potential","hd_dep_count","hd_vehicle_count"] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_96] (rows=479121995 width=15) Conds:RS_112._col0=RS_104._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_104] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_103] (rows=170 width=4) Output:["_col0"] Filter Operator [FIL_102] (rows=170 width=12) @@ -152,7 +153,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_dom"] <-Map 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_112] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_111] (rows=479121995 width=19) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_110] (rows=479121995 width=19) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query74.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query74.q.out index 68ff9ebf26..ac4d42dc70 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query74.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query74.q.out @@ -168,6 +168,7 @@ Stage-0 Output:["_col0","_col1","_col2"] <-Reducer 7 [SIMPLE_EDGE] SHUFFLE [RS_89] + null sort order:zzz,sort order:+++ Select Operator [SEL_88] (rows=19066162 width=280) Output:["_col0","_col1","_col2"] Filter Operator [FIL_87] (rows=19066162 width=732) @@ -176,31 +177,31 @@ Stage-0 Conds:RS_84._col3=RS_345._col0(Inner),Output:["_col1","_col2","_col4","_col6","_col7","_col8","_col9","_col10"] <-Reducer 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_345] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_344] (rows=80000000 width=392) Output:["_col0","_col1","_col2","_col3"],aggregations:["max(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 19 [SIMPLE_EDGE] SHUFFLE [RS_75] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_74] (rows=80000000 width=392) Output:["_col0","_col1","_col2","_col3"],aggregations:["max(_col2)"],keys:_col5, _col6, _col7 Merge Join Operator [MERGEJOIN_280] (rows=525327388 width=386) Conds:RS_70._col1=RS_312._col0(Inner),Output:["_col2","_col5","_col6","_col7"] <-Map 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_312] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_311] (rows=80000000 width=284) Output:["_col0","_col1","_col2","_col3"] TableScan [TS_65] (rows=80000000 width=284) default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_customer_id","c_first_name","c_last_name"] <-Reducer 18 [SIMPLE_EDGE] SHUFFLE [RS_70] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_279] (rows=525327388 width=110) Conds:RS_343._col0=RS_290._col0(Inner),Output:["_col1","_col2"] <-Map 21 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_290] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_287] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_284] (rows=652 width=8) @@ -209,7 +210,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Map 17 [SIMPLE_EDGE] vectorized SHUFFLE [RS_343] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_342] (rows=525327388 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_341] (rows=525327388 width=114) @@ -229,39 +230,39 @@ Stage-0 Please refer to the previous Select Operator [SEL_287] <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_84] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_282] (rows=31888273 width=440) Conds:RS_81._col3=RS_338._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col6"] <-Reducer 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_338] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_337] (rows=80000000 width=212) Output:["_col0","_col1"] Group By Operator [GBY_336] (rows=80000000 width=392) Output:["_col0","_col1","_col2","_col3"],aggregations:["max(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_56] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_55] (rows=80000000 width=392) Output:["_col0","_col1","_col2","_col3"],aggregations:["max(_col2)"],keys:_col5, _col6, _col7 Merge Join Operator [MERGEJOIN_278] (rows=143930993 width=391) Conds:RS_51._col1=RS_313._col0(Inner),Output:["_col2","_col5","_col6","_col7"] <-Map 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_313] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_311] <-Reducer 14 [SIMPLE_EDGE] SHUFFLE [RS_51] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_277] (rows=143930993 width=115) Conds:RS_335._col0=RS_292._col0(Inner),Output:["_col1","_col2"] <-Map 21 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_292] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_287] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_335] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_334] (rows=143930993 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_333] (rows=143930993 width=119) @@ -281,12 +282,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_287] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_81] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_281] (rows=26666666 width=328) Conds:RS_320._col0=RS_330._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Reducer 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_330] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_329] (rows=26666666 width=212) Output:["_col0","_col1"] Filter Operator [FIL_328] (rows=26666666 width=212) @@ -297,23 +298,23 @@ Stage-0 Output:["_col0","_col1","_col2","_col3"],aggregations:["max(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_36] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_35] (rows=80000000 width=392) Output:["_col0","_col1","_col2","_col3"],aggregations:["max(_col2)"],keys:_col5, _col6, _col7 Merge Join Operator [MERGEJOIN_276] (rows=525327388 width=386) Conds:RS_31._col1=RS_315._col0(Inner),Output:["_col2","_col5","_col6","_col7"] <-Map 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_315] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_311] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_31] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_275] (rows=525327388 width=110) Conds:RS_325._col0=RS_296._col0(Inner),Output:["_col1","_col2"] <-Map 21 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_296] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_289] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_286] (rows=652 width=8) @@ -321,7 +322,7 @@ Stage-0 Please refer to the previous TableScan [TS_62] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_325] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_324] (rows=525327388 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_323] (rows=525327388 width=114) @@ -341,7 +342,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_289] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_320] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_319] (rows=26666666 width=216) Output:["_col0","_col1","_col2"] Filter Operator [FIL_318] (rows=26666666 width=212) @@ -352,23 +353,23 @@ Stage-0 Output:["_col0","_col1","_col2","_col3"],aggregations:["max(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_16] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_15] (rows=80000000 width=392) Output:["_col0","_col1","_col2","_col3"],aggregations:["max(_col2)"],keys:_col5, _col6, _col7 Merge Join Operator [MERGEJOIN_274] (rows=143930993 width=391) Conds:RS_11._col1=RS_314._col0(Inner),Output:["_col2","_col5","_col6","_col7"] <-Map 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_314] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_311] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_11] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_273] (rows=143930993 width=115) Conds:RS_310._col0=RS_294._col0(Inner),Output:["_col1","_col2"] <-Map 21 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_294] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_288] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_285] (rows=652 width=8) @@ -376,7 +377,7 @@ Stage-0 Please refer to the previous TableScan [TS_62] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_310] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_309] (rows=143930993 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_308] (rows=143930993 width=119) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query75.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query75.q.out index b1341a2fdb..95635060c8 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query75.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query75.q.out @@ -208,6 +208,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_169] + null sort order:z,sort order:+ Select Operator [SEL_168] (rows=7853634 width=152) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] Filter Operator [FIL_167] (rows=7853634 width=256) @@ -216,7 +217,7 @@ Stage-0 Conds:RS_604._col0, _col1, _col2, _col3=RS_607._col0, _col1, _col2, _col3(Inner),Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col10","_col11"] <-Reducer 27 [SIMPLE_EDGE] vectorized SHUFFLE [RS_607] - PartitionCols:_col0, _col1, _col2, _col3 + PartitionCols:_col0, _col1, _col2, _col3,null sort order:aaaa,sort order:++++ Group By Operator [GBY_606] (rows=40320 width=136) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col4)","sum(_col5)"],keys:_col0, _col1, _col2, _col3 Group By Operator [GBY_605] (rows=1541596122 width=131) @@ -224,7 +225,7 @@ Stage-0 <-Union 26 [SIMPLE_EDGE] <-Reducer 25 [CONTAINS] vectorized Reduce Output Operator [RS_635] - PartitionCols:_col0, _col1, _col2, _col3 + PartitionCols:_col0, _col1, _col2, _col3,null sort order:aaaaaa,sort order:++++++ Group By Operator [GBY_634] (rows=1541596122 width=131) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],keys:_col0, _col1, _col2, _col3, _col4, _col5 Group By Operator [GBY_633] (rows=1298641485 width=131) @@ -232,7 +233,7 @@ Stage-0 <-Union 24 [SIMPLE_EDGE] <-Reducer 23 [CONTAINS] Reduce Output Operator [RS_536] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5 + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5,null sort order:aaaaaa,sort order:++++++ Group By Operator [GBY_535] (rows=1298641485 width=131) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],keys:_col0, _col1, _col2, _col3, _col4, _col5 Select Operator [SEL_533] (rows=455263131 width=131) @@ -241,19 +242,19 @@ Stage-0 Conds:RS_99._col1, _col2=RS_598._col0, _col1(Left Outer),Output:["_col3","_col4","_col7","_col8","_col9","_col10","_col13","_col14"] <-Map 38 [SIMPLE_EDGE] vectorized SHUFFLE [RS_598] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Select Operator [SEL_596] (rows=28798881 width=121) Output:["_col0","_col1","_col2","_col3"] TableScan [TS_9] (rows=28798881 width=121) default@catalog_returns,catalog_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["cr_item_sk","cr_order_number","cr_return_quantity","cr_return_amount"] <-Reducer 22 [SIMPLE_EDGE] SHUFFLE [RS_99] - PartitionCols:_col1, _col2 + PartitionCols:_col1, _col2,null sort order:aa,sort order:++ Merge Join Operator [MERGEJOIN_504] (rows=273092954 width=139) Conds:RS_96._col1=RS_593._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col7","_col8","_col9","_col10"] <-Map 37 [SIMPLE_EDGE] vectorized SHUFFLE [RS_593] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_589] (rows=45745 width=19) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_588] (rows=45745 width=109) @@ -262,12 +263,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_brand_id","i_class_id","i_category_id","i_category","i_manufact_id"] <-Reducer 21 [SIMPLE_EDGE] SHUFFLE [RS_96] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_503] (rows=286549727 width=123) Conds:RS_632._col0=RS_565._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 11 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_565] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_556] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_552] (rows=652 width=8) @@ -276,7 +277,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Map 43 [SIMPLE_EDGE] vectorized SHUFFLE [RS_632] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_631] (rows=286549727 width=127) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_630] (rows=286549727 width=127) @@ -296,7 +297,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_556] <-Reducer 31 [CONTAINS] Reduce Output Operator [RS_545] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5 + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5,null sort order:aaaaaa,sort order:++++++ Group By Operator [GBY_544] (rows=1298641485 width=131) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],keys:_col0, _col1, _col2, _col3, _col4, _col5 Select Operator [SEL_542] (rows=843378354 width=131) @@ -305,28 +306,28 @@ Stage-0 Conds:RS_120._col1, _col2=RS_619._col0, _col1(Left Outer),Output:["_col3","_col4","_col7","_col8","_col9","_col10","_col13","_col14"] <-Map 40 [SIMPLE_EDGE] vectorized SHUFFLE [RS_619] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Select Operator [SEL_617] (rows=57591150 width=119) Output:["_col0","_col1","_col2","_col3"] TableScan [TS_30] (rows=57591150 width=119) default@store_returns,store_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["sr_item_sk","sr_ticket_number","sr_return_quantity","sr_return_amt"] <-Reducer 30 [SIMPLE_EDGE] SHUFFLE [RS_120] - PartitionCols:_col1, _col2 + PartitionCols:_col1, _col2,null sort order:aa,sort order:++ Merge Join Operator [MERGEJOIN_507] (rows=524244194 width=134) Conds:RS_117._col1=RS_594._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col7","_col8","_col9","_col10"] <-Map 37 [SIMPLE_EDGE] vectorized SHUFFLE [RS_594] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_589] <-Reducer 29 [SIMPLE_EDGE] SHUFFLE [RS_117] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_506] (rows=550076554 width=118) Conds:RS_640._col0=RS_567._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 11 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_567] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_557] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_553] (rows=652 width=8) @@ -334,7 +335,7 @@ Stage-0 Please refer to the previous TableScan [TS_3] <-Map 44 [SIMPLE_EDGE] vectorized SHUFFLE [RS_640] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_639] (rows=550076554 width=122) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_638] (rows=550076554 width=122) @@ -354,7 +355,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_557] <-Reducer 35 [CONTAINS] Reduce Output Operator [RS_550] - PartitionCols:_col0, _col1, _col2, _col3 + PartitionCols:_col0, _col1, _col2, _col3,null sort order:aaaaaa,sort order:++++++ Group By Operator [GBY_549] (rows=1541596122 width=131) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],keys:_col0, _col1, _col2, _col3, _col4, _col5 Select Operator [SEL_547] (rows=242954637 width=131) @@ -363,28 +364,28 @@ Stage-0 Conds:RS_148._col1, _col2=RS_627._col0, _col1(Left Outer),Output:["_col3","_col4","_col7","_col8","_col9","_col10","_col13","_col14"] <-Map 42 [SIMPLE_EDGE] vectorized SHUFFLE [RS_627] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Select Operator [SEL_625] (rows=14398467 width=118) Output:["_col0","_col1","_col2","_col3"] TableScan [TS_58] (rows=14398467 width=118) default@web_returns,web_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["wr_item_sk","wr_order_number","wr_return_quantity","wr_return_amt"] <-Reducer 34 [SIMPLE_EDGE] SHUFFLE [RS_148] - PartitionCols:_col1, _col2 + PartitionCols:_col1, _col2,null sort order:aa,sort order:++ Merge Join Operator [MERGEJOIN_510] (rows=137205980 width=139) Conds:RS_145._col1=RS_595._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col7","_col8","_col9","_col10"] <-Map 37 [SIMPLE_EDGE] vectorized SHUFFLE [RS_595] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_589] <-Reducer 33 [SIMPLE_EDGE] SHUFFLE [RS_145] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_509] (rows=143966864 width=123) Conds:RS_645._col0=RS_569._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 11 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_569] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_558] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_554] (rows=652 width=8) @@ -392,7 +393,7 @@ Stage-0 Please refer to the previous TableScan [TS_3] <-Map 45 [SIMPLE_EDGE] vectorized SHUFFLE [RS_645] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_644] (rows=143966864 width=127) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_643] (rows=143966864 width=127) @@ -412,7 +413,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_558] <-Reducer 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_604] - PartitionCols:_col0, _col1, _col2, _col3 + PartitionCols:_col0, _col1, _col2, _col3,null sort order:aaaa,sort order:++++ Group By Operator [GBY_603] (rows=40320 width=136) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col4)","sum(_col5)"],keys:_col0, _col1, _col2, _col3 Group By Operator [GBY_602] (rows=1541596122 width=131) @@ -420,7 +421,7 @@ Stage-0 <-Union 7 [SIMPLE_EDGE] <-Reducer 19 [CONTAINS] Reduce Output Operator [RS_531] - PartitionCols:_col0, _col1, _col2, _col3 + PartitionCols:_col0, _col1, _col2, _col3,null sort order:aaaaaa,sort order:++++++ Group By Operator [GBY_530] (rows=1541596122 width=131) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],keys:_col0, _col1, _col2, _col3, _col4, _col5 Select Operator [SEL_528] (rows=242954637 width=131) @@ -429,25 +430,25 @@ Stage-0 Conds:RS_66._col1, _col2=RS_626._col0, _col1(Left Outer),Output:["_col3","_col4","_col7","_col8","_col9","_col10","_col13","_col14"] <-Map 42 [SIMPLE_EDGE] vectorized SHUFFLE [RS_626] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Please refer to the previous Select Operator [SEL_625] <-Reducer 18 [SIMPLE_EDGE] SHUFFLE [RS_66] - PartitionCols:_col1, _col2 + PartitionCols:_col1, _col2,null sort order:aa,sort order:++ Merge Join Operator [MERGEJOIN_501] (rows=137205980 width=139) Conds:RS_63._col1=RS_592._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col7","_col8","_col9","_col10"] <-Map 37 [SIMPLE_EDGE] vectorized SHUFFLE [RS_592] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_589] <-Reducer 17 [SIMPLE_EDGE] SHUFFLE [RS_63] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_500] (rows=143966864 width=123) Conds:RS_624._col0=RS_563._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 11 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_563] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_555] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_551] (rows=652 width=8) @@ -455,7 +456,7 @@ Stage-0 Please refer to the previous TableScan [TS_3] <-Map 41 [SIMPLE_EDGE] vectorized SHUFFLE [RS_624] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_623] (rows=143966864 width=127) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_622] (rows=143966864 width=127) @@ -475,7 +476,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_555] <-Reducer 6 [CONTAINS] vectorized Reduce Output Operator [RS_601] - PartitionCols:_col0, _col1, _col2, _col3 + PartitionCols:_col0, _col1, _col2, _col3,null sort order:aaaaaa,sort order:++++++ Group By Operator [GBY_600] (rows=1541596122 width=131) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],keys:_col0, _col1, _col2, _col3, _col4, _col5 Group By Operator [GBY_599] (rows=1298641485 width=131) @@ -483,7 +484,7 @@ Stage-0 <-Union 5 [SIMPLE_EDGE] <-Reducer 15 [CONTAINS] Reduce Output Operator [RS_526] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5 + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5,null sort order:aaaaaa,sort order:++++++ Group By Operator [GBY_525] (rows=1298641485 width=131) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],keys:_col0, _col1, _col2, _col3, _col4, _col5 Select Operator [SEL_523] (rows=843378354 width=131) @@ -492,29 +493,29 @@ Stage-0 Conds:RS_38._col1, _col2=RS_618._col0, _col1(Left Outer),Output:["_col3","_col4","_col7","_col8","_col9","_col10","_col13","_col14"] <-Map 40 [SIMPLE_EDGE] vectorized SHUFFLE [RS_618] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Please refer to the previous Select Operator [SEL_617] <-Reducer 14 [SIMPLE_EDGE] SHUFFLE [RS_38] - PartitionCols:_col1, _col2 + PartitionCols:_col1, _col2,null sort order:aa,sort order:++ Merge Join Operator [MERGEJOIN_498] (rows=524244194 width=134) Conds:RS_35._col1=RS_591._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col7","_col8","_col9","_col10"] <-Map 37 [SIMPLE_EDGE] vectorized SHUFFLE [RS_591] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_589] <-Reducer 13 [SIMPLE_EDGE] SHUFFLE [RS_35] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_497] (rows=550076554 width=118) Conds:RS_616._col0=RS_561._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 11 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_561] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_555] <-Map 39 [SIMPLE_EDGE] vectorized SHUFFLE [RS_616] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_615] (rows=550076554 width=122) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_614] (rows=550076554 width=122) @@ -534,7 +535,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_555] <-Reducer 4 [CONTAINS] Reduce Output Operator [RS_517] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5 + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5,null sort order:aaaaaa,sort order:++++++ Group By Operator [GBY_516] (rows=1298641485 width=131) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],keys:_col0, _col1, _col2, _col3, _col4, _col5 Select Operator [SEL_514] (rows=455263131 width=131) @@ -543,29 +544,29 @@ Stage-0 Conds:RS_17._col1, _col2=RS_597._col0, _col1(Left Outer),Output:["_col3","_col4","_col7","_col8","_col9","_col10","_col13","_col14"] <-Map 38 [SIMPLE_EDGE] vectorized SHUFFLE [RS_597] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Please refer to the previous Select Operator [SEL_596] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col1, _col2 + PartitionCols:_col1, _col2,null sort order:aa,sort order:++ Merge Join Operator [MERGEJOIN_495] (rows=273092954 width=139) Conds:RS_14._col1=RS_590._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col7","_col8","_col9","_col10"] <-Map 37 [SIMPLE_EDGE] vectorized SHUFFLE [RS_590] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_589] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_14] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_494] (rows=286549727 width=123) Conds:RS_587._col0=RS_559._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 11 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_559] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_555] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_587] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_586] (rows=286549727 width=127) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_585] (rows=286549727 width=127) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query76.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query76.q.out index c134e630bc..08c26cf74f 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query76.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query76.q.out @@ -80,42 +80,43 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_172] + null sort order:zzzzz,sort order:+++++ Group By Operator [GBY_171] (rows=5600 width=408) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["count(VALUE._col0)","sum(VALUE._col1)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4 <-Union 4 [SIMPLE_EDGE] <-Reducer 10 [CONTAINS] Reduce Output Operator [RS_161] - PartitionCols:_col0, _col1, _col2, _col3, _col4 + PartitionCols:_col0, _col1, _col2, _col3, _col4,null sort order:zzzzz,sort order:+++++ Group By Operator [GBY_160] (rows=224000 width=408) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["count()","sum(_col5)"],keys:_col0, _col1, _col2, _col3, _col4 Top N Key Operator [TNK_159] (rows=26219002 width=388) - keys:_col0, _col1, _col2, _col3, _col4,sort order:+++++,top n:100 + keys:_col0, _col1, _col2, _col3, _col4,null sort order:zzzzz,sort order:+++++,top n:100 Select Operator [SEL_157] (rows=1433911 width=399) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Merge Join Operator [MERGEJOIN_156] (rows=1433911 width=209) Conds:RS_39._col1=RS_185._col0(Inner),Output:["_col2","_col4","_col5","_col7"] <-Map 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_185] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_184] (rows=462000 width=94) Output:["_col0","_col1"] TableScan [TS_34] (rows=462000 width=94) default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_category"] <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_39] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_142] (rows=1433911 width=123) Conds:RS_183._col0=RS_165._col0(Inner),Output:["_col1","_col2","_col4","_col5"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_165] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_162] (rows=73049 width=12) Output:["_col0","_col1","_col2"] TableScan [TS_0] (rows=73049 width=12) default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_qoy"] <-Map 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_183] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_182] (rows=1433911 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_181] (rows=1433911 width=123) @@ -124,34 +125,34 @@ Stage-0 default@catalog_sales,catalog_sales,Tbl:COMPLETE,Col:COMPLETE,Output:["cs_sold_date_sk","cs_warehouse_sk","cs_item_sk","cs_ext_sales_price"] <-Reducer 3 [CONTAINS] Reduce Output Operator [RS_149] - PartitionCols:_col0, _col1, _col2, _col3, _col4 + PartitionCols:_col0, _col1, _col2, _col3, _col4,null sort order:zzzzz,sort order:+++++ Group By Operator [GBY_148] (rows=224000 width=408) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["count()","sum(_col5)"],keys:_col0, _col1, _col2, _col3, _col4 Top N Key Operator [TNK_147] (rows=26219002 width=388) - keys:_col0, _col1, _col2, _col3, _col4,sort order:+++++,top n:100 + keys:_col0, _col1, _col2, _col3, _col4,null sort order:zzzzz,sort order:+++++,top n:100 Select Operator [SEL_145] (rows=24749363 width=387) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Merge Join Operator [MERGEJOIN_144] (rows=24749363 width=204) Conds:RS_10._col4=RS_170._col0(Inner),Output:["_col1","_col2","_col5","_col7"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_170] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_169] (rows=462000 width=94) Output:["_col0","_col1"] TableScan [TS_5] (rows=462000 width=94) default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_category"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_10] - PartitionCols:_col4 + PartitionCols:_col4,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_138] (rows=24749363 width=118) Conds:RS_163._col0=RS_168._col0(Inner),Output:["_col1","_col2","_col4","_col5"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_163] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_162] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_168] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_167] (rows=24749363 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_166] (rows=24749363 width=118) @@ -160,34 +161,34 @@ Stage-0 default@store_sales,store_sales,Tbl:COMPLETE,Col:COMPLETE,Output:["ss_sold_date_sk","ss_item_sk","ss_addr_sk","ss_ext_sales_price"] <-Reducer 8 [CONTAINS] Reduce Output Operator [RS_155] - PartitionCols:_col0, _col1, _col2, _col3, _col4 + PartitionCols:_col0, _col1, _col2, _col3, _col4,null sort order:zzzzz,sort order:+++++ Group By Operator [GBY_154] (rows=224000 width=408) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["count()","sum(_col5)"],keys:_col0, _col1, _col2, _col3, _col4 Top N Key Operator [TNK_153] (rows=26219002 width=388) - keys:_col0, _col1, _col2, _col3, _col4,sort order:+++++,top n:100 + keys:_col0, _col1, _col2, _col3, _col4,null sort order:zzzzz,sort order:+++++,top n:100 Select Operator [SEL_151] (rows=35728 width=394) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Merge Join Operator [MERGEJOIN_150] (rows=35728 width=209) Conds:RS_24._col1=RS_180._col0(Inner),Output:["_col2","_col4","_col5","_col7"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_180] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_179] (rows=462000 width=94) Output:["_col0","_col1"] TableScan [TS_19] (rows=462000 width=94) default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_category"] <-Reducer 7 [SIMPLE_EDGE] SHUFFLE [RS_24] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_140] (rows=35728 width=123) Conds:RS_178._col0=RS_164._col0(Inner),Output:["_col1","_col2","_col4","_col5"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_164] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_162] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_178] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_177] (rows=35728 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_176] (rows=35728 width=123) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query77.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query77.q.out index 565a659ac0..0f1eafc4d8 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query77.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query77.q.out @@ -270,6 +270,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_268] + null sort order:zz,sort order:++ Select Operator [SEL_267] (rows=564 width=438) Output:["_col0","_col1","_col2","_col3","_col4"] Group By Operator [GBY_266] (rows=564 width=446) @@ -277,11 +278,11 @@ Stage-0 <-Union 5 [SIMPLE_EDGE] <-Reducer 14 [CONTAINS] Reduce Output Operator [RS_230] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:zza,sort order:+++ Group By Operator [GBY_229] (rows=564 width=446) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col2)","sum(_col3)","sum(_col4)"],keys:_col0, _col1, 0L Top N Key Operator [TNK_228] (rows=531 width=435) - keys:_col0, _col1, 0L,sort order:+++,top n:100 + keys:_col0, _col1, 0L,null sort order:zza,sort order:+++,top n:100 Select Operator [SEL_226] (rows=10 width=439) Output:["_col0","_col1","_col2","_col3","_col4"] Merge Join Operator [MERGEJOIN_225] (rows=10 width=452) @@ -292,14 +293,14 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)"],keys:KEY._col0 <-Reducer 12 [SIMPLE_EDGE] SHUFFLE [RS_45] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_44] (rows=2550 width=227) Output:["_col0","_col1","_col2"],aggregations:["sum(_col2)","sum(_col3)"],keys:_col1 Merge Join Operator [MERGEJOIN_212] (rows=286549727 width=227) Conds:RS_276._col0=RS_242._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_242] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_238] (rows=8116 width=4) Output:["_col0"] Filter Operator [FIL_237] (rows=8116 width=98) @@ -308,7 +309,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_date"] <-Map 25 [SIMPLE_EDGE] vectorized SHUFFLE [RS_276] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_275] (rows=286549727 width=231) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_274] (rows=286549727 width=231) @@ -338,11 +339,11 @@ Stage-0 Conds:RS_281._col0=RS_244._col0(Inner),Output:["_col1","_col2"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_244] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_238] <-Map 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_281] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_280] (rows=28798881 width=223) Output:["_col0","_col1","_col2"] Filter Operator [FIL_279] (rows=28798881 width=223) @@ -351,23 +352,23 @@ Stage-0 default@catalog_returns,catalog_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["cr_returned_date_sk","cr_return_amount","cr_net_loss"] <-Reducer 20 [CONTAINS] Reduce Output Operator [RS_236] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:zza,sort order:+++ Group By Operator [GBY_235] (rows=564 width=446) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col2)","sum(_col3)","sum(_col4)"],keys:_col0, _col1, 0L Top N Key Operator [TNK_234] (rows=531 width=435) - keys:_col0, _col1, 0L,sort order:+++,top n:100 + keys:_col0, _col1, 0L,null sort order:zza,sort order:+++,top n:100 Select Operator [SEL_232] (rows=394 width=435) Output:["_col0","_col1","_col2","_col3","_col4"] Merge Join Operator [MERGEJOIN_231] (rows=394 width=335) Conds:RS_290._col0=RS_295._col0(Left Outer),Output:["_col0","_col1","_col2","_col4","_col5"] <-Reducer 19 [SIMPLE_EDGE] vectorized SHUFFLE [RS_290] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_289] (rows=206 width=228) Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)"],keys:KEY._col0 <-Reducer 18 [SIMPLE_EDGE] SHUFFLE [RS_79] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_78] (rows=26574 width=227) Output:["_col0","_col1","_col2"],aggregations:["sum(_col1)","sum(_col2)"],keys:_col0 Select Operator [SEL_76] (rows=143931136 width=227) @@ -376,11 +377,11 @@ Stage-0 Conds:RS_288._col0=RS_245._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_245] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_238] <-Map 27 [SIMPLE_EDGE] vectorized SHUFFLE [RS_288] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_287] (rows=143931136 width=231) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_286] (rows=143931136 width=231) @@ -400,12 +401,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_238] <-Reducer 23 [SIMPLE_EDGE] vectorized SHUFFLE [RS_295] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_294] (rows=188 width=227) Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)"],keys:KEY._col0 <-Reducer 22 [SIMPLE_EDGE] SHUFFLE [RS_94] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_93] (rows=2256 width=227) Output:["_col0","_col1","_col2"],aggregations:["sum(_col1)","sum(_col2)"],keys:_col0 Select Operator [SEL_91] (rows=13129719 width=217) @@ -414,11 +415,11 @@ Stage-0 Conds:RS_293._col0=RS_247._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_247] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_238] <-Map 28 [SIMPLE_EDGE] vectorized SHUFFLE [RS_293] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_292] (rows=13129719 width=221) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_291] (rows=13129719 width=221) @@ -427,23 +428,23 @@ Stage-0 default@web_returns,web_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["wr_returned_date_sk","wr_web_page_sk","wr_return_amt","wr_net_loss"] <-Reducer 4 [CONTAINS] Reduce Output Operator [RS_224] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:zza,sort order:+++ Group By Operator [GBY_223] (rows=564 width=446) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col2)","sum(_col3)","sum(_col4)"],keys:_col0, _col1, 0L Top N Key Operator [TNK_222] (rows=531 width=435) - keys:_col0, _col1, 0L,sort order:+++,top n:100 + keys:_col0, _col1, 0L,null sort order:zza,sort order:+++,top n:100 Select Operator [SEL_220] (rows=127 width=436) Output:["_col0","_col1","_col2","_col3","_col4"] Merge Join Operator [MERGEJOIN_219] (rows=127 width=379) Conds:RS_260._col0=RS_265._col0(Left Outer),Output:["_col0","_col1","_col2","_col4","_col5"] <-Reducer 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_265] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_264] (rows=85 width=227) Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)"],keys:KEY._col0 <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_27] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_26] (rows=3995 width=227) Output:["_col0","_col1","_col2"],aggregations:["sum(_col1)","sum(_col2)"],keys:_col0 Select Operator [SEL_24] (rows=53634860 width=220) @@ -452,11 +453,11 @@ Stage-0 Conds:RS_263._col0=RS_241._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_241] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_238] <-Map 24 [SIMPLE_EDGE] vectorized SHUFFLE [RS_263] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_262] (rows=53634860 width=223) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_261] (rows=53634860 width=223) @@ -465,12 +466,12 @@ Stage-0 default@store_returns,store_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["sr_returned_date_sk","sr_store_sk","sr_return_amt","sr_net_loss"] <-Reducer 3 [SIMPLE_EDGE] vectorized SHUFFLE [RS_260] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_259] (rows=84 width=227) Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)"],keys:KEY._col0 <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_12] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_11] (rows=37548 width=227) Output:["_col0","_col1","_col2"],aggregations:["sum(_col1)","sum(_col2)"],keys:_col0 Select Operator [SEL_9] (rows=525329897 width=217) @@ -479,11 +480,11 @@ Stage-0 Conds:RS_258._col0=RS_239._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_239] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_238] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_258] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_257] (rows=525329897 width=221) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_256] (rows=525329897 width=221) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query78.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query78.q.out index ecb434d3cd..193f546782 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query78.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query78.q.out @@ -162,27 +162,28 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9"] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_73] + null sort order:zzzzzzzzz,sort order:++---++++ Select Operator [SEL_72] (rows=5221812635288 width=719) Output:["_col0","_col1","_col6","_col7","_col8","_col9","_col10","_col11","_col12"] Merge Join Operator [MERGEJOIN_220] (rows=5221812635288 width=703) Conds:RS_69._col0, _col1=RS_266._col0, _col1(Inner),Output:["_col0","_col1","_col2","_col3","_col4","_col6","_col7","_col8","_col11","_col12","_col13"] <-Reducer 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_266] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Filter Operator [FIL_265] (rows=113538342 width=239) predicate:(_col2 > 0L) Group By Operator [GBY_264] (rows=113538342 width=239) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)"],keys:KEY._col0, KEY._col1 <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_62] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_61] (rows=113538342 width=239) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col4)","sum(_col5)","sum(_col6)"],keys:_col2, _col3 Merge Join Operator [MERGEJOIN_218] (rows=113538342 width=235) Conds:RS_227._col0=RS_58._col0(Inner),Output:["_col2","_col3","_col4","_col5","_col6"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_227] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_222] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_221] (rows=652 width=8) @@ -191,7 +192,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Reducer 21 [SIMPLE_EDGE] SHUFFLE [RS_58] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_56] (rows=113538342 width=239) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_55] (rows=113538342 width=242) @@ -200,7 +201,7 @@ Stage-0 Conds:RS_261._col1, _col3=RS_263._col0, _col1(Left Outer),Output:["_col0","_col1","_col2","_col4","_col5","_col6","_col8"] <-Map 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_261] - PartitionCols:_col1, _col3 + PartitionCols:_col1, _col3,null sort order:aa,sort order:++ Select Operator [SEL_260] (rows=143930993 width=243) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] Filter Operator [FIL_259] (rows=143930993 width=243) @@ -220,37 +221,37 @@ Stage-0 Please refer to the previous Select Operator [SEL_222] <-Map 22 [SIMPLE_EDGE] vectorized SHUFFLE [RS_263] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Select Operator [SEL_262] (rows=14398467 width=8) Output:["_col0","_col1"] TableScan [TS_50] (rows=14398467 width=8) default@web_returns,web_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["wr_item_sk","wr_order_number"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_69] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Merge Join Operator [MERGEJOIN_219] (rows=65074513381 width=471) Conds:RS_244._col1=RS_256._col0(Inner),Output:["_col0","_col1","_col2","_col3","_col4","_col6","_col7","_col8"] <-Reducer 3 [SIMPLE_EDGE] vectorized SHUFFLE [RS_244] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_243] (rows=319876350 width=239) Output:["_col0","_col1","_col2","_col3","_col4"] Group By Operator [GBY_242] (rows=319876350 width=239) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)"],keys:KEY._col0, KEY._col1 <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_17] (rows=319876350 width=239) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col4)","sum(_col5)","sum(_col6)"],keys:_col3, _col2 Merge Join Operator [MERGEJOIN_214] (rows=319876350 width=229) Conds:RS_223._col0=RS_14._col0(Inner),Output:["_col2","_col3","_col4","_col5","_col6"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_223] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_222] <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_14] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_12] (rows=319876350 width=233) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_11] (rows=319876350 width=236) @@ -259,7 +260,7 @@ Stage-0 Conds:RS_239._col1, _col3=RS_241._col0, _col1(Left Outer),Output:["_col0","_col1","_col2","_col4","_col5","_col6","_col8"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_239] - PartitionCols:_col1, _col3 + PartitionCols:_col1, _col3,null sort order:aa,sort order:++ Select Operator [SEL_238] (rows=525327388 width=233) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] Filter Operator [FIL_237] (rows=525327388 width=233) @@ -279,14 +280,14 @@ Stage-0 Please refer to the previous Select Operator [SEL_222] <-Map 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_241] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Select Operator [SEL_240] (rows=57591150 width=8) Output:["_col0","_col1"] TableScan [TS_6] (rows=57591150 width=8) default@store_returns,store_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["sr_item_sk","sr_ticket_number"] <-Reducer 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_256] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_255] (rows=285117831 width=235) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_254] (rows=285117831 width=239) @@ -297,18 +298,18 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)"],keys:KEY._col0, KEY._col1 <-Reducer 8 [SIMPLE_EDGE] SHUFFLE [RS_39] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_38] (rows=285117831 width=239) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col4)","sum(_col5)","sum(_col6)"],keys:_col2, _col3 Merge Join Operator [MERGEJOIN_216] (rows=285117831 width=235) Conds:RS_225._col0=RS_35._col0(Inner),Output:["_col2","_col3","_col4","_col5","_col6"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_225] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_222] <-Reducer 18 [SIMPLE_EDGE] SHUFFLE [RS_35] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_33] (rows=285117831 width=239) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_32] (rows=285117831 width=240) @@ -317,7 +318,7 @@ Stage-0 Conds:RS_249._col2, _col3=RS_251._col0, _col1(Left Outer),Output:["_col0","_col1","_col2","_col4","_col5","_col6","_col8"] <-Map 17 [SIMPLE_EDGE] vectorized SHUFFLE [RS_249] - PartitionCols:_col2, _col3 + PartitionCols:_col2, _col3,null sort order:aa,sort order:++ Select Operator [SEL_248] (rows=285117831 width=242) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] Filter Operator [FIL_247] (rows=285117831 width=242) @@ -337,7 +338,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_222] <-Map 19 [SIMPLE_EDGE] vectorized SHUFFLE [RS_251] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Select Operator [SEL_250] (rows=28798881 width=8) Output:["_col0","_col1"] TableScan [TS_27] (rows=28798881 width=8) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query79.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query79.q.out index 9e9bbec9e2..6677b7f3e1 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query79.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query79.q.out @@ -78,34 +78,35 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_32] + null sort order:zzzz,sort order:++++ Select Operator [SEL_31] (rows=479121995 width=776) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] Merge Join Operator [MERGEJOIN_99] (rows=479121995 width=685) Conds:RS_101._col0=RS_121._col1(Inner),Output:["_col1","_col2","_col3","_col5","_col6","_col7","_col8"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_101] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_100] (rows=80000000 width=184) Output:["_col0","_col1","_col2"] TableScan [TS_0] (rows=80000000 width=184) default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_first_name","c_last_name"] <-Reducer 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_121] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_120] (rows=479121995 width=508) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Group By Operator [GBY_119] (rows=479121995 width=328) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3 <-Reducer 7 [SIMPLE_EDGE] SHUFFLE [RS_25] - PartitionCols:_col0, _col1, _col2, _col3 + PartitionCols:_col0, _col1, _col2, _col3,null sort order:aaaa,sort order:++++ Group By Operator [GBY_24] (rows=479121995 width=328) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col6)","sum(_col7)"],keys:_col1, _col3, _col5, _col10 Merge Join Operator [MERGEJOIN_98] (rows=479121995 width=318) Conds:RS_20._col2=RS_118._col0(Inner),Output:["_col1","_col3","_col5","_col6","_col7","_col10"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_118] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_117] (rows=6415 width=4) Output:["_col0"] Filter Operator [FIL_116] (rows=6415 width=12) @@ -114,12 +115,12 @@ Stage-0 default@household_demographics,household_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["hd_demo_sk","hd_dep_count","hd_vehicle_count"] <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_20] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_97] (rows=479121995 width=322) Conds:RS_17._col4=RS_115._col0(Inner),Output:["_col1","_col2","_col3","_col5","_col6","_col7","_col10"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_115] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_114] (rows=1704 width=97) Output:["_col0","_col1"] Filter Operator [FIL_113] (rows=1704 width=100) @@ -128,12 +129,12 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_number_employees","s_city"] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col4 + PartitionCols:_col4,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_96] (rows=479121995 width=233) Conds:RS_112._col0=RS_104._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5","_col6","_col7"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_104] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_103] (rows=391 width=4) Output:["_col0"] Filter Operator [FIL_102] (rows=391 width=12) @@ -142,7 +143,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_dow"] <-Map 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_112] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_111] (rows=479121995 width=237) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] Filter Operator [FIL_110] (rows=479121995 width=237) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query8.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query8.q.out index f1297b8cf4..f036baf048 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query8.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query8.q.out @@ -252,25 +252,26 @@ Stage-0 Output:["_col0","_col1"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_146] + null sort order:z,sort order:+ Group By Operator [GBY_145] (rows=1 width=200) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_57] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:z,sort order:+ Group By Operator [GBY_56] (rows=401 width=200) Output:["_col0","_col1"],aggregations:["sum(_col2)"],keys:_col6 Top N Key Operator [TNK_84] (rows=525329897 width=194) - keys:_col6,sort order:+,top n:100 + keys:_col6,null sort order:z,sort order:+,top n:100 Merge Join Operator [MERGEJOIN_118] (rows=525329897 width=194) Conds:RS_52._col1=RS_53._col1(Inner),Output:["_col2","_col6"] <-Reducer 12 [SIMPLE_EDGE] SHUFFLE [RS_53] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_117] (rows=1 width=92) Conds:RS_141._col0=RS_144._col2(Inner),Output:["_col1","_col2"] <-Map 18 [SIMPLE_EDGE] vectorized SHUFFLE [RS_144] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Select Operator [SEL_143] (rows=1704 width=276) Output:["_col0","_col1","_col2"] Filter Operator [FIL_142] (rows=1704 width=181) @@ -279,7 +280,7 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_store_name","s_zip"] <-Reducer 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_141] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_140] (rows=1 width=184) Output:["_col0"] Filter Operator [FIL_139] (rows=1 width=192) @@ -289,14 +290,14 @@ Stage-0 <-Union 10 [SIMPLE_EDGE] <-Reducer 16 [CONTAINS] vectorized Reduce Output Operator [RS_170] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_169] (rows=5633 width=192) Output:["_col0","_col1"],aggregations:["count(_col1)"],keys:_col0 Group By Operator [GBY_168] (rows=1126 width=192) Output:["_col0","_col1"],aggregations:["count(VALUE._col0)"],keys:KEY._col0 <-Reducer 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_167] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_166] (rows=1126 width=192) Output:["_col0","_col1"],aggregations:["count()"],keys:_col0 Select Operator [SEL_165] (rows=2253 width=97) @@ -307,14 +308,14 @@ Stage-0 Output:["_col0","_col1"],aggregations:["count(VALUE._col0)"],keys:KEY._col0 <-Reducer 14 [SIMPLE_EDGE] SHUFFLE [RS_25] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_24] (rows=67610 width=97) Output:["_col0","_col1"],aggregations:["count()"],keys:_col1 Merge Join Operator [MERGEJOIN_116] (rows=26666667 width=89) Conds:RS_159._col0=RS_162._col0(Inner),Output:["_col1"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_159] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_158] (rows=40000000 width=93) Output:["_col0","_col1"] Filter Operator [FIL_157] (rows=40000000 width=93) @@ -323,7 +324,7 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_zip"] <-Map 17 [SIMPLE_EDGE] vectorized SHUFFLE [RS_162] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_161] (rows=26666667 width=4) Output:["_col0"] Filter Operator [FIL_160] (rows=26666667 width=89) @@ -332,14 +333,14 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_current_addr_sk","c_preferred_cust_flag"] <-Reducer 9 [CONTAINS] vectorized Reduce Output Operator [RS_156] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_155] (rows=5633 width=192) Output:["_col0","_col1"],aggregations:["count(_col1)"],keys:_col0 Group By Operator [GBY_154] (rows=10141 width=192) Output:["_col0","_col1"],aggregations:["count(VALUE._col0)"],keys:KEY._col0 <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_153] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_152] (rows=141974 width=192) Output:["_col0","_col1"],aggregations:["count()"],keys:_col0 Select Operator [SEL_151] (rows=20000000 width=89) @@ -350,12 +351,12 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_zip"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_52] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_115] (rows=525329897 width=110) Conds:RS_137._col0=RS_129._col0(Inner),Output:["_col1","_col2"] <-Map 6 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_129] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_128] (rows=130 width=4) Output:["_col0"] Filter Operator [FIL_127] (rows=130 width=12) @@ -364,7 +365,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_qoy"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_137] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_136] (rows=525329897 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_135] (rows=525329897 width=114) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query80.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query80.q.out index ec790a47ed..d4e913cb4f 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query80.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query80.q.out @@ -256,6 +256,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"] <-Reducer 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_427] + null sort order:zz,sort order:++ Select Operator [SEL_426] (rows=59581 width=619) Output:["_col0","_col1","_col2","_col3","_col4"] Group By Operator [GBY_425] (rows=59581 width=627) @@ -263,18 +264,18 @@ Stage-0 <-Union 8 [SIMPLE_EDGE] <-Reducer 18 [CONTAINS] vectorized Reduce Output Operator [RS_444] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:zza,sort order:+++ Group By Operator [GBY_443] (rows=59581 width=627) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col2)","sum(_col3)","sum(_col4)"],keys:_col0, _col1, 0L Top N Key Operator [TNK_442] (rows=39721 width=618) - keys:_col0, _col1, 0L,sort order:+++,top n:100 + keys:_col0, _col1, 0L,null sort order:zza,sort order:+++,top n:100 Select Operator [SEL_441] (rows=38846 width=619) Output:["_col0","_col1","_col2","_col3","_col4"] Group By Operator [GBY_440] (rows=38846 width=436) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)"],keys:KEY._col0 <-Reducer 17 [SIMPLE_EDGE] SHUFFLE [RS_71] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_70] (rows=7613816 width=436) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(_col1)","sum(_col2)","sum(_col3)"],keys:_col0 Select Operator [SEL_68] (rows=154681759 width=322) @@ -283,19 +284,19 @@ Stage-0 Conds:RS_65._col1=RS_439._col0(Inner),Output:["_col5","_col6","_col9","_col10","_col15"] <-Map 32 [SIMPLE_EDGE] vectorized SHUFFLE [RS_439] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_438] (rows=46000 width=104) Output:["_col0","_col1"] TableScan [TS_51] (rows=46000 width=104) default@catalog_page,catalog_page,Tbl:COMPLETE,Col:COMPLETE,Output:["cp_catalog_page_sk","cp_catalog_page_id"] <-Reducer 16 [SIMPLE_EDGE] SHUFFLE [RS_65] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_362] (rows=154681759 width=226) Conds:RS_62._col3=RS_416._col0(Inner),Output:["_col1","_col5","_col6","_col9","_col10"] <-Map 27 [SIMPLE_EDGE] vectorized SHUFFLE [RS_416] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_414] (rows=1150 width=4) Output:["_col0"] Filter Operator [FIL_413] (rows=1150 width=89) @@ -304,12 +305,12 @@ Stage-0 default@promotion,promotion,Tbl:COMPLETE,Col:COMPLETE,Output:["p_promo_sk","p_channel_tv"] <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_62] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_361] (rows=154681759 width=230) Conds:RS_59._col2=RS_411._col0(Inner),Output:["_col1","_col3","_col5","_col6","_col9","_col10"] <-Map 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_411] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_409] (rows=154000 width=4) Output:["_col0"] Filter Operator [FIL_408] (rows=154000 width=115) @@ -318,12 +319,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_current_price"] <-Reducer 14 [SIMPLE_EDGE] SHUFFLE [RS_59] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_360] (rows=464045263 width=322) Conds:RS_56._col0=RS_391._col0(Inner),Output:["_col1","_col2","_col3","_col5","_col6","_col9","_col10"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_391] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_388] (rows=8116 width=4) Output:["_col0"] Filter Operator [FIL_387] (rows=8116 width=98) @@ -332,12 +333,12 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_date"] <-Reducer 30 [SIMPLE_EDGE] SHUFFLE [RS_56] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_359] (rows=464045263 width=326) Conds:RS_435._col2, _col4=RS_437._col0, _col1(Left Outer),Output:["_col0","_col1","_col2","_col3","_col5","_col6","_col9","_col10"] <-Map 29 [SIMPLE_EDGE] vectorized SHUFFLE [RS_435] - PartitionCols:_col2, _col4 + PartitionCols:_col2, _col4,null sort order:aa,sort order:++ Select Operator [SEL_434] (rows=283691906 width=243) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] Filter Operator [FIL_433] (rows=283691906 width=243) @@ -357,25 +358,25 @@ Stage-0 Please refer to the previous Select Operator [SEL_388] <-Map 31 [SIMPLE_EDGE] vectorized SHUFFLE [RS_437] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Select Operator [SEL_436] (rows=28798881 width=227) Output:["_col0","_col1","_col2","_col3"] TableScan [TS_40] (rows=28798881 width=227) default@catalog_returns,catalog_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["cr_item_sk","cr_order_number","cr_return_amount","cr_net_loss"] <-Reducer 24 [CONTAINS] vectorized Reduce Output Operator [RS_458] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:zza,sort order:+++ Group By Operator [GBY_457] (rows=59581 width=627) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col2)","sum(_col3)","sum(_col4)"],keys:_col0, _col1, 0L Top N Key Operator [TNK_456] (rows=39721 width=618) - keys:_col0, _col1, 0L,sort order:+++,top n:100 + keys:_col0, _col1, 0L,null sort order:zza,sort order:+++,top n:100 Select Operator [SEL_455] (rows=53 width=615) Output:["_col0","_col1","_col2","_col3","_col4"] Group By Operator [GBY_454] (rows=53 width=436) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)"],keys:KEY._col0 <-Reducer 23 [SIMPLE_EDGE] SHUFFLE [RS_109] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_108] (rows=5724 width=436) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(_col1)","sum(_col2)","sum(_col3)"],keys:_col0 Select Operator [SEL_106] (rows=84869669 width=323) @@ -384,46 +385,46 @@ Stage-0 Conds:RS_103._col2=RS_453._col0(Inner),Output:["_col5","_col6","_col9","_col10","_col15"] <-Map 36 [SIMPLE_EDGE] vectorized SHUFFLE [RS_453] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_452] (rows=84 width=104) Output:["_col0","_col1"] TableScan [TS_89] (rows=84 width=104) default@web_site,web_site,Tbl:COMPLETE,Col:COMPLETE,Output:["web_site_sk","web_site_id"] <-Reducer 22 [SIMPLE_EDGE] SHUFFLE [RS_103] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_367] (rows=84869669 width=227) Conds:RS_100._col3=RS_417._col0(Inner),Output:["_col2","_col5","_col6","_col9","_col10"] <-Map 27 [SIMPLE_EDGE] vectorized SHUFFLE [RS_417] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_414] <-Reducer 21 [SIMPLE_EDGE] SHUFFLE [RS_100] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_366] (rows=84869669 width=231) Conds:RS_97._col1=RS_412._col0(Inner),Output:["_col2","_col3","_col5","_col6","_col9","_col10"] <-Map 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_412] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_409] <-Reducer 20 [SIMPLE_EDGE] SHUFFLE [RS_97] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_365] (rows=254608997 width=359) Conds:RS_94._col0=RS_393._col0(Inner),Output:["_col1","_col2","_col3","_col5","_col6","_col9","_col10"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_393] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_388] <-Reducer 34 [SIMPLE_EDGE] SHUFFLE [RS_94] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_364] (rows=254608997 width=363) Conds:RS_449._col1, _col4=RS_451._col0, _col1(Left Outer),Output:["_col0","_col1","_col2","_col3","_col5","_col6","_col9","_col10"] <-Map 33 [SIMPLE_EDGE] vectorized SHUFFLE [RS_449] - PartitionCols:_col1, _col4 + PartitionCols:_col1, _col4,null sort order:aa,sort order:++ Select Operator [SEL_448] (rows=143894769 width=243) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] Filter Operator [FIL_447] (rows=143894769 width=243) @@ -443,25 +444,25 @@ Stage-0 Please refer to the previous Select Operator [SEL_388] <-Map 35 [SIMPLE_EDGE] vectorized SHUFFLE [RS_451] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Select Operator [SEL_450] (rows=14398467 width=221) Output:["_col0","_col1","_col2","_col3"] TableScan [TS_78] (rows=14398467 width=221) default@web_returns,web_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["wr_item_sk","wr_order_number","wr_return_amt","wr_net_loss"] <-Reducer 7 [CONTAINS] vectorized Reduce Output Operator [RS_424] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:zza,sort order:+++ Group By Operator [GBY_423] (rows=59581 width=627) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col2)","sum(_col3)","sum(_col4)"],keys:_col0, _col1, 0L Top N Key Operator [TNK_422] (rows=39721 width=618) - keys:_col0, _col1, 0L,sort order:+++,top n:100 + keys:_col0, _col1, 0L,null sort order:zza,sort order:+++,top n:100 Select Operator [SEL_421] (rows=822 width=617) Output:["_col0","_col1","_col2","_col3","_col4"] Group By Operator [GBY_420] (rows=822 width=436) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)"],keys:KEY._col0 <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_34] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_33] (rows=265506 width=436) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(_col1)","sum(_col2)","sum(_col3)"],keys:_col0 Select Operator [SEL_31] (rows=270716624 width=305) @@ -470,46 +471,46 @@ Stage-0 Conds:RS_28._col2=RS_419._col0(Inner),Output:["_col5","_col6","_col9","_col10","_col15"] <-Map 28 [SIMPLE_EDGE] vectorized SHUFFLE [RS_419] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_418] (rows=1704 width=104) Output:["_col0","_col1"] TableScan [TS_14] (rows=1704 width=104) default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_store_id"] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_28] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_357] (rows=270716624 width=208) Conds:RS_25._col3=RS_415._col0(Inner),Output:["_col2","_col5","_col6","_col9","_col10"] <-Map 27 [SIMPLE_EDGE] vectorized SHUFFLE [RS_415] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_414] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_25] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_356] (rows=270716624 width=212) Conds:RS_22._col1=RS_410._col0(Inner),Output:["_col2","_col3","_col5","_col6","_col9","_col10"] <-Map 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_410] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_409] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_22] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_355] (rows=812149846 width=370) Conds:RS_19._col0=RS_389._col0(Inner),Output:["_col1","_col2","_col3","_col5","_col6","_col9","_col10"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_389] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_388] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_19] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_354] (rows=812149846 width=374) Conds:RS_405._col1, _col4=RS_407._col0, _col1(Left Outer),Output:["_col0","_col1","_col2","_col3","_col5","_col6","_col9","_col10"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_405] - PartitionCols:_col1, _col4 + PartitionCols:_col1, _col4,null sort order:aa,sort order:++ Select Operator [SEL_404] (rows=501693263 width=233) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] Filter Operator [FIL_403] (rows=501693263 width=233) @@ -529,7 +530,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_388] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_407] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Select Operator [SEL_406] (rows=57591150 width=224) Output:["_col0","_col1","_col2","_col3"] TableScan [TS_3] (rows=57591150 width=224) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query81.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query81.q.out index 2b859c230c..57a420583f 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query81.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query81.q.out @@ -96,13 +96,14 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_66] + null sort order:zzzzzzzzzzzzzzz,sort order:+++++++++++++++ Select Operator [SEL_65] (rows=1545467 width=1418) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14"] Merge Join Operator [MERGEJOIN_181] (rows=1545467 width=1418) Conds:RS_62._col0=RS_63._col0(Inner),Output:["_col1","_col3","_col4","_col5","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col19"] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_63] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_58] (rows=1545467 width=227) Output:["_col0","_col2"] Filter Operator [FIL_57] (rows=1545467 width=227) @@ -111,7 +112,7 @@ Stage-0 Conds:RS_205._col1=RS_211._col1(Inner),Output:["_col0","_col2","_col3"] <-Reducer 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_211] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_210] (rows=12 width=198) Output:["_col0","_col1"] Filter Operator [FIL_209] (rows=12 width=206) @@ -124,14 +125,14 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 12 [SIMPLE_EDGE] SHUFFLE [RS_45] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:aa,sort order:++ Group By Operator [GBY_44] (rows=8749496 width=201) Output:["_col0","_col1","_col2"],aggregations:["sum(_col3)"],keys:_col6, _col1 Merge Join Operator [MERGEJOIN_179] (rows=8749496 width=194) Conds:RS_40._col2=RS_201._col0(Inner),Output:["_col1","_col3","_col6"] <-Map 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_201] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_199] (rows=40000000 width=90) Output:["_col0","_col1"] Filter Operator [FIL_198] (rows=40000000 width=90) @@ -140,12 +141,12 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_state"] <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_40] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_178] (rows=8749496 width=112) Conds:RS_193._col0=RS_197._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_197] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_195] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_194] (rows=652 width=8) @@ -154,7 +155,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Map 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_193] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_191] (rows=28221532 width=121) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_189] (rows=28221532 width=121) @@ -163,7 +164,7 @@ Stage-0 default@catalog_returns,catalog_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["cr_returned_date_sk","cr_returning_customer_sk","cr_returning_addr_sk","cr_return_amt_inc_tax"] <-Reducer 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_205] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Filter Operator [FIL_204] (rows=4636401 width=201) predicate:_col2 is not null Select Operator [SEL_203] (rows=4636401 width=201) @@ -172,27 +173,27 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 8 [SIMPLE_EDGE] SHUFFLE [RS_23] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_22] (rows=8574602 width=201) Output:["_col0","_col1","_col2"],aggregations:["sum(_col3)"],keys:_col6, _col1 Merge Join Operator [MERGEJOIN_177] (rows=8574602 width=194) Conds:RS_18._col2=RS_200._col0(Inner),Output:["_col1","_col3","_col6"] <-Map 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_200] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_199] <-Reducer 7 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_176] (rows=8574602 width=112) Conds:RS_192._col0=RS_196._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_196] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_195] <-Map 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_192] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_190] (rows=27657410 width=121) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_188] (rows=27657410 width=121) @@ -200,12 +201,12 @@ Stage-0 Please refer to the previous TableScan [TS_6] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_62] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_175] (rows=1568628 width=1310) Conds:RS_184._col2=RS_187._col0(Inner),Output:["_col0","_col1","_col3","_col4","_col5","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_184] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Select Operator [SEL_183] (rows=80000000 width=375) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_182] (rows=80000000 width=375) @@ -214,7 +215,7 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_customer_id","c_current_addr_sk","c_salutation","c_first_name","c_last_name"] <-Map 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_187] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_186] (rows=784314 width=941) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10"] Filter Operator [FIL_185] (rows=784314 width=1027) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query82.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query82.q.out index 9cb2546160..185629c47c 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query82.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query82.q.out @@ -63,25 +63,26 @@ Stage-0 Output:["_col0","_col1","_col2"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_97] + null sort order:z,sort order:+ Group By Operator [GBY_96] (rows=1 width=396) Output:["_col0","_col1","_col2"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_23] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:zaa,sort order:+++ Group By Operator [GBY_22] (rows=2 width=396) Output:["_col0","_col1","_col2"],keys:_col2, _col3, _col4 Top N Key Operator [TNK_42] (rows=11627 width=396) - keys:_col2, _col3, _col4,sort order:+++,top n:100 + keys:_col2, _col3, _col4,null sort order:zaa,sort order:+++,top n:100 Merge Join Operator [MERGEJOIN_78] (rows=11627 width=396) Conds:RS_18._col1=RS_19._col1(Inner),Output:["_col2","_col3","_col4"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_76] (rows=3564040 width=400) Conds:RS_89._col0=RS_81._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 6 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_81] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_80] (rows=297 width=400) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_79] (rows=297 width=404) @@ -90,7 +91,7 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id","i_item_desc","i_current_price","i_manufact_id"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_89] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_88] (rows=575995635 width=4) Output:["_col0"] Filter Operator [FIL_87] (rows=575995635 width=4) @@ -110,12 +111,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_80] <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_19] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_77] (rows=1879072 width=4) Conds:RS_92._col0=RS_95._col0(Inner),Output:["_col1"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_95] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_94] (rows=8116 width=4) Output:["_col0"] Filter Operator [FIL_93] (rows=8116 width=98) @@ -124,7 +125,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_date"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_92] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_91] (rows=16912800 width=8) Output:["_col0","_col1"] Filter Operator [FIL_90] (rows=16912800 width=11) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query83.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query83.q.out index a2163802ad..a8d5c90ab7 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query83.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query83.q.out @@ -173,44 +173,45 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] <-Reducer 7 [SIMPLE_EDGE] SHUFFLE [RS_121] + null sort order:zz,sort order:++ Select Operator [SEL_120] (rows=2739 width=260) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] Merge Join Operator [MERGEJOIN_363] (rows=2739 width=132) Conds:RS_117._col0=RS_395._col0(Inner),Output:["_col0","_col1","_col3","_col5","_col6"] <-Reducer 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_395] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_394] (rows=310774 width=116) Output:["_col0","_col1","_col2"] Group By Operator [GBY_393] (rows=310774 width=108) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 13 [SIMPLE_EDGE] SHUFFLE [RS_111] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_110] (rows=1864644 width=108) Output:["_col0","_col1"],aggregations:["sum(_col5)"],keys:_col7 Merge Join Operator [MERGEJOIN_361] (rows=13749816 width=103) Conds:RS_106._col4=RS_382._col0(Inner),Output:["_col5","_col7"] <-Map 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_382] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_379] (rows=462000 width=104) Output:["_col0","_col1"] TableScan [TS_22] (rows=462000 width=104) default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id"] <-Reducer 12 [SIMPLE_EDGE] SHUFFLE [RS_106] - PartitionCols:_col4 + PartitionCols:_col4,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_360] (rows=13749816 width=7) Conds:RS_103._col0=RS_392._col0(Inner),Output:["_col4","_col5"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_103] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_351] (rows=2 width=4) Conds:RS_366._col1=RS_375._col0(Inner),Output:["_col0"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_366] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_365] (rows=73049 width=98) Output:["_col0","_col1"] Filter Operator [FIL_364] (rows=73049 width=98) @@ -219,19 +220,19 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_date"] <-Reducer 17 [SIMPLE_EDGE] vectorized SHUFFLE [RS_375] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_374] (rows=2 width=94) Output:["_col0"],keys:KEY._col0 <-Reducer 16 [SIMPLE_EDGE] SHUFFLE [RS_16] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_15] (rows=2 width=94) Output:["_col0"],keys:_col0 Merge Join Operator [MERGEJOIN_350] (rows=5 width=94) Conds:RS_369._col1=RS_373._col0(Left Semi),Output:["_col0"] <-Map 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_369] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_368] (rows=73049 width=98) Output:["_col0","_col1"] Filter Operator [FIL_367] (rows=73049 width=98) @@ -240,7 +241,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date","d_week_seq"] <-Map 18 [SIMPLE_EDGE] vectorized SHUFFLE [RS_373] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_372] (rows=1 width=4) Output:["_col0"],keys:_col0 Select Operator [SEL_371] (rows=2 width=4) @@ -251,7 +252,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date","d_week_seq"] <-Map 22 [SIMPLE_EDGE] vectorized SHUFFLE [RS_392] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_391] (rows=13749816 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_390] (rows=13749816 width=11) @@ -260,37 +261,37 @@ Stage-0 default@web_returns,web_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["wr_returned_date_sk","wr_item_sk","wr_return_quantity"] <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_117] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_362] (rows=2739 width=116) Conds:RS_384._col0=RS_389._col0(Inner),Output:["_col0","_col1","_col3"] <-Reducer 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_389] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_388] (rows=310774 width=108) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_73] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_72] (rows=7147802 width=108) Output:["_col0","_col1"],aggregations:["sum(_col5)"],keys:_col7 Merge Join Operator [MERGEJOIN_357] (rows=55578005 width=103) Conds:RS_68._col4=RS_381._col0(Inner),Output:["_col5","_col7"] <-Map 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_381] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_379] <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_68] - PartitionCols:_col4 + PartitionCols:_col4,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_356] (rows=55578005 width=7) Conds:RS_65._col0=RS_387._col0(Inner),Output:["_col4","_col5"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_65] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Merge Join Operator [MERGEJOIN_351] <-Map 21 [SIMPLE_EDGE] vectorized SHUFFLE [RS_387] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_386] (rows=55578005 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_385] (rows=55578005 width=11) @@ -299,32 +300,32 @@ Stage-0 default@store_returns,store_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["sr_returned_date_sk","sr_item_sk","sr_return_quantity"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_384] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_383] (rows=2739 width=108) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_35] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_34] (rows=2739 width=108) Output:["_col0","_col1"],aggregations:["sum(_col5)"],keys:_col7 Merge Join Operator [MERGEJOIN_353] (rows=5478 width=100) Conds:RS_30._col4=RS_380._col0(Inner),Output:["_col5","_col7"] <-Map 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_380] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_379] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_30] - PartitionCols:_col4 + PartitionCols:_col4,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_352] (rows=5478 width=4) Conds:RS_27._col0=RS_378._col0(Inner),Output:["_col4","_col5"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_27] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Merge Join Operator [MERGEJOIN_351] <-Map 19 [SIMPLE_EDGE] vectorized SHUFFLE [RS_378] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_377] (rows=28798881 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_376] (rows=28798881 width=11) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query84.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query84.q.out index 89b11e66e2..d0e0631737 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query84.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query84.q.out @@ -74,18 +74,19 @@ Stage-0 Output:["_col0","_col1"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_35] + null sort order:z,sort order:+ Select Operator [SEL_34] (rows=2645278 width=384) Output:["_col1","_col2"] Merge Join Operator [MERGEJOIN_119] (rows=2645278 width=284) Conds:RS_31._col4=RS_32._col0(Inner),Output:["_col2","_col6"] <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_32] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_117] (rows=2161 width=4) Conds:RS_133._col1=RS_136._col0(Inner),Output:["_col0"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_133] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_132] (rows=7200 width=8) Output:["_col0","_col1"] Filter Operator [FIL_131] (rows=7200 width=8) @@ -94,7 +95,7 @@ Stage-0 default@household_demographics,household_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["hd_demo_sk","hd_income_band_sk"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_136] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_135] (rows=6 width=4) Output:["_col0"] Filter Operator [FIL_134] (rows=6 width=12) @@ -103,17 +104,17 @@ Stage-0 default@income_band,income_band,Tbl:COMPLETE,Col:COMPLETE,Output:["ib_income_band_sk","ib_lower_bound","ib_upper_bound"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_31] - PartitionCols:_col4 + PartitionCols:_col4,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_118] (rows=2645278 width=287) Conds:RS_28._col1=RS_29._col1(Inner),Output:["_col2","_col4","_col6"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_28] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_115] (rows=56363634 width=4) Conds:RS_122._col0=RS_124._col0(Inner),Output:["_col1"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_122] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_121] (rows=55577698 width=3) Output:["_col0"] Filter Operator [FIL_120] (rows=55577698 width=3) @@ -122,19 +123,19 @@ Stage-0 default@store_returns,store_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["sr_cdemo_sk"] <-Map 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_124] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_123] (rows=1861800 width=4) Output:["_col0"] TableScan [TS_3] (rows=1861800 width=4) default@customer_demographics,customer_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["cd_demo_sk"] <-Reducer 8 [SIMPLE_EDGE] SHUFFLE [RS_29] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_116] (rows=83148 width=284) Conds:RS_127._col3=RS_130._col0(Inner),Output:["_col0","_col1","_col2","_col4"] <-Map 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_127] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Select Operator [SEL_126] (rows=74500295 width=295) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_125] (rows=74500295 width=291) @@ -143,7 +144,7 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_id","c_current_cdemo_sk","c_current_hdemo_sk","c_current_addr_sk","c_first_name","c_last_name"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_130] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_129] (rows=44643 width=4) Output:["_col0"] Filter Operator [FIL_128] (rows=44643 width=97) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query85.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query85.q.out index 6bd833fd12..d4bc6d59c0 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query85.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query85.q.out @@ -206,41 +206,42 @@ Stage-0 Output:["_col0","_col1","_col2","_col3"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_204] + null sort order:zzzz,sort order:++++ Select Operator [SEL_203] (rows=72 width=832) Output:["_col4","_col5","_col6","_col7"] Group By Operator [GBY_202] (rows=72 width=353) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)","sum(VALUE._col2)","count(VALUE._col3)","sum(VALUE._col4)","count(VALUE._col5)"],keys:KEY._col0 <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_43] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_42] (rows=576 width=353) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["sum(_col3)","count(_col3)","sum(_col27)","count(_col27)","sum(_col26)","count(_col26)"],keys:_col36 Merge Join Operator [MERGEJOIN_177] (rows=5749608 width=319) Conds:RS_38._col24=RS_201._col0(Inner),Output:["_col3","_col26","_col27","_col36"] <-Map 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_201] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_200] (rows=72 width=101) Output:["_col0","_col1"] TableScan [TS_28] (rows=72 width=101) default@reason,reason,Tbl:COMPLETE,Col:COMPLETE,Output:["r_reason_sk","r_reason_desc"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_38] - PartitionCols:_col24 + PartitionCols:_col24,null sort order:a,sort order:+ Filter Operator [FIL_36] (rows=5749608 width=285) predicate:(((_col29 and _col4) or (_col30 and _col5) or (_col31 and _col6)) and ((_col14 and _col15 and _col7) or (_col16 and _col17 and _col8) or (_col18 and _col19 and _col9))) Merge Join Operator [MERGEJOIN_176] (rows=20443061 width=285) Conds:RS_33._col1, _col2=RS_34._col9, _col14(Inner),Output:["_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col14","_col15","_col16","_col17","_col18","_col19","_col24","_col26","_col27","_col29","_col30","_col31"] <-Reducer 12 [SIMPLE_EDGE] SHUFFLE [RS_34] - PartitionCols:_col9, _col14 + PartitionCols:_col9, _col14,null sort order:aa,sort order:++ Select Operator [SEL_27] (rows=2086007 width=213) Output:["_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col13","_col14","_col15","_col16","_col18","_col19","_col20"] Merge Join Operator [MERGEJOIN_175] (rows=2086007 width=213) Conds:RS_24._col1, _col13, _col14=RS_198._col0, _col1, _col2(Inner),Output:["_col0","_col4","_col5","_col6","_col7","_col9","_col10","_col11","_col18","_col19","_col20","_col21","_col22","_col23"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_198] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Select Operator [SEL_196] (rows=265971 width=207) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] Filter Operator [FIL_195] (rows=265971 width=183) @@ -249,23 +250,23 @@ Stage-0 default@customer_demographics,cd1,Tbl:COMPLETE,Col:COMPLETE,Output:["cd_demo_sk","cd_marital_status","cd_education_status"] <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_24] - PartitionCols:_col1, _col13, _col14 + PartitionCols:_col1, _col13, _col14,null sort order:aaa,sort order:+++ Merge Join Operator [MERGEJOIN_174] (rows=2086007 width=371) Conds:RS_21._col3=RS_199._col0(Inner),Output:["_col0","_col1","_col4","_col5","_col6","_col7","_col9","_col10","_col11","_col13","_col14"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_199] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_197] (rows=265971 width=183) Output:["_col0","_col1","_col2"] Please refer to the previous Filter Operator [FIL_195] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_21] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_173] (rows=11975292 width=245) Conds:RS_191._col2=RS_194._col0(Inner),Output:["_col0","_col1","_col3","_col4","_col5","_col6","_col7","_col9","_col10","_col11"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_194] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_193] (rows=3529412 width=16) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_192] (rows=3529412 width=187) @@ -274,7 +275,7 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_state","ca_country"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_191] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Select Operator [SEL_190] (rows=11975292 width=237) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] Filter Operator [FIL_189] (rows=11975292 width=237) @@ -283,12 +284,12 @@ Stage-0 default@web_returns,web_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["wr_item_sk","wr_refunded_cdemo_sk","wr_refunded_addr_sk","wr_returning_cdemo_sk","wr_reason_sk","wr_order_number","wr_fee","wr_refunded_cash"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_33] - PartitionCols:_col1, _col2 + PartitionCols:_col1, _col2,null sort order:aa,sort order:++ Merge Join Operator [MERGEJOIN_172] (rows=143931136 width=35) Conds:RS_188._col0=RS_180._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9"] <-Map 7 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_180] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_179] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_178] (rows=652 width=8) @@ -297,7 +298,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_188] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_187] (rows=143931136 width=39) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9"] Filter Operator [FIL_186] (rows=143931136 width=243) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query86.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query86.q.out index 0b6ee2c156..1263a5c649 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query86.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query86.q.out @@ -79,6 +79,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_79] + null sort order:zzz,sort order:-++ Select Operator [SEL_78] (rows=3060 width=490) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] PTF Operator [PTF_77] (rows=3060 width=302) @@ -87,14 +88,14 @@ Stage-0 Output:["_col0","_col1","_col2","_col3"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_75] - PartitionCols:(grouping(_col3, 1L) + grouping(_col3, 0L)), CASE WHEN ((grouping(_col3, 0L) = UDFToLong(0))) THEN (_col0) ELSE (CAST( null AS STRING)) END + PartitionCols:(grouping(_col3, 1L) + grouping(_col3, 0L)), CASE WHEN ((grouping(_col3, 0L) = UDFToLong(0))) THEN (_col0) ELSE (CAST( null AS STRING)) END,null sort order:aaz,sort order:++- Select Operator [SEL_74] (rows=3060 width=302) Output:["_col0","_col1","_col2","_col3"] Group By Operator [GBY_73] (rows=3060 width=302) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_16] (rows=507960 width=302) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(_col2)"],keys:_col0, _col1, 0L Select Operator [SEL_14] (rows=143966864 width=293) @@ -103,19 +104,19 @@ Stage-0 Conds:RS_11._col1=RS_72._col0(Inner),Output:["_col2","_col5","_col6"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_72] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_71] (rows=462000 width=186) Output:["_col0","_col1","_col2"] TableScan [TS_6] (rows=462000 width=186) default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_class","i_category"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_11] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_58] (rows=143966864 width=115) Conds:RS_70._col0=RS_62._col0(Inner),Output:["_col1","_col2"] <-Map 7 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_62] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_61] (rows=317 width=4) Output:["_col0"] Filter Operator [FIL_60] (rows=317 width=8) @@ -124,7 +125,7 @@ Stage-0 default@date_dim,d1,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_month_seq"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_70] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_69] (rows=143966864 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_68] (rows=143966864 width=119) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query87.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query87.q.out index 0bb3ad51c5..b121f07e25 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query87.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query87.q.out @@ -96,7 +96,7 @@ Stage-0 <-Union 7 [SIMPLE_EDGE] <-Reducer 18 [CONTAINS] vectorized Reduce Output Operator [RS_292] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_291] (rows=279005196 width=290) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col3)","sum(_col4)"],keys:_col0, _col1, _col2 Select Operator [SEL_290] (rows=279005196 width=290) @@ -111,26 +111,26 @@ Stage-0 Output:["_col0","_col1","_col2"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 17 [SIMPLE_EDGE] SHUFFLE [RS_77] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_76] (rows=143930993 width=274) Output:["_col0","_col1","_col2"],keys:_col6, _col5, _col3 Merge Join Operator [MERGEJOIN_189] (rows=143930993 width=274) Conds:RS_72._col1=RS_245._col0(Inner),Output:["_col3","_col5","_col6"] <-Map 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_245] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_242] (rows=80000000 width=184) Output:["_col0","_col1","_col2"] TableScan [TS_6] (rows=80000000 width=184) default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_first_name","c_last_name"] <-Reducer 16 [SIMPLE_EDGE] SHUFFLE [RS_72] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_188] (rows=143930993 width=97) Conds:RS_285._col0=RS_229._col0(Inner),Output:["_col1","_col3"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_229] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_224] (rows=317 width=98) Output:["_col0","_col1"] Filter Operator [FIL_223] (rows=317 width=102) @@ -139,7 +139,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_date","d_month_seq"] <-Map 22 [SIMPLE_EDGE] vectorized SHUFFLE [RS_285] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_284] (rows=143930993 width=7) Output:["_col0","_col1"] Filter Operator [FIL_283] (rows=143930993 width=7) @@ -159,7 +159,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_224] <-Reducer 6 [CONTAINS] vectorized Reduce Output Operator [RS_260] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_259] (rows=279005196 width=290) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col3)","sum(_col4)"],keys:_col0, _col1, _col2 Select Operator [SEL_258] (rows=279005196 width=290) @@ -177,7 +177,7 @@ Stage-0 <-Union 5 [SIMPLE_EDGE] <-Reducer 14 [CONTAINS] vectorized Reduce Output Operator [RS_280] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_279] (rows=810445219 width=290) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col3)","sum(_col4)"],keys:_col0, _col1, _col2 Select Operator [SEL_278] (rows=810445219 width=290) @@ -192,27 +192,27 @@ Stage-0 Output:["_col0","_col1","_col2"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 13 [SIMPLE_EDGE] SHUFFLE [RS_40] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_39] (rows=285117831 width=274) Output:["_col0","_col1","_col2"],keys:_col6, _col5, _col3 Merge Join Operator [MERGEJOIN_187] (rows=285117831 width=274) Conds:RS_35._col1=RS_244._col0(Inner),Output:["_col3","_col5","_col6"] <-Map 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_244] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_242] <-Reducer 12 [SIMPLE_EDGE] SHUFFLE [RS_35] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_186] (rows=285117831 width=97) Conds:RS_273._col0=RS_227._col0(Inner),Output:["_col1","_col3"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_227] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_224] <-Map 21 [SIMPLE_EDGE] vectorized SHUFFLE [RS_273] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_272] (rows=285117831 width=7) Output:["_col0","_col1"] Filter Operator [FIL_271] (rows=285117831 width=7) @@ -232,7 +232,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_224] <-Reducer 4 [CONTAINS] vectorized Reduce Output Operator [RS_252] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_251] (rows=810445219 width=290) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col3)","sum(_col4)"],keys:_col0, _col1, _col2 Select Operator [SEL_250] (rows=810445219 width=290) @@ -247,27 +247,27 @@ Stage-0 Output:["_col0","_col1","_col2"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_16] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_15] (rows=525327388 width=274) Output:["_col0","_col1","_col2"],keys:_col6, _col5, _col3 Merge Join Operator [MERGEJOIN_185] (rows=525327388 width=274) Conds:RS_11._col1=RS_243._col0(Inner),Output:["_col3","_col5","_col6"] <-Map 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_243] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_242] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_11] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_184] (rows=525327388 width=97) Conds:RS_241._col0=RS_225._col0(Inner),Output:["_col1","_col3"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_225] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_224] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_241] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_240] (rows=525327388 width=7) Output:["_col0","_col1"] Filter Operator [FIL_239] (rows=525327388 width=7) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query88.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query88.q.out index 93f440e3c4..f5e518fbb0 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query88.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query88.q.out @@ -288,7 +288,7 @@ Stage-0 Conds:RS_148._col2=RS_676._col0(Inner) <-Map 51 [SIMPLE_EDGE] vectorized SHUFFLE [RS_676] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_670] (rows=155 width=4) Output:["_col0"] Filter Operator [FIL_669] (rows=155 width=92) @@ -297,12 +297,12 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_store_name"] <-Reducer 31 [SIMPLE_EDGE] SHUFFLE [RS_148] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_591] (rows=501695814 width=3) Conds:RS_145._col0=RS_632._col0(Inner),Output:["_col2"] <-Map 42 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_632] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_619] (rows=2312 width=4) Output:["_col0"] Filter Operator [FIL_611] (rows=2312 width=12) @@ -311,12 +311,12 @@ Stage-0 default@time_dim,time_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["t_time_sk","t_hour","t_minute"] <-Reducer 30 [SIMPLE_EDGE] SHUFFLE [RS_145] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_590] (rows=501695814 width=7) Conds:RS_713._col1=RS_666._col0(Inner),Output:["_col0","_col2"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_666] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_660] (rows=1179 width=4) Output:["_col0"] Filter Operator [FIL_659] (rows=1179 width=12) @@ -325,7 +325,7 @@ Stage-0 default@household_demographics,household_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["hd_demo_sk","hd_dep_count","hd_vehicle_count"] <-Map 56 [SIMPLE_EDGE] vectorized SHUFFLE [RS_713] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_712] (rows=501695814 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_711] (rows=501695814 width=11) @@ -359,16 +359,16 @@ Stage-0 Conds:RS_122._col2=RS_675._col0(Inner) <-Map 51 [SIMPLE_EDGE] vectorized SHUFFLE [RS_675] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_670] <-Reducer 27 [SIMPLE_EDGE] SHUFFLE [RS_122] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_588] (rows=501695814 width=3) Conds:RS_119._col0=RS_630._col0(Inner),Output:["_col2"] <-Map 42 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_630] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_618] (rows=2235 width=4) Output:["_col0"] Filter Operator [FIL_610] (rows=2235 width=12) @@ -376,16 +376,16 @@ Stage-0 Please refer to the previous TableScan [TS_6] <-Reducer 26 [SIMPLE_EDGE] SHUFFLE [RS_119] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_587] (rows=501695814 width=7) Conds:RS_706._col1=RS_665._col0(Inner),Output:["_col0","_col2"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_665] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_660] <-Map 55 [SIMPLE_EDGE] vectorized SHUFFLE [RS_706] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_705] (rows=501695814 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_704] (rows=501695814 width=11) @@ -419,16 +419,16 @@ Stage-0 Conds:RS_96._col2=RS_674._col0(Inner) <-Map 51 [SIMPLE_EDGE] vectorized SHUFFLE [RS_674] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_670] <-Reducer 23 [SIMPLE_EDGE] SHUFFLE [RS_96] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_585] (rows=501695814 width=3) Conds:RS_93._col0=RS_628._col0(Inner),Output:["_col2"] <-Map 42 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_628] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_617] (rows=2312 width=4) Output:["_col0"] Filter Operator [FIL_609] (rows=2312 width=12) @@ -436,16 +436,16 @@ Stage-0 Please refer to the previous TableScan [TS_6] <-Reducer 22 [SIMPLE_EDGE] SHUFFLE [RS_93] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_584] (rows=501695814 width=7) Conds:RS_699._col1=RS_664._col0(Inner),Output:["_col0","_col2"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_664] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_660] <-Map 54 [SIMPLE_EDGE] vectorized SHUFFLE [RS_699] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_698] (rows=501695814 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_697] (rows=501695814 width=11) @@ -479,16 +479,16 @@ Stage-0 Conds:RS_70._col2=RS_673._col0(Inner) <-Map 51 [SIMPLE_EDGE] vectorized SHUFFLE [RS_673] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_670] <-Reducer 19 [SIMPLE_EDGE] SHUFFLE [RS_70] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_582] (rows=501695814 width=3) Conds:RS_67._col0=RS_626._col0(Inner),Output:["_col2"] <-Map 42 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_626] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_616] (rows=2235 width=4) Output:["_col0"] Filter Operator [FIL_608] (rows=2235 width=12) @@ -496,16 +496,16 @@ Stage-0 Please refer to the previous TableScan [TS_6] <-Reducer 18 [SIMPLE_EDGE] SHUFFLE [RS_67] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_581] (rows=501695814 width=7) Conds:RS_692._col1=RS_663._col0(Inner),Output:["_col0","_col2"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_663] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_660] <-Map 53 [SIMPLE_EDGE] vectorized SHUFFLE [RS_692] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_691] (rows=501695814 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_690] (rows=501695814 width=11) @@ -539,16 +539,16 @@ Stage-0 Conds:RS_44._col2=RS_672._col0(Inner) <-Map 51 [SIMPLE_EDGE] vectorized SHUFFLE [RS_672] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_670] <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_44] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_579] (rows=501695814 width=3) Conds:RS_41._col0=RS_624._col0(Inner),Output:["_col2"] <-Map 42 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_624] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_615] (rows=2312 width=4) Output:["_col0"] Filter Operator [FIL_607] (rows=2312 width=12) @@ -556,16 +556,16 @@ Stage-0 Please refer to the previous TableScan [TS_6] <-Reducer 14 [SIMPLE_EDGE] SHUFFLE [RS_41] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_578] (rows=501695814 width=7) Conds:RS_685._col1=RS_662._col0(Inner),Output:["_col0","_col2"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_662] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_660] <-Map 52 [SIMPLE_EDGE] vectorized SHUFFLE [RS_685] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_684] (rows=501695814 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_683] (rows=501695814 width=11) @@ -595,16 +595,16 @@ Stage-0 Conds:RS_18._col2=RS_671._col0(Inner) <-Map 51 [SIMPLE_EDGE] vectorized SHUFFLE [RS_671] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_670] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_576] (rows=501695814 width=3) Conds:RS_15._col0=RS_622._col0(Inner),Output:["_col2"] <-Map 42 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_622] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_614] (rows=2235 width=4) Output:["_col0"] Filter Operator [FIL_606] (rows=2235 width=12) @@ -612,16 +612,16 @@ Stage-0 Please refer to the previous TableScan [TS_6] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_15] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_575] (rows=501695814 width=7) Conds:RS_658._col1=RS_661._col0(Inner),Output:["_col0","_col2"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_661] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_660] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_658] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_657] (rows=501695814 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_656] (rows=501695814 width=11) @@ -651,16 +651,16 @@ Stage-0 Conds:RS_174._col2=RS_677._col0(Inner) <-Map 51 [SIMPLE_EDGE] vectorized SHUFFLE [RS_677] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_670] <-Reducer 35 [SIMPLE_EDGE] SHUFFLE [RS_174] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_594] (rows=501695814 width=3) Conds:RS_171._col0=RS_634._col0(Inner),Output:["_col2"] <-Map 42 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_634] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_620] (rows=2235 width=4) Output:["_col0"] Filter Operator [FIL_612] (rows=2235 width=12) @@ -668,16 +668,16 @@ Stage-0 Please refer to the previous TableScan [TS_6] <-Reducer 34 [SIMPLE_EDGE] SHUFFLE [RS_171] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_593] (rows=501695814 width=7) Conds:RS_720._col1=RS_667._col0(Inner),Output:["_col0","_col2"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_667] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_660] <-Map 57 [SIMPLE_EDGE] vectorized SHUFFLE [RS_720] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_719] (rows=501695814 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_718] (rows=501695814 width=11) @@ -707,16 +707,16 @@ Stage-0 Conds:RS_200._col2=RS_678._col0(Inner) <-Map 51 [SIMPLE_EDGE] vectorized SHUFFLE [RS_678] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_670] <-Reducer 39 [SIMPLE_EDGE] SHUFFLE [RS_200] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_597] (rows=501695814 width=3) Conds:RS_197._col0=RS_636._col0(Inner),Output:["_col2"] <-Map 42 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_636] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_621] (rows=2312 width=4) Output:["_col0"] Filter Operator [FIL_613] (rows=2312 width=12) @@ -724,16 +724,16 @@ Stage-0 Please refer to the previous TableScan [TS_6] <-Reducer 38 [SIMPLE_EDGE] SHUFFLE [RS_197] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_596] (rows=501695814 width=7) Conds:RS_727._col1=RS_668._col0(Inner),Output:["_col0","_col2"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_668] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_660] <-Map 58 [SIMPLE_EDGE] vectorized SHUFFLE [RS_727] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_726] (rows=501695814 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_725] (rows=501695814 width=11) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query89.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query89.q.out index 28d604a433..3b5165e2fb 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query89.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query89.q.out @@ -86,6 +86,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_107] + null sort order:zz,sort order:++ Select Operator [SEL_106] (rows=181038 width=801) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] Filter Operator [FIL_105] (rows=181038 width=689) @@ -98,31 +99,31 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_101] - PartitionCols:_col2, _col0, _col4, _col5 + PartitionCols:_col2, _col0, _col4, _col5,null sort order:aaaa,sort order:++++ Group By Operator [GBY_100] (rows=362076 width=577) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5 <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_22] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5 + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5,null sort order:aaaaaa,sort order:++++++ Group By Operator [GBY_21] (rows=76480702 width=577) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["sum(_col3)"],keys:_col5, _col6, _col7, _col9, _col11, _col12 Merge Join Operator [MERGEJOIN_83] (rows=76480702 width=542) Conds:RS_17._col2=RS_99._col0(Inner),Output:["_col3","_col5","_col6","_col7","_col9","_col11","_col12"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_99] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_98] (rows=1704 width=183) Output:["_col0","_col1","_col2"] TableScan [TS_9] (rows=1704 width=183) default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_store_name","s_company_name"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_82] (rows=76480702 width=366) Conds:RS_14._col0=RS_86._col0(Inner),Output:["_col2","_col3","_col5","_col6","_col7","_col9"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_86] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_85] (rows=652 width=8) Output:["_col0","_col1"] Filter Operator [FIL_84] (rows=652 width=12) @@ -131,12 +132,12 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_14] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_81] (rows=76480702 width=364) Conds:RS_94._col1=RS_97._col0(Inner),Output:["_col0","_col2","_col3","_col5","_col6","_col7"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_94] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_93] (rows=525329897 width=118) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_92] (rows=525329897 width=118) @@ -156,7 +157,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_85] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_97] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_96] (rows=6988 width=286) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_95] (rows=6988 width=286) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query90.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query90.q.out index 2a5824179b..17cf02cc73 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query90.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query90.q.out @@ -87,7 +87,7 @@ Stage-0 Conds:RS_18._col1=RS_152._col0(Inner) <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_152] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_151] (rows=655 width=4) Output:["_col0"] Filter Operator [FIL_150] (rows=655 width=8) @@ -96,12 +96,12 @@ Stage-0 default@household_demographics,household_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["hd_demo_sk","hd_dep_count"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_144] (rows=143895111 width=3) Conds:RS_15._col0=RS_169._col0(Inner),Output:["_col1"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_169] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_167] (rows=9095 width=4) Output:["_col0"] Filter Operator [FIL_165] (rows=9095 width=8) @@ -110,12 +110,12 @@ Stage-0 default@time_dim,time_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["t_time_sk","t_hour"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_15] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_143] (rows=143895111 width=7) Conds:RS_161._col2=RS_164._col0(Inner),Output:["_col0","_col1"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_161] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Select Operator [SEL_160] (rows=143895111 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_159] (rows=143895111 width=11) @@ -135,7 +135,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_151] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_164] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_163] (rows=1175 width=4) Output:["_col0"] Filter Operator [FIL_162] (rows=1175 width=7) @@ -154,16 +154,16 @@ Stage-0 Conds:RS_44._col1=RS_154._col0(Inner) <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_154] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_151] <-Reducer 7 [SIMPLE_EDGE] SHUFFLE [RS_44] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_147] (rows=143895111 width=3) Conds:RS_41._col0=RS_170._col0(Inner),Output:["_col1"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_170] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_168] (rows=9095 width=4) Output:["_col0"] Filter Operator [FIL_166] (rows=9095 width=8) @@ -171,6 +171,6 @@ Stage-0 Please refer to the previous TableScan [TS_6] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_41] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Merge Join Operator [MERGEJOIN_143] diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query91.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query91.q.out index b86acb2b80..d74cf5c2e4 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query91.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query91.q.out @@ -96,32 +96,33 @@ Stage-0 Output:["_col0","_col1","_col2","_col3"] <-Reducer 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_168] + null sort order:z,sort order:- Select Operator [SEL_167] (rows=40890 width=518) Output:["_col0","_col1","_col2","_col4"] Group By Operator [GBY_166] (rows=40890 width=585) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4 <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_41] - PartitionCols:_col0, _col1, _col2, _col3, _col4 + PartitionCols:_col0, _col1, _col2, _col3, _col4,null sort order:aaaaa,sort order:+++++ Group By Operator [GBY_40] (rows=81780 width=585) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col11)"],keys:_col5, _col6, _col15, _col16, _col17 Merge Join Operator [MERGEJOIN_145] (rows=657590 width=490) Conds:RS_36._col10=RS_165._col0(Inner),Output:["_col5","_col6","_col11","_col15","_col16","_col17"] <-Map 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_165] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_164] (rows=60 width=298) Output:["_col0","_col1","_col2","_col3"] TableScan [TS_22] (rows=60 width=298) default@call_center,call_center,Tbl:COMPLETE,Col:COMPLETE,Output:["cc_call_center_sk","cc_call_center_id","cc_name","cc_manager"] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_36] - PartitionCols:_col10 + PartitionCols:_col10,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_144] (rows=657590 width=197) Conds:RS_33._col2=RS_163._col0(Inner),Output:["_col5","_col6","_col10","_col11"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_163] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_162] (rows=3600 width=4) Output:["_col0"] Filter Operator [FIL_161] (rows=3600 width=96) @@ -130,17 +131,17 @@ Stage-0 default@household_demographics,household_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["hd_demo_sk","hd_buy_potential"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_33] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_143] (rows=657590 width=199) Conds:RS_30._col0=RS_31._col1(Inner),Output:["_col2","_col5","_col6","_col10","_col11"] <-Reducer 12 [SIMPLE_EDGE] SHUFFLE [RS_31] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_142] (rows=657590 width=19) Conds:RS_157._col0=RS_160._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_157] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_156] (rows=27658583 width=121) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_155] (rows=27658583 width=121) @@ -149,7 +150,7 @@ Stage-0 default@catalog_returns,catalog_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["cr_returned_date_sk","cr_returning_customer_sk","cr_call_center_sk","cr_net_loss"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_160] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_159] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_158] (rows=50 width=12) @@ -158,12 +159,12 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_30] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_141] (rows=228944 width=183) Conds:RS_27._col3=RS_154._col0(Inner),Output:["_col0","_col2","_col5","_col6"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_154] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_153] (rows=8000000 width=4) Output:["_col0"] Filter Operator [FIL_152] (rows=8000000 width=112) @@ -172,12 +173,12 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_gmt_offset"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_27] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_140] (rows=1144719 width=187) Conds:RS_148._col1=RS_151._col0(Inner),Output:["_col0","_col2","_col3","_col5","_col6"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_148] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_147] (rows=74500295 width=15) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_146] (rows=74500295 width=15) @@ -186,7 +187,7 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_current_cdemo_sk","c_current_hdemo_sk","c_current_addr_sk"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_151] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_150] (rows=26269 width=183) Output:["_col0","_col1","_col2"] Filter Operator [FIL_149] (rows=26269 width=183) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query92.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query92.q.out index d379c38baa..8ac93bc293 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query92.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query92.q.out @@ -96,12 +96,12 @@ Stage-0 Conds:RS_30._col4=RS_125._col0(Inner),Output:["_col2","_col6"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_30] - PartitionCols:_col4 + PartitionCols:_col4,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_101] (rows=2006075 width=113) Conds:RS_27._col1=RS_106._col0(Inner),Output:["_col2","_col4"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_106] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_105] (rows=669 width=4) Output:["_col0"] Filter Operator [FIL_104] (rows=669 width=7) @@ -110,12 +110,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_manufact_id"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_27] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_100] (rows=143930905 width=115) Conds:RS_116._col0=RS_120._col0(Inner),Output:["_col1","_col2"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_116] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_114] (rows=143930905 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_112] (rows=143930905 width=119) @@ -135,7 +135,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_105] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_120] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_119] (rows=8116 width=4) Output:["_col0"] Filter Operator [FIL_118] (rows=8116 width=98) @@ -144,7 +144,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_date"] <-Reducer 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_125] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_124] (rows=62562 width=116) Output:["_col0","_col1"] Filter Operator [FIL_123] (rows=62562 width=124) @@ -153,14 +153,14 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)"],keys:KEY._col0 <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_20] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_19] (rows=4129092 width=124) Output:["_col0","_col1","_col2"],aggregations:["sum(_col2)","count(_col2)"],keys:_col1 Merge Join Operator [MERGEJOIN_102] (rows=143966864 width=115) Conds:RS_117._col0=RS_121._col0(Inner),Output:["_col1","_col2"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_117] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_115] (rows=143966864 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_113] (rows=143966864 width=119) @@ -168,6 +168,6 @@ Stage-0 Please refer to the previous TableScan [TS_0] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_121] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_119] diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query93.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query93.q.out index 193a542b53..ee68f8c8aa 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query93.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query93.q.out @@ -60,11 +60,12 @@ Stage-0 Output:["_col0","_col1"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_73] + null sort order:zz,sort order:++ Group By Operator [GBY_72] (rows=1398474 width=115) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_16] (rows=569016747 width=115) Output:["_col0","_col1"],aggregations:["sum(_col1)"],keys:_col0 Select Operator [SEL_14] (rows=569016747 width=118) @@ -73,19 +74,19 @@ Stage-0 Conds:RS_11._col0, _col2=RS_71._col0, _col2(Inner),Output:["_col3","_col6","_col8","_col9"] <-Map 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_71] - PartitionCols:_col0, _col2 + PartitionCols:_col0, _col2,null sort order:aa,sort order:++ Select Operator [SEL_70] (rows=575995635 width=122) Output:["_col0","_col1","_col2","_col3","_col4"] TableScan [TS_6] (rows=575995635 width=122) default@store_sales,store_sales,Tbl:COMPLETE,Col:COMPLETE,Output:["ss_item_sk","ss_customer_sk","ss_ticket_number","ss_quantity","ss_sales_price"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_11] - PartitionCols:_col0, _col2 + PartitionCols:_col0, _col2,null sort order:aa,sort order:++ Merge Join Operator [MERGEJOIN_62] (rows=55574563 width=11) Conds:RS_66._col1=RS_69._col0(Inner),Output:["_col0","_col2","_col3"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_66] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_65] (rows=55574563 width=15) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_64] (rows=55574563 width=15) @@ -94,7 +95,7 @@ Stage-0 default@store_returns,store_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["sr_item_sk","sr_reason_sk","sr_ticket_number","sr_return_quantity"] <-Map 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_69] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_68] (rows=1 width=4) Output:["_col0"] Filter Operator [FIL_67] (rows=1 width=101) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query94.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query94.q.out index 0f71ce5c16..f172d4901c 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query94.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query94.q.out @@ -96,7 +96,7 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)"],keys:KEY._col0 <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_69] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_68] (rows=143895019 width=228) Output:["_col0","_col2","_col3"],aggregations:["sum(_col5)","sum(_col6)"],keys:_col4 Select Operator [SEL_41] (rows=143895019 width=229) @@ -107,28 +107,28 @@ Stage-0 Conds:RS_37._col4=RS_151._col1(Left Outer),Output:["_col4","_col5","_col6","_col13"] <-Reducer 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_151] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_150] (rows=8007986 width=8) Output:["_col0","_col1"] Group By Operator [GBY_149] (rows=8007986 width=4) Output:["_col0"],keys:KEY._col0 <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_148] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_147] (rows=14398467 width=4) Output:["_col0"],keys:wr_order_number TableScan [TS_25] (rows=14398467 width=4) default@web_returns,wr1,Tbl:COMPLETE,Col:COMPLETE,Output:["wr_order_number"] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_37] - PartitionCols:_col4 + PartitionCols:_col4,null sort order:a,sort order:+ Select Operator [SEL_36] (rows=143895019 width=231) Output:["_col4","_col5","_col6"] Merge Join Operator [MERGEJOIN_124] (rows=143895019 width=235) Conds:RS_33._col4=RS_146._col0(Left Semi),Output:["_col3","_col4","_col5","_col6","_col14"],residual filter predicates:{(_col3 <> _col14)} <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_146] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_145] (rows=143966743 width=7) Output:["_col0","_col1"],keys:_col0, _col1 Select Operator [SEL_144] (rows=143966743 width=7) @@ -139,12 +139,12 @@ Stage-0 default@web_sales,ws2,Tbl:COMPLETE,Col:COMPLETE,Output:["ws_warehouse_sk","ws_order_number"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_33] - PartitionCols:_col4 + PartitionCols:_col4,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_123] (rows=143895019 width=231) Conds:RS_18._col2=RS_142._col0(Inner),Output:["_col3","_col4","_col5","_col6"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_142] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_141] (rows=12 width=91) Output:["_col0"] Filter Operator [FIL_140] (rows=12 width=92) @@ -153,12 +153,12 @@ Stage-0 default@web_site,web_site,Tbl:COMPLETE,Col:COMPLETE,Output:["web_site_sk","web_company_name"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_122] (rows=143895019 width=235) Conds:RS_15._col1=RS_128._col0(Inner),Output:["_col2","_col3","_col4","_col5","_col6"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_128] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_127] (rows=784314 width=90) Output:["_col0"] Filter Operator [FIL_126] (rows=784314 width=90) @@ -167,12 +167,12 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_state"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_15] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_121] (rows=143895019 width=239) Conds:RS_136._col0=RS_139._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5","_col6"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_136] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_135] (rows=143895019 width=243) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] Filter Operator [FIL_134] (rows=143895019 width=243) @@ -192,7 +192,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_127] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_139] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_138] (rows=8116 width=98) Output:["_col0"] Filter Operator [FIL_137] (rows=8116 width=98) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query95.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query95.q.out index 5619abb453..8d90ffbb49 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query95.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query95.q.out @@ -105,26 +105,26 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)"],keys:KEY._col0 <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_105] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_104] (rows=78459310 width=228) Output:["_col0","_col2","_col3"],aggregations:["sum(_col4)","sum(_col5)"],keys:_col3 Merge Join Operator [MERGEJOIN_231] (rows=78459310 width=227) Conds:RS_55._col3=RS_257._col0(Inner),Output:["_col3","_col4","_col5"] <-Reducer 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_257] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_256] (rows=8007986 width=4) Output:["_col0"],keys:KEY._col0 <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_40] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_39] (rows=14398467 width=4) Output:["_col0"],keys:_col14 Merge Join Operator [MERGEJOIN_225] (rows=1384229738 width=4) Conds:RS_35._col0=RS_255.wr_order_number(Inner),Output:["_col14"] <-Reducer 14 [SIMPLE_EDGE] SHUFFLE [RS_35] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_33] (rows=1411940834 width=4) Output:["_col0"] Filter Operator [FIL_32] (rows=1411940834 width=11) @@ -133,36 +133,36 @@ Stage-0 Conds:RS_250._col1=RS_252._col1(Inner),Output:["_col0","_col1","_col2"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_250] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_249] (rows=144002668 width=7) Output:["_col0","_col1"] TableScan [TS_25] (rows=144002668 width=7) default@web_sales,ws1,Tbl:COMPLETE,Col:COMPLETE,Output:["ws_warehouse_sk","ws_order_number"] <-Map 18 [SIMPLE_EDGE] vectorized SHUFFLE [RS_252] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_251] (rows=144002668 width=7) Output:["_col0","_col1"] TableScan [TS_27] (rows=144002668 width=7) default@web_sales,ws2,Tbl:COMPLETE,Col:COMPLETE,Output:["ws_warehouse_sk","ws_order_number"] <-Map 19 [SIMPLE_EDGE] vectorized SHUFFLE [RS_255] - PartitionCols:wr_order_number + PartitionCols:wr_order_number,null sort order:a,sort order:+ TableScan [TS_34] (rows=14398467 width=4) default@web_returns,web_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["wr_order_number"] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_55] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_230] (rows=143895019 width=227) Conds:RS_52._col3=RS_254._col0(Inner),Output:["_col3","_col4","_col5"] <-Reducer 17 [SIMPLE_EDGE] vectorized SHUFFLE [RS_254] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_253] (rows=14686712 width=4) Output:["_col0"],keys:KEY._col0 <-Reducer 14 [SIMPLE_EDGE] SHUFFLE [RS_22] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_21] (rows=144002668 width=4) Output:["_col0"],keys:_col1 Select Operator [SEL_20] (rows=1411940834 width=11) @@ -170,12 +170,12 @@ Stage-0 Please refer to the previous Filter Operator [FIL_32] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_52] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_228] (rows=143895019 width=227) Conds:RS_49._col2=RS_248._col0(Inner),Output:["_col3","_col4","_col5"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_248] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_247] (rows=12 width=4) Output:["_col0"] Filter Operator [FIL_246] (rows=12 width=92) @@ -184,12 +184,12 @@ Stage-0 default@web_site,web_site,Tbl:COMPLETE,Col:COMPLETE,Output:["web_site_sk","web_company_name"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_49] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_227] (rows=143895019 width=231) Conds:RS_46._col1=RS_234._col0(Inner),Output:["_col2","_col3","_col4","_col5"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_234] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_233] (rows=784314 width=4) Output:["_col0"] Filter Operator [FIL_232] (rows=784314 width=90) @@ -198,12 +198,12 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_state"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_46] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_226] (rows=143895019 width=235) Conds:RS_242._col0=RS_245._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_242] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_241] (rows=143895019 width=239) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_240] (rows=143895019 width=239) @@ -223,7 +223,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_233] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_245] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_244] (rows=8116 width=98) Output:["_col0"] Filter Operator [FIL_243] (rows=8116 width=98) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query96.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query96.q.out index 6bc33a1fc1..1f9f6700da 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query96.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query96.q.out @@ -64,7 +64,7 @@ Stage-0 Conds:RS_18._col2=RS_89._col0(Inner) <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_89] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_88] (rows=155 width=4) Output:["_col0"] Filter Operator [FIL_87] (rows=155 width=92) @@ -73,12 +73,12 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_store_name"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_71] (rows=501695814 width=3) Conds:RS_15._col1=RS_86._col0(Inner),Output:["_col2"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_86] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_85] (rows=655 width=4) Output:["_col0"] Filter Operator [FIL_84] (rows=655 width=8) @@ -87,12 +87,12 @@ Stage-0 default@household_demographics,household_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["hd_demo_sk","hd_dep_count"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_15] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_70] (rows=501695814 width=7) Conds:RS_83._col0=RS_75._col0(Inner),Output:["_col1","_col2"] <-Map 6 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_75] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_74] (rows=2235 width=4) Output:["_col0"] Filter Operator [FIL_73] (rows=2235 width=12) @@ -101,7 +101,7 @@ Stage-0 default@time_dim,time_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["t_time_sk","t_hour","t_minute"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_83] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_82] (rows=501695814 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_81] (rows=501695814 width=11) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query97.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query97.q.out index 70e089d3df..d90f032a5c 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query97.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query97.q.out @@ -86,19 +86,19 @@ Stage-0 Conds:RS_85._col0, _col1=RS_92._col0, _col1(Outer),Output:["_col0","_col2"] <-Reducer 3 [SIMPLE_EDGE] vectorized SHUFFLE [RS_85] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_84] (rows=550076554 width=7) Output:["_col0","_col1"],keys:KEY._col0, KEY._col1 <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_11] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_10] (rows=550076554 width=7) Output:["_col0","_col1"],keys:_col2, _col1 Merge Join Operator [MERGEJOIN_66] (rows=550076554 width=7) Conds:RS_83._col0=RS_71._col0(Inner),Output:["_col1","_col2"] <-Map 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_71] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_70] (rows=317 width=4) Output:["_col0"] Filter Operator [FIL_69] (rows=317 width=8) @@ -107,7 +107,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_month_seq"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_83] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_82] (rows=550076554 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_81] (rows=550076554 width=11) @@ -127,23 +127,23 @@ Stage-0 Please refer to the previous Select Operator [SEL_70] <-Reducer 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_92] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_91] (rows=286549727 width=7) Output:["_col0","_col1"],keys:KEY._col0, KEY._col1 <-Reducer 8 [SIMPLE_EDGE] SHUFFLE [RS_25] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_24] (rows=286549727 width=7) Output:["_col0","_col1"],keys:_col1, _col2 Merge Join Operator [MERGEJOIN_67] (rows=286549727 width=7) Conds:RS_90._col0=RS_73._col0(Inner),Output:["_col1","_col2"] <-Map 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_73] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_70] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_90] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_89] (rows=286549727 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_88] (rows=286549727 width=11) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query98.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query98.q.out index c9f3f0c0a7..2e9f658440 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query98.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query98.q.out @@ -89,6 +89,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_77] + null sort order:zzzzz,sort order:+++++ Select Operator [SEL_76] (rows=138600 width=802) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] PTF Operator [PTF_75] (rows=138600 width=690) @@ -97,19 +98,19 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_73] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Group By Operator [GBY_72] (rows=138600 width=690) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col0, _col1, _col2, _col3, _col4 + PartitionCols:_col0, _col1, _col2, _col3, _col4,null sort order:aaaaa,sort order:+++++ Group By Operator [GBY_16] (rows=138600 width=690) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col2)"],keys:_col9, _col8, _col5, _col6, _col7 Merge Join Operator [MERGEJOIN_57] (rows=165022973 width=673) Conds:RS_12._col1=RS_71._col0(Inner),Output:["_col2","_col5","_col6","_col7","_col8","_col9"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_71] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_70] (rows=138600 width=581) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_69] (rows=138600 width=581) @@ -118,12 +119,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id","i_item_desc","i_current_price","i_class","i_category"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_12] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_56] (rows=550076554 width=110) Conds:RS_68._col0=RS_60._col0(Inner),Output:["_col1","_col2"] <-Map 7 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_60] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_59] (rows=8116 width=4) Output:["_col0"] Filter Operator [FIL_58] (rows=8116 width=98) @@ -132,7 +133,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_date"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_68] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_67] (rows=550076554 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_66] (rows=550076554 width=114) diff --git ql/src/test/results/clientpositive/perf/tez/constraints/query99.q.out ql/src/test/results/clientpositive/perf/tez/constraints/query99.q.out index bea04f9d1e..edcf1c20d7 100644 --- ql/src/test/results/clientpositive/perf/tez/constraints/query99.q.out +++ ql/src/test/results/clientpositive/perf/tez/constraints/query99.q.out @@ -102,58 +102,59 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_117] + null sort order:zzz,sort order:+++ Select Operator [SEL_116] (rows=3920468 width=590) Output:["_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] Group By Operator [GBY_115] (rows=3920468 width=406) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)","sum(VALUE._col4)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_26] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:zzz,sort order:+++ Group By Operator [GBY_25] (rows=7840936 width=406) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(_col4)","sum(_col5)","sum(_col6)","sum(_col7)","sum(_col8)"],keys:_col13, _col11, _col15 Top N Key Operator [TNK_53] (rows=15681873 width=386) - keys:_col13, _col11, _col15,sort order:+++,top n:100 + keys:_col13, _col11, _col15,null sort order:zzz,sort order:+++,top n:100 Merge Join Operator [MERGEJOIN_97] (rows=15681873 width=386) Conds:RS_21._col1=RS_114._col0(Inner),Output:["_col4","_col5","_col6","_col7","_col8","_col11","_col13","_col15"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_114] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_113] (rows=60 width=102) Output:["_col0","_col1"] TableScan [TS_10] (rows=60 width=102) default@call_center,call_center,Tbl:COMPLETE,Col:COMPLETE,Output:["cc_call_center_sk","cc_name"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_21] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_96] (rows=15681873 width=291) Conds:RS_18._col3=RS_112._col0(Inner),Output:["_col1","_col4","_col5","_col6","_col7","_col8","_col11","_col13"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_112] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_111] (rows=27 width=188) Output:["_col0","_col1"] TableScan [TS_8] (rows=27 width=104) default@warehouse,warehouse,Tbl:COMPLETE,Col:COMPLETE,Output:["w_warehouse_sk","w_warehouse_name"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_95] (rows=15681873 width=111) Conds:RS_15._col2=RS_99._col0(Inner),Output:["_col1","_col3","_col4","_col5","_col6","_col7","_col8","_col11"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_99] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_98] (rows=1 width=88) Output:["_col0","_col1"] TableScan [TS_6] (rows=1 width=88) default@ship_mode,ship_mode,Tbl:COMPLETE,Col:COMPLETE,Output:["sm_ship_mode_sk","sm_type"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_15] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_94] (rows=282273729 width=31) Conds:RS_107._col0=RS_110._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_107] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_106] (rows=282273729 width=35) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] Filter Operator [FIL_105] (rows=282273729 width=19) @@ -173,7 +174,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_98] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_110] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_109] (rows=317 width=4) Output:["_col0"] Filter Operator [FIL_108] (rows=317 width=8) diff --git ql/src/test/results/clientpositive/perf/tez/query1.q.out ql/src/test/results/clientpositive/perf/tez/query1.q.out index f7affa4f14..a7aa6bdd3a 100644 --- ql/src/test/results/clientpositive/perf/tez/query1.q.out +++ ql/src/test/results/clientpositive/perf/tez/query1.q.out @@ -80,6 +80,7 @@ Stage-0 Output:["_col0"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_52] + null sort order:z,sort order:+ Select Operator [SEL_51] (rows=17457727 width=100) Output:["_col0"] Filter Operator [FIL_50] (rows=17457727 width=324) @@ -88,7 +89,7 @@ Stage-0 Conds:RS_47._col2=RS_162._col1(Inner),Output:["_col3","_col5","_col6"] <-Reducer 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_162] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_161] (rows=85 width=115) Output:["_col0","_col1"] Filter Operator [FIL_160] (rows=85 width=123) @@ -101,14 +102,14 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_32] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:aa,sort order:++ Group By Operator [GBY_31] (rows=53634860 width=119) Output:["_col0","_col1","_col2"],aggregations:["sum(_col3)"],keys:_col2, _col1 Merge Join Operator [MERGEJOIN_135] (rows=53634860 width=115) Conds:RS_145._col0=RS_149._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_149] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_147] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_146] (rows=652 width=8) @@ -117,7 +118,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Map 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_145] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_143] (rows=53634860 width=119) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_141] (rows=53634860 width=119) @@ -126,12 +127,12 @@ Stage-0 default@store_returns,store_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["sr_returned_date_sk","sr_customer_sk","sr_store_sk","sr_fee"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_47] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_134] (rows=51757026 width=215) Conds:RS_44._col1=RS_156._col0(Inner),Output:["_col2","_col3","_col5"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_156] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_155] (rows=80000000 width=104) Output:["_col0","_col1"] Filter Operator [FIL_154] (rows=80000000 width=104) @@ -140,12 +141,12 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_customer_id"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_44] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_133] (rows=51757026 width=119) Conds:RS_139._col0=RS_153._col1(Inner),Output:["_col1","_col2","_col3"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_139] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_138] (rows=35 width=4) Output:["_col0"] Filter Operator [FIL_137] (rows=35 width=90) @@ -154,7 +155,7 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_state"] <-Reducer 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_153] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_152] (rows=51757026 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_151] (rows=51757026 width=119) @@ -163,18 +164,18 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 7 [SIMPLE_EDGE] SHUFFLE [RS_14] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_13] (rows=51757026 width=119) Output:["_col0","_col1","_col2"],aggregations:["sum(_col3)"],keys:_col2, _col1 Merge Join Operator [MERGEJOIN_132] (rows=51757026 width=115) Conds:RS_144._col0=RS_148._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_148] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_147] <-Map 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_144] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_142] (rows=51757026 width=119) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_140] (rows=51757026 width=119) diff --git ql/src/test/results/clientpositive/perf/tez/query10.q.out ql/src/test/results/clientpositive/perf/tez/query10.q.out index 1e78894fa5..30628f4829 100644 --- ql/src/test/results/clientpositive/perf/tez/query10.q.out +++ ql/src/test/results/clientpositive/perf/tez/query10.q.out @@ -164,17 +164,18 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13"] <-Reducer 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_228] + null sort order:zzzzzzzz,sort order:++++++++ Select Operator [SEL_227] (rows=1 width=419) Output:["_col0","_col1","_col2","_col3","_col4","_col6","_col8","_col10","_col12"] Group By Operator [GBY_226] (rows=1 width=379) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5, KEY._col6, KEY._col7 <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_67] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7 + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7,null sort order:zzzzzzzz,sort order:++++++++ Group By Operator [GBY_66] (rows=3 width=379) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"],aggregations:["count()"],keys:_col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13 Top N Key Operator [TNK_103] (rows=1401496 width=379) - keys:_col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13,sort order:++++++++,top n:100 + keys:_col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13,null sort order:zzzzzzzz,sort order:++++++++,top n:100 Select Operator [SEL_65] (rows=1401496 width=379) Output:["_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13"] Filter Operator [FIL_64] (rows=1401496 width=379) @@ -183,21 +184,21 @@ Stage-0 Conds:RS_61._col0=RS_225._col1(Left Outer),Output:["_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col16"] <-Reducer 19 [SIMPLE_EDGE] vectorized SHUFFLE [RS_225] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_224] (rows=1401496 width=7) Output:["_col0","_col1"] Group By Operator [GBY_223] (rows=1401496 width=3) Output:["_col0"],keys:KEY._col0 <-Reducer 18 [SIMPLE_EDGE] SHUFFLE [RS_44] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_43] (rows=285115246 width=3) Output:["_col0"],keys:_col1 Merge Join Operator [MERGEJOIN_178] (rows=285115246 width=3) Conds:RS_222._col0=RS_197._col0(Inner),Output:["_col1"] <-Map 13 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_197] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_192] (rows=201 width=4) Output:["_col0"] Filter Operator [FIL_191] (rows=201 width=12) @@ -206,7 +207,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 22 [SIMPLE_EDGE] vectorized SHUFFLE [RS_222] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_221] (rows=285115246 width=7) Output:["_col0","_col1"] Filter Operator [FIL_220] (rows=285115246 width=7) @@ -226,30 +227,30 @@ Stage-0 Please refer to the previous Select Operator [SEL_192] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_61] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_180] (rows=1414922 width=379) Conds:RS_58._col0=RS_217._col1(Left Outer),Output:["_col0","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14"] <-Reducer 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_217] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_216] (rows=1414922 width=7) Output:["_col0","_col1"] Group By Operator [GBY_215] (rows=1414922 width=3) Output:["_col0"],keys:KEY._col0 <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_30] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_29] (rows=143930993 width=3) Output:["_col0"],keys:_col1 Merge Join Operator [MERGEJOIN_177] (rows=143930993 width=3) Conds:RS_214._col0=RS_195._col0(Inner),Output:["_col1"] <-Map 13 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_195] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_192] <-Map 21 [SIMPLE_EDGE] vectorized SHUFFLE [RS_214] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_213] (rows=143930993 width=7) Output:["_col0","_col1"] Filter Operator [FIL_212] (rows=143930993 width=7) @@ -269,12 +270,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_192] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_58] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_179] (rows=525327388 width=375) Conds:RS_55._col0=RS_56._col0(Left Semi),Output:["_col0","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13"] <-Reducer 12 [SIMPLE_EDGE] SHUFFLE [RS_56] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_54] (rows=525327388 width=3) Output:["_col0"],keys:_col0 Select Operator [SEL_18] (rows=525327388 width=3) @@ -283,11 +284,11 @@ Stage-0 Conds:RS_209._col0=RS_193._col0(Inner),Output:["_col1"] <-Map 13 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_193] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_192] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_209] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_208] (rows=525327388 width=7) Output:["_col0","_col1"] Filter Operator [FIL_207] (rows=525327388 width=7) @@ -307,12 +308,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_192] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_55] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_175] (rows=228127 width=375) Conds:RS_50._col1=RS_190._col0(Inner),Output:["_col0","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_190] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_189] (rows=1861800 width=375) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] Filter Operator [FIL_188] (rows=1861800 width=375) @@ -321,12 +322,12 @@ Stage-0 default@customer_demographics,customer_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["cd_demo_sk","cd_gender","cd_marital_status","cd_education_status","cd_purchase_estimate","cd_credit_rating","cd_dep_count","cd_dep_employed_count","cd_dep_college_count"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_50] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_174] (rows=224946 width=4) Conds:RS_184._col2=RS_187._col0(Inner),Output:["_col0","_col1"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_184] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Select Operator [SEL_183] (rows=77201384 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_182] (rows=77201384 width=11) @@ -335,7 +336,7 @@ Stage-0 default@customer,c,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_current_cdemo_sk","c_current_addr_sk"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_187] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_186] (rows=116550 width=102) Output:["_col0"] Filter Operator [FIL_185] (rows=116550 width=102) diff --git ql/src/test/results/clientpositive/perf/tez/query11.q.out ql/src/test/results/clientpositive/perf/tez/query11.q.out index 96bdd7b504..e8f5308bce 100644 --- ql/src/test/results/clientpositive/perf/tez/query11.q.out +++ ql/src/test/results/clientpositive/perf/tez/query11.q.out @@ -196,6 +196,7 @@ Stage-0 Output:["_col0"] <-Reducer 7 [SIMPLE_EDGE] SHUFFLE [RS_93] + null sort order:z,sort order:+ Select Operator [SEL_92] (rows=19066162 width=85) Output:["_col0"] Filter Operator [FIL_91] (rows=19066162 width=537) @@ -204,21 +205,21 @@ Stage-0 Conds:RS_88._col2=RS_351._col0(Inner),Output:["_col1","_col3","_col5","_col6","_col8","_col9"] <-Reducer 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_351] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_350] (rows=80000000 width=297) Output:["_col0","_col1","_col2"] Group By Operator [GBY_349] (rows=80000000 width=764) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5, KEY._col6 <-Reducer 19 [SIMPLE_EDGE] SHUFFLE [RS_79] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6 + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6,null sort order:aaaaaaa,sort order:+++++++ Group By Operator [GBY_78] (rows=80000000 width=764) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(_col2)"],keys:_col5, _col6, _col7, _col8, _col9, _col10, _col11 Merge Join Operator [MERGEJOIN_284] (rows=525327388 width=764) Conds:RS_74._col1=RS_317._col0(Inner),Output:["_col2","_col5","_col6","_col7","_col8","_col9","_col10","_col11"] <-Map 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_317] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_316] (rows=80000000 width=656) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] Filter Operator [FIL_315] (rows=80000000 width=656) @@ -227,12 +228,12 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_customer_id","c_first_name","c_last_name","c_preferred_cust_flag","c_birth_country","c_login","c_email_address"] <-Reducer 18 [SIMPLE_EDGE] SHUFFLE [RS_74] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_283] (rows=525327388 width=115) Conds:RS_348._col0=RS_294._col0(Inner),Output:["_col1","_col2"] <-Map 21 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_294] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_291] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_288] (rows=652 width=8) @@ -241,7 +242,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Map 17 [SIMPLE_EDGE] vectorized SHUFFLE [RS_348] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_347] (rows=525327388 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_346] (rows=525327388 width=221) @@ -261,12 +262,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_291] <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_88] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_286] (rows=31888273 width=440) Conds:RS_85._col2=RS_343._col0(Inner),Output:["_col1","_col2","_col3","_col5","_col6"] <-Reducer 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_343] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_342] (rows=26666666 width=216) Output:["_col0","_col1","_col2"] Filter Operator [FIL_341] (rows=26666666 width=212) @@ -277,23 +278,23 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5, KEY._col6 <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_58] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6 + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6,null sort order:aaaaaaa,sort order:+++++++ Group By Operator [GBY_57] (rows=80000000 width=764) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(_col2)"],keys:_col5, _col6, _col7, _col8, _col9, _col10, _col11 Merge Join Operator [MERGEJOIN_282] (rows=143930993 width=764) Conds:RS_53._col1=RS_320._col0(Inner),Output:["_col2","_col5","_col6","_col7","_col8","_col9","_col10","_col11"] <-Map 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_320] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_316] <-Reducer 14 [SIMPLE_EDGE] SHUFFLE [RS_53] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_281] (rows=143930993 width=115) Conds:RS_338._col0=RS_300._col0(Inner),Output:["_col1","_col2"] <-Map 21 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_300] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_293] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_290] (rows=652 width=8) @@ -301,7 +302,7 @@ Stage-0 Please refer to the previous TableScan [TS_65] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_338] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_337] (rows=143930993 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_336] (rows=143930993 width=231) @@ -321,12 +322,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_293] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_85] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_285] (rows=31888273 width=324) Conds:RS_323._col0=RS_333._col0(Inner),Output:["_col1","_col2","_col3"] <-Reducer 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_333] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_332] (rows=26666666 width=212) Output:["_col0","_col1"] Filter Operator [FIL_331] (rows=26666666 width=212) @@ -337,23 +338,23 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5, KEY._col6 <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_37] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6 + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6,null sort order:aaaaaaa,sort order:+++++++ Group By Operator [GBY_36] (rows=80000000 width=764) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(_col2)"],keys:_col5, _col6, _col7, _col8, _col9, _col10, _col11 Merge Join Operator [MERGEJOIN_280] (rows=525327388 width=764) Conds:RS_32._col1=RS_319._col0(Inner),Output:["_col2","_col5","_col6","_col7","_col8","_col9","_col10","_col11"] <-Map 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_319] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_316] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_32] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_279] (rows=525327388 width=115) Conds:RS_328._col0=RS_298._col0(Inner),Output:["_col1","_col2"] <-Map 21 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_298] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_292] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_289] (rows=652 width=8) @@ -361,7 +362,7 @@ Stage-0 Please refer to the previous TableScan [TS_65] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_328] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_327] (rows=525327388 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_326] (rows=525327388 width=221) @@ -381,34 +382,34 @@ Stage-0 Please refer to the previous Select Operator [SEL_292] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_323] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_322] (rows=80000000 width=212) Output:["_col0","_col1"] Group By Operator [GBY_321] (rows=80000000 width=764) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5, KEY._col6 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6 + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6,null sort order:aaaaaaa,sort order:+++++++ Group By Operator [GBY_16] (rows=80000000 width=764) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(_col2)"],keys:_col5, _col6, _col7, _col8, _col9, _col10, _col11 Merge Join Operator [MERGEJOIN_278] (rows=143930993 width=764) Conds:RS_12._col1=RS_318._col0(Inner),Output:["_col2","_col5","_col6","_col7","_col8","_col9","_col10","_col11"] <-Map 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_318] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_316] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_12] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_277] (rows=143930993 width=115) Conds:RS_314._col0=RS_296._col0(Inner),Output:["_col1","_col2"] <-Map 21 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_296] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_291] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_314] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_313] (rows=143930993 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_312] (rows=143930993 width=231) diff --git ql/src/test/results/clientpositive/perf/tez/query12.q.out ql/src/test/results/clientpositive/perf/tez/query12.q.out index 4183059b2d..eecf289ecf 100644 --- ql/src/test/results/clientpositive/perf/tez/query12.q.out +++ ql/src/test/results/clientpositive/perf/tez/query12.q.out @@ -93,6 +93,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_78] + null sort order:zzzzz,sort order:+++++ Select Operator [SEL_77] (rows=138600 width=801) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] PTF Operator [PTF_76] (rows=138600 width=690) @@ -101,19 +102,19 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_74] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Group By Operator [GBY_73] (rows=138600 width=690) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col0, _col1, _col2, _col3, _col4 + PartitionCols:_col0, _col1, _col2, _col3, _col4,null sort order:aaaaa,sort order:+++++ Group By Operator [GBY_16] (rows=138600 width=690) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col2)"],keys:_col9, _col8, _col5, _col6, _col7 Merge Join Operator [MERGEJOIN_58] (rows=43190061 width=689) Conds:RS_12._col1=RS_72._col0(Inner),Output:["_col2","_col5","_col6","_col7","_col8","_col9"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_72] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_71] (rows=138600 width=581) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_70] (rows=138600 width=581) @@ -122,12 +123,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id","i_item_desc","i_current_price","i_class","i_category"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_12] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_57] (rows=143966864 width=115) Conds:RS_69._col0=RS_61._col0(Inner),Output:["_col1","_col2"] <-Map 7 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_61] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_60] (rows=8116 width=4) Output:["_col0"] Filter Operator [FIL_59] (rows=8116 width=98) @@ -136,7 +137,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_date"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_69] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_68] (rows=143966864 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_67] (rows=143966864 width=119) diff --git ql/src/test/results/clientpositive/perf/tez/query13.q.out ql/src/test/results/clientpositive/perf/tez/query13.q.out index 96aa938e78..6af6b1400c 100644 --- ql/src/test/results/clientpositive/perf/tez/query13.q.out +++ ql/src/test/results/clientpositive/perf/tez/query13.q.out @@ -142,7 +142,7 @@ Stage-0 Conds:RS_32._col4=RS_144._col0(Inner),Output:["_col5","_col6","_col7"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_144] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_143] (rows=1704 width=4) Output:["_col0"] Filter Operator [FIL_142] (rows=1704 width=4) @@ -151,14 +151,14 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk"] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_32] - PartitionCols:_col4 + PartitionCols:_col4,null sort order:a,sort order:+ Filter Operator [FIL_31] (rows=11734953 width=218) predicate:((_col20 and _col21 and _col11 and _col27) or (_col22 and _col23 and _col12 and _col28) or (_col24 and _col25 and _col13 and _col28)) Merge Join Operator [MERGEJOIN_120] (rows=62586416 width=218) Conds:RS_28._col2=RS_141._col0(Inner),Output:["_col4","_col5","_col6","_col7","_col11","_col12","_col13","_col20","_col21","_col22","_col23","_col24","_col25","_col27","_col28"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_141] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_140] (rows=1309 width=12) Output:["_col0","_col1","_col2"] Filter Operator [FIL_139] (rows=1309 width=8) @@ -167,12 +167,12 @@ Stage-0 default@household_demographics,household_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["hd_demo_sk","hd_dep_count"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_28] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_119] (rows=62586416 width=213) Conds:RS_25._col1=RS_138._col0(Inner),Output:["_col2","_col4","_col5","_col6","_col7","_col11","_col12","_col13","_col20","_col21","_col22","_col23","_col24","_col25"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_138] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_137] (rows=265971 width=28) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] Filter Operator [FIL_136] (rows=265971 width=183) @@ -181,14 +181,14 @@ Stage-0 default@customer_demographics,customer_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["cd_demo_sk","cd_marital_status","cd_education_status"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_25] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Filter Operator [FIL_24] (rows=343170969 width=265) predicate:((_col16 and _col8) or (_col17 and _col9) or (_col18 and _col10)) Merge Join Operator [MERGEJOIN_118] (rows=457561292 width=265) Conds:RS_21._col3=RS_135._col0(Inner),Output:["_col1","_col2","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col16","_col17","_col18"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_135] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_134] (rows=3529412 width=16) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_133] (rows=3529412 width=187) @@ -197,12 +197,12 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_state","ca_country"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_21] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_117] (rows=457561292 width=257) Conds:RS_132._col0=RS_124._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_124] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_123] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_122] (rows=652 width=8) @@ -211,7 +211,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_132] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_131] (rows=457561292 width=260) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13"] Filter Operator [FIL_130] (rows=457561292 width=450) diff --git ql/src/test/results/clientpositive/perf/tez/query14.q.out ql/src/test/results/clientpositive/perf/tez/query14.q.out index 4324af5ea9..abfc5e85d4 100644 --- ql/src/test/results/clientpositive/perf/tez/query14.q.out +++ ql/src/test/results/clientpositive/perf/tez/query14.q.out @@ -303,6 +303,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1343] + null sort order:zzzz,sort order:++++ Select Operator [SEL_1342] (rows=304320 width=223) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Group By Operator [GBY_1341] (rows=304320 width=231) @@ -310,11 +311,11 @@ Stage-0 <-Union 7 [SIMPLE_EDGE] <-Reducer 16 [CONTAINS] Reduce Output Operator [RS_1186] - PartitionCols:_col0, _col1, _col2, _col3, _col4 + PartitionCols:_col0, _col1, _col2, _col3, _col4,null sort order:zzzza,sort order:+++++ Group By Operator [GBY_1185] (rows=304320 width=231) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["sum(_col4)","sum(_col5)"],keys:_col0, _col1, _col2, _col3, 0L Top N Key Operator [TNK_1184] (rows=121728 width=221) - keys:_col0, _col1, _col2, _col3, 0L,sort order:+++++,top n:100 + keys:_col0, _col1, _col2, _col3, 0L,null sort order:zzzza,sort order:+++++,top n:100 Select Operator [SEL_1182] (rows=40576 width=223) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_1181] (rows=40576 width=244) @@ -329,7 +330,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 14 [SIMPLE_EDGE] SHUFFLE [RS_244] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_243] (rows=17407104 width=131) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col3)","count()"],keys:_col0, _col1, _col2 Select Operator [SEL_241] (rows=286549727 width=127) @@ -338,12 +339,12 @@ Stage-0 Conds:RS_238._col1=RS_239._col0(Left Semi),Output:["_col2","_col3","_col6","_col7","_col8"] <-Reducer 13 [SIMPLE_EDGE] SHUFFLE [RS_238] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_1144] (rows=286549727 width=131) Conds:RS_233._col1=RS_1326._col0(Inner),Output:["_col1","_col2","_col3","_col6","_col7","_col8"] <-Map 24 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1326] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_1317] (rows=462000 width=15) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_1308] (rows=462000 width=15) @@ -352,12 +353,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_brand_id","i_class_id","i_category_id"] <-Reducer 12 [SIMPLE_EDGE] SHUFFLE [RS_233] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_1143] (rows=286549727 width=119) Conds:RS_1351._col0=RS_1288._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 10 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_1288] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_1285] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_1284] (rows=50 width=12) @@ -366,7 +367,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 79 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1351] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_1350] (rows=286549727 width=123) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_1349] (rows=286549727 width=123) @@ -386,14 +387,14 @@ Stage-0 Please refer to the previous Select Operator [SEL_1285] <-Reducer 33 [SIMPLE_EDGE] SHUFFLE [RS_239] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_237] (rows=364 width=4) Output:["_col0"],keys:_col0 Merge Join Operator [MERGEJOIN_1151] (rows=729 width=4) Conds:RS_1327._col1, _col2, _col3=RS_1355._col0, _col1, _col2(Inner),Output:["_col0"] <-Map 24 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1327] - PartitionCols:_col1, _col2, _col3 + PartitionCols:_col1, _col2, _col3,null sort order:aaa,sort order:+++ Select Operator [SEL_1318] (rows=458612 width=15) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_1309] (rows=458612 width=15) @@ -401,7 +402,7 @@ Stage-0 Please refer to the previous TableScan [TS_6] <-Reducer 32 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1355] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Select Operator [SEL_1354] (rows=1 width=12) Output:["_col0","_col1","_col2"] Filter Operator [FIL_1353] (rows=1 width=20) @@ -411,21 +412,21 @@ Stage-0 <-Union 31 [SIMPLE_EDGE] <-Reducer 30 [CONTAINS] vectorized Reduce Output Operator [RS_1409] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_1408] (rows=120960 width=20) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(_col3)"],keys:_col0, _col1, _col2 Group By Operator [GBY_1407] (rows=120960 width=20) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 26 [SIMPLE_EDGE] SHUFFLE [RS_175] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_28] (rows=3144960 width=19) Output:["_col0","_col1","_col2","_col3"],aggregations:["count()"],keys:_col4, _col5, _col6 Merge Join Operator [MERGEJOIN_1134] (rows=546042657 width=11) Conds:RS_24._col1=RS_1323._col0(Inner),Output:["_col4","_col5","_col6"] <-Map 24 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1323] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_1314] (rows=458612 width=15) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_1305] (rows=458612 width=15) @@ -433,12 +434,12 @@ Stage-0 Please refer to the previous TableScan [TS_6] <-Reducer 47 [SIMPLE_EDGE] SHUFFLE [RS_24] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_1133] (rows=550076554 width=4) Conds:RS_1403._col0=RS_1381._col0(Inner),Output:["_col1"] <-Map 48 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1381] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_1380] (rows=1957 width=4) Output:["_col0"] Filter Operator [FIL_1379] (rows=1957 width=8) @@ -447,7 +448,7 @@ Stage-0 default@date_dim,d1,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Map 46 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1403] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_1402] (rows=550076554 width=7) Output:["_col0","_col1"] Filter Operator [FIL_1401] (rows=550076554 width=7) @@ -467,21 +468,21 @@ Stage-0 Please refer to the previous Select Operator [SEL_1380] <-Reducer 40 [CONTAINS] vectorized Reduce Output Operator [RS_1423] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_1422] (rows=120960 width=20) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(_col3)"],keys:_col0, _col1, _col2 Group By Operator [GBY_1421] (rows=120960 width=20) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 38 [SIMPLE_EDGE] SHUFFLE [RS_195] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_48] (rows=1693440 width=19) Output:["_col0","_col1","_col2","_col3"],aggregations:["count()"],keys:_col4, _col5, _col6 Merge Join Operator [MERGEJOIN_1136] (rows=284448361 width=11) Conds:RS_44._col1=RS_1324._col0(Inner),Output:["_col4","_col5","_col6"] <-Map 24 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1324] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_1315] (rows=458612 width=15) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_1306] (rows=458612 width=15) @@ -489,16 +490,16 @@ Stage-0 Please refer to the previous TableScan [TS_6] <-Reducer 50 [SIMPLE_EDGE] SHUFFLE [RS_44] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_1135] (rows=286549727 width=4) Conds:RS_1417._col0=RS_1383._col0(Inner),Output:["_col1"] <-Map 48 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1383] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_1380] <-Map 64 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1417] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_1416] (rows=286549727 width=7) Output:["_col0","_col1"] Filter Operator [FIL_1415] (rows=286549727 width=7) @@ -518,21 +519,21 @@ Stage-0 Please refer to the previous Select Operator [SEL_1380] <-Reducer 44 [CONTAINS] vectorized Reduce Output Operator [RS_1437] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_1436] (rows=120960 width=20) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(_col3)"],keys:_col0, _col1, _col2 Group By Operator [GBY_1435] (rows=120960 width=20) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 42 [SIMPLE_EDGE] SHUFFLE [RS_216] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_69] (rows=846720 width=19) Output:["_col0","_col1","_col2","_col3"],aggregations:["count()"],keys:_col4, _col5, _col6 Merge Join Operator [MERGEJOIN_1138] (rows=142911107 width=11) Conds:RS_65._col1=RS_1325._col0(Inner),Output:["_col4","_col5","_col6"] <-Map 24 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1325] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_1316] (rows=458612 width=15) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_1307] (rows=458612 width=15) @@ -540,16 +541,16 @@ Stage-0 Please refer to the previous TableScan [TS_6] <-Reducer 52 [SIMPLE_EDGE] SHUFFLE [RS_65] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_1137] (rows=143966864 width=4) Conds:RS_1431._col0=RS_1385._col0(Inner),Output:["_col1"] <-Map 48 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1385] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_1380] <-Map 65 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1431] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_1430] (rows=143966864 width=7) Output:["_col0","_col1"] Filter Operator [FIL_1429] (rows=143966864 width=7) @@ -588,11 +589,11 @@ Stage-0 Conds:RS_1446._col0=RS_1389._col0(Inner),Output:["_col1","_col2"] <-Map 48 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1389] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_1380] <-Map 66 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1446] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_1444] (rows=550076554 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_1443] (rows=550076554 width=114) @@ -622,7 +623,7 @@ Stage-0 Conds:RS_1461._col0=RS_1452._col0(Inner),Output:["_col1","_col2"] <-Map 71 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_1452] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_1449] (rows=1957 width=4) Output:["_col0"] Filter Operator [FIL_1448] (rows=1957 width=8) @@ -631,7 +632,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Map 67 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1461] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_1459] (rows=286549727 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_1458] (rows=286549727 width=119) @@ -661,7 +662,7 @@ Stage-0 Conds:RS_1476._col0=RS_1467._col0(Inner),Output:["_col1","_col2"] <-Map 77 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_1467] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_1464] (rows=1957 width=4) Output:["_col0"] Filter Operator [FIL_1463] (rows=1957 width=8) @@ -670,7 +671,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Map 73 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1476] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_1474] (rows=143966864 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_1473] (rows=143966864 width=119) @@ -690,11 +691,11 @@ Stage-0 Please refer to the previous Select Operator [SEL_1464] <-Reducer 22 [CONTAINS] Reduce Output Operator [RS_1193] - PartitionCols:_col0, _col1, _col2, _col3, _col4 + PartitionCols:_col0, _col1, _col2, _col3, _col4,null sort order:zzzza,sort order:+++++ Group By Operator [GBY_1192] (rows=304320 width=231) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["sum(_col4)","sum(_col5)"],keys:_col0, _col1, _col2, _col3, 0L Top N Key Operator [TNK_1191] (rows=121728 width=221) - keys:_col0, _col1, _col2, _col3, 0L,sort order:+++++,top n:100 + keys:_col0, _col1, _col2, _col3, 0L,null sort order:zzzza,sort order:+++++,top n:100 Select Operator [SEL_1189] (rows=40576 width=219) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_1188] (rows=40576 width=244) @@ -709,7 +710,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 20 [SIMPLE_EDGE] SHUFFLE [RS_391] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_390] (rows=8764416 width=131) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col3)","count()"],keys:_col0, _col1, _col2 Select Operator [SEL_388] (rows=143966864 width=127) @@ -718,12 +719,12 @@ Stage-0 Conds:RS_385._col1=RS_386._col0(Left Semi),Output:["_col2","_col3","_col6","_col7","_col8"] <-Reducer 19 [SIMPLE_EDGE] SHUFFLE [RS_385] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_1156] (rows=143966864 width=131) Conds:RS_380._col1=RS_1328._col0(Inner),Output:["_col1","_col2","_col3","_col6","_col7","_col8"] <-Map 24 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1328] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_1319] (rows=462000 width=15) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_1310] (rows=462000 width=15) @@ -731,16 +732,16 @@ Stage-0 Please refer to the previous TableScan [TS_6] <-Reducer 18 [SIMPLE_EDGE] SHUFFLE [RS_380] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_1155] (rows=143966864 width=119) Conds:RS_1367._col0=RS_1290._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 10 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_1290] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_1285] <-Map 80 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1367] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_1366] (rows=143966864 width=123) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_1365] (rows=143966864 width=123) @@ -760,14 +761,14 @@ Stage-0 Please refer to the previous Select Operator [SEL_1285] <-Reducer 37 [SIMPLE_EDGE] SHUFFLE [RS_386] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_384] (rows=364 width=4) Output:["_col0"],keys:_col0 Merge Join Operator [MERGEJOIN_1163] (rows=729 width=4) Conds:RS_1329._col1, _col2, _col3=RS_1371._col0, _col1, _col2(Inner),Output:["_col0"] <-Map 24 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1329] - PartitionCols:_col1, _col2, _col3 + PartitionCols:_col1, _col2, _col3,null sort order:aaa,sort order:+++ Select Operator [SEL_1320] (rows=458612 width=15) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_1311] (rows=458612 width=15) @@ -775,7 +776,7 @@ Stage-0 Please refer to the previous TableScan [TS_6] <-Reducer 36 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1371] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Select Operator [SEL_1370] (rows=1 width=12) Output:["_col0","_col1","_col2"] Filter Operator [FIL_1369] (rows=1 width=20) @@ -785,36 +786,36 @@ Stage-0 <-Union 35 [SIMPLE_EDGE] <-Reducer 34 [CONTAINS] vectorized Reduce Output Operator [RS_1412] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_1411] (rows=120960 width=20) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(_col3)"],keys:_col0, _col1, _col2 Group By Operator [GBY_1410] (rows=120960 width=20) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 26 [SIMPLE_EDGE] SHUFFLE [RS_322] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Please refer to the previous Group By Operator [GBY_28] <-Reducer 41 [CONTAINS] vectorized Reduce Output Operator [RS_1426] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_1425] (rows=120960 width=20) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(_col3)"],keys:_col0, _col1, _col2 Group By Operator [GBY_1424] (rows=120960 width=20) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 38 [SIMPLE_EDGE] SHUFFLE [RS_342] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Please refer to the previous Group By Operator [GBY_48] <-Reducer 45 [CONTAINS] vectorized Reduce Output Operator [RS_1440] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_1439] (rows=120960 width=20) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(_col3)"],keys:_col0, _col1, _col2 Group By Operator [GBY_1438] (rows=120960 width=20) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 42 [SIMPLE_EDGE] SHUFFLE [RS_363] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Please refer to the previous Group By Operator [GBY_69] <-Reducer 63 [CUSTOM_SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_1378] @@ -837,11 +838,11 @@ Stage-0 Conds:RS_1447._col0=RS_1390._col0(Inner),Output:["_col1","_col2"] <-Map 48 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1390] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_1380] <-Map 66 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1447] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_1444] <-Reducer 70 [CONTAINS] Reduce Output Operator [RS_1265] @@ -855,11 +856,11 @@ Stage-0 Conds:RS_1462._col0=RS_1453._col0(Inner),Output:["_col1","_col2"] <-Map 71 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_1453] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_1449] <-Map 67 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1462] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_1459] <-Reducer 76 [CONTAINS] Reduce Output Operator [RS_1283] @@ -873,19 +874,19 @@ Stage-0 Conds:RS_1477._col0=RS_1468._col0(Inner),Output:["_col1","_col2"] <-Map 77 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_1468] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_1464] <-Map 73 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1477] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_1474] <-Reducer 6 [CONTAINS] Reduce Output Operator [RS_1179] - PartitionCols:_col0, _col1, _col2, _col3, _col4 + PartitionCols:_col0, _col1, _col2, _col3, _col4,null sort order:zzzza,sort order:+++++ Group By Operator [GBY_1178] (rows=304320 width=231) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["sum(_col4)","sum(_col5)"],keys:_col0, _col1, _col2, _col3, 0L Top N Key Operator [TNK_1177] (rows=121728 width=221) - keys:_col0, _col1, _col2, _col3, 0L,sort order:+++++,top n:100 + keys:_col0, _col1, _col2, _col3, 0L,null sort order:zzzza,sort order:+++++,top n:100 Select Operator [SEL_1175] (rows=40576 width=221) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_1174] (rows=40576 width=244) @@ -900,7 +901,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_98] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_97] (rows=32136192 width=131) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col3)","count()"],keys:_col0, _col1, _col2 Select Operator [SEL_95] (rows=550076554 width=122) @@ -909,14 +910,14 @@ Stage-0 Conds:RS_92._col1=RS_93._col0(Left Semi),Output:["_col2","_col3","_col6","_col7","_col8"] <-Reducer 25 [SIMPLE_EDGE] SHUFFLE [RS_93] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_91] (rows=364 width=4) Output:["_col0"],keys:_col0 Merge Join Operator [MERGEJOIN_1139] (rows=729 width=4) Conds:RS_1322._col1, _col2, _col3=RS_1333._col0, _col1, _col2(Inner),Output:["_col0"] <-Map 24 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1322] - PartitionCols:_col1, _col2, _col3 + PartitionCols:_col1, _col2, _col3,null sort order:aaa,sort order:+++ Select Operator [SEL_1313] (rows=458612 width=15) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_1304] (rows=458612 width=15) @@ -924,7 +925,7 @@ Stage-0 Please refer to the previous TableScan [TS_6] <-Reducer 29 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1333] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Select Operator [SEL_1332] (rows=1 width=12) Output:["_col0","_col1","_col2"] Filter Operator [FIL_1331] (rows=1 width=20) @@ -934,45 +935,45 @@ Stage-0 <-Union 28 [SIMPLE_EDGE] <-Reducer 27 [CONTAINS] vectorized Reduce Output Operator [RS_1406] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_1405] (rows=120960 width=20) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(_col3)"],keys:_col0, _col1, _col2 Group By Operator [GBY_1404] (rows=120960 width=20) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 26 [SIMPLE_EDGE] SHUFFLE [RS_29] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Please refer to the previous Group By Operator [GBY_28] <-Reducer 39 [CONTAINS] vectorized Reduce Output Operator [RS_1420] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_1419] (rows=120960 width=20) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(_col3)"],keys:_col0, _col1, _col2 Group By Operator [GBY_1418] (rows=120960 width=20) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 38 [SIMPLE_EDGE] SHUFFLE [RS_49] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Please refer to the previous Group By Operator [GBY_48] <-Reducer 43 [CONTAINS] vectorized Reduce Output Operator [RS_1434] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_1433] (rows=120960 width=20) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(_col3)"],keys:_col0, _col1, _col2 Group By Operator [GBY_1432] (rows=120960 width=20) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 42 [SIMPLE_EDGE] SHUFFLE [RS_70] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Please refer to the previous Group By Operator [GBY_69] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_92] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_1132] (rows=550076554 width=126) Conds:RS_87._col1=RS_1321._col0(Inner),Output:["_col1","_col2","_col3","_col6","_col7","_col8"] <-Map 24 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1321] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_1312] (rows=462000 width=15) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_1303] (rows=462000 width=15) @@ -980,16 +981,16 @@ Stage-0 Please refer to the previous TableScan [TS_6] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_87] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_1131] (rows=550076554 width=114) Conds:RS_1302._col0=RS_1286._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 10 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_1286] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_1285] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1302] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_1301] (rows=550076554 width=118) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_1300] (rows=550076554 width=118) @@ -1028,11 +1029,11 @@ Stage-0 Conds:RS_1445._col0=RS_1387._col0(Inner),Output:["_col1","_col2"] <-Map 48 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1387] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_1380] <-Map 66 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1445] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_1444] <-Reducer 68 [CONTAINS] Reduce Output Operator [RS_1253] @@ -1046,11 +1047,11 @@ Stage-0 Conds:RS_1460._col0=RS_1450._col0(Inner),Output:["_col1","_col2"] <-Map 71 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_1450] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_1449] <-Map 67 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1460] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_1459] <-Reducer 74 [CONTAINS] Reduce Output Operator [RS_1271] @@ -1064,10 +1065,10 @@ Stage-0 Conds:RS_1475._col0=RS_1465._col0(Inner),Output:["_col1","_col2"] <-Map 77 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_1465] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_1464] <-Map 73 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1475] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_1474] diff --git ql/src/test/results/clientpositive/perf/tez/query15.q.out ql/src/test/results/clientpositive/perf/tez/query15.q.out index 3945b4d698..418bffddca 100644 --- ql/src/test/results/clientpositive/perf/tez/query15.q.out +++ ql/src/test/results/clientpositive/perf/tez/query15.q.out @@ -69,15 +69,16 @@ Stage-0 Output:["_col0","_col1"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_96] + null sort order:z,sort order:+ Group By Operator [GBY_95] (rows=10141 width=201) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_25] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:z,sort order:+ Group By Operator [GBY_24] (rows=2403417 width=201) Output:["_col0","_col1"],aggregations:["sum(_col8)"],keys:_col3 Top N Key Operator [TNK_44] (rows=285117831 width=212) - keys:_col3,sort order:+,top n:100 + keys:_col3,null sort order:z,sort order:+,top n:100 Select Operator [SEL_23] (rows=285117831 width=212) Output:["_col3","_col8"] Filter Operator [FIL_22] (rows=285117831 width=212) @@ -86,12 +87,12 @@ Stage-0 Conds:RS_19._col0=RS_20._col1(Inner),Output:["_col3","_col4","_col5","_col8","_col9"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_19] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_75] (rows=80000000 width=101) Conds:RS_80._col1=RS_83._col0(Inner),Output:["_col0","_col3","_col4","_col5"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_80] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_79] (rows=80000000 width=8) Output:["_col0","_col1"] Filter Operator [FIL_78] (rows=80000000 width=8) @@ -100,7 +101,7 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_current_addr_sk"] <-Map 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_83] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_82] (rows=40000000 width=101) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_81] (rows=40000000 width=179) @@ -109,12 +110,12 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_state","ca_zip"] <-Reducer 8 [SIMPLE_EDGE] SHUFFLE [RS_20] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_76] (rows=285117831 width=119) Conds:RS_94._col0=RS_86._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_86] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_85] (rows=130 width=4) Output:["_col0"] Filter Operator [FIL_84] (rows=130 width=12) @@ -123,7 +124,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_qoy"] <-Map 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_94] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_93] (rows=285117831 width=123) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_92] (rows=285117831 width=119) diff --git ql/src/test/results/clientpositive/perf/tez/query16.q.out ql/src/test/results/clientpositive/perf/tez/query16.q.out index 31e1ead185..53710d13b5 100644 --- ql/src/test/results/clientpositive/perf/tez/query16.q.out +++ ql/src/test/results/clientpositive/perf/tez/query16.q.out @@ -100,7 +100,7 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)"],keys:KEY._col0 <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_70] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_69] (rows=283695062 width=228) Output:["_col0","_col2","_col3"],aggregations:["sum(_col5)","sum(_col6)"],keys:_col4 Select Operator [SEL_42] (rows=283695062 width=228) @@ -111,14 +111,14 @@ Stage-0 Conds:RS_38._col4=RS_153._col1(Left Outer),Output:["_col4","_col5","_col6","_col13"] <-Reducer 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_153] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_152] (rows=18238808 width=8) Output:["_col0","_col1"] Group By Operator [GBY_151] (rows=18238808 width=4) Output:["_col0"],keys:KEY._col0 <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_150] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_149] (rows=28798881 width=4) Output:["_col0"],keys:cr_order_number Filter Operator [FIL_148] (rows=28798881 width=4) @@ -127,14 +127,14 @@ Stage-0 default@catalog_returns,cr1,Tbl:COMPLETE,Col:COMPLETE,Output:["cr_order_number"] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_38] - PartitionCols:_col4 + PartitionCols:_col4,null sort order:a,sort order:+ Select Operator [SEL_37] (rows=283695062 width=231) Output:["_col4","_col5","_col6"] Merge Join Operator [MERGEJOIN_125] (rows=283695062 width=235) Conds:RS_34._col4=RS_147._col0(Left Semi),Output:["_col3","_col4","_col5","_col6","_col14"],residual filter predicates:{(_col3 <> _col14)} <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_147] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_146] (rows=286548719 width=7) Output:["_col0","_col1"],keys:_col0, _col1 Select Operator [SEL_145] (rows=286548719 width=7) @@ -145,12 +145,12 @@ Stage-0 default@catalog_sales,cs2,Tbl:COMPLETE,Col:COMPLETE,Output:["cs_warehouse_sk","cs_order_number"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_34] - PartitionCols:_col4 + PartitionCols:_col4,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_124] (rows=283695062 width=231) Conds:RS_18._col2=RS_143._col0(Inner),Output:["_col3","_col4","_col5","_col6"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_143] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_142] (rows=10 width=102) Output:["_col0"] Filter Operator [FIL_141] (rows=10 width=102) @@ -159,12 +159,12 @@ Stage-0 default@call_center,call_center,Tbl:COMPLETE,Col:COMPLETE,Output:["cc_call_center_sk","cc_county"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_123] (rows=283695062 width=235) Conds:RS_15._col1=RS_129._col0(Inner),Output:["_col2","_col3","_col4","_col5","_col6"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_129] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_128] (rows=784314 width=90) Output:["_col0"] Filter Operator [FIL_127] (rows=784314 width=90) @@ -173,12 +173,12 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_state"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_15] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_122] (rows=283695062 width=239) Conds:RS_137._col0=RS_140._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5","_col6"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_137] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_136] (rows=283695062 width=243) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] Filter Operator [FIL_135] (rows=283695062 width=243) @@ -198,7 +198,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_128] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_140] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_139] (rows=8116 width=98) Output:["_col0"] Filter Operator [FIL_138] (rows=8116 width=98) diff --git ql/src/test/results/clientpositive/perf/tez/query17.q.out ql/src/test/results/clientpositive/perf/tez/query17.q.out index 1cf678e4bb..e7eda149e8 100644 --- ql/src/test/results/clientpositive/perf/tez/query17.q.out +++ ql/src/test/results/clientpositive/perf/tez/query17.q.out @@ -129,24 +129,25 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_250] + null sort order:zzz,sort order:+++ Select Operator [SEL_249] (rows=97302218447 width=466) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13"] Group By Operator [GBY_248] (rows=97302218447 width=466) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14"],aggregations:["count(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)","count(VALUE._col4)","sum(VALUE._col5)","sum(VALUE._col6)","sum(VALUE._col7)","count(VALUE._col8)","sum(VALUE._col9)","sum(VALUE._col10)","sum(VALUE._col11)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_50] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:zzz,sort order:+++ Group By Operator [GBY_49] (rows=97302218447 width=466) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14"],aggregations:["count(_col3)","sum(_col3)","sum(_col7)","sum(_col6)","count(_col4)","sum(_col4)","sum(_col9)","sum(_col8)","count(_col5)","sum(_col5)","sum(_col11)","sum(_col10)"],keys:_col0, _col1, _col2 Top N Key Operator [TNK_93] (rows=97302218447 width=381) - keys:_col0, _col1, _col2,sort order:+++,top n:100 + keys:_col0, _col1, _col2,null sort order:zzz,sort order:+++,top n:100 Select Operator [SEL_47] (rows=97302218447 width=381) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11"] Merge Join Operator [MERGEJOIN_213] (rows=97302218447 width=381) Conds:RS_44._col3=RS_247._col0(Inner),Output:["_col5","_col8","_col9","_col13","_col19","_col22"] <-Map 17 [SIMPLE_EDGE] vectorized SHUFFLE [RS_247] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_246] (rows=1704 width=90) Output:["_col0","_col1"] Filter Operator [FIL_245] (rows=1704 width=90) @@ -155,22 +156,22 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_state"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_44] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_212] (rows=97302218447 width=299) Conds:RS_41._col1, _col2, _col4=RS_42._col6, _col7, _col8(Inner),Output:["_col3","_col5","_col8","_col9","_col13","_col19"] <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_42] - PartitionCols:_col6, _col7, _col8 + PartitionCols:_col6, _col7, _col8,null sort order:aaa,sort order:+++ Merge Join Operator [MERGEJOIN_211] (rows=10910732684 width=19) Conds:RS_28._col2, _col1=RS_29._col1, _col2(Inner),Output:["_col3","_col6","_col7","_col8","_col9"] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_28] - PartitionCols:_col2, _col1 + PartitionCols:_col2, _col1,null sort order:aa,sort order:++ Merge Join Operator [MERGEJOIN_209] (rows=285117831 width=11) Conds:RS_241._col0=RS_222._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_222] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_218] (rows=304 width=4) Output:["_col0"] Filter Operator [FIL_215] (rows=304 width=94) @@ -179,7 +180,7 @@ Stage-0 default@date_dim,d1,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_quarter_name"] <-Map 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_241] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_240] (rows=285117831 width=15) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_239] (rows=285117831 width=15) @@ -199,12 +200,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_218] <-Reducer 13 [SIMPLE_EDGE] SHUFFLE [RS_29] - PartitionCols:_col1, _col2 + PartitionCols:_col1, _col2,null sort order:aa,sort order:++ Merge Join Operator [MERGEJOIN_210] (rows=53632139 width=15) Conds:RS_244._col0=RS_224._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_224] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_219] (rows=304 width=4) Output:["_col0"] Filter Operator [FIL_216] (rows=304 width=94) @@ -212,7 +213,7 @@ Stage-0 Please refer to the previous TableScan [TS_3] <-Map 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_244] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_243] (rows=53632139 width=19) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_242] (rows=53632139 width=19) @@ -221,12 +222,12 @@ Stage-0 default@store_returns,store_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["sr_returned_date_sk","sr_item_sk","sr_customer_sk","sr_ticket_number","sr_return_quantity"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_41] - PartitionCols:_col1, _col2, _col4 + PartitionCols:_col1, _col2, _col4,null sort order:aaa,sort order:+++ Merge Join Operator [MERGEJOIN_208] (rows=501694138 width=303) Conds:RS_38._col1=RS_236._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5","_col8","_col9"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_236] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_235] (rows=462000 width=288) Output:["_col0","_col1","_col2"] Filter Operator [FIL_234] (rows=462000 width=288) @@ -235,12 +236,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id","i_item_desc"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_38] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_207] (rows=501694138 width=19) Conds:RS_233._col0=RS_220._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_220] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_217] (rows=101 width=4) Output:["_col0"] Filter Operator [FIL_214] (rows=101 width=94) @@ -248,7 +249,7 @@ Stage-0 Please refer to the previous TableScan [TS_3] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_233] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_232] (rows=501694138 width=23) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_231] (rows=501694138 width=23) diff --git ql/src/test/results/clientpositive/perf/tez/query18.q.out ql/src/test/results/clientpositive/perf/tez/query18.q.out index d61a57d469..1febfd7be2 100644 --- ql/src/test/results/clientpositive/perf/tez/query18.q.out +++ ql/src/test/results/clientpositive/perf/tez/query18.q.out @@ -104,27 +104,28 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_171] + null sort order:zzzz,sort order:++++ Select Operator [SEL_170] (rows=81128925 width=1165) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10"] Group By Operator [GBY_169] (rows=81128925 width=1229) Output:["_col0","_col1","_col2","_col3","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)","sum(VALUE._col2)","count(VALUE._col3)","sum(VALUE._col4)","count(VALUE._col5)","sum(VALUE._col6)","count(VALUE._col7)","sum(VALUE._col8)","count(VALUE._col9)","sum(VALUE._col10)","count(VALUE._col11)","sum(VALUE._col12)","count(VALUE._col13)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4 <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_42] - PartitionCols:_col0, _col1, _col2, _col3, _col4 + PartitionCols:_col0, _col1, _col2, _col3, _col4,null sort order:aaaaa,sort order:+++++ Group By Operator [GBY_41] (rows=81128925 width=1229) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18"],aggregations:["sum(_col15)","count(_col15)","sum(_col16)","count(_col16)","sum(_col17)","count(_col17)","sum(_col18)","count(_col18)","sum(_col19)","count(_col19)","sum(_col3)","count(_col3)","sum(_col22)","count(_col22)"],keys:_col5, _col6, _col7, _col10, 0L Merge Join Operator [MERGEJOIN_142] (rows=16225785 width=1117) Conds:RS_37._col0=RS_38._col3(Inner),Output:["_col3","_col5","_col6","_col7","_col10","_col15","_col16","_col17","_col18","_col19","_col22"] <-Reducer 12 [SIMPLE_EDGE] SHUFFLE [RS_38] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Select Operator [SEL_30] (rows=16225785 width=736) Output:["_col1","_col3","_col6","_col7","_col8","_col9","_col10","_col13"] Merge Join Operator [MERGEJOIN_141] (rows=16225785 width=736) Conds:RS_27._col3=RS_168._col0(Inner),Output:["_col1","_col4","_col5","_col6","_col7","_col8","_col11","_col13"] <-Map 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_168] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_167] (rows=462000 width=104) Output:["_col0","_col1"] Filter Operator [FIL_166] (rows=462000 width=104) @@ -133,12 +134,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id"] <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_27] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_140] (rows=16225785 width=640) Conds:RS_24._col2=RS_165._col0(Inner),Output:["_col1","_col3","_col4","_col5","_col6","_col7","_col8","_col11"] <-Map 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_165] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_164] (rows=103434 width=116) Output:["_col0","_col1"] Filter Operator [FIL_163] (rows=103434 width=187) @@ -147,12 +148,12 @@ Stage-0 default@customer_demographics,cd1,Tbl:COMPLETE,Col:COMPLETE,Output:["cd_demo_sk","cd_gender","cd_education_status","cd_dep_count"] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_24] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_139] (rows=283692098 width=569) Conds:RS_162._col0=RS_154._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] <-Map 13 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_154] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_153] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_152] (rows=652 width=8) @@ -161,7 +162,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_162] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_161] (rows=283692098 width=573) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] Filter Operator [FIL_160] (rows=283692098 width=466) @@ -181,12 +182,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_153] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_37] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_138] (rows=4959744 width=368) Conds:RS_34._col1=RS_151._col0(Inner),Output:["_col0","_col3","_col5","_col6","_col7"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_151] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_150] (rows=1861800 width=4) Output:["_col0"] Filter Operator [FIL_149] (rows=1861800 width=4) @@ -195,12 +196,12 @@ Stage-0 default@customer_demographics,cd2,Tbl:COMPLETE,Col:COMPLETE,Output:["cd_demo_sk"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_34] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_137] (rows=4890586 width=371) Conds:RS_145._col2=RS_148._col0(Inner),Output:["_col0","_col1","_col3","_col5","_col6","_col7"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_145] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Select Operator [SEL_144] (rows=35631408 width=119) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_143] (rows=35631408 width=19) @@ -209,7 +210,7 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_current_cdemo_sk","c_current_addr_sk","c_birth_month","c_birth_year"] <-Map 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_148] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_147] (rows=5490196 width=285) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_146] (rows=5490196 width=285) diff --git ql/src/test/results/clientpositive/perf/tez/query19.q.out ql/src/test/results/clientpositive/perf/tez/query19.q.out index 5cdeab2bf0..32d3ba9b73 100644 --- ql/src/test/results/clientpositive/perf/tez/query19.q.out +++ ql/src/test/results/clientpositive/perf/tez/query19.q.out @@ -85,13 +85,14 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_149] + null sort order:zzzzz,sort order:-++++ Select Operator [SEL_148] (rows=76645658 width=418) Output:["_col2","_col3","_col4","_col5","_col6"] Group By Operator [GBY_147] (rows=76645658 width=314) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3 <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_37] - PartitionCols:_col0, _col1, _col2, _col3 + PartitionCols:_col0, _col1, _col2, _col3,null sort order:aaaa,sort order:++++ Group By Operator [GBY_36] (rows=76645658 width=314) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col8)"],keys:_col12, _col11, _col13, _col14 Select Operator [SEL_35] (rows=76645658 width=650) @@ -102,7 +103,7 @@ Stage-0 Conds:RS_31._col7=RS_146._col0(Inner),Output:["_col3","_col8","_col11","_col12","_col13","_col14","_col16"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_146] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_145] (rows=1704 width=188) Output:["_col0","_col1"] Filter Operator [FIL_144] (rows=1704 width=93) @@ -111,17 +112,17 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_zip"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_31] - PartitionCols:_col7 + PartitionCols:_col7,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_122] (rows=76645658 width=468) Conds:RS_28._col0=RS_29._col2(Inner),Output:["_col3","_col7","_col8","_col11","_col12","_col13","_col14"] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_29] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_121] (rows=76645658 width=287) Conds:RS_18._col1=RS_143._col0(Inner),Output:["_col2","_col3","_col4","_col7","_col8","_col9","_col10"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_143] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_142] (rows=7333 width=206) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_141] (rows=7333 width=210) @@ -130,12 +131,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_brand_id","i_brand","i_manufact_id","i_manufact","i_manager_id"] <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_120] (rows=501694138 width=118) Conds:RS_140._col0=RS_132._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_132] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_131] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_130] (rows=50 width=12) @@ -144,7 +145,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_140] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_139] (rows=501694138 width=122) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_138] (rows=501694138 width=122) @@ -164,12 +165,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_131] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_28] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_119] (rows=80000000 width=188) Conds:RS_126._col1=RS_129._col0(Inner),Output:["_col0","_col3"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_126] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_125] (rows=80000000 width=8) Output:["_col0","_col1"] Filter Operator [FIL_124] (rows=80000000 width=8) @@ -178,7 +179,7 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_current_addr_sk"] <-Map 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_129] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_128] (rows=40000000 width=188) Output:["_col0","_col1"] Filter Operator [FIL_127] (rows=40000000 width=93) diff --git ql/src/test/results/clientpositive/perf/tez/query1b.q.out ql/src/test/results/clientpositive/perf/tez/query1b.q.out index 328e25b9d3..b7975918c3 100644 --- ql/src/test/results/clientpositive/perf/tez/query1b.q.out +++ ql/src/test/results/clientpositive/perf/tez/query1b.q.out @@ -88,6 +88,7 @@ STAGE PLANS: Statistics: Num rows: 35 Data size: 140 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 35 Data size: 140 Basic stats: COMPLETE Column stats: COMPLETE @@ -102,6 +103,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: binary) @@ -121,6 +123,7 @@ STAGE PLANS: Statistics: Num rows: 652 Data size: 2608 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 652 Data size: 2608 Basic stats: COMPLETE Column stats: COMPLETE @@ -157,6 +160,7 @@ STAGE PLANS: Statistics: Num rows: 51757026 Data size: 6196356560 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 51757026 Data size: 6196356560 Basic stats: COMPLETE Column stats: COMPLETE @@ -187,6 +191,7 @@ STAGE PLANS: Statistics: Num rows: 53634860 Data size: 6421171040 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 53634860 Data size: 6421171040 Basic stats: COMPLETE Column stats: COMPLETE @@ -207,6 +212,7 @@ STAGE PLANS: Statistics: Num rows: 652 Data size: 2608 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 652 Data size: 2608 Basic stats: COMPLETE Column stats: COMPLETE @@ -226,6 +232,7 @@ STAGE PLANS: Statistics: Num rows: 80000000 Data size: 8320000000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 80000000 Data size: 8320000000 Basic stats: COMPLETE Column stats: COMPLETE @@ -240,6 +247,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: binary) @@ -271,6 +279,7 @@ STAGE PLANS: Statistics: Num rows: 51757026 Data size: 6196356560 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 51757026 Data size: 6196356560 Basic stats: COMPLETE Column stats: COMPLETE @@ -304,6 +313,7 @@ STAGE PLANS: Statistics: Num rows: 17457727 Data size: 1745772700 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 17457727 Data size: 1745772700 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -352,6 +362,7 @@ STAGE PLANS: Statistics: Num rows: 85 Data size: 9852 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 85 Data size: 9852 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/perf/tez/query2.q.out ql/src/test/results/clientpositive/perf/tez/query2.q.out index 0e67e97c02..ab14bd258f 100644 --- ql/src/test/results/clientpositive/perf/tez/query2.q.out +++ ql/src/test/results/clientpositive/perf/tez/query2.q.out @@ -146,18 +146,19 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_57] + null sort order:z,sort order:+ Select Operator [SEL_56] (rows=12881 width=788) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] Merge Join Operator [MERGEJOIN_146] (rows=12881 width=1572) Conds:RS_53._col0=RS_54.(_col0 - 53)(Inner),Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col10","_col11","_col12","_col13","_col14","_col15","_col16"] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_53] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_143] (rows=652 width=788) Conds:RS_164._col0=RS_170._col0(Inner),Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_170] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_168] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_166] (rows=652 width=8) @@ -166,12 +167,12 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_week_seq","d_year"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_164] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_163] (rows=13152 width=788) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)","sum(VALUE._col4)","sum(VALUE._col5)","sum(VALUE._col6)"],keys:KEY._col0 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_16] (rows=3182784 width=788) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(_col1)","sum(_col2)","sum(_col3)","sum(_col4)","sum(_col5)","sum(_col6)","sum(_col7)"],keys:_col0 Select Operator [SEL_14] (rows=430516591 width=143) @@ -180,7 +181,7 @@ Stage-0 Conds:Union 2._col0=RS_162._col0(Inner),Output:["_col1","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_162] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_161] (rows=73049 width=36) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] Filter Operator [FIL_160] (rows=73049 width=99) @@ -190,7 +191,7 @@ Stage-0 <-Union 2 [SIMPLE_EDGE] <-Map 1 [CONTAINS] vectorized Reduce Output Operator [RS_159] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_158] (rows=143966864 width=115) Output:["_col0","_col1"] Filter Operator [FIL_157] (rows=143966864 width=115) @@ -199,7 +200,7 @@ Stage-0 Output:["ws_sold_date_sk","ws_ext_sales_price"] <-Map 9 [CONTAINS] vectorized Reduce Output Operator [RS_176] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_175] (rows=286549727 width=115) Output:["_col0","_col1"] Filter Operator [FIL_174] (rows=286549727 width=115) @@ -208,12 +209,12 @@ Stage-0 Output:["cs_sold_date_sk","cs_ext_sales_price"] <-Reducer 8 [SIMPLE_EDGE] SHUFFLE [RS_54] - PartitionCols:(_col0 - 53) + PartitionCols:(_col0 - 53),null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_145] (rows=652 width=788) Conds:RS_165._col0=RS_171._col0(Inner),Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_171] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_169] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_167] (rows=652 width=8) @@ -221,6 +222,6 @@ Stage-0 Please refer to the previous TableScan [TS_20] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_165] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Group By Operator [GBY_163] diff --git ql/src/test/results/clientpositive/perf/tez/query20.q.out ql/src/test/results/clientpositive/perf/tez/query20.q.out index 2553c1ed76..d8e29f07f2 100644 --- ql/src/test/results/clientpositive/perf/tez/query20.q.out +++ ql/src/test/results/clientpositive/perf/tez/query20.q.out @@ -85,6 +85,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_78] + null sort order:zzzzz,sort order:+++++ Select Operator [SEL_77] (rows=138600 width=801) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] PTF Operator [PTF_76] (rows=138600 width=690) @@ -93,19 +94,19 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_74] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Group By Operator [GBY_73] (rows=138600 width=690) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col0, _col1, _col2, _col3, _col4 + PartitionCols:_col0, _col1, _col2, _col3, _col4,null sort order:aaaaa,sort order:+++++ Group By Operator [GBY_16] (rows=138600 width=690) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col2)"],keys:_col9, _col8, _col5, _col6, _col7 Merge Join Operator [MERGEJOIN_58] (rows=85964922 width=688) Conds:RS_12._col1=RS_72._col0(Inner),Output:["_col2","_col5","_col6","_col7","_col8","_col9"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_72] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_71] (rows=138600 width=581) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_70] (rows=138600 width=581) @@ -114,12 +115,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id","i_item_desc","i_current_price","i_class","i_category"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_12] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_57] (rows=286549727 width=115) Conds:RS_69._col0=RS_61._col0(Inner),Output:["_col1","_col2"] <-Map 7 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_61] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_60] (rows=8116 width=4) Output:["_col0"] Filter Operator [FIL_59] (rows=8116 width=98) @@ -128,7 +129,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_date"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_69] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_68] (rows=286549727 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_67] (rows=286549727 width=119) diff --git ql/src/test/results/clientpositive/perf/tez/query21.q.out ql/src/test/results/clientpositive/perf/tez/query21.q.out index 5e158834d7..fef16c94dd 100644 --- ql/src/test/results/clientpositive/perf/tez/query21.q.out +++ ql/src/test/results/clientpositive/perf/tez/query21.q.out @@ -87,13 +87,14 @@ Stage-0 Output:["_col0","_col1","_col2","_col3"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_92] + null sort order:zz,sort order:++ Filter Operator [FIL_91] (rows=115991 width=216) predicate:(CASE WHEN ((_col2 > 0L)) THEN ((0.666667D <= (UDFToDouble(_col3) / UDFToDouble(_col2)))) ELSE (false) END and CASE WHEN ((_col2 > 0L)) THEN (((UDFToDouble(_col3) / UDFToDouble(_col2)) <= 1.5D)) ELSE (false) END) Group By Operator [GBY_90] (rows=463966 width=216) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)"],keys:KEY._col0, KEY._col1 <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_24] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_23] (rows=463966 width=216) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(_col2)","sum(_col3)"],keys:_col0, _col1 Select Operator [SEL_21] (rows=463966 width=208) @@ -102,7 +103,7 @@ Stage-0 Conds:RS_18._col2=RS_89._col0(Inner),Output:["_col3","_col5","_col6","_col8","_col10"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_89] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_88] (rows=27 width=104) Output:["_col0","_col1"] Filter Operator [FIL_87] (rows=27 width=104) @@ -111,12 +112,12 @@ Stage-0 default@warehouse,warehouse,Tbl:COMPLETE,Col:COMPLETE,Output:["w_warehouse_sk","w_warehouse_name"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_76] (rows=463966 width=112) Conds:RS_15._col1=RS_86._col0(Inner),Output:["_col2","_col3","_col5","_col6","_col8"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_86] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_85] (rows=51333 width=104) Output:["_col0","_col1"] Filter Operator [FIL_84] (rows=51333 width=215) @@ -125,12 +126,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id","i_current_price"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_15] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_75] (rows=4175715 width=18) Conds:RS_80._col0=RS_83._col0(Inner),Output:["_col1","_col2","_col3","_col5","_col6"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_80] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_79] (rows=37584000 width=15) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_78] (rows=37584000 width=15) @@ -139,7 +140,7 @@ Stage-0 default@inventory,inventory,Tbl:COMPLETE,Col:COMPLETE,Output:["inv_date_sk","inv_item_sk","inv_warehouse_sk","inv_quantity_on_hand"] <-Map 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_83] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_82] (rows=8116 width=12) Output:["_col0","_col1","_col2"] Filter Operator [FIL_81] (rows=8116 width=98) diff --git ql/src/test/results/clientpositive/perf/tez/query22.q.out ql/src/test/results/clientpositive/perf/tez/query22.q.out index e721f09f82..a93d59740c 100644 --- ql/src/test/results/clientpositive/perf/tez/query22.q.out +++ ql/src/test/results/clientpositive/perf/tez/query22.q.out @@ -71,20 +71,21 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_90] + null sort order:zzzzz,sort order:+++++ Select Operator [SEL_89] (rows=32730675 width=397) Output:["_col0","_col1","_col2","_col3","_col4"] Group By Operator [GBY_88] (rows=32730675 width=413) Output:["_col0","_col1","_col2","_col3","_col5","_col6"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4 <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_23] - PartitionCols:_col0, _col1, _col2, _col3, _col4 + PartitionCols:_col0, _col1, _col2, _col3, _col4,null sort order:aaaaa,sort order:+++++ Group By Operator [GBY_22] (rows=32730675 width=413) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["sum(_col3)","count(_col3)"],keys:_col7, _col8, _col9, _col10, 0L Merge Join Operator [MERGEJOIN_75] (rows=6546135 width=391) Conds:RS_18._col1=RS_87._col0(Inner),Output:["_col3","_col7","_col8","_col9","_col10"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_87] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_86] (rows=462000 width=393) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_85] (rows=462000 width=393) @@ -93,12 +94,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_brand","i_class","i_category","i_product_name"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_74] (rows=6546135 width=6) Conds:RS_15._col2=RS_84._col0(Inner),Output:["_col1","_col3"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_84] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_83] (rows=27 width=4) Output:["_col0"] Filter Operator [FIL_82] (rows=27 width=4) @@ -107,12 +108,12 @@ Stage-0 default@warehouse,warehouse,Tbl:COMPLETE,Col:COMPLETE,Output:["w_warehouse_sk"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_15] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_73] (rows=6546135 width=10) Conds:RS_78._col0=RS_81._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_78] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_77] (rows=37584000 width=15) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_76] (rows=37584000 width=15) @@ -121,7 +122,7 @@ Stage-0 default@inventory,inventory,Tbl:COMPLETE,Col:COMPLETE,Output:["inv_date_sk","inv_item_sk","inv_warehouse_sk","inv_quantity_on_hand"] <-Map 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_81] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_80] (rows=317 width=4) Output:["_col0"] Filter Operator [FIL_79] (rows=317 width=8) diff --git ql/src/test/results/clientpositive/perf/tez/query23.q.out ql/src/test/results/clientpositive/perf/tez/query23.q.out index e60051bab0..c2d0033a70 100644 --- ql/src/test/results/clientpositive/perf/tez/query23.q.out +++ ql/src/test/results/clientpositive/perf/tez/query23.q.out @@ -165,12 +165,12 @@ Stage-0 Conds:RS_178._col2=RS_179._col0(Left Semi),Output:["_col3","_col4"] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_178] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_453] (rows=143930993 width=119) Conds:RS_173._col1=RS_503._col0(Inner),Output:["_col2","_col3","_col4"] <-Reducer 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_503] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_501] (rows=62562 width=4) Output:["_col0"],keys:_col1 Select Operator [SEL_500] (rows=183358851 width=290) @@ -183,14 +183,14 @@ Stage-0 Output:["_col0","_col1","_col2","_col3"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_23] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:aaa,sort order:+++ Group By Operator [GBY_22] (rows=550076554 width=290) Output:["_col0","_col1","_col2","_col3"],aggregations:["count()"],keys:_col4, _col3, _col5 Merge Join Operator [MERGEJOIN_442] (rows=550076554 width=282) Conds:RS_18._col1=RS_496._col0(Inner),Output:["_col3","_col4","_col5"] <-Map 19 [SIMPLE_EDGE] vectorized SHUFFLE [RS_496] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_495] (rows=462000 width=188) Output:["_col0","_col1"] Filter Operator [FIL_494] (rows=462000 width=188) @@ -199,12 +199,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_desc"] <-Reducer 14 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_441] (rows=550076554 width=98) Conds:RS_493._col0=RS_485._col0(Inner),Output:["_col1","_col3"] <-Map 17 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_485] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_484] (rows=2609 width=98) Output:["_col0","_col1"] Filter Operator [FIL_483] (rows=2609 width=102) @@ -213,7 +213,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_date","d_year"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_493] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_492] (rows=550076554 width=7) Output:["_col0","_col1"] Filter Operator [FIL_491] (rows=550076554 width=7) @@ -233,12 +233,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_484] <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_173] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_446] (rows=143930993 width=123) Conds:RS_541._col0=RS_472._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_472] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_469] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_468] (rows=50 width=12) @@ -247,7 +247,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 33 [SIMPLE_EDGE] vectorized SHUFFLE [RS_541] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_540] (rows=143930993 width=127) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_539] (rows=143930993 width=127) @@ -267,7 +267,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_469] <-Reducer 24 [SIMPLE_EDGE] SHUFFLE [RS_179] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_177] (rows=225322 width=4) Output:["_col0"],keys:_col0 Select Operator [SEL_169] (rows=450644 width=4) @@ -284,14 +284,14 @@ Stage-0 Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 21 [SIMPLE_EDGE] SHUFFLE [RS_43] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_42] (rows=80000000 width=116) Output:["_col0","_col1"],aggregations:["sum(_col1)"],keys:_col2 Merge Join Operator [MERGEJOIN_443] (rows=550080312 width=116) Conds:RS_506._col0=RS_509._col0(Inner),Output:["_col1","_col2"] <-Map 25 [SIMPLE_EDGE] vectorized SHUFFLE [RS_509] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_508] (rows=80000000 width=4) Output:["_col0"] Filter Operator [FIL_507] (rows=80000000 width=4) @@ -300,7 +300,7 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk"] <-Map 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_506] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_505] (rows=550080312 width=115) Output:["_col0","_col1"] Filter Operator [FIL_504] (rows=550080312 width=114) @@ -325,23 +325,23 @@ Stage-0 Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 26 [SIMPLE_EDGE] SHUFFLE [RS_64] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_63] (rows=80000000 width=116) Output:["_col0","_col1"],aggregations:["sum(_col2)"],keys:_col4 Merge Join Operator [MERGEJOIN_445] (rows=525327388 width=116) Conds:RS_59._col1=RS_510._col0(Inner),Output:["_col2","_col4"] <-Map 25 [SIMPLE_EDGE] vectorized SHUFFLE [RS_510] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_508] <-Reducer 30 [SIMPLE_EDGE] SHUFFLE [RS_59] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_444] (rows=525327388 width=115) Conds:RS_525._col0=RS_517._col0(Inner),Output:["_col1","_col2"] <-Map 31 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_517] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_516] (rows=2609 width=4) Output:["_col0"] Filter Operator [FIL_515] (rows=2609 width=8) @@ -350,7 +350,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Map 29 [SIMPLE_EDGE] vectorized SHUFFLE [RS_525] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_524] (rows=525327388 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_523] (rows=525327388 width=118) @@ -378,7 +378,7 @@ Stage-0 Conds:RS_87._col1=RS_88._col0(Left Semi),Output:["_col3","_col4"] <-Reducer 23 [SIMPLE_EDGE] SHUFFLE [RS_88] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_86] (rows=225322 width=4) Output:["_col0"],keys:_col0 Select Operator [SEL_78] (rows=450644 width=4) @@ -395,25 +395,25 @@ Stage-0 Please refer to the previous Select Operator [SEL_532] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_87] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_452] (rows=285117831 width=119) Conds:RS_82._col2=RS_502._col0(Inner),Output:["_col1","_col3","_col4"] <-Reducer 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_502] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Group By Operator [GBY_501] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_82] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_440] (rows=285117831 width=123) Conds:RS_482._col0=RS_470._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_470] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_469] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_482] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_481] (rows=285117831 width=127) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_480] (rows=285117831 width=127) diff --git ql/src/test/results/clientpositive/perf/tez/query24.q.out ql/src/test/results/clientpositive/perf/tez/query24.q.out index d4cdb5b30a..3669289726 100644 --- ql/src/test/results/clientpositive/perf/tez/query24.q.out +++ ql/src/test/results/clientpositive/perf/tez/query24.q.out @@ -163,14 +163,14 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5, KEY._col6, KEY._col7, KEY._col8, KEY._col9 <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_83] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9 + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9,null sort order:aaaaaaaaaa,sort order:++++++++++ Group By Operator [GBY_82] (rows=576061174 width=932) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10"],aggregations:["sum(_col17)"],keys:_col10, _col11, _col1, _col5, _col6, _col19, _col20, _col21, _col22, _col23 Merge Join Operator [MERGEJOIN_304] (rows=589731269 width=928) Conds:RS_78._col13, _col16=RS_332._col0, _col1(Inner),Output:["_col1","_col5","_col6","_col10","_col11","_col17","_col19","_col20","_col21","_col22","_col23"] <-Map 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_332] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Select Operator [SEL_330] (rows=57591150 width=8) Output:["_col0","_col1"] Filter Operator [FIL_329] (rows=57591150 width=8) @@ -179,12 +179,12 @@ Stage-0 default@store_returns,store_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["sr_item_sk","sr_ticket_number"] <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_78] - PartitionCols:_col13, _col16 + PartitionCols:_col13, _col16,null sort order:aa,sort order:++ Merge Join Operator [MERGEJOIN_303] (rows=576061174 width=936) Conds:RS_75._col13=RS_312._col0(Inner),Output:["_col1","_col5","_col6","_col10","_col11","_col13","_col16","_col17","_col19","_col20","_col21","_col22","_col23"] <-Map 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_312] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_309] (rows=462000 width=384) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_307] (rows=462000 width=384) @@ -193,19 +193,19 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_current_price","i_size","i_color","i_units","i_manager_id"] <-Reducer 16 [SIMPLE_EDGE] SHUFFLE [RS_75] - PartitionCols:_col13 + PartitionCols:_col13,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_302] (rows=576061174 width=555) Conds:RS_72._col8, _col4=RS_343._col1, _col2(Inner),Output:["_col1","_col5","_col6","_col10","_col11","_col13","_col16","_col17"] <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_72] - PartitionCols:_col8, _col4 + PartitionCols:_col8, _col4,null sort order:aa,sort order:++ Filter Operator [FIL_21] (rows=7276996 width=724) predicate:(_col12 <> _col3) Merge Join Operator [MERGEJOIN_297] (rows=7276996 width=724) Conds:RS_18._col0=RS_328._col1(Inner),Output:["_col1","_col3","_col4","_col5","_col6","_col8","_col10","_col11","_col12"] <-Map 19 [SIMPLE_EDGE] vectorized SHUFFLE [RS_328] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_327] (rows=80000000 width=280) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_326] (rows=80000000 width=280) @@ -214,12 +214,12 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_current_addr_sk","c_first_name","c_last_name","c_birth_country"] <-Reducer 14 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_296] (rows=611379 width=452) Conds:RS_322._col2=RS_325._col3(Inner),Output:["_col0","_col1","_col3","_col4","_col5","_col6"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_322] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Select Operator [SEL_321] (rows=40000000 width=363) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_320] (rows=40000000 width=276) @@ -228,7 +228,7 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_state","ca_zip","ca_country"] <-Map 18 [SIMPLE_EDGE] vectorized SHUFFLE [RS_325] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Select Operator [SEL_324] (rows=155 width=267) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_323] (rows=155 width=271) @@ -237,7 +237,7 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_store_name","s_market_id","s_state","s_zip"] <-Map 21 [SIMPLE_EDGE] vectorized SHUFFLE [RS_343] - PartitionCols:_col1, _col2 + PartitionCols:_col1, _col2,null sort order:aa,sort order:++ Select Operator [SEL_342] (rows=525333486 width=122) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_341] (rows=525333486 width=122) @@ -269,34 +269,34 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5, KEY._col6, KEY._col7, KEY._col8 <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_37] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaaaaaaaa,sort order:+++++++++ Group By Operator [GBY_36] (rows=84010488 width=843) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9"],aggregations:["sum(_col4)"],keys:_col12, _col13, _col20, _col6, _col7, _col8, _col9, _col16, _col21 Merge Join Operator [MERGEJOIN_299] (rows=138508741 width=824) Conds:RS_32._col0, _col3=RS_331._col0, _col1(Inner),Output:["_col4","_col6","_col7","_col8","_col9","_col12","_col13","_col16","_col20","_col21"] <-Map 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_331] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Please refer to the previous Select Operator [SEL_330] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_32] - PartitionCols:_col0, _col3 + PartitionCols:_col0, _col3,null sort order:aa,sort order:++ Merge Join Operator [MERGEJOIN_298] (rows=84010488 width=820) Conds:RS_29._col1, _col2=RS_30._col0, _col9(Inner),Output:["_col0","_col3","_col4","_col6","_col7","_col8","_col9","_col12","_col13","_col16","_col20","_col21"] <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_30] - PartitionCols:_col0, _col9 + PartitionCols:_col0, _col9,null sort order:aa,sort order:++ Select Operator [SEL_22] (rows=7276996 width=724) Output:["_col0","_col2","_col3","_col6","_col9","_col10","_col11"] Please refer to the previous Filter Operator [FIL_21] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_29] - PartitionCols:_col1, _col2 + PartitionCols:_col1, _col2,null sort order:aa,sort order:++ Merge Join Operator [MERGEJOIN_295] (rows=76612563 width=382) Conds:RS_319._col0=RS_310._col0(Inner),Output:["_col0","_col1","_col2","_col3","_col4","_col6","_col7","_col8","_col9"] <-Map 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_310] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_308] (rows=7000 width=295) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_306] (rows=7000 width=384) @@ -304,7 +304,7 @@ Stage-0 Please refer to the previous TableScan [TS_3] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_319] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_318] (rows=525333486 width=122) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_317] (rows=525333486 width=122) diff --git ql/src/test/results/clientpositive/perf/tez/query25.q.out ql/src/test/results/clientpositive/perf/tez/query25.q.out index c03a504e51..201de7c376 100644 --- ql/src/test/results/clientpositive/perf/tez/query25.q.out +++ ql/src/test/results/clientpositive/perf/tez/query25.q.out @@ -135,20 +135,21 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_250] + null sort order:zzzz,sort order:++++ Group By Operator [GBY_249] (rows=97302218447 width=808) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3 <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_49] - PartitionCols:_col0, _col1, _col2, _col3 + PartitionCols:_col0, _col1, _col2, _col3,null sort order:zzzz,sort order:++++ Group By Operator [GBY_48] (rows=97302218447 width=808) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["sum(_col5)","sum(_col16)","sum(_col10)"],keys:_col19, _col20, _col22, _col23 Top N Key Operator [TNK_95] (rows=97302218447 width=807) - keys:_col19, _col20, _col22, _col23,sort order:++++,top n:100 + keys:_col19, _col20, _col22, _col23,null sort order:zzzz,sort order:++++,top n:100 Merge Join Operator [MERGEJOIN_214] (rows=97302218447 width=807) Conds:RS_44._col3=RS_248._col0(Inner),Output:["_col5","_col10","_col16","_col19","_col20","_col22","_col23"] <-Map 17 [SIMPLE_EDGE] vectorized SHUFFLE [RS_248] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_247] (rows=1704 width=192) Output:["_col0","_col1","_col2"] Filter Operator [FIL_246] (rows=1704 width=192) @@ -157,12 +158,12 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_store_id","s_store_name"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_44] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_213] (rows=97302218447 width=623) Conds:RS_41._col1=RS_245._col0(Inner),Output:["_col3","_col5","_col10","_col16","_col19","_col20"] <-Map 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_245] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_244] (rows=462000 width=288) Output:["_col0","_col1","_col2"] Filter Operator [FIL_243] (rows=462000 width=288) @@ -171,22 +172,22 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id","i_item_desc"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_41] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_212] (rows=97302218447 width=343) Conds:RS_38._col1, _col2, _col4=RS_39._col6, _col7, _col8(Inner),Output:["_col1","_col3","_col5","_col10","_col16"] <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_39] - PartitionCols:_col6, _col7, _col8 + PartitionCols:_col6, _col7, _col8,null sort order:aaa,sort order:+++ Merge Join Operator [MERGEJOIN_211] (rows=10910732684 width=235) Conds:RS_25._col2, _col1=RS_26._col1, _col2(Inner),Output:["_col3","_col6","_col7","_col8","_col9"] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_25] - PartitionCols:_col2, _col1 + PartitionCols:_col2, _col1,null sort order:aa,sort order:++ Merge Join Operator [MERGEJOIN_209] (rows=285117831 width=119) Conds:RS_239._col0=RS_223._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_223] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_219] (rows=351 width=4) Output:["_col0"] Filter Operator [FIL_216] (rows=351 width=12) @@ -195,7 +196,7 @@ Stage-0 default@date_dim,d1,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_239] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_238] (rows=285117831 width=123) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_237] (rows=285117831 width=123) @@ -215,12 +216,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_219] <-Reducer 13 [SIMPLE_EDGE] SHUFFLE [RS_26] - PartitionCols:_col1, _col2 + PartitionCols:_col1, _col2,null sort order:aa,sort order:++ Merge Join Operator [MERGEJOIN_210] (rows=53632139 width=119) Conds:RS_242._col0=RS_225._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_225] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_220] (rows=351 width=4) Output:["_col0"] Filter Operator [FIL_217] (rows=351 width=12) @@ -228,7 +229,7 @@ Stage-0 Please refer to the previous TableScan [TS_3] <-Map 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_242] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_241] (rows=53632139 width=123) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_240] (rows=53632139 width=123) @@ -237,12 +238,12 @@ Stage-0 default@store_returns,store_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["sr_returned_date_sk","sr_item_sk","sr_customer_sk","sr_ticket_number","sr_net_loss"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_38] - PartitionCols:_col1, _col2, _col4 + PartitionCols:_col1, _col2, _col4,null sort order:aaa,sort order:+++ Merge Join Operator [MERGEJOIN_208] (rows=501694138 width=122) Conds:RS_234._col0=RS_221._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_221] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_218] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_215] (rows=50 width=12) @@ -250,7 +251,7 @@ Stage-0 Please refer to the previous TableScan [TS_3] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_234] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_233] (rows=501694138 width=126) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_232] (rows=501694138 width=126) diff --git ql/src/test/results/clientpositive/perf/tez/query26.q.out ql/src/test/results/clientpositive/perf/tez/query26.q.out index f346cae970..4d26c4be5b 100644 --- ql/src/test/results/clientpositive/perf/tez/query26.q.out +++ ql/src/test/results/clientpositive/perf/tez/query26.q.out @@ -74,22 +74,23 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_122] + null sort order:z,sort order:+ Select Operator [SEL_121] (rows=310774 width=444) Output:["_col0","_col1","_col2","_col3","_col4"] Group By Operator [GBY_120] (rows=310774 width=476) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)","sum(VALUE._col2)","count(VALUE._col3)","sum(VALUE._col4)","count(VALUE._col5)","sum(VALUE._col6)","count(VALUE._col7)"],keys:KEY._col0 <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_29] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:z,sort order:+ Group By Operator [GBY_28] (rows=462000 width=476) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"],aggregations:["sum(_col4)","count(_col4)","sum(_col5)","count(_col5)","sum(_col7)","count(_col7)","sum(_col6)","count(_col6)"],keys:_col12 Top N Key Operator [TNK_55] (rows=2317924 width=231) - keys:_col12,sort order:+,top n:100 + keys:_col12,null sort order:z,sort order:+,top n:100 Merge Join Operator [MERGEJOIN_99] (rows=2317924 width=231) Conds:RS_24._col2=RS_119._col0(Inner),Output:["_col4","_col5","_col6","_col7","_col12"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_119] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_118] (rows=462000 width=104) Output:["_col0","_col1"] Filter Operator [FIL_117] (rows=462000 width=104) @@ -98,12 +99,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_24] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_98] (rows=2317924 width=135) Conds:RS_21._col3=RS_116._col0(Inner),Output:["_col2","_col4","_col5","_col6","_col7"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_116] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_115] (rows=2300 width=4) Output:["_col0"] Filter Operator [FIL_114] (rows=2300 width=174) @@ -112,12 +113,12 @@ Stage-0 default@promotion,promotion,Tbl:COMPLETE,Col:COMPLETE,Output:["p_promo_sk","p_channel_email","p_channel_event"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_21] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_97] (rows=2317924 width=137) Conds:RS_18._col0=RS_113._col0(Inner),Output:["_col2","_col3","_col4","_col5","_col6","_col7"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_113] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_112] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_111] (rows=652 width=8) @@ -126,12 +127,12 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_96] (rows=2317924 width=139) Conds:RS_110._col1=RS_102._col0(Inner),Output:["_col0","_col2","_col3","_col4","_col5","_col6","_col7"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_102] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_101] (rows=14776 width=4) Output:["_col0"] Filter Operator [FIL_100] (rows=14776 width=268) @@ -140,7 +141,7 @@ Stage-0 default@customer_demographics,customer_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["cd_demo_sk","cd_gender","cd_marital_status","cd_education_status"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_110] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_109] (rows=283691050 width=354) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] Filter Operator [FIL_108] (rows=283691050 width=354) diff --git ql/src/test/results/clientpositive/perf/tez/query27.q.out ql/src/test/results/clientpositive/perf/tez/query27.q.out index becb5e2329..d915989654 100644 --- ql/src/test/results/clientpositive/perf/tez/query27.q.out +++ ql/src/test/results/clientpositive/perf/tez/query27.q.out @@ -78,24 +78,25 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_123] + null sort order:zz,sort order:++ Select Operator [SEL_122] (rows=6526254 width=538) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] Group By Operator [GBY_121] (rows=6526254 width=570) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)","sum(VALUE._col2)","count(VALUE._col3)","sum(VALUE._col4)","count(VALUE._col5)","sum(VALUE._col6)","count(VALUE._col7)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_30] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:zza,sort order:+++ Group By Operator [GBY_29] (rows=13907934 width=570) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10"],aggregations:["sum(_col2)","count(_col2)","sum(_col3)","count(_col3)","sum(_col4)","count(_col4)","sum(_col5)","count(_col5)"],keys:_col0, _col1, 0L Top N Key Operator [TNK_56] (rows=4635978 width=186) - keys:_col0, _col1, 0L,sort order:+++,top n:100 + keys:_col0, _col1, 0L,null sort order:zza,sort order:+++,top n:100 Select Operator [SEL_27] (rows=4635978 width=186) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Merge Join Operator [MERGEJOIN_100] (rows=4635978 width=186) Conds:RS_24._col1=RS_120._col0(Inner),Output:["_col4","_col5","_col6","_col7","_col11","_col13"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_120] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_119] (rows=462000 width=104) Output:["_col0","_col1"] Filter Operator [FIL_118] (rows=462000 width=104) @@ -104,12 +105,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_24] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_99] (rows=4635978 width=90) Conds:RS_21._col3=RS_117._col0(Inner),Output:["_col1","_col4","_col5","_col6","_col7","_col11"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_117] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_116] (rows=209 width=90) Output:["_col0","_col1"] Filter Operator [FIL_115] (rows=209 width=90) @@ -118,12 +119,12 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_state"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_21] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_98] (rows=4635978 width=4) Conds:RS_18._col0=RS_114._col0(Inner),Output:["_col1","_col3","_col4","_col5","_col6","_col7"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_114] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_113] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_112] (rows=652 width=8) @@ -132,12 +133,12 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_97] (rows=4635978 width=4) Conds:RS_111._col2=RS_103._col0(Inner),Output:["_col0","_col1","_col3","_col4","_col5","_col6","_col7"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_103] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_102] (rows=14776 width=4) Output:["_col0"] Filter Operator [FIL_101] (rows=14776 width=268) @@ -146,7 +147,7 @@ Stage-0 default@customer_demographics,customer_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["cd_demo_sk","cd_gender","cd_marital_status","cd_education_status"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_111] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Select Operator [SEL_110] (rows=501690006 width=340) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] Filter Operator [FIL_109] (rows=501690006 width=340) diff --git ql/src/test/results/clientpositive/perf/tez/query28.q.out ql/src/test/results/clientpositive/perf/tez/query28.q.out index 0cb5d232c7..9634957a52 100644 --- ql/src/test/results/clientpositive/perf/tez/query28.q.out +++ ql/src/test/results/clientpositive/perf/tez/query28.q.out @@ -156,7 +156,7 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)"],keys:KEY._col0 <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_129] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_123] (rows=7618989 width=226) Output:["_col0","_col1","_col2"],aggregations:["sum(ss_list_price)","count(ss_list_price)"],keys:ss_list_price Select Operator [SEL_117] (rows=15237978 width=324) @@ -183,7 +183,7 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)"],keys:KEY._col0 <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_128] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_122] (rows=7618989 width=226) Output:["_col0","_col1","_col2"],aggregations:["sum(ss_list_price)","count(ss_list_price)"],keys:ss_list_price Select Operator [SEL_116] (rows=15237978 width=324) @@ -209,7 +209,7 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)"],keys:KEY._col0 <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_127] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_121] (rows=7618989 width=226) Output:["_col0","_col1","_col2"],aggregations:["sum(ss_list_price)","count(ss_list_price)"],keys:ss_list_price Select Operator [SEL_115] (rows=15237978 width=324) @@ -235,7 +235,7 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)"],keys:KEY._col0 <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_126] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_120] (rows=7618989 width=226) Output:["_col0","_col1","_col2"],aggregations:["sum(ss_list_price)","count(ss_list_price)"],keys:ss_list_price Select Operator [SEL_114] (rows=15237978 width=324) @@ -261,7 +261,7 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)"],keys:KEY._col0 <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_125] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_119] (rows=7618989 width=226) Output:["_col0","_col1","_col2"],aggregations:["sum(ss_list_price)","count(ss_list_price)"],keys:ss_list_price Select Operator [SEL_113] (rows=15237978 width=324) @@ -283,7 +283,7 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)"],keys:KEY._col0 <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_124] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_118] (rows=7618989 width=226) Output:["_col0","_col1","_col2"],aggregations:["sum(ss_list_price)","count(ss_list_price)"],keys:ss_list_price Select Operator [SEL_112] (rows=15237978 width=324) diff --git ql/src/test/results/clientpositive/perf/tez/query29.q.out ql/src/test/results/clientpositive/perf/tez/query29.q.out index d0ca249005..8d947e280b 100644 --- ql/src/test/results/clientpositive/perf/tez/query29.q.out +++ ql/src/test/results/clientpositive/perf/tez/query29.q.out @@ -133,27 +133,28 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_241] + null sort order:zzzz,sort order:++++ Group By Operator [GBY_240] (rows=478292911 width=496) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_49] - PartitionCols:_col0, _col1, _col2, _col3 + PartitionCols:_col0, _col1, _col2, _col3,null sort order:zzzz,sort order:++++ Group By Operator [GBY_48] (rows=478292911 width=496) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["sum(_col13)","sum(_col19)","sum(_col3)"],keys:_col6, _col7, _col22, _col23 Top N Key Operator [TNK_93] (rows=97302218301 width=483) - keys:_col6, _col7, _col22, _col23,sort order:++++,top n:100 + keys:_col6, _col7, _col22, _col23,null sort order:zzzz,sort order:++++,top n:100 Merge Join Operator [MERGEJOIN_205] (rows=97302218301 width=483) Conds:RS_44._col2, _col1=RS_45._col11, _col12(Inner),Output:["_col3","_col6","_col7","_col13","_col19","_col22","_col23"] <-Reducer 12 [SIMPLE_EDGE] SHUFFLE [RS_45] - PartitionCols:_col11, _col12 + PartitionCols:_col11, _col12,null sort order:aa,sort order:++ Select Operator [SEL_40] (rows=478292911 width=487) Output:["_col1","_col2","_col8","_col11","_col12","_col14","_col17","_col18"] Merge Join Operator [MERGEJOIN_204] (rows=478292911 width=487) Conds:RS_37._col3=RS_239._col0(Inner),Output:["_col5","_col8","_col9","_col11","_col14","_col15","_col17","_col18"] <-Map 18 [SIMPLE_EDGE] vectorized SHUFFLE [RS_239] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_238] (rows=1704 width=192) Output:["_col0","_col1","_col2"] Filter Operator [FIL_237] (rows=1704 width=192) @@ -162,12 +163,12 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_store_id","s_store_name"] <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_37] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_203] (rows=478292911 width=303) Conds:RS_34._col1=RS_236._col0(Inner),Output:["_col3","_col5","_col8","_col9","_col11","_col14","_col15"] <-Map 17 [SIMPLE_EDGE] vectorized SHUFFLE [RS_236] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_235] (rows=462000 width=288) Output:["_col0","_col1","_col2"] Filter Operator [FIL_234] (rows=462000 width=288) @@ -176,17 +177,17 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id","i_item_desc"] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_34] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_202] (rows=478292911 width=23) Conds:RS_31._col1, _col2, _col4=RS_32._col1, _col2, _col3(Inner),Output:["_col1","_col3","_col5","_col8","_col9","_col11"] <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_32] - PartitionCols:_col1, _col2, _col3 + PartitionCols:_col1, _col2, _col3,null sort order:aaa,sort order:+++ Merge Join Operator [MERGEJOIN_201] (rows=53632139 width=15) Conds:RS_233._col0=RS_223._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_223] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_220] (rows=201 width=4) Output:["_col0"] Filter Operator [FIL_218] (rows=201 width=12) @@ -195,7 +196,7 @@ Stage-0 default@date_dim,d1,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_233] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_232] (rows=53632139 width=19) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_231] (rows=53632139 width=19) @@ -204,12 +205,12 @@ Stage-0 default@store_returns,store_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["sr_returned_date_sk","sr_item_sk","sr_customer_sk","sr_ticket_number","sr_return_quantity"] <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_31] - PartitionCols:_col1, _col2, _col4 + PartitionCols:_col1, _col2, _col4,null sort order:aaa,sort order:+++ Merge Join Operator [MERGEJOIN_200] (rows=501694138 width=19) Conds:RS_230._col0=RS_221._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_221] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_219] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_217] (rows=50 width=12) @@ -217,7 +218,7 @@ Stage-0 Please refer to the previous TableScan [TS_9] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_230] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_229] (rows=501694138 width=23) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_228] (rows=501694138 width=23) @@ -237,12 +238,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_219] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_44] - PartitionCols:_col2, _col1 + PartitionCols:_col2, _col1,null sort order:aa,sort order:++ Merge Join Operator [MERGEJOIN_199] (rows=285117831 width=11) Conds:RS_216._col0=RS_208._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 6 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_208] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_207] (rows=1957 width=4) Output:["_col0"] Filter Operator [FIL_206] (rows=1957 width=8) @@ -251,7 +252,7 @@ Stage-0 default@date_dim,d3,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_216] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_215] (rows=285117831 width=15) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_214] (rows=285117831 width=15) diff --git ql/src/test/results/clientpositive/perf/tez/query3.q.out ql/src/test/results/clientpositive/perf/tez/query3.q.out index fe97d402c4..3534b28b8a 100644 --- ql/src/test/results/clientpositive/perf/tez/query3.q.out +++ ql/src/test/results/clientpositive/perf/tez/query3.q.out @@ -68,18 +68,19 @@ Stage-0 Output:["_col0","_col1","_col2","_col3"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_69] + null sort order:zzz,sort order:+-+ Group By Operator [GBY_68] (rows=7666836 width=219) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_16] (rows=7666836 width=219) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(_col2)"],keys:_col7, _col4, _col5 Merge Join Operator [MERGEJOIN_53] (rows=7666836 width=108) Conds:RS_12._col0=RS_67._col0(Inner),Output:["_col2","_col4","_col5","_col7"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_67] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_66] (rows=5619 width=8) Output:["_col0","_col1"] Filter Operator [FIL_65] (rows=5619 width=12) @@ -88,12 +89,12 @@ Stage-0 default@date_dim,dt,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_12] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_52] (rows=7666836 width=104) Conds:RS_64._col1=RS_56._col0(Inner),Output:["_col0","_col2","_col4","_col5"] <-Map 6 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_56] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_55] (rows=669 width=107) Output:["_col0","_col1","_col2"] Filter Operator [FIL_54] (rows=669 width=111) @@ -102,7 +103,7 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_brand_id","i_brand","i_manufact_id"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_64] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_63] (rows=550076554 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_62] (rows=550076554 width=114) diff --git ql/src/test/results/clientpositive/perf/tez/query30.q.out ql/src/test/results/clientpositive/perf/tez/query30.q.out index ac683c2515..0726cd7eb6 100644 --- ql/src/test/results/clientpositive/perf/tez/query30.q.out +++ ql/src/test/results/clientpositive/perf/tez/query30.q.out @@ -94,18 +94,19 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_66] + null sort order:zzzzzzzzzzzzz,sort order:+++++++++++++ Select Operator [SEL_65] (rows=4179738 width=949) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12"] Merge Join Operator [MERGEJOIN_180] (rows=4179738 width=949) Conds:RS_62._col0=RS_63._col0(Inner),Output:["_col1","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col17"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_62] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_174] (rows=1568628 width=834) Conds:RS_183._col2=RS_190._col0(Inner),Output:["_col0","_col1","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13"] <-Map 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_190] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_187] (rows=784314 width=4) Output:["_col0"] Filter Operator [FIL_184] (rows=784314 width=90) @@ -114,7 +115,7 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_state"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_183] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Select Operator [SEL_182] (rows=80000000 width=849) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13"] Filter Operator [FIL_181] (rows=80000000 width=849) @@ -123,7 +124,7 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_customer_id","c_current_addr_sk","c_salutation","c_first_name","c_last_name","c_preferred_cust_flag","c_birth_day","c_birth_month","c_birth_year","c_birth_country","c_login","c_email_address","c_last_review_date"] <-Reducer 8 [SIMPLE_EDGE] SHUFFLE [RS_63] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_58] (rows=4179738 width=227) Output:["_col0","_col2"] Filter Operator [FIL_57] (rows=4179738 width=227) @@ -132,7 +133,7 @@ Stage-0 Conds:RS_206._col1=RS_212._col1(Inner),Output:["_col0","_col2","_col3"] <-Reducer 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_212] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_211] (rows=17 width=198) Output:["_col0","_col1"] Filter Operator [FIL_210] (rows=17 width=206) @@ -145,14 +146,14 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_45] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:aa,sort order:++ Group By Operator [GBY_44] (rows=13130761 width=201) Output:["_col0","_col1","_col2"],aggregations:["sum(_col3)"],keys:_col6, _col1 Merge Join Operator [MERGEJOIN_178] (rows=13130761 width=196) Conds:RS_40._col2=RS_192._col0(Inner),Output:["_col1","_col3","_col6"] <-Map 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_192] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_189] (rows=40000000 width=90) Output:["_col0","_col1"] Filter Operator [FIL_186] (rows=40000000 width=90) @@ -160,12 +161,12 @@ Stage-0 Please refer to the previous TableScan [TS_3] <-Reducer 13 [SIMPLE_EDGE] SHUFFLE [RS_40] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_177] (rows=13130761 width=114) Conds:RS_198._col0=RS_202._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_198] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_196] (rows=13130761 width=118) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_194] (rows=13130761 width=118) @@ -174,7 +175,7 @@ Stage-0 default@web_returns,web_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["wr_returned_date_sk","wr_returning_customer_sk","wr_returning_addr_sk","wr_return_amt"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_202] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_200] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_199] (rows=652 width=8) @@ -183,7 +184,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Reducer 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_206] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Filter Operator [FIL_205] (rows=12539214 width=201) predicate:_col2 is not null Select Operator [SEL_204] (rows=12539214 width=201) @@ -192,14 +193,14 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_23] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_22] (rows=12539214 width=201) Output:["_col0","_col1","_col2"],aggregations:["sum(_col3)"],keys:_col6, _col1 Merge Join Operator [MERGEJOIN_176] (rows=12539214 width=196) Conds:RS_18._col2=RS_191._col0(Inner),Output:["_col1","_col3","_col6"] <-Map 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_191] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_188] (rows=40000000 width=90) Output:["_col0","_col1"] Filter Operator [FIL_185] (rows=40000000 width=90) @@ -207,12 +208,12 @@ Stage-0 Please refer to the previous TableScan [TS_3] <-Reducer 12 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_175] (rows=12539214 width=114) Conds:RS_197._col0=RS_201._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_197] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_195] (rows=12539214 width=118) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_193] (rows=12539214 width=118) @@ -220,6 +221,6 @@ Stage-0 Please refer to the previous TableScan [TS_6] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_201] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_200] diff --git ql/src/test/results/clientpositive/perf/tez/query31.q.out ql/src/test/results/clientpositive/perf/tez/query31.q.out index 425d1599c3..5f563d32fa 100644 --- ql/src/test/results/clientpositive/perf/tez/query31.q.out +++ ql/src/test/results/clientpositive/perf/tez/query31.q.out @@ -163,29 +163,29 @@ Stage-0 Conds:RS_133._col0=RS_134._col0(Inner),Output:["_col1","_col2","_col4","_col6","_col7","_col8","_col9","_col11","_col13"] <-Reducer 22 [SIMPLE_EDGE] SHUFFLE [RS_134] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_448] (rows=1716 width=434) Conds:RS_123._col0=RS_538._col0(Inner),Output:["_col0","_col1","_col3","_col5"] <-Reducer 21 [SIMPLE_EDGE] SHUFFLE [RS_123] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_447] (rows=1716 width=322) Conds:RS_524._col0=RS_531._col0(Inner),Output:["_col0","_col1","_col3"] <-Reducer 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_524] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_523] (rows=1716 width=210) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 19 [SIMPLE_EDGE] SHUFFLE [RS_77] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_76] (rows=722436 width=210) Output:["_col0","_col1"],aggregations:["sum(_col2)"],keys:_col5 Merge Join Operator [MERGEJOIN_441] (rows=525327191 width=204) Conds:RS_72._col1=RS_497._col0(Inner),Output:["_col2","_col5"] <-Map 32 [SIMPLE_EDGE] vectorized SHUFFLE [RS_497] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_493] (rows=40000000 width=102) Output:["_col0","_col1"] Filter Operator [FIL_492] (rows=40000000 width=102) @@ -194,12 +194,12 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_county"] <-Reducer 18 [SIMPLE_EDGE] SHUFFLE [RS_72] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_440] (rows=525327191 width=110) Conds:RS_522._col0=RS_469._col0(Inner),Output:["_col1","_col2"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_469] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_460] (rows=130 width=4) Output:["_col0"] Filter Operator [FIL_454] (rows=130 width=12) @@ -208,7 +208,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_qoy"] <-Map 35 [SIMPLE_EDGE] vectorized SHUFFLE [RS_522] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_521] (rows=525327191 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_520] (rows=525327191 width=114) @@ -228,28 +228,28 @@ Stage-0 Please refer to the previous Select Operator [SEL_460] <-Reducer 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_531] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_530] (rows=1716 width=210) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 25 [SIMPLE_EDGE] SHUFFLE [RS_97] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_96] (rows=722436 width=210) Output:["_col0","_col1"],aggregations:["sum(_col2)"],keys:_col5 Merge Join Operator [MERGEJOIN_443] (rows=525327191 width=204) Conds:RS_92._col1=RS_498._col0(Inner),Output:["_col2","_col5"] <-Map 32 [SIMPLE_EDGE] vectorized SHUFFLE [RS_498] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_493] <-Reducer 24 [SIMPLE_EDGE] SHUFFLE [RS_92] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_442] (rows=525327191 width=110) Conds:RS_529._col0=RS_471._col0(Inner),Output:["_col1","_col2"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_471] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_461] (rows=130 width=4) Output:["_col0"] Filter Operator [FIL_455] (rows=130 width=12) @@ -257,7 +257,7 @@ Stage-0 Please refer to the previous TableScan [TS_3] <-Map 36 [SIMPLE_EDGE] vectorized SHUFFLE [RS_529] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_528] (rows=525327191 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_527] (rows=525327191 width=114) @@ -277,28 +277,28 @@ Stage-0 Please refer to the previous Select Operator [SEL_461] <-Reducer 30 [SIMPLE_EDGE] vectorized SHUFFLE [RS_538] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_537] (rows=1716 width=210) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 29 [SIMPLE_EDGE] SHUFFLE [RS_117] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_116] (rows=722436 width=210) Output:["_col0","_col1"],aggregations:["sum(_col2)"],keys:_col5 Merge Join Operator [MERGEJOIN_445] (rows=525327191 width=204) Conds:RS_112._col1=RS_499._col0(Inner),Output:["_col2","_col5"] <-Map 32 [SIMPLE_EDGE] vectorized SHUFFLE [RS_499] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_493] <-Reducer 28 [SIMPLE_EDGE] SHUFFLE [RS_112] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_444] (rows=525327191 width=110) Conds:RS_536._col0=RS_473._col0(Inner),Output:["_col1","_col2"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_473] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_462] (rows=130 width=4) Output:["_col0"] Filter Operator [FIL_456] (rows=130 width=12) @@ -306,7 +306,7 @@ Stage-0 Please refer to the previous TableScan [TS_3] <-Map 37 [SIMPLE_EDGE] vectorized SHUFFLE [RS_536] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_535] (rows=525327191 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_534] (rows=525327191 width=114) @@ -326,35 +326,35 @@ Stage-0 Please refer to the previous Select Operator [SEL_462] <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_133] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_449] (rows=1716 width=442) Conds:RS_130._col0=RS_517._col0(Inner),Output:["_col0","_col1","_col2","_col4","_col6","_col7"] <-Reducer 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_517] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_516] (rows=1716 width=214) Output:["_col0","_col1","_col2"] Group By Operator [GBY_515] (rows=1716 width=210) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_57] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_56] (rows=204204 width=210) Output:["_col0","_col1"],aggregations:["sum(_col2)"],keys:_col5 Merge Join Operator [MERGEJOIN_439] (rows=143931246 width=209) Conds:RS_52._col1=RS_496._col0(Inner),Output:["_col2","_col5"] <-Map 32 [SIMPLE_EDGE] vectorized SHUFFLE [RS_496] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_493] <-Reducer 14 [SIMPLE_EDGE] SHUFFLE [RS_52] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_438] (rows=143931246 width=115) Conds:RS_514._col0=RS_467._col0(Inner),Output:["_col1","_col2"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_467] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_459] (rows=130 width=4) Output:["_col0"] Filter Operator [FIL_453] (rows=130 width=12) @@ -362,7 +362,7 @@ Stage-0 Please refer to the previous TableScan [TS_3] <-Map 34 [SIMPLE_EDGE] vectorized SHUFFLE [RS_514] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_513] (rows=143931246 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_512] (rows=143931246 width=119) @@ -382,33 +382,33 @@ Stage-0 Please refer to the previous Select Operator [SEL_459] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_130] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_446] (rows=1716 width=326) Conds:RS_502._col0=RS_509._col0(Inner),Output:["_col0","_col1","_col2","_col4"] <-Reducer 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_509] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_508] (rows=1716 width=210) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_37] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_36] (rows=204204 width=210) Output:["_col0","_col1"],aggregations:["sum(_col2)"],keys:_col5 Merge Join Operator [MERGEJOIN_437] (rows=143931246 width=209) Conds:RS_32._col1=RS_495._col0(Inner),Output:["_col2","_col5"] <-Map 32 [SIMPLE_EDGE] vectorized SHUFFLE [RS_495] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_493] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_32] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_436] (rows=143931246 width=115) Conds:RS_507._col0=RS_465._col0(Inner),Output:["_col1","_col2"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_465] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_458] (rows=130 width=4) Output:["_col0"] Filter Operator [FIL_452] (rows=130 width=12) @@ -416,7 +416,7 @@ Stage-0 Please refer to the previous TableScan [TS_3] <-Map 33 [SIMPLE_EDGE] vectorized SHUFFLE [RS_507] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_506] (rows=143931246 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_505] (rows=143931246 width=119) @@ -436,30 +436,30 @@ Stage-0 Please refer to the previous Select Operator [SEL_458] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_502] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_501] (rows=1716 width=214) Output:["_col0","_col1","_col2"] Group By Operator [GBY_500] (rows=1716 width=210) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_16] (rows=204204 width=210) Output:["_col0","_col1"],aggregations:["sum(_col2)"],keys:_col5 Merge Join Operator [MERGEJOIN_435] (rows=143931246 width=209) Conds:RS_12._col1=RS_494._col0(Inner),Output:["_col2","_col5"] <-Map 32 [SIMPLE_EDGE] vectorized SHUFFLE [RS_494] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_493] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_12] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_434] (rows=143931246 width=115) Conds:RS_491._col0=RS_463._col0(Inner),Output:["_col1","_col2"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_463] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_457] (rows=130 width=4) Output:["_col0"] Filter Operator [FIL_451] (rows=130 width=12) @@ -467,7 +467,7 @@ Stage-0 Please refer to the previous TableScan [TS_3] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_491] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_490] (rows=143931246 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_489] (rows=143931246 width=119) diff --git ql/src/test/results/clientpositive/perf/tez/query32.q.out ql/src/test/results/clientpositive/perf/tez/query32.q.out index e84423a167..28837854be 100644 --- ql/src/test/results/clientpositive/perf/tez/query32.q.out +++ ql/src/test/results/clientpositive/perf/tez/query32.q.out @@ -92,12 +92,12 @@ Stage-0 Conds:RS_30._col4=RS_125._col0(Inner),Output:["_col2","_col6"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_30] - PartitionCols:_col4 + PartitionCols:_col4,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_101] (rows=3973887 width=75) Conds:RS_27._col1=RS_106._col0(Inner),Output:["_col2","_col4"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_106] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_105] (rows=669 width=4) Output:["_col0"] Filter Operator [FIL_104] (rows=669 width=7) @@ -106,12 +106,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_manufact_id"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_27] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_100] (rows=285116600 width=115) Conds:RS_116._col0=RS_120._col0(Inner),Output:["_col1","_col2"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_116] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_114] (rows=285116600 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_112] (rows=285116600 width=119) @@ -131,7 +131,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_105] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_120] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_119] (rows=8116 width=4) Output:["_col0"] Filter Operator [FIL_118] (rows=8116 width=98) @@ -140,7 +140,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_date"] <-Reducer 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_125] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_124] (rows=62562 width=116) Output:["_col0","_col1"] Filter Operator [FIL_123] (rows=62562 width=124) @@ -149,14 +149,14 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)"],keys:KEY._col0 <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_20] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_19] (rows=8133060 width=124) Output:["_col0","_col1","_col2"],aggregations:["sum(_col2)","count(_col2)"],keys:_col1 Merge Join Operator [MERGEJOIN_102] (rows=286549727 width=115) Conds:RS_117._col0=RS_121._col0(Inner),Output:["_col1","_col2"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_117] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_115] (rows=286549727 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_113] (rows=286549727 width=119) @@ -164,6 +164,6 @@ Stage-0 Please refer to the previous TableScan [TS_0] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_121] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_119] diff --git ql/src/test/results/clientpositive/perf/tez/query33.q.out ql/src/test/results/clientpositive/perf/tez/query33.q.out index dc4f6b17c1..167bdd11cf 100644 --- ql/src/test/results/clientpositive/perf/tez/query33.q.out +++ ql/src/test/results/clientpositive/perf/tez/query33.q.out @@ -198,31 +198,32 @@ Stage-0 Output:["_col0","_col1"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_354] + null sort order:z,sort order:+ Group By Operator [GBY_353] (rows=7 width=116) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Union 5 [SIMPLE_EDGE] <-Reducer 11 [CONTAINS] vectorized Reduce Output Operator [RS_373] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_372] (rows=7 width=116) Output:["_col0","_col1"],aggregations:["sum(_col1)"],keys:_col0 Group By Operator [GBY_371] (rows=7 width=116) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_109] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_108] (rows=8 width=116) Output:["_col0","_col1"],aggregations:["sum(_col7)"],keys:_col1 Merge Join Operator [MERGEJOIN_304] (rows=206906 width=96) Conds:RS_104._col0=RS_105._col2(Inner),Output:["_col1","_col7"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_104] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_293] (rows=46084 width=7) Conds:RS_319._col1=RS_325._col0(Inner),Output:["_col0","_col1"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_319] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_318] (rows=460848 width=7) Output:["_col0","_col1"] Filter Operator [FIL_317] (rows=460848 width=7) @@ -231,12 +232,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_manufact_id"] <-Reducer 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_325] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_324] (rows=69 width=4) Output:["_col0"],keys:KEY._col0 <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_323] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_322] (rows=70 width=4) Output:["_col0"],keys:i_manufact_id Select Operator [SEL_321] (rows=46085 width=93) @@ -247,14 +248,14 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_category","i_manufact_id"] <-Reducer 23 [SIMPLE_EDGE] SHUFFLE [RS_105] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Select Operator [SEL_100] (rows=143931246 width=115) Output:["_col2","_col4"] Merge Join Operator [MERGEJOIN_301] (rows=143931246 width=115) Conds:RS_97._col2=RS_349._col0(Inner),Output:["_col1","_col3"] <-Map 25 [SIMPLE_EDGE] vectorized SHUFFLE [RS_349] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_346] (rows=8000000 width=4) Output:["_col0"] Filter Operator [FIL_345] (rows=8000000 width=112) @@ -263,12 +264,12 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_gmt_offset"] <-Reducer 22 [SIMPLE_EDGE] SHUFFLE [RS_97] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_300] (rows=143931246 width=119) Conds:RS_370._col0=RS_332._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 17 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_332] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_327] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_326] (rows=50 width=12) @@ -277,7 +278,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 27 [SIMPLE_EDGE] vectorized SHUFFLE [RS_370] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_369] (rows=143931246 width=123) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_368] (rows=143931246 width=123) @@ -297,45 +298,45 @@ Stage-0 Please refer to the previous Select Operator [SEL_327] <-Reducer 4 [CONTAINS] vectorized Reduce Output Operator [RS_352] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_351] (rows=7 width=116) Output:["_col0","_col1"],aggregations:["sum(_col1)"],keys:_col0 Group By Operator [GBY_350] (rows=7 width=116) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_34] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_33] (rows=8 width=116) Output:["_col0","_col1"],aggregations:["sum(_col7)"],keys:_col1 Merge Join Operator [MERGEJOIN_302] (rows=755172 width=3) Conds:RS_29._col0=RS_30._col2(Inner),Output:["_col1","_col7"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_29] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Merge Join Operator [MERGEJOIN_293] <-Reducer 16 [SIMPLE_EDGE] SHUFFLE [RS_30] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Select Operator [SEL_25] (rows=525327191 width=110) Output:["_col2","_col4"] Merge Join Operator [MERGEJOIN_295] (rows=525327191 width=110) Conds:RS_22._col2=RS_347._col0(Inner),Output:["_col1","_col3"] <-Map 25 [SIMPLE_EDGE] vectorized SHUFFLE [RS_347] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_346] <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_22] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_294] (rows=525327191 width=114) Conds:RS_344._col0=RS_328._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 17 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_328] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_327] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_344] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_343] (rows=525327191 width=118) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_342] (rows=525327191 width=118) @@ -355,45 +356,45 @@ Stage-0 Please refer to the previous Select Operator [SEL_327] <-Reducer 9 [CONTAINS] vectorized Reduce Output Operator [RS_365] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_364] (rows=7 width=116) Output:["_col0","_col1"],aggregations:["sum(_col1)"],keys:_col0 Group By Operator [GBY_363] (rows=7 width=116) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 8 [SIMPLE_EDGE] SHUFFLE [RS_71] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_70] (rows=8 width=116) Output:["_col0","_col1"],aggregations:["sum(_col7)"],keys:_col1 Merge Join Operator [MERGEJOIN_303] (rows=409865 width=3) Conds:RS_66._col0=RS_67._col3(Inner),Output:["_col1","_col7"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_66] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Merge Join Operator [MERGEJOIN_293] <-Reducer 20 [SIMPLE_EDGE] SHUFFLE [RS_67] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Select Operator [SEL_62] (rows=285117733 width=115) Output:["_col3","_col4"] Merge Join Operator [MERGEJOIN_298] (rows=285117733 width=115) Conds:RS_59._col1=RS_348._col0(Inner),Output:["_col2","_col3"] <-Map 25 [SIMPLE_EDGE] vectorized SHUFFLE [RS_348] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_346] <-Reducer 19 [SIMPLE_EDGE] SHUFFLE [RS_59] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_297] (rows=285117733 width=119) Conds:RS_362._col0=RS_330._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 17 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_330] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_327] <-Map 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_362] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_361] (rows=285117733 width=123) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_360] (rows=285117733 width=123) diff --git ql/src/test/results/clientpositive/perf/tez/query34.q.out ql/src/test/results/clientpositive/perf/tez/query34.q.out index 8886b33b72..6c2b3d9156 100644 --- ql/src/test/results/clientpositive/perf/tez/query34.q.out +++ ql/src/test/results/clientpositive/perf/tez/query34.q.out @@ -92,13 +92,14 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_35] + null sort order:zzzz,sort order:+++- Select Operator [SEL_34] (rows=6 width=364) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Merge Join Operator [MERGEJOIN_100] (rows=6 width=364) Conds:RS_103._col0=RS_124._col1(Inner),Output:["_col1","_col2","_col3","_col4","_col5","_col7"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_103] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_102] (rows=80000000 width=356) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_101] (rows=80000000 width=356) @@ -107,7 +108,7 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_salutation","c_first_name","c_last_name","c_preferred_cust_flag"] <-Reducer 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_124] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Filter Operator [FIL_123] (rows=6 width=16) predicate:_col2 BETWEEN 15L AND 20L Select Operator [SEL_122] (rows=479121995 width=15) @@ -116,14 +117,14 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 7 [SIMPLE_EDGE] SHUFFLE [RS_26] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_25] (rows=479121995 width=15) Output:["_col0","_col1","_col2"],aggregations:["count()"],keys:_col1, _col4 Merge Join Operator [MERGEJOIN_99] (rows=479121995 width=7) Conds:RS_21._col3=RS_120._col0(Inner),Output:["_col1","_col4"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_120] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_119] (rows=112 width=4) Output:["_col0"] Filter Operator [FIL_118] (rows=112 width=102) @@ -132,12 +133,12 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_county"] <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_21] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_98] (rows=479121995 width=11) Conds:RS_18._col2=RS_117._col0(Inner),Output:["_col1","_col3","_col4"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_117] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_116] (rows=1152 width=4) Output:["_col0"] Filter Operator [FIL_115] (rows=1152 width=104) @@ -146,12 +147,12 @@ Stage-0 default@household_demographics,household_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["hd_demo_sk","hd_buy_potential","hd_dep_count","hd_vehicle_count"] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_97] (rows=479121995 width=15) Conds:RS_114._col0=RS_106._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_106] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_105] (rows=595 width=4) Output:["_col0"] Filter Operator [FIL_104] (rows=595 width=12) @@ -160,7 +161,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_dom"] <-Map 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_114] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_113] (rows=479121995 width=19) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_112] (rows=479121995 width=19) diff --git ql/src/test/results/clientpositive/perf/tez/query35.q.out ql/src/test/results/clientpositive/perf/tez/query35.q.out index 0f75e48a51..1936f22b61 100644 --- ql/src/test/results/clientpositive/perf/tez/query35.q.out +++ ql/src/test/results/clientpositive/perf/tez/query35.q.out @@ -160,17 +160,18 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16"] <-Reducer 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_226] + null sort order:zzzzzz,sort order:++++++ Select Operator [SEL_225] (rows=1 width=352) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col9","_col10","_col11","_col12","_col14","_col15","_col16","_col17"] Group By Operator [GBY_224] (rows=1 width=336) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15"],aggregations:["count(VALUE._col0)","sum(VALUE._col1)","count(VALUE._col2)","max(VALUE._col3)","sum(VALUE._col4)","count(VALUE._col5)","max(VALUE._col6)","sum(VALUE._col7)","count(VALUE._col8)","max(VALUE._col9)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5 <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_67] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5 + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5,null sort order:zzzzzz,sort order:++++++ Group By Operator [GBY_66] (rows=2 width=336) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15"],aggregations:["count()","sum(_col8)","count(_col8)","max(_col8)","sum(_col9)","count(_col9)","max(_col9)","sum(_col10)","count(_col10)","max(_col10)"],keys:_col4, _col6, _col7, _col8, _col9, _col10 Top N Key Operator [TNK_104] (rows=1401496 width=276) - keys:_col4, _col6, _col7, _col8, _col9, _col10,sort order:++++++,top n:100 + keys:_col4, _col6, _col7, _col8, _col9, _col10,null sort order:zzzzzz,sort order:++++++,top n:100 Select Operator [SEL_65] (rows=1401496 width=276) Output:["_col4","_col6","_col7","_col8","_col9","_col10"] Filter Operator [FIL_64] (rows=1401496 width=276) @@ -179,26 +180,26 @@ Stage-0 Conds:RS_61._col0=RS_223._col1(Left Outer),Output:["_col4","_col6","_col7","_col8","_col9","_col10","_col11","_col13"] <-Reducer 5 [SIMPLE_EDGE] PARTITION_ONLY_SHUFFLE [RS_61] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_181] (rows=1414922 width=276) Conds:RS_58._col0=RS_215._col1(Left Outer),Output:["_col0","_col4","_col6","_col7","_col8","_col9","_col10","_col11"] <-Reducer 17 [SIMPLE_EDGE] vectorized SHUFFLE [RS_215] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_214] (rows=1414922 width=7) Output:["_col0","_col1"] Group By Operator [GBY_213] (rows=1414922 width=3) Output:["_col0"],keys:KEY._col0 <-Reducer 16 [SIMPLE_EDGE] SHUFFLE [RS_30] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_29] (rows=143930993 width=3) Output:["_col0"],keys:_col1 Merge Join Operator [MERGEJOIN_178] (rows=143930993 width=3) Conds:RS_212._col0=RS_196._col0(Inner),Output:["_col1"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_196] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_193] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_192] (rows=652 width=12) @@ -207,7 +208,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_qoy"] <-Map 21 [SIMPLE_EDGE] vectorized SHUFFLE [RS_212] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_211] (rows=143930993 width=7) Output:["_col0","_col1"] Filter Operator [FIL_210] (rows=143930993 width=7) @@ -227,12 +228,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_193] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_58] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_180] (rows=525327388 width=272) Conds:RS_55._col0=RS_56._col0(Left Semi),Output:["_col0","_col4","_col6","_col7","_col8","_col9","_col10"] <-Reducer 13 [SIMPLE_EDGE] SHUFFLE [RS_56] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_54] (rows=525327388 width=3) Output:["_col0"],keys:_col0 Select Operator [SEL_18] (rows=525327388 width=3) @@ -241,11 +242,11 @@ Stage-0 Conds:RS_207._col0=RS_194._col0(Inner),Output:["_col1"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_194] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_193] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_207] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_206] (rows=525327388 width=7) Output:["_col0","_col1"] Filter Operator [FIL_205] (rows=525327388 width=7) @@ -265,12 +266,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_193] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_55] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_176] (rows=78293105 width=272) Conds:RS_50._col1=RS_191._col0(Inner),Output:["_col0","_col4","_col6","_col7","_col8","_col9","_col10"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_191] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_190] (rows=1861800 width=186) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_189] (rows=1861800 width=186) @@ -279,12 +280,12 @@ Stage-0 default@customer_demographics,customer_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["cd_demo_sk","cd_gender","cd_marital_status","cd_dep_count","cd_dep_employed_count","cd_dep_college_count"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_50] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_175] (rows=77201384 width=93) Conds:RS_185._col2=RS_188._col0(Inner),Output:["_col0","_col1","_col4"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_185] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Select Operator [SEL_184] (rows=77201384 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_183] (rows=77201384 width=11) @@ -293,7 +294,7 @@ Stage-0 default@customer,c,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_current_cdemo_sk","c_current_addr_sk"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_188] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_187] (rows=40000000 width=90) Output:["_col0","_col1"] Filter Operator [FIL_186] (rows=40000000 width=90) @@ -302,25 +303,25 @@ Stage-0 default@customer_address,ca,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_state"] <-Reducer 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_223] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_222] (rows=1401496 width=7) Output:["_col0","_col1"] Group By Operator [GBY_221] (rows=1401496 width=3) Output:["_col0"],keys:KEY._col0 <-Reducer 19 [SIMPLE_EDGE] SHUFFLE [RS_44] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_43] (rows=285115246 width=3) Output:["_col0"],keys:_col1 Merge Join Operator [MERGEJOIN_179] (rows=285115246 width=3) Conds:RS_220._col0=RS_198._col0(Inner),Output:["_col1"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_198] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_193] <-Map 22 [SIMPLE_EDGE] vectorized SHUFFLE [RS_220] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_219] (rows=285115246 width=7) Output:["_col0","_col1"] Filter Operator [FIL_218] (rows=285115246 width=7) diff --git ql/src/test/results/clientpositive/perf/tez/query36.q.out ql/src/test/results/clientpositive/perf/tez/query36.q.out index 544d883846..e9f167190e 100644 --- ql/src/test/results/clientpositive/perf/tez/query36.q.out +++ ql/src/test/results/clientpositive/perf/tez/query36.q.out @@ -90,6 +90,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_106] + null sort order:zzz,sort order:-++ Select Operator [SEL_105] (rows=3060 width=490) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] PTF Operator [PTF_104] (rows=3060 width=414) @@ -98,14 +99,14 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_102] - PartitionCols:(grouping(_col4, 1L) + grouping(_col4, 0L)), CASE WHEN ((grouping(_col4, 0L) = UDFToLong(0))) THEN (_col0) ELSE (CAST( null AS STRING)) END + PartitionCols:(grouping(_col4, 1L) + grouping(_col4, 0L)), CASE WHEN ((grouping(_col4, 0L) = UDFToLong(0))) THEN (_col0) ELSE (CAST( null AS STRING)) END,null sort order:aaz,sort order:+++ Select Operator [SEL_101] (rows=3060 width=414) Output:["_col0","_col1","_col2","_col3","_col4"] Group By Operator [GBY_100] (rows=3060 width=414) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_24] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_23] (rows=2487780 width=414) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col2)","sum(_col3)"],keys:_col0, _col1, 0L Select Operator [SEL_21] (rows=525329897 width=395) @@ -114,7 +115,7 @@ Stage-0 Conds:RS_18._col1=RS_99._col0(Inner),Output:["_col3","_col4","_col8","_col9"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_99] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_98] (rows=462000 width=186) Output:["_col0","_col1","_col2"] Filter Operator [FIL_97] (rows=462000 width=186) @@ -123,12 +124,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_class","i_category"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_81] (rows=525329897 width=217) Conds:RS_15._col2=RS_96._col0(Inner),Output:["_col1","_col3","_col4"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_96] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_95] (rows=278 width=4) Output:["_col0"] Filter Operator [FIL_94] (rows=278 width=90) @@ -137,12 +138,12 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_state"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_15] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_80] (rows=525329897 width=221) Conds:RS_93._col0=RS_85._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_85] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_84] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_83] (rows=652 width=8) @@ -151,7 +152,7 @@ Stage-0 default@date_dim,d1,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_93] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_92] (rows=525329897 width=225) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_91] (rows=525329897 width=225) diff --git ql/src/test/results/clientpositive/perf/tez/query37.q.out ql/src/test/results/clientpositive/perf/tez/query37.q.out index 29b8fe2a21..53b1cee165 100644 --- ql/src/test/results/clientpositive/perf/tez/query37.q.out +++ ql/src/test/results/clientpositive/perf/tez/query37.q.out @@ -63,25 +63,26 @@ Stage-0 Output:["_col0","_col1","_col2"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_98] + null sort order:z,sort order:+ Group By Operator [GBY_97] (rows=4 width=396) Output:["_col0","_col1","_col2"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_24] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:zaa,sort order:+++ Group By Operator [GBY_23] (rows=8 width=396) Output:["_col0","_col1","_col2"],keys:_col2, _col3, _col4 Top N Key Operator [TNK_43] (rows=11627 width=396) - keys:_col2, _col3, _col4,sort order:+++,top n:100 + keys:_col2, _col3, _col4,null sort order:zaa,sort order:+++,top n:100 Merge Join Operator [MERGEJOIN_79] (rows=11627 width=396) Conds:RS_19._col1=RS_20._col1(Inner),Output:["_col2","_col3","_col4"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_19] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_77] (rows=1781971 width=400) Conds:RS_90._col0=RS_82._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 6 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_82] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_81] (rows=297 width=400) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_80] (rows=297 width=404) @@ -90,7 +91,7 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id","i_item_desc","i_current_price","i_manufact_id"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_90] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_89] (rows=287989836 width=4) Output:["_col0"] Filter Operator [FIL_88] (rows=287989836 width=4) @@ -110,12 +111,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_81] <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_20] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_78] (rows=1879072 width=4) Conds:RS_93._col0=RS_96._col0(Inner),Output:["_col1"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_96] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_95] (rows=8116 width=4) Output:["_col0"] Filter Operator [FIL_94] (rows=8116 width=98) @@ -124,7 +125,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_date"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_93] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_92] (rows=16912800 width=8) Output:["_col0","_col1"] Filter Operator [FIL_91] (rows=16912800 width=11) diff --git ql/src/test/results/clientpositive/perf/tez/query38.q.out ql/src/test/results/clientpositive/perf/tez/query38.q.out index 584f73f453..b62e275cce 100644 --- ql/src/test/results/clientpositive/perf/tez/query38.q.out +++ ql/src/test/results/clientpositive/perf/tez/query38.q.out @@ -97,7 +97,7 @@ Stage-0 <-Union 5 [SIMPLE_EDGE] <-Reducer 12 [CONTAINS] vectorized Reduce Output Operator [RS_244] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_243] (rows=954376212 width=282) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(_col3)"],keys:_col0, _col1, _col2 Group By Operator [GBY_242] (rows=285117831 width=282) @@ -108,14 +108,14 @@ Stage-0 Output:["_col0","_col1","_col2"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_42] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_41] (rows=285117831 width=274) Output:["_col0","_col1","_col2"],keys:_col6, _col5, _col3 Merge Join Operator [MERGEJOIN_177] (rows=285117831 width=274) Conds:RS_37._col1=RS_220._col0(Inner),Output:["_col3","_col5","_col6"] <-Map 18 [SIMPLE_EDGE] vectorized SHUFFLE [RS_220] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_218] (rows=80000000 width=184) Output:["_col0","_col1","_col2"] Filter Operator [FIL_217] (rows=80000000 width=184) @@ -124,12 +124,12 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_first_name","c_last_name"] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_37] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_176] (rows=285117831 width=97) Conds:RS_239._col0=RS_202._col0(Inner),Output:["_col1","_col3"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_202] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_199] (rows=317 width=98) Output:["_col0","_col1"] Filter Operator [FIL_198] (rows=317 width=102) @@ -138,7 +138,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_date","d_month_seq"] <-Map 19 [SIMPLE_EDGE] vectorized SHUFFLE [RS_239] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_238] (rows=285117831 width=7) Output:["_col0","_col1"] Filter Operator [FIL_237] (rows=285117831 width=7) @@ -158,7 +158,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_199] <-Reducer 16 [CONTAINS] vectorized Reduce Output Operator [RS_254] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_253] (rows=954376212 width=282) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(_col3)"],keys:_col0, _col1, _col2 Group By Operator [GBY_252] (rows=143930993 width=282) @@ -169,27 +169,27 @@ Stage-0 Output:["_col0","_col1","_col2"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_68] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_67] (rows=143930993 width=274) Output:["_col0","_col1","_col2"],keys:_col6, _col5, _col3 Merge Join Operator [MERGEJOIN_179] (rows=143930993 width=274) Conds:RS_63._col1=RS_221._col0(Inner),Output:["_col3","_col5","_col6"] <-Map 18 [SIMPLE_EDGE] vectorized SHUFFLE [RS_221] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_218] <-Reducer 14 [SIMPLE_EDGE] SHUFFLE [RS_63] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_178] (rows=143930993 width=97) Conds:RS_249._col0=RS_204._col0(Inner),Output:["_col1","_col3"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_204] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_199] <-Map 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_249] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_248] (rows=143930993 width=7) Output:["_col0","_col1"] Filter Operator [FIL_247] (rows=143930993 width=7) @@ -209,7 +209,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_199] <-Reducer 4 [CONTAINS] vectorized Reduce Output Operator [RS_226] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_225] (rows=954376212 width=282) Output:["_col0","_col1","_col2","_col3"],aggregations:["count(_col3)"],keys:_col0, _col1, _col2 Group By Operator [GBY_224] (rows=525327388 width=282) @@ -220,27 +220,27 @@ Stage-0 Output:["_col0","_col1","_col2"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_16] (rows=525327388 width=274) Output:["_col0","_col1","_col2"],keys:_col6, _col5, _col3 Merge Join Operator [MERGEJOIN_175] (rows=525327388 width=274) Conds:RS_12._col1=RS_219._col0(Inner),Output:["_col3","_col5","_col6"] <-Map 18 [SIMPLE_EDGE] vectorized SHUFFLE [RS_219] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_218] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_12] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_174] (rows=525327388 width=97) Conds:RS_216._col0=RS_200._col0(Inner),Output:["_col1","_col3"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_200] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_199] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_216] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_215] (rows=525327388 width=7) Output:["_col0","_col1"] Filter Operator [FIL_214] (rows=525327388 width=7) diff --git ql/src/test/results/clientpositive/perf/tez/query39.q.out ql/src/test/results/clientpositive/perf/tez/query39.q.out index 0681f0520b..e8f8fde3c5 100644 --- ql/src/test/results/clientpositive/perf/tez/query39.q.out +++ ql/src/test/results/clientpositive/perf/tez/query39.q.out @@ -84,11 +84,12 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9"] <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_60] + null sort order:zzzzzz,sort order:++++++ Merge Join Operator [MERGEJOIN_202] (rows=189509 width=48) Conds:RS_225._col0, _col1=RS_230._col0, _col1(Inner),Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] <-Reducer 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_230] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Select Operator [SEL_229] (rows=18049 width=24) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_228] (rows=18049 width=40) @@ -99,7 +100,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_52] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_51] (rows=36099 width=140) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["sum(_col3)","count(_col3)","sum(_col5)","sum(_col4)"],keys:_col1, _col2, _col0 Select Operator [SEL_49] (rows=1032514 width=108) @@ -108,7 +109,7 @@ Stage-0 Conds:RS_46._col2=RS_220._col0(Inner),Output:["_col3","_col5","_col6","_col7"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_220] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_218] (rows=27 width=104) Output:["_col0","_col1"] Filter Operator [FIL_217] (rows=27 width=104) @@ -117,12 +118,12 @@ Stage-0 default@warehouse,warehouse,Tbl:COMPLETE,Col:COMPLETE,Output:["w_warehouse_sk","w_warehouse_name"] <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_46] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_200] (rows=1032514 width=8) Conds:RS_43._col1=RS_216._col0(Inner),Output:["_col2","_col3","_col5"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_216] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_214] (rows=462000 width=4) Output:["_col0"] Filter Operator [FIL_213] (rows=462000 width=4) @@ -131,12 +132,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk"] <-Reducer 8 [SIMPLE_EDGE] SHUFFLE [RS_43] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_199] (rows=1032514 width=8) Conds:RS_206._col0=RS_212._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_206] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_204] (rows=37584000 width=15) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_203] (rows=37584000 width=15) @@ -145,7 +146,7 @@ Stage-0 default@inventory,inventory,Tbl:COMPLETE,Col:COMPLETE,Output:["inv_date_sk","inv_item_sk","inv_warehouse_sk","inv_quantity_on_hand"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_212] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_210] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_208] (rows=50 width=12) @@ -154,7 +155,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_225] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Select Operator [SEL_224] (rows=18049 width=24) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_223] (rows=18049 width=40) @@ -165,7 +166,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_24] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_23] (rows=36099 width=140) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["sum(_col3)","count(_col3)","sum(_col5)","sum(_col4)"],keys:_col1, _col2, _col0 Select Operator [SEL_21] (rows=1032514 width=108) @@ -174,29 +175,29 @@ Stage-0 Conds:RS_18._col2=RS_219._col0(Inner),Output:["_col3","_col5","_col6","_col7"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_219] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_218] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_197] (rows=1032514 width=8) Conds:RS_15._col1=RS_215._col0(Inner),Output:["_col2","_col3","_col5"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_215] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_214] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_15] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_196] (rows=1032514 width=8) Conds:RS_205._col0=RS_211._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_205] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_204] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_211] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_209] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_207] (rows=50 width=12) diff --git ql/src/test/results/clientpositive/perf/tez/query4.q.out ql/src/test/results/clientpositive/perf/tez/query4.q.out index 99552295f0..7f9327326b 100644 --- ql/src/test/results/clientpositive/perf/tez/query4.q.out +++ ql/src/test/results/clientpositive/perf/tez/query4.q.out @@ -278,6 +278,7 @@ Stage-0 Output:["_col0"] <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_141] + null sort order:z,sort order:+ Select Operator [SEL_140] (rows=11399756 width=85) Output:["_col0"] Filter Operator [FIL_139] (rows=11399756 width=537) @@ -286,21 +287,21 @@ Stage-0 Conds:RS_136._col2=RS_566._col0(Inner),Output:["_col3","_col8","_col9","_col11","_col13","_col14"] <-Reducer 30 [SIMPLE_EDGE] vectorized SHUFFLE [RS_566] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_565] (rows=80000000 width=297) Output:["_col0","_col1","_col2"] Group By Operator [GBY_564] (rows=80000000 width=764) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5, KEY._col6 <-Reducer 29 [SIMPLE_EDGE] SHUFFLE [RS_120] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6 + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6,null sort order:aaaaaaa,sort order:+++++++ Group By Operator [GBY_119] (rows=80000000 width=764) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(_col2)"],keys:_col5, _col6, _col7, _col8, _col9, _col10, _col11 Merge Join Operator [MERGEJOIN_467] (rows=525327388 width=764) Conds:RS_115._col1=RS_512._col0(Inner),Output:["_col2","_col5","_col6","_col7","_col8","_col9","_col10","_col11"] <-Map 38 [SIMPLE_EDGE] vectorized SHUFFLE [RS_512] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_511] (rows=80000000 width=656) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] Filter Operator [FIL_510] (rows=80000000 width=656) @@ -309,12 +310,12 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_customer_id","c_first_name","c_last_name","c_preferred_cust_flag","c_birth_country","c_login","c_email_address"] <-Reducer 28 [SIMPLE_EDGE] SHUFFLE [RS_115] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_466] (rows=525327388 width=115) Conds:RS_563._col0=RS_481._col0(Inner),Output:["_col1","_col2"] <-Map 31 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_481] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_477] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_473] (rows=652 width=8) @@ -323,7 +324,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Map 27 [SIMPLE_EDGE] vectorized SHUFFLE [RS_563] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_562] (rows=525327388 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_561] (rows=525327388 width=435) @@ -343,41 +344,41 @@ Stage-0 Please refer to the previous Select Operator [SEL_477] <-Reducer 8 [SIMPLE_EDGE] SHUFFLE [RS_136] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Filter Operator [FIL_135] (rows=19066162 width=668) predicate:CASE WHEN (_col6) THEN (CASE WHEN (_col9) THEN (((_col11 / _col8) > (_col1 / _col5))) ELSE (false) END) ELSE (false) END Merge Join Operator [MERGEJOIN_471] (rows=38132324 width=668) Conds:RS_132._col2=RS_558._col0(Inner),Output:["_col1","_col2","_col3","_col5","_col6","_col8","_col9","_col11"] <-Reducer 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_558] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_557] (rows=80000000 width=212) Output:["_col0","_col1"] Group By Operator [GBY_556] (rows=80000000 width=764) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5, KEY._col6 <-Reducer 25 [SIMPLE_EDGE] SHUFFLE [RS_100] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6 + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6,null sort order:aaaaaaa,sort order:+++++++ Group By Operator [GBY_99] (rows=80000000 width=764) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(_col2)"],keys:_col5, _col6, _col7, _col8, _col9, _col10, _col11 Merge Join Operator [MERGEJOIN_465] (rows=285117831 width=764) Conds:RS_95._col1=RS_513._col0(Inner),Output:["_col2","_col5","_col6","_col7","_col8","_col9","_col10","_col11"] <-Map 38 [SIMPLE_EDGE] vectorized SHUFFLE [RS_513] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_511] <-Reducer 24 [SIMPLE_EDGE] SHUFFLE [RS_95] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_464] (rows=285117831 width=115) Conds:RS_555._col0=RS_483._col0(Inner),Output:["_col1","_col2"] <-Map 31 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_483] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_477] <-Map 23 [SIMPLE_EDGE] vectorized SHUFFLE [RS_555] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_554] (rows=285117831 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_553] (rows=285117831 width=453) @@ -397,12 +398,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_477] <-Reducer 7 [SIMPLE_EDGE] SHUFFLE [RS_132] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_470] (rows=31888273 width=556) Conds:RS_129._col2=RS_550._col0(Inner),Output:["_col1","_col2","_col3","_col5","_col6","_col8","_col9"] <-Reducer 22 [SIMPLE_EDGE] vectorized SHUFFLE [RS_550] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_549] (rows=26666666 width=216) Output:["_col0","_col1","_col2"] Filter Operator [FIL_548] (rows=26666666 width=212) @@ -413,23 +414,23 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5, KEY._col6 <-Reducer 21 [SIMPLE_EDGE] SHUFFLE [RS_79] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6 + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6,null sort order:aaaaaaa,sort order:+++++++ Group By Operator [GBY_78] (rows=80000000 width=764) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(_col2)"],keys:_col5, _col6, _col7, _col8, _col9, _col10, _col11 Merge Join Operator [MERGEJOIN_463] (rows=285117831 width=764) Conds:RS_74._col1=RS_517._col0(Inner),Output:["_col2","_col5","_col6","_col7","_col8","_col9","_col10","_col11"] <-Map 38 [SIMPLE_EDGE] vectorized SHUFFLE [RS_517] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_511] <-Reducer 20 [SIMPLE_EDGE] SHUFFLE [RS_74] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_462] (rows=285117831 width=115) Conds:RS_545._col0=RS_491._col0(Inner),Output:["_col1","_col2"] <-Map 31 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_491] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_480] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_476] (rows=652 width=8) @@ -437,7 +438,7 @@ Stage-0 Please refer to the previous TableScan [TS_106] <-Map 19 [SIMPLE_EDGE] vectorized SHUFFLE [RS_545] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_544] (rows=285117831 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_543] (rows=285117831 width=453) @@ -457,12 +458,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_480] <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_129] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_469] (rows=31888273 width=440) Conds:RS_126._col2=RS_540._col0(Inner),Output:["_col1","_col2","_col3","_col5","_col6"] <-Reducer 18 [SIMPLE_EDGE] vectorized SHUFFLE [RS_540] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_539] (rows=26666666 width=216) Output:["_col0","_col1","_col2"] Filter Operator [FIL_538] (rows=26666666 width=212) @@ -473,23 +474,23 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5, KEY._col6 <-Reducer 17 [SIMPLE_EDGE] SHUFFLE [RS_58] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6 + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6,null sort order:aaaaaaa,sort order:+++++++ Group By Operator [GBY_57] (rows=80000000 width=764) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(_col2)"],keys:_col5, _col6, _col7, _col8, _col9, _col10, _col11 Merge Join Operator [MERGEJOIN_461] (rows=143930993 width=764) Conds:RS_53._col1=RS_516._col0(Inner),Output:["_col2","_col5","_col6","_col7","_col8","_col9","_col10","_col11"] <-Map 38 [SIMPLE_EDGE] vectorized SHUFFLE [RS_516] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_511] <-Reducer 16 [SIMPLE_EDGE] SHUFFLE [RS_53] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_460] (rows=143930993 width=115) Conds:RS_535._col0=RS_489._col0(Inner),Output:["_col1","_col2"] <-Map 31 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_489] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_479] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_475] (rows=652 width=8) @@ -497,7 +498,7 @@ Stage-0 Please refer to the previous TableScan [TS_106] <-Map 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_535] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_534] (rows=143930993 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_533] (rows=143930993 width=455) @@ -517,12 +518,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_479] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_126] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_468] (rows=31888273 width=324) Conds:RS_520._col0=RS_530._col0(Inner),Output:["_col1","_col2","_col3"] <-Reducer 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_530] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_529] (rows=26666666 width=212) Output:["_col0","_col1"] Filter Operator [FIL_528] (rows=26666666 width=212) @@ -533,23 +534,23 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5, KEY._col6 <-Reducer 13 [SIMPLE_EDGE] SHUFFLE [RS_37] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6 + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6,null sort order:aaaaaaa,sort order:+++++++ Group By Operator [GBY_36] (rows=80000000 width=764) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(_col2)"],keys:_col5, _col6, _col7, _col8, _col9, _col10, _col11 Merge Join Operator [MERGEJOIN_459] (rows=525327388 width=764) Conds:RS_32._col1=RS_515._col0(Inner),Output:["_col2","_col5","_col6","_col7","_col8","_col9","_col10","_col11"] <-Map 38 [SIMPLE_EDGE] vectorized SHUFFLE [RS_515] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_511] <-Reducer 12 [SIMPLE_EDGE] SHUFFLE [RS_32] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_458] (rows=525327388 width=115) Conds:RS_525._col0=RS_487._col0(Inner),Output:["_col1","_col2"] <-Map 31 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_487] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_478] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_474] (rows=652 width=8) @@ -557,7 +558,7 @@ Stage-0 Please refer to the previous TableScan [TS_106] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_525] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_524] (rows=525327388 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_523] (rows=525327388 width=435) @@ -577,34 +578,34 @@ Stage-0 Please refer to the previous Select Operator [SEL_478] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_520] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_519] (rows=80000000 width=212) Output:["_col0","_col1"] Group By Operator [GBY_518] (rows=80000000 width=764) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5, KEY._col6 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6 + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6,null sort order:aaaaaaa,sort order:+++++++ Group By Operator [GBY_16] (rows=80000000 width=764) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(_col2)"],keys:_col5, _col6, _col7, _col8, _col9, _col10, _col11 Merge Join Operator [MERGEJOIN_457] (rows=143930993 width=764) Conds:RS_12._col1=RS_514._col0(Inner),Output:["_col2","_col5","_col6","_col7","_col8","_col9","_col10","_col11"] <-Map 38 [SIMPLE_EDGE] vectorized SHUFFLE [RS_514] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_511] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_12] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_456] (rows=143930993 width=115) Conds:RS_509._col0=RS_485._col0(Inner),Output:["_col1","_col2"] <-Map 31 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_485] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_477] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_509] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_508] (rows=143930993 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_507] (rows=143930993 width=455) diff --git ql/src/test/results/clientpositive/perf/tez/query40.q.out ql/src/test/results/clientpositive/perf/tez/query40.q.out index a1cdc73e4b..61f3d7c748 100644 --- ql/src/test/results/clientpositive/perf/tez/query40.q.out +++ ql/src/test/results/clientpositive/perf/tez/query40.q.out @@ -88,22 +88,23 @@ Stage-0 Output:["_col0","_col1","_col2","_col3"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_123] + null sort order:zz,sort order:++ Group By Operator [GBY_122] (rows=769995 width=410) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)"],keys:KEY._col0, KEY._col1 <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_30] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:zz,sort order:++ Group By Operator [GBY_29] (rows=51819042 width=410) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(_col2)","sum(_col3)"],keys:_col0, _col1 Top N Key Operator [TNK_55] (rows=51819042 width=302) - keys:_col0, _col1,sort order:++,top n:100 + keys:_col0, _col1,null sort order:zz,sort order:++,top n:100 Select Operator [SEL_27] (rows=51819042 width=302) Output:["_col0","_col1","_col2","_col3"] Merge Join Operator [MERGEJOIN_101] (rows=51819042 width=302) Conds:RS_24._col1=RS_121._col0(Inner),Output:["_col4","_col7","_col9","_col10","_col12","_col14"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_121] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_120] (rows=27 width=90) Output:["_col0","_col1"] Filter Operator [FIL_119] (rows=27 width=90) @@ -112,12 +113,12 @@ Stage-0 default@warehouse,warehouse,Tbl:COMPLETE,Col:COMPLETE,Output:["w_warehouse_sk","w_state"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_24] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_100] (rows=51819042 width=220) Conds:RS_21._col2=RS_104._col0(Inner),Output:["_col1","_col4","_col7","_col9","_col10","_col12"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_104] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_103] (rows=51333 width=104) Output:["_col0","_col1"] Filter Operator [FIL_102] (rows=51333 width=215) @@ -126,12 +127,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id","i_current_price"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_21] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_99] (rows=466374405 width=171) Conds:RS_18._col0=RS_118._col0(Inner),Output:["_col1","_col2","_col4","_col7","_col9","_col10"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_118] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_117] (rows=8116 width=12) Output:["_col0","_col1","_col2"] Filter Operator [FIL_116] (rows=8116 width=98) @@ -140,12 +141,12 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_date"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_98] (rows=466374405 width=167) Conds:RS_112._col2, _col3=RS_115._col0, _col1(Left Outer),Output:["_col0","_col1","_col2","_col4","_col7"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_112] - PartitionCols:_col2, _col3 + PartitionCols:_col2, _col3,null sort order:aa,sort order:++ Select Operator [SEL_111] (rows=285115816 width=127) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_110] (rows=285115816 width=127) @@ -165,7 +166,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_103] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_115] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Select Operator [SEL_114] (rows=28798881 width=117) Output:["_col0","_col1","_col2"] Filter Operator [FIL_113] (rows=28798881 width=117) diff --git ql/src/test/results/clientpositive/perf/tez/query42.q.out ql/src/test/results/clientpositive/perf/tez/query42.q.out index 3c059f85f6..b3085a35e8 100644 --- ql/src/test/results/clientpositive/perf/tez/query42.q.out +++ ql/src/test/results/clientpositive/perf/tez/query42.q.out @@ -70,20 +70,21 @@ Stage-0 Output:["_col0","_col1","_col2","_col3"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_71] + null sort order:zzz,sort order:-++ Select Operator [SEL_70] (rows=110 width=318) Output:["_col0","_col1","_col3"] Group By Operator [GBY_69] (rows=110 width=206) Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_16] (rows=6840 width=206) Output:["_col0","_col1","_col2"],aggregations:["sum(_col2)"],keys:_col5, _col6 Merge Join Operator [MERGEJOIN_54] (rows=84037218 width=173) Conds:RS_12._col1=RS_68._col0(Inner),Output:["_col2","_col5","_col6"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_68] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_67] (rows=7333 width=97) Output:["_col0","_col1","_col2"] Filter Operator [FIL_66] (rows=7333 width=101) @@ -92,12 +93,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_category_id","i_category","i_manager_id"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_12] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_53] (rows=550076554 width=110) Conds:RS_65._col0=RS_57._col0(Inner),Output:["_col1","_col2"] <-Map 6 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_57] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_56] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_55] (rows=50 width=12) @@ -106,7 +107,7 @@ Stage-0 default@date_dim,dt,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_65] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_64] (rows=550076554 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_63] (rows=550076554 width=114) diff --git ql/src/test/results/clientpositive/perf/tez/query43.q.out ql/src/test/results/clientpositive/perf/tez/query43.q.out index d816f5ed83..2e6f86c0a0 100644 --- ql/src/test/results/clientpositive/perf/tez/query43.q.out +++ ql/src/test/results/clientpositive/perf/tez/query43.q.out @@ -64,22 +64,23 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_71] + null sort order:zzzzzzzzz,sort order:+++++++++ Group By Operator [GBY_70] (rows=3751 width=972) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)","sum(VALUE._col4)","sum(VALUE._col5)","sum(VALUE._col6)"],keys:KEY._col0, KEY._col1 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:zz,sort order:++ Group By Operator [GBY_17] (rows=2486913 width=972) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"],aggregations:["sum(_col2)","sum(_col3)","sum(_col4)","sum(_col5)","sum(_col6)","sum(_col7)","sum(_col8)"],keys:_col0, _col1 Top N Key Operator [TNK_33] (rows=525329897 width=322) - keys:_col0, _col1,sort order:++,top n:100 + keys:_col0, _col1,null sort order:zz,sort order:++,top n:100 Select Operator [SEL_15] (rows=525329897 width=322) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] Merge Join Operator [MERGEJOIN_55] (rows=525329897 width=322) Conds:RS_12._col1=RS_69._col0(Inner),Output:["_col2","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col12","_col13"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_69] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_68] (rows=341 width=192) Output:["_col0","_col1","_col2"] Filter Operator [FIL_67] (rows=341 width=303) @@ -88,12 +89,12 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_store_id","s_store_name","s_gmt_offset"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_12] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_54] (rows=525329897 width=138) Conds:RS_66._col0=RS_58._col0(Inner),Output:["_col1","_col2","_col4","_col5","_col6","_col7","_col8","_col9","_col10"] <-Map 6 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_58] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_57] (rows=652 width=32) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] Filter Operator [FIL_56] (rows=652 width=99) @@ -102,7 +103,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_day_name"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_66] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_65] (rows=525329897 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_64] (rows=525329897 width=114) diff --git ql/src/test/results/clientpositive/perf/tez/query44.q.out ql/src/test/results/clientpositive/perf/tez/query44.q.out index 38a281c8f9..5416e581b6 100644 --- ql/src/test/results/clientpositive/perf/tez/query44.q.out +++ ql/src/test/results/clientpositive/perf/tez/query44.q.out @@ -102,18 +102,19 @@ Stage-0 Output:["_col0","_col1","_col2"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_109] + null sort order:z,sort order:+ Select Operator [SEL_108] (rows=6951 width=218) Output:["_col0","_col1","_col2"] Merge Join Operator [MERGEJOIN_157] (rows=6951 width=218) Conds:RS_105._col3=RS_106._col3(Inner),Output:["_col1","_col3","_col5"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_105] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_153] (rows=6951 width=111) Conds:RS_160._col0=RS_195._col0(Inner),Output:["_col1","_col3"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_160] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_159] (rows=462000 width=111) Output:["_col0","_col1"] Filter Operator [FIL_158] (rows=462000 width=111) @@ -122,7 +123,7 @@ Stage-0 default@item,i1,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_product_name"] <-Reducer 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_195] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_194] (rows=6951 width=8) Output:["_col0","_col1"] Filter Operator [FIL_193] (rows=6951 width=116) @@ -133,7 +134,7 @@ Stage-0 Output:["_col2","_col3"] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_42] - PartitionCols:0 + PartitionCols:0,null sort order:az,sort order:++ Filter Operator [FIL_41] (rows=20854 width=228) predicate:(_col3 > _col1) Merge Join Operator [MERGEJOIN_152] (rows=62562 width=228) @@ -148,7 +149,7 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)"],keys:KEY._col0 <-Map 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_186] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_185] (rows=3199976 width=124) Output:["_col0","_col1","_col2"],aggregations:["sum(ss_net_profit)","count(ss_net_profit)"],keys:ss_item_sk Select Operator [SEL_184] (rows=6399952 width=114) @@ -173,7 +174,7 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)"],keys:KEY._col0 <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_177] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_176] (rows=258 width=124) Output:["_col0","_col1","_col2"],aggregations:["sum(_col1)","count(_col1)"],keys:true Select Operator [SEL_175] (rows=287946 width=114) @@ -198,7 +199,7 @@ Stage-0 Output:["_col0"],keys:KEY._col0 <-Map 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_165] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_164] (rows=18 width=4) Output:["_col0"],keys:true Select Operator [SEL_163] (rows=287946 width=7) @@ -208,16 +209,16 @@ Stage-0 default@store_sales,store_sales,Tbl:COMPLETE,Col:COMPLETE,Output:["ss_hdemo_sk","ss_store_sk"] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_106] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_156] (rows=6951 width=111) Conds:RS_161._col0=RS_200._col0(Inner),Output:["_col1","_col3"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_161] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_159] <-Reducer 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_200] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_199] (rows=6951 width=8) Output:["_col0","_col1"] Filter Operator [FIL_198] (rows=6951 width=116) @@ -228,6 +229,6 @@ Stage-0 Output:["_col2","_col3"] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_91] - PartitionCols:0 + PartitionCols:0,null sort order:az,sort order:+- Please refer to the previous Filter Operator [FIL_41] diff --git ql/src/test/results/clientpositive/perf/tez/query45.q.out ql/src/test/results/clientpositive/perf/tez/query45.q.out index 6ac38b610f..ab7181d7a4 100644 --- ql/src/test/results/clientpositive/perf/tez/query45.q.out +++ ql/src/test/results/clientpositive/perf/tez/query45.q.out @@ -77,15 +77,16 @@ Stage-0 Output:["_col0","_col1","_col2"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_168] + null sort order:zz,sort order:++ Group By Operator [GBY_167] (rows=17401956 width=299) Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_53] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:zz,sort order:++ Group By Operator [GBY_52] (rows=143930993 width=299) Output:["_col0","_col1","_col2"],aggregations:["sum(_col3)"],keys:_col8, _col7 Top N Key Operator [TNK_82] (rows=143930993 width=310) - keys:_col8, _col7,sort order:++,top n:100 + keys:_col8, _col7,null sort order:zz,sort order:++,top n:100 Select Operator [SEL_51] (rows=143930993 width=310) Output:["_col3","_col7","_col8"] Filter Operator [FIL_50] (rows=143930993 width=310) @@ -113,17 +114,17 @@ Stage-0 Conds:RS_43._col0=RS_44._col6(Inner),Output:["_col3","_col4","_col8","_col12"] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_44] - PartitionCols:_col6 + PartitionCols:_col6,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_131] (rows=143930993 width=119) Conds:RS_29._col0=RS_30._col1(Inner),Output:["_col3","_col6","_col7"] <-Reducer 13 [SIMPLE_EDGE] SHUFFLE [RS_30] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_130] (rows=143930993 width=119) Conds:RS_160._col0=RS_152._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 14 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_152] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_151] (rows=130 width=12) Output:["_col0"] Filter Operator [FIL_150] (rows=130 width=12) @@ -132,7 +133,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_qoy"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_160] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_159] (rows=143930993 width=123) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_158] (rows=143930993 width=123) @@ -152,12 +153,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_151] <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_29] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_129] (rows=462007 width=4) Conds:RS_144._col1=RS_149._col0(Left Outer),Output:["_col0","_col3"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_144] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_142] (rows=462000 width=104) Output:["_col0","_col1"] Filter Operator [FIL_140] (rows=462000 width=104) @@ -166,14 +167,14 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id"] <-Reducer 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_149] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_148] (rows=5 width=104) Output:["_col0","_col1"] Group By Operator [GBY_147] (rows=5 width=100) Output:["_col0"],keys:KEY._col0 <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_146] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_145] (rows=5 width=100) Output:["_col0"],keys:i_item_id Select Operator [SEL_143] (rows=11 width=104) @@ -183,12 +184,12 @@ Stage-0 Please refer to the previous TableScan [TS_6] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_43] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_128] (rows=80000000 width=191) Conds:RS_136._col1=RS_139._col0(Inner),Output:["_col0","_col3","_col4"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_136] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_135] (rows=80000000 width=8) Output:["_col0","_col1"] Filter Operator [FIL_134] (rows=80000000 width=8) @@ -197,7 +198,7 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_current_addr_sk"] <-Map 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_139] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_138] (rows=40000000 width=191) Output:["_col0","_col1","_col2"] Filter Operator [FIL_137] (rows=40000000 width=191) diff --git ql/src/test/results/clientpositive/perf/tez/query46.q.out ql/src/test/results/clientpositive/perf/tez/query46.q.out index 3e6358d907..c6352b7e46 100644 --- ql/src/test/results/clientpositive/perf/tez/query46.q.out +++ ql/src/test/results/clientpositive/perf/tez/query46.q.out @@ -106,6 +106,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_46] + null sort order:zzzzz,sort order:+++++ Select Operator [SEL_45] (rows=457565061 width=594) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] Filter Operator [FIL_44] (rows=457565061 width=594) @@ -114,12 +115,12 @@ Stage-0 Conds:RS_41._col0=RS_172._col1(Inner),Output:["_col2","_col3","_col5","_col6","_col8","_col9","_col10"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_41] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_140] (rows=80000000 width=277) Conds:RS_148._col1=RS_151._col0(Inner),Output:["_col0","_col2","_col3","_col5"] <-Map 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_151] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_150] (rows=40000000 width=97) Output:["_col0","_col1"] Filter Operator [FIL_149] (rows=40000000 width=97) @@ -128,7 +129,7 @@ Stage-0 default@customer_address,current_addr,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_city"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_148] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_147] (rows=80000000 width=188) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_146] (rows=80000000 width=188) @@ -137,30 +138,30 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_current_addr_sk","c_first_name","c_last_name"] <-Reducer 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_172] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_171] (rows=457565061 width=324) Output:["_col0","_col1","_col2","_col3","_col4"] Group By Operator [GBY_170] (rows=457565061 width=328) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3 <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_35] - PartitionCols:_col0, _col1, _col2, _col3 + PartitionCols:_col0, _col1, _col2, _col3,null sort order:aaaa,sort order:++++ Group By Operator [GBY_34] (rows=457565061 width=328) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col6)","sum(_col7)"],keys:_col1, _col12, _col3, _col5 Merge Join Operator [MERGEJOIN_144] (rows=457565061 width=318) Conds:RS_30._col3=RS_152._col0(Inner),Output:["_col1","_col3","_col5","_col6","_col7","_col12"] <-Map 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_152] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_150] <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_30] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_143] (rows=457565061 width=225) Conds:RS_27._col2=RS_169._col0(Inner),Output:["_col1","_col3","_col5","_col6","_col7"] <-Map 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_169] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_168] (rows=1855 width=4) Output:["_col0"] Filter Operator [FIL_167] (rows=1855 width=12) @@ -169,12 +170,12 @@ Stage-0 default@household_demographics,household_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["hd_demo_sk","hd_dep_count","hd_vehicle_count"] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_27] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_142] (rows=457565061 width=229) Conds:RS_24._col4=RS_166._col0(Inner),Output:["_col1","_col2","_col3","_col5","_col6","_col7"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_166] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_165] (rows=35 width=4) Output:["_col0"] Filter Operator [FIL_164] (rows=35 width=97) @@ -183,12 +184,12 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_city"] <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_24] - PartitionCols:_col4 + PartitionCols:_col4,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_141] (rows=457565061 width=233) Conds:RS_163._col0=RS_155._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5","_col6","_col7"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_155] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_154] (rows=783 width=4) Output:["_col0"] Filter Operator [FIL_153] (rows=783 width=12) @@ -197,7 +198,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_dow"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_163] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_162] (rows=457565061 width=237) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] Filter Operator [FIL_161] (rows=457565061 width=237) diff --git ql/src/test/results/clientpositive/perf/tez/query47.q.out ql/src/test/results/clientpositive/perf/tez/query47.q.out index e54c366848..e9d2c2732b 100644 --- ql/src/test/results/clientpositive/perf/tez/query47.q.out +++ ql/src/test/results/clientpositive/perf/tez/query47.q.out @@ -136,13 +136,14 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] <-Reducer 7 [SIMPLE_EDGE] SHUFFLE [RS_110] + null sort order:zz,sort order:++ Select Operator [SEL_109] (rows=301730 width=658) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] Merge Join Operator [MERGEJOIN_278] (rows=301730 width=546) Conds:RS_106._col6, _col7, _col8, _col9, _col14=RS_306._col0, _col1, _col2, _col3, _col5(Inner),Output:["_col4","_col6","_col10","_col11","_col12","_col13","_col19"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_306] - PartitionCols:_col0, _col1, _col2, _col3, _col5 + PartitionCols:_col0, _col1, _col2, _col3, _col5,null sort order:aaaaa,sort order:+++++ Select Operator [SEL_304] (rows=1810380 width=485) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_302] (rows=1810380 width=489) @@ -153,19 +154,19 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_297] - PartitionCols:_col1, _col0, _col4, _col5 + PartitionCols:_col1, _col0, _col4, _col5,null sort order:aaaazz,sort order:++++++ Group By Operator [GBY_296] (rows=1810380 width=489) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5 <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_93] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5 + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5,null sort order:aaaaaa,sort order:++++++ Group By Operator [GBY_92] (rows=525329897 width=489) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["sum(_col3)"],keys:_col8, _col9, _col5, _col6, _col11, _col12 Merge Join Operator [MERGEJOIN_276] (rows=525329897 width=483) Conds:RS_88._col2=RS_295._col0(Inner),Output:["_col3","_col5","_col6","_col8","_col9","_col11","_col12"] <-Map 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_295] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_294] (rows=1704 width=183) Output:["_col0","_col1","_col2"] Filter Operator [FIL_293] (rows=1704 width=183) @@ -174,12 +175,12 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_store_name","s_company_name"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_88] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_275] (rows=525329897 width=308) Conds:RS_85._col1=RS_292._col0(Inner),Output:["_col2","_col3","_col5","_col6","_col8","_col9"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_292] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_291] (rows=462000 width=194) Output:["_col0","_col1","_col2"] Filter Operator [FIL_290] (rows=462000 width=194) @@ -188,12 +189,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_brand","i_category"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_85] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_274] (rows=525329897 width=122) Conds:RS_289._col0=RS_281._col0(Inner),Output:["_col1","_col2","_col3","_col5","_col6"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_281] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_280] (rows=564 width=12) Output:["_col0","_col1","_col2"] Filter Operator [FIL_279] (rows=564 width=12) @@ -202,7 +203,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_289] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_288] (rows=525329897 width=118) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_287] (rows=525329897 width=118) @@ -222,12 +223,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_280] <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_106] - PartitionCols:_col6, _col7, _col8, _col9, _col14 + PartitionCols:_col6, _col7, _col8, _col9, _col14,null sort order:aaaaa,sort order:+++++ Merge Join Operator [MERGEJOIN_277] (rows=301730 width=717) Conds:RS_307._col0, _col1, _col2, _col3, _col5=RS_318._col0, _col1, _col2, _col3, _col8(Inner),Output:["_col4","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_307] - PartitionCols:_col0, _col1, _col2, _col3, _col5 + PartitionCols:_col0, _col1, _col2, _col3, _col5,null sort order:aaaaa,sort order:+++++ Select Operator [SEL_305] (rows=1810380 width=485) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_303] (rows=1810380 width=489) @@ -237,7 +238,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_299] <-Reducer 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_318] - PartitionCols:_col0, _col1, _col2, _col3, _col8 + PartitionCols:_col0, _col1, _col2, _col3, _col8,null sort order:aaaaa,sort order:+++++ Select Operator [SEL_317] (rows=301730 width=605) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] Filter Operator [FIL_316] (rows=301730 width=605) @@ -252,7 +253,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] <-Reducer 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_311] - PartitionCols:_col1, _col0, _col4, _col5 + PartitionCols:_col1, _col0, _col4, _col5,null sort order:aaaazz,sort order:++++++ Select Operator [SEL_310] (rows=1810380 width=489) Output:["avg_window_0","_col0","_col1","_col2","_col3","_col4","_col5","_col6"] PTF Operator [PTF_309] (rows=1810380 width=489) @@ -261,6 +262,6 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_298] - PartitionCols:_col1, _col0, _col4, _col5, _col2 + PartitionCols:_col1, _col0, _col4, _col5, _col2,null sort order:aaaaa,sort order:+++++ Please refer to the previous Group By Operator [GBY_296] diff --git ql/src/test/results/clientpositive/perf/tez/query48.q.out ql/src/test/results/clientpositive/perf/tez/query48.q.out index 50626ed003..dc4c6f16c9 100644 --- ql/src/test/results/clientpositive/perf/tez/query48.q.out +++ ql/src/test/results/clientpositive/perf/tez/query48.q.out @@ -167,7 +167,7 @@ Stage-0 Conds:RS_25._col3=RS_116._col0(Inner),Output:["_col4"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_116] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_115] (rows=1704 width=4) Output:["_col0"] Filter Operator [FIL_114] (rows=1704 width=4) @@ -176,14 +176,14 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_25] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Filter Operator [FIL_24] (rows=6953964 width=25) predicate:((_col11 and _col5) or (_col12 and _col6) or (_col13 and _col7)) Merge Join Operator [MERGEJOIN_95] (rows=9271954 width=25) Conds:RS_21._col2=RS_113._col0(Inner),Output:["_col3","_col4","_col5","_col6","_col7","_col11","_col12","_col13"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_113] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_112] (rows=3529412 width=16) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_111] (rows=3529412 width=187) @@ -192,12 +192,12 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_state","ca_country"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_21] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_94] (rows=9271954 width=14) Conds:RS_18._col1=RS_110._col0(Inner),Output:["_col2","_col3","_col4","_col5","_col6","_col7"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_110] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_109] (rows=29552 width=4) Output:["_col0"] Filter Operator [FIL_108] (rows=29552 width=183) @@ -206,12 +206,12 @@ Stage-0 default@customer_demographics,customer_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["cd_demo_sk","cd_marital_status","cd_education_status"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_93] (rows=159705894 width=27) Conds:RS_107._col0=RS_99._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5","_col6","_col7"] <-Map 7 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_99] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_98] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_97] (rows=652 width=8) @@ -220,7 +220,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_107] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_106] (rows=159705894 width=31) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] Filter Operator [FIL_105] (rows=159705894 width=233) diff --git ql/src/test/results/clientpositive/perf/tez/query49.q.out ql/src/test/results/clientpositive/perf/tez/query49.q.out index 981267e728..aefacb03f4 100644 --- ql/src/test/results/clientpositive/perf/tez/query49.q.out +++ ql/src/test/results/clientpositive/perf/tez/query49.q.out @@ -306,6 +306,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"] <-Reducer 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_304] + null sort order:zzz,sort order:+++ Select Operator [SEL_303] (rows=40436 width=215) Output:["_col0","_col1","_col2","_col3","_col4"] Group By Operator [GBY_302] (rows=40436 width=215) @@ -313,11 +314,11 @@ Stage-0 <-Union 9 [SIMPLE_EDGE] <-Reducer 24 [CONTAINS] vectorized Reduce Output Operator [RS_348] - PartitionCols:_col0, _col1, _col2, _col3, _col4 + PartitionCols:_col0, _col1, _col2, _col3, _col4,null sort order:zzzaa,sort order:+++++ Group By Operator [GBY_347] (rows=40436 width=215) Output:["_col0","_col1","_col2","_col3","_col4"],keys:_col0, _col3, _col4, _col1, _col2 Top N Key Operator [TNK_346] (rows=40436 width=214) - keys:_col0, _col3, _col4, _col1, _col2,sort order:+++++,top n:100 + keys:_col0, _col3, _col4, _col1, _col2,null sort order:zzzaa,sort order:+++++,top n:100 Select Operator [SEL_345] (rows=14232 width=213) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_344] (rows=14232 width=248) @@ -328,7 +329,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 23 [SIMPLE_EDGE] vectorized SHUFFLE [RS_341] - PartitionCols:0 + PartitionCols:0,null sort order:az,sort order:++ Select Operator [SEL_340] (rows=21349 width=244) Output:["rank_window_0","_col0","_col1","_col2","_col3","_col4"] PTF Operator [PTF_339] (rows=21349 width=244) @@ -337,19 +338,19 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"] <-Reducer 22 [SIMPLE_EDGE] vectorized SHUFFLE [RS_337] - PartitionCols:0 + PartitionCols:0,null sort order:az,sort order:++ Group By Operator [GBY_336] (rows=21349 width=244) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)"],keys:KEY._col0 <-Reducer 21 [SIMPLE_EDGE] SHUFFLE [RS_86] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_85] (rows=426980 width=244) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col8)","sum(_col3)","sum(_col9)","sum(_col4)"],keys:_col1 Merge Join Operator [MERGEJOIN_234] (rows=20856667 width=236) Conds:RS_81._col1, _col2=RS_335._col0, _col1(Inner),Output:["_col1","_col3","_col4","_col8","_col9"] <-Map 30 [SIMPLE_EDGE] vectorized SHUFFLE [RS_335] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Select Operator [SEL_334] (rows=19197050 width=124) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_333] (rows=19197050 width=119) @@ -358,12 +359,12 @@ Stage-0 default@store_returns,sr,Tbl:COMPLETE,Col:COMPLETE,Output:["sr_item_sk","sr_ticket_number","sr_return_quantity","sr_return_amt"] <-Reducer 20 [SIMPLE_EDGE] SHUFFLE [RS_81] - PartitionCols:_col1, _col2 + PartitionCols:_col1, _col2,null sort order:aa,sort order:++ Merge Join Operator [MERGEJOIN_233] (rows=61119617 width=124) Conds:RS_332._col0=RS_269._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 12 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_269] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_264] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_263] (rows=50 width=12) @@ -372,7 +373,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 29 [SIMPLE_EDGE] vectorized SHUFFLE [RS_332] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_331] (rows=61119617 width=127) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_330] (rows=61119617 width=229) @@ -392,11 +393,11 @@ Stage-0 Please refer to the previous Select Operator [SEL_264] <-Reducer 8 [CONTAINS] vectorized Reduce Output Operator [RS_301] - PartitionCols:_col0, _col1, _col2, _col3, _col4 + PartitionCols:_col0, _col1, _col2, _col3, _col4,null sort order:zzzaa,sort order:+++++ Group By Operator [GBY_300] (rows=40436 width=215) Output:["_col0","_col1","_col2","_col3","_col4"],keys:_col0, _col3, _col4, _col1, _col2 Top N Key Operator [TNK_299] (rows=40436 width=214) - keys:_col0, _col3, _col4, _col1, _col2,sort order:+++++,top n:100 + keys:_col0, _col3, _col4, _col1, _col2,null sort order:zzzaa,sort order:+++++,top n:100 Select Operator [SEL_298] (rows=26204 width=215) Output:["_col0","_col1","_col2","_col3","_col4"] Group By Operator [GBY_297] (rows=26204 width=215) @@ -404,7 +405,7 @@ Stage-0 <-Union 7 [SIMPLE_EDGE] <-Reducer 18 [CONTAINS] vectorized Reduce Output Operator [RS_327] - PartitionCols:_col0, _col1, _col2, _col3, _col4 + PartitionCols:_col0, _col1, _col2, _col3, _col4,null sort order:aaaaa,sort order:+++++ Group By Operator [GBY_326] (rows=26204 width=215) Output:["_col0","_col1","_col2","_col3","_col4"],keys:_col0, _col3, _col4, _col1, _col2 Select Operator [SEL_325] (rows=12574 width=215) @@ -417,7 +418,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 17 [SIMPLE_EDGE] vectorized SHUFFLE [RS_321] - PartitionCols:0 + PartitionCols:0,null sort order:az,sort order:++ Select Operator [SEL_320] (rows=18863 width=244) Output:["rank_window_0","_col0","_col1","_col2","_col3","_col4"] PTF Operator [PTF_319] (rows=18863 width=244) @@ -426,19 +427,19 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"] <-Reducer 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_317] - PartitionCols:0 + PartitionCols:0,null sort order:az,sort order:++ Group By Operator [GBY_316] (rows=18863 width=244) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)"],keys:KEY._col0 <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_48] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_47] (rows=169767 width=244) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col8)","sum(_col3)","sum(_col9)","sum(_col4)"],keys:_col1 Merge Join Operator [MERGEJOIN_232] (rows=9599627 width=236) Conds:RS_43._col1, _col2=RS_315._col0, _col1(Inner),Output:["_col1","_col3","_col4","_col8","_col9"] <-Map 28 [SIMPLE_EDGE] vectorized SHUFFLE [RS_315] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Select Operator [SEL_314] (rows=9599627 width=124) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_313] (rows=9599627 width=121) @@ -447,16 +448,16 @@ Stage-0 default@catalog_returns,cr,Tbl:COMPLETE,Col:COMPLETE,Output:["cr_item_sk","cr_order_number","cr_return_quantity","cr_return_amount"] <-Reducer 14 [SIMPLE_EDGE] SHUFFLE [RS_43] - PartitionCols:_col1, _col2 + PartitionCols:_col1, _col2,null sort order:aa,sort order:++ Merge Join Operator [MERGEJOIN_231] (rows=31838858 width=124) Conds:RS_312._col0=RS_267._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 12 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_267] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_264] <-Map 27 [SIMPLE_EDGE] vectorized SHUFFLE [RS_312] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_311] (rows=31838858 width=127) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_310] (rows=31838858 width=239) @@ -476,7 +477,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_264] <-Reducer 6 [CONTAINS] vectorized Reduce Output Operator [RS_296] - PartitionCols:_col0, _col1, _col2, _col3, _col4 + PartitionCols:_col0, _col1, _col2, _col3, _col4,null sort order:aaaaa,sort order:+++++ Group By Operator [GBY_295] (rows=26204 width=215) Output:["_col0","_col1","_col2","_col3","_col4"],keys:_col0, _col3, _col4, _col1, _col2 Select Operator [SEL_294] (rows=13630 width=211) @@ -489,7 +490,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_290] - PartitionCols:0 + PartitionCols:0,null sort order:az,sort order:++ Select Operator [SEL_289] (rows=20445 width=244) Output:["rank_window_0","_col0","_col1","_col2","_col3","_col4"] PTF Operator [PTF_288] (rows=20445 width=244) @@ -498,19 +499,19 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_286] - PartitionCols:0 + PartitionCols:0,null sort order:az,sort order:++ Group By Operator [GBY_285] (rows=20445 width=244) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)"],keys:KEY._col0 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_16] (rows=102225 width=244) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col8)","sum(_col3)","sum(_col9)","sum(_col4)"],keys:_col1 Merge Join Operator [MERGEJOIN_230] (rows=5227456 width=236) Conds:RS_12._col1, _col2=RS_284._col0, _col1(Inner),Output:["_col1","_col3","_col4","_col8","_col9"] <-Map 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_284] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Select Operator [SEL_283] (rows=4799489 width=124) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_282] (rows=4799489 width=118) @@ -519,16 +520,16 @@ Stage-0 default@web_returns,wr,Tbl:COMPLETE,Col:COMPLETE,Output:["wr_item_sk","wr_order_number","wr_return_quantity","wr_return_amt"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_12] - PartitionCols:_col1, _col2 + PartitionCols:_col1, _col2,null sort order:aa,sort order:++ Merge Join Operator [MERGEJOIN_229] (rows=15996318 width=124) Conds:RS_281._col0=RS_265._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 12 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_265] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_264] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_281] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_280] (rows=15996318 width=127) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_279] (rows=15996318 width=239) diff --git ql/src/test/results/clientpositive/perf/tez/query5.q.out ql/src/test/results/clientpositive/perf/tez/query5.q.out index cf64a28a2c..a345d5caf1 100644 --- ql/src/test/results/clientpositive/perf/tez/query5.q.out +++ ql/src/test/results/clientpositive/perf/tez/query5.q.out @@ -310,6 +310,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"] <-Reducer 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_301] + null sort order:zz,sort order:++ Select Operator [SEL_300] (rows=59581 width=619) Output:["_col0","_col1","_col2","_col3","_col4"] Group By Operator [GBY_299] (rows=59581 width=627) @@ -317,25 +318,25 @@ Stage-0 <-Union 6 [SIMPLE_EDGE] <-Reducer 14 [CONTAINS] vectorized Reduce Output Operator [RS_315] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:zza,sort order:+++ Group By Operator [GBY_314] (rows=59581 width=627) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col2)","sum(_col3)","sum(_col4)"],keys:_col0, _col1, 0L Top N Key Operator [TNK_313] (rows=39721 width=618) - keys:_col0, _col1, 0L,sort order:+++,top n:100 + keys:_col0, _col1, 0L,null sort order:zza,sort order:+++,top n:100 Select Operator [SEL_312] (rows=38846 width=619) Output:["_col0","_col1","_col2","_col3","_col4"] Group By Operator [GBY_311] (rows=38846 width=548) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)"],keys:KEY._col0 <-Reducer 13 [SIMPLE_EDGE] SHUFFLE [RS_47] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_46] (rows=26026820 width=548) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col2)","sum(_col4)","sum(_col3)","sum(_col5)"],keys:_col8 Merge Join Operator [MERGEJOIN_222] (rows=313339499 width=546) Conds:RS_42._col0=RS_310._col0(Inner),Output:["_col2","_col3","_col4","_col5","_col8"] <-Map 24 [SIMPLE_EDGE] vectorized SHUFFLE [RS_310] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_309] (rows=46000 width=104) Output:["_col0","_col1"] Filter Operator [FIL_308] (rows=46000 width=104) @@ -344,12 +345,12 @@ Stage-0 default@catalog_page,catalog_page,Tbl:COMPLETE,Col:COMPLETE,Output:["cp_catalog_page_sk","cp_catalog_page_id"] <-Reducer 12 [SIMPLE_EDGE] SHUFFLE [RS_42] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_221] (rows=313339499 width=450) Conds:Union 22._col1=RS_276._col0(Inner),Output:["_col0","_col2","_col3","_col4","_col5"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_276] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_273] (rows=8116 width=4) Output:["_col0"] Filter Operator [FIL_272] (rows=8116 width=98) @@ -359,7 +360,7 @@ Stage-0 <-Union 22 [SIMPLE_EDGE] <-Map 21 [CONTAINS] vectorized Reduce Output Operator [RS_328] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_327] (rows=285117694 width=455) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_326] (rows=285117694 width=231) @@ -379,7 +380,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_273] <-Map 23 [CONTAINS] vectorized Reduce Output Operator [RS_331] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_330] (rows=28221805 width=451) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_329] (rows=28221805 width=227) @@ -388,25 +389,25 @@ Stage-0 Output:["cr_returned_date_sk","cr_catalog_page_sk","cr_return_amount","cr_net_loss"] <-Reducer 18 [CONTAINS] vectorized Reduce Output Operator [RS_323] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:zza,sort order:+++ Group By Operator [GBY_322] (rows=59581 width=627) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col2)","sum(_col3)","sum(_col4)"],keys:_col0, _col1, 0L Top N Key Operator [TNK_321] (rows=39721 width=618) - keys:_col0, _col1, 0L,sort order:+++,top n:100 + keys:_col0, _col1, 0L,null sort order:zza,sort order:+++,top n:100 Select Operator [SEL_320] (rows=53 width=615) Output:["_col0","_col1","_col2","_col3","_col4"] Group By Operator [GBY_319] (rows=53 width=548) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)"],keys:KEY._col0 <-Reducer 17 [SIMPLE_EDGE] SHUFFLE [RS_80] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_79] (rows=31641 width=548) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col2)","sum(_col4)","sum(_col3)","sum(_col5)"],keys:_col8 Merge Join Operator [MERGEJOIN_224] (rows=278713608 width=547) Conds:RS_75._col0=RS_318._col0(Inner),Output:["_col2","_col3","_col4","_col5","_col8"] <-Map 30 [SIMPLE_EDGE] vectorized SHUFFLE [RS_318] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_317] (rows=84 width=104) Output:["_col0","_col1"] Filter Operator [FIL_316] (rows=84 width=104) @@ -415,17 +416,17 @@ Stage-0 default@web_site,web_site,Tbl:COMPLETE,Col:COMPLETE,Output:["web_site_sk","web_site_id"] <-Reducer 16 [SIMPLE_EDGE] SHUFFLE [RS_75] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_223] (rows=278713608 width=451) Conds:Union 26._col1=RS_278._col0(Inner),Output:["_col0","_col2","_col3","_col4","_col5"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_278] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_273] <-Union 26 [SIMPLE_EDGE] <-Map 25 [CONTAINS] vectorized Reduce Output Operator [RS_336] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_335] (rows=143930874 width=455) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_334] (rows=143930874 width=231) @@ -445,14 +446,14 @@ Stage-0 Please refer to the previous Select Operator [SEL_273] <-Reducer 28 [CONTAINS] Reduce Output Operator [RS_271] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_269] (rows=134782734 width=454) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Merge Join Operator [MERGEJOIN_268] (rows=134782734 width=230) Conds:RS_339._col0, _col2=RS_342._col1, _col2(Inner),Output:["_col1","_col3","_col6","_col7"] <-Map 27 [SIMPLE_EDGE] vectorized SHUFFLE [RS_339] - PartitionCols:_col0, _col2 + PartitionCols:_col0, _col2,null sort order:aa,sort order:++ Select Operator [SEL_338] (rows=143966669 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_337] (rows=143966669 width=11) @@ -461,7 +462,7 @@ Stage-0 default@web_sales,web_sales,Tbl:COMPLETE,Col:COMPLETE,Output:["ws_item_sk","ws_web_site_sk","ws_order_number"] <-Map 29 [SIMPLE_EDGE] vectorized SHUFFLE [RS_342] - PartitionCols:_col1, _col2 + PartitionCols:_col1, _col2,null sort order:aa,sort order:++ Select Operator [SEL_341] (rows=13749816 width=225) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_340] (rows=13749816 width=225) @@ -470,25 +471,25 @@ Stage-0 default@web_returns,web_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["wr_returned_date_sk","wr_item_sk","wr_order_number","wr_return_amt","wr_net_loss"] <-Reducer 5 [CONTAINS] vectorized Reduce Output Operator [RS_298] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:zza,sort order:+++ Group By Operator [GBY_297] (rows=59581 width=627) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col2)","sum(_col3)","sum(_col4)"],keys:_col0, _col1, 0L Top N Key Operator [TNK_296] (rows=39721 width=618) - keys:_col0, _col1, 0L,sort order:+++,top n:100 + keys:_col0, _col1, 0L,null sort order:zza,sort order:+++,top n:100 Select Operator [SEL_295] (rows=822 width=617) Output:["_col0","_col1","_col2","_col3","_col4"] Group By Operator [GBY_294] (rows=822 width=548) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)"],keys:KEY._col0 <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_22] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_21] (rows=983934 width=548) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col2)","sum(_col4)","sum(_col3)","sum(_col5)"],keys:_col8 Merge Join Operator [MERGEJOIN_220] (rows=578964757 width=528) Conds:RS_17._col0=RS_293._col0(Inner),Output:["_col2","_col3","_col4","_col5","_col8"] <-Map 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_293] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_292] (rows=1704 width=104) Output:["_col0","_col1"] Filter Operator [FIL_291] (rows=1704 width=104) @@ -497,17 +498,17 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_store_id"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_219] (rows=578964757 width=432) Conds:Union 2._col1=RS_274._col0(Inner),Output:["_col0","_col2","_col3","_col4","_col5"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_274] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_273] <-Union 2 [SIMPLE_EDGE] <-Map 1 [CONTAINS] vectorized Reduce Output Operator [RS_290] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_289] (rows=525329897 width=445) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_288] (rows=525329897 width=221) @@ -527,7 +528,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_273] <-Map 9 [CONTAINS] vectorized Reduce Output Operator [RS_307] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_306] (rows=53634860 width=447) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_305] (rows=53634860 width=223) diff --git ql/src/test/results/clientpositive/perf/tez/query50.q.out ql/src/test/results/clientpositive/perf/tez/query50.q.out index 93882e2d86..2a287ce6d3 100644 --- ql/src/test/results/clientpositive/perf/tez/query50.q.out +++ ql/src/test/results/clientpositive/perf/tez/query50.q.out @@ -146,22 +146,23 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_137] + null sort order:zzzzzzzzzz,sort order:++++++++++ Group By Operator [GBY_136] (rows=478292911 width=857) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)","sum(VALUE._col4)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5, KEY._col6, KEY._col7, KEY._col8, KEY._col9 <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_30] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9 + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9,null sort order:zzzzzzzzzz,sort order:++++++++++ Group By Operator [GBY_29] (rows=478292911 width=857) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14"],aggregations:["sum(_col10)","sum(_col11)","sum(_col12)","sum(_col13)","sum(_col14)"],keys:_col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9 Top N Key Operator [TNK_56] (rows=478292911 width=825) - keys:_col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9,sort order:++++++++++,top n:100 + keys:_col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9,null sort order:zzzzzzzzzz,sort order:++++++++++,top n:100 Select Operator [SEL_27] (rows=478292911 width=825) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14"] Merge Join Operator [MERGEJOIN_120] (rows=478292911 width=825) Conds:RS_24._col8=RS_135._col0(Inner),Output:["_col0","_col5","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col20","_col21"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_135] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_134] (rows=1704 width=821) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10"] Filter Operator [FIL_133] (rows=1704 width=821) @@ -170,12 +171,12 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_store_name","s_company_id","s_street_number","s_street_name","s_street_type","s_suite_number","s_city","s_county","s_state","s_zip"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_24] - PartitionCols:_col8 + PartitionCols:_col8,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_119] (rows=478292911 width=11) Conds:RS_21._col5=RS_132._col0(Inner),Output:["_col0","_col5","_col8"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_132] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_131] (rows=73049 width=4) Output:["_col0"] Filter Operator [FIL_130] (rows=73049 width=4) @@ -184,12 +185,12 @@ Stage-0 default@date_dim,d1,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_21] - PartitionCols:_col5 + PartitionCols:_col5,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_118] (rows=478292911 width=11) Conds:RS_18._col1, _col2, _col3=RS_129._col1, _col2, _col4(Inner),Output:["_col0","_col5","_col8"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_129] - PartitionCols:_col1, _col2, _col4 + PartitionCols:_col1, _col2, _col4,null sort order:aaa,sort order:+++ Select Operator [SEL_128] (rows=501694138 width=19) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_127] (rows=501694138 width=19) @@ -198,12 +199,12 @@ Stage-0 default@store_sales,store_sales,Tbl:COMPLETE,Col:COMPLETE,Output:["ss_sold_date_sk","ss_item_sk","ss_customer_sk","ss_store_sk","ss_ticket_number"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col1, _col2, _col3 + PartitionCols:_col1, _col2, _col3,null sort order:aaa,sort order:+++ Merge Join Operator [MERGEJOIN_117] (rows=53632139 width=15) Conds:RS_123._col0=RS_126._col0(Inner),Output:["_col0","_col1","_col2","_col3"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_123] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_122] (rows=53632139 width=15) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_121] (rows=53632139 width=15) @@ -212,7 +213,7 @@ Stage-0 default@store_returns,store_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["sr_returned_date_sk","sr_item_sk","sr_customer_sk","sr_ticket_number"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_126] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_125] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_124] (rows=50 width=12) diff --git ql/src/test/results/clientpositive/perf/tez/query51.q.out ql/src/test/results/clientpositive/perf/tez/query51.q.out index 906d702207..37c0ae1c08 100644 --- ql/src/test/results/clientpositive/perf/tez/query51.q.out +++ ql/src/test/results/clientpositive/perf/tez/query51.q.out @@ -121,6 +121,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_114] + null sort order:zz,sort order:++ Select Operator [SEL_113] (rows=2095597606 width=636) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_112] (rows=2095597606 width=420) @@ -131,12 +132,12 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_43] - PartitionCols:CASE WHEN (_col3 is not null) THEN (_col3) ELSE (_col0) END + PartitionCols:CASE WHEN (_col3 is not null) THEN (_col3) ELSE (_col0) END,null sort order:az,sort order:++ Merge Join Operator [MERGEJOIN_87] (rows=6286792818 width=420) Conds:RS_40._col0, _col1=RS_41._col0, _col1(Outer),Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_41] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Select Operator [SEL_37] (rows=19832154 width=210) Output:["_col0","_col1","_col2"] PTF Operator [PTF_36] (rows=19832154 width=210) @@ -145,14 +146,14 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_31] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:az,sort order:++ Group By Operator [GBY_30] (rows=143966864 width=210) Output:["_col0","_col1","_col2"],aggregations:["sum(_col2)"],keys:_col1, _col4 Merge Join Operator [MERGEJOIN_86] (rows=143966864 width=209) Conds:RS_108._col0=RS_92._col0(Inner),Output:["_col1","_col2","_col4"] <-Map 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_92] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_89] (rows=317 width=98) Output:["_col0","_col1"] Filter Operator [FIL_88] (rows=317 width=102) @@ -161,7 +162,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_date","d_month_seq"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_108] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_107] (rows=143966864 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_106] (rows=143966864 width=119) @@ -181,7 +182,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_89] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_40] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Select Operator [SEL_17] (rows=19832154 width=210) Output:["_col0","_col1","_col2"] PTF Operator [PTF_16] (rows=19832154 width=210) @@ -190,18 +191,18 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_11] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:az,sort order:++ Group By Operator [GBY_10] (rows=550076554 width=210) Output:["_col0","_col1","_col2"],aggregations:["sum(_col2)"],keys:_col1, _col4 Merge Join Operator [MERGEJOIN_85] (rows=550076554 width=204) Conds:RS_102._col0=RS_90._col0(Inner),Output:["_col1","_col2","_col4"] <-Map 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_90] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_89] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_102] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_101] (rows=550076554 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_100] (rows=550076554 width=114) diff --git ql/src/test/results/clientpositive/perf/tez/query52.q.out ql/src/test/results/clientpositive/perf/tez/query52.q.out index b579d5fbff..8d64d90b41 100644 --- ql/src/test/results/clientpositive/perf/tez/query52.q.out +++ ql/src/test/results/clientpositive/perf/tez/query52.q.out @@ -72,18 +72,19 @@ Stage-0 Output:["_col0","_col1","_col2"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_70] + null sort order:zz,sort order:-+ Group By Operator [GBY_69] (rows=7333 width=216) Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_16] (rows=7333 width=216) Output:["_col0","_col1","_col2"],aggregations:["sum(_col2)"],keys:_col5, _col6 Merge Join Operator [MERGEJOIN_54] (rows=84037218 width=183) Conds:RS_12._col1=RS_68._col0(Inner),Output:["_col2","_col5","_col6"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_68] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_67] (rows=7333 width=107) Output:["_col0","_col1","_col2"] Filter Operator [FIL_66] (rows=7333 width=111) @@ -92,12 +93,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_brand_id","i_brand","i_manager_id"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_12] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_53] (rows=550076554 width=110) Conds:RS_65._col0=RS_57._col0(Inner),Output:["_col1","_col2"] <-Map 6 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_57] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_56] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_55] (rows=50 width=12) @@ -106,7 +107,7 @@ Stage-0 default@date_dim,dt,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_65] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_64] (rows=550076554 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_63] (rows=550076554 width=114) diff --git ql/src/test/results/clientpositive/perf/tez/query53.q.out ql/src/test/results/clientpositive/perf/tez/query53.q.out index 1bee5e099c..3637afcb0b 100644 --- ql/src/test/results/clientpositive/perf/tez/query53.q.out +++ ql/src/test/results/clientpositive/perf/tez/query53.q.out @@ -85,6 +85,7 @@ Stage-0 Output:["_col0","_col1","_col2"] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_33] + null sort order:zzz,sort order:+++ Select Operator [SEL_30] (rows=130 width=228) Output:["_col0","_col1","_col2"] Filter Operator [FIL_46] (rows=130 width=228) @@ -99,14 +100,14 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_23] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:aa,sort order:++ Group By Operator [GBY_22] (rows=260 width=120) Output:["_col0","_col1","_col2"],aggregations:["sum(_col3)"],keys:_col5, _col7 Merge Join Operator [MERGEJOIN_84] (rows=569118 width=8) Conds:RS_18._col2=RS_101._col0(Inner),Output:["_col3","_col5","_col7"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_101] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_100] (rows=1704 width=4) Output:["_col0"] Filter Operator [FIL_99] (rows=1704 width=4) @@ -115,12 +116,12 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_83] (rows=569118 width=8) Conds:RS_15._col0=RS_98._col0(Inner),Output:["_col2","_col3","_col5","_col7"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_98] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_97] (rows=317 width=8) Output:["_col0","_col1"] Filter Operator [FIL_96] (rows=317 width=12) @@ -129,12 +130,12 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_month_seq","d_qoy"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_15] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_82] (rows=569118 width=4) Conds:RS_95._col1=RS_87._col0(Inner),Output:["_col0","_col2","_col3","_col5"] <-Map 7 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_87] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_86] (rows=52 width=8) Output:["_col0","_col1"] Filter Operator [FIL_85] (rows=52 width=290) @@ -143,7 +144,7 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_brand","i_class","i_category","i_manufact_id"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_95] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_94] (rows=525329897 width=118) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_93] (rows=525329897 width=118) diff --git ql/src/test/results/clientpositive/perf/tez/query54.q.out ql/src/test/results/clientpositive/perf/tez/query54.q.out index a19bd171e5..cb982c6cec 100644 --- ql/src/test/results/clientpositive/perf/tez/query54.q.out +++ ql/src/test/results/clientpositive/perf/tez/query54.q.out @@ -170,13 +170,14 @@ Stage-0 Output:["_col0","_col1","_col2"] <-Reducer 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_351] + null sort order:zz,sort order:++ Select Operator [SEL_350] (rows=338 width=16) Output:["_col0","_col1","_col2"] Group By Operator [GBY_349] (rows=338 width=12) Output:["_col0","_col1"],aggregations:["count(VALUE._col0)"],keys:KEY._col0 <-Reducer 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_348] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_347] (rows=338 width=12) Output:["_col0","_col1"],aggregations:["count()"],keys:_col0 Select Operator [SEL_346] (rows=676 width=116) @@ -185,7 +186,7 @@ Stage-0 Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 7 [SIMPLE_EDGE] SHUFFLE [RS_118] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_117] (rows=11944920 width=116) Output:["_col0","_col1"],aggregations:["sum(_col2)"],keys:_col10 Select Operator [SEL_116] (rows=36481068608 width=123) @@ -200,7 +201,7 @@ Stage-0 Output:["_col0"],keys:KEY._col0 <-Map 27 [SIMPLE_EDGE] vectorized SHUFFLE [RS_324] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_320] (rows=25 width=4) Output:["_col0"],keys:_col0 Select Operator [SEL_316] (rows=50 width=12) @@ -221,7 +222,7 @@ Stage-0 Output:["_col0"],keys:KEY._col0 <-Map 27 [SIMPLE_EDGE] vectorized SHUFFLE [RS_323] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_319] (rows=25 width=4) Output:["_col0"],keys:_col0 Select Operator [SEL_315] (rows=50 width=12) @@ -249,7 +250,7 @@ Stage-0 Output:["_col0"],keys:KEY._col0 <-Map 27 [SIMPLE_EDGE] vectorized SHUFFLE [RS_322] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_318] (rows=25 width=4) Output:["_col0"],keys:_col0 Select Operator [SEL_314] (rows=50 width=12) @@ -277,7 +278,7 @@ Stage-0 Output:["_col0"],keys:KEY._col0 <-Map 27 [SIMPLE_EDGE] vectorized SHUFFLE [RS_321] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_317] (rows=25 width=4) Output:["_col0"],keys:_col0 Select Operator [SEL_313] (rows=50 width=12) @@ -289,17 +290,17 @@ Stage-0 Conds:RS_99._col1=RS_100._col5(Inner),Output:["_col2","_col4","_col10"] <-Reducer 14 [SIMPLE_EDGE] SHUFFLE [RS_100] - PartitionCols:_col5 + PartitionCols:_col5,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_267] (rows=4049224 width=4) Conds:RS_46._col0=RS_309._col1(Inner),Output:["_col5"] <-Reducer 13 [SIMPLE_EDGE] SHUFFLE [RS_46] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_263] (rows=39720279 width=4) Conds:RS_291._col1, _col2=RS_294._col0, _col1(Inner),Output:["_col0"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_291] - PartitionCols:_col1, _col2 + PartitionCols:_col1, _col2,null sort order:aa,sort order:++ Select Operator [SEL_290] (rows=40000000 width=188) Output:["_col0","_col1","_col2"] Filter Operator [FIL_289] (rows=40000000 width=188) @@ -308,7 +309,7 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_county","ca_state"] <-Map 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_294] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Select Operator [SEL_293] (rows=1704 width=184) Output:["_col0","_col1"] Filter Operator [FIL_292] (rows=1704 width=184) @@ -317,21 +318,21 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_county","s_state"] <-Reducer 21 [SIMPLE_EDGE] vectorized SHUFFLE [RS_309] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_308] (rows=4049224 width=8) Output:["_col0","_col1"] Group By Operator [GBY_307] (rows=4049224 width=8) Output:["_col0","_col1"],keys:KEY._col0, KEY._col1 <-Reducer 20 [SIMPLE_EDGE] SHUFFLE [RS_40] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_39] (rows=4049224 width=8) Output:["_col0","_col1"],keys:_col6, _col5 Merge Join Operator [MERGEJOIN_266] (rows=4049224 width=8) Conds:RS_35._col1=RS_306._col0(Inner),Output:["_col5","_col6"] <-Map 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_306] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_305] (rows=80000000 width=8) Output:["_col0","_col1"] Filter Operator [FIL_304] (rows=80000000 width=8) @@ -340,12 +341,12 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_current_addr_sk"] <-Reducer 19 [SIMPLE_EDGE] SHUFFLE [RS_35] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_265] (rows=4049224 width=1) Conds:RS_32._col2=RS_303._col0(Inner),Output:["_col1"] <-Map 25 [SIMPLE_EDGE] vectorized SHUFFLE [RS_303] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_302] (rows=453 width=4) Output:["_col0"] Filter Operator [FIL_301] (rows=453 width=186) @@ -354,12 +355,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_class","i_category"] <-Reducer 18 [SIMPLE_EDGE] SHUFFLE [RS_32] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_264] (rows=429048824 width=7) Conds:Union 17._col0=RS_297._col0(Inner),Output:["_col1","_col2"] <-Map 23 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_297] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_296] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_295] (rows=50 width=12) @@ -369,7 +370,7 @@ Stage-0 <-Union 17 [SIMPLE_EDGE] <-Map 16 [CONTAINS] vectorized Reduce Output Operator [RS_360] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_359] (rows=285117831 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_358] (rows=285117831 width=11) @@ -389,7 +390,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_296] <-Map 22 [CONTAINS] vectorized Reduce Output Operator [RS_363] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_362] (rows=143930993 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_361] (rows=143930993 width=11) @@ -401,12 +402,12 @@ Stage-0 Please refer to the previous Group By Operator [GBY_355] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_99] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_262] (rows=525327388 width=114) Conds:RS_285._col0=RS_288._col0(Inner),Output:["_col1","_col2","_col4"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_285] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_284] (rows=525327388 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_283] (rows=525327388 width=114) @@ -415,7 +416,7 @@ Stage-0 default@store_sales,store_sales,Tbl:COMPLETE,Col:COMPLETE,Output:["ss_sold_date_sk","ss_customer_sk","ss_ext_sales_price"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_288] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_287] (rows=73049 width=8) Output:["_col0","_col1"] Filter Operator [FIL_286] (rows=73049 width=8) diff --git ql/src/test/results/clientpositive/perf/tez/query55.q.out ql/src/test/results/clientpositive/perf/tez/query55.q.out index 5cee50ed50..452cfb45ad 100644 --- ql/src/test/results/clientpositive/perf/tez/query55.q.out +++ ql/src/test/results/clientpositive/perf/tez/query55.q.out @@ -54,20 +54,21 @@ Stage-0 Output:["_col0","_col1","_col2"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_71] + null sort order:zz,sort order:-+ Select Operator [SEL_70] (rows=7333 width=220) Output:["_col1","_col2","_col3"] Group By Operator [GBY_69] (rows=7333 width=216) Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_16] (rows=7333 width=216) Output:["_col0","_col1","_col2"],aggregations:["sum(_col2)"],keys:_col5, _col6 Merge Join Operator [MERGEJOIN_54] (rows=84037218 width=183) Conds:RS_12._col1=RS_68._col0(Inner),Output:["_col2","_col5","_col6"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_68] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_67] (rows=7333 width=107) Output:["_col0","_col1","_col2"] Filter Operator [FIL_66] (rows=7333 width=111) @@ -76,12 +77,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_brand_id","i_brand","i_manager_id"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_12] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_53] (rows=550076554 width=110) Conds:RS_65._col0=RS_57._col0(Inner),Output:["_col1","_col2"] <-Map 6 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_57] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_56] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_55] (rows=50 width=12) @@ -90,7 +91,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_65] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_64] (rows=550076554 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_63] (rows=550076554 width=114) diff --git ql/src/test/results/clientpositive/perf/tez/query56.q.out ql/src/test/results/clientpositive/perf/tez/query56.q.out index 2be886a3eb..0055d38c2f 100644 --- ql/src/test/results/clientpositive/perf/tez/query56.q.out +++ ql/src/test/results/clientpositive/perf/tez/query56.q.out @@ -184,31 +184,32 @@ Stage-0 Output:["_col0","_col1"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_354] + null sort order:z,sort order:+ Group By Operator [GBY_353] (rows=355 width=212) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Union 5 [SIMPLE_EDGE] <-Reducer 11 [CONTAINS] vectorized Reduce Output Operator [RS_373] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_372] (rows=355 width=212) Output:["_col0","_col1"],aggregations:["sum(_col1)"],keys:_col0 Group By Operator [GBY_371] (rows=355 width=212) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_109] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_108] (rows=9585 width=212) Output:["_col0","_col1"],aggregations:["sum(_col7)"],keys:_col1 Merge Join Operator [MERGEJOIN_304] (rows=31485548 width=211) Conds:RS_104._col0=RS_105._col2(Inner),Output:["_col1","_col7"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_104] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_293] (rows=15609 width=104) Conds:RS_319._col1=RS_325._col0(Inner),Output:["_col0","_col1"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_319] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_318] (rows=462000 width=104) Output:["_col0","_col1"] Filter Operator [FIL_317] (rows=462000 width=104) @@ -217,12 +218,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id"] <-Reducer 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_325] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_324] (rows=10500 width=100) Output:["_col0"],keys:KEY._col0 <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_323] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_322] (rows=10500 width=100) Output:["_col0"],keys:i_item_id Select Operator [SEL_321] (rows=21000 width=189) @@ -233,14 +234,14 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_id","i_color"] <-Reducer 23 [SIMPLE_EDGE] SHUFFLE [RS_105] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Select Operator [SEL_100] (rows=143931246 width=115) Output:["_col2","_col4"] Merge Join Operator [MERGEJOIN_301] (rows=143931246 width=115) Conds:RS_97._col2=RS_349._col0(Inner),Output:["_col1","_col3"] <-Map 25 [SIMPLE_EDGE] vectorized SHUFFLE [RS_349] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_346] (rows=8000000 width=4) Output:["_col0"] Filter Operator [FIL_345] (rows=8000000 width=112) @@ -249,12 +250,12 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_gmt_offset"] <-Reducer 22 [SIMPLE_EDGE] SHUFFLE [RS_97] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_300] (rows=143931246 width=119) Conds:RS_370._col0=RS_332._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 17 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_332] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_327] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_326] (rows=50 width=12) @@ -263,7 +264,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 27 [SIMPLE_EDGE] vectorized SHUFFLE [RS_370] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_369] (rows=143931246 width=123) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_368] (rows=143931246 width=123) @@ -283,45 +284,45 @@ Stage-0 Please refer to the previous Select Operator [SEL_327] <-Reducer 4 [CONTAINS] vectorized Reduce Output Operator [RS_352] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_351] (rows=355 width=212) Output:["_col0","_col1"],aggregations:["sum(_col1)"],keys:_col0 Group By Operator [GBY_350] (rows=355 width=212) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_34] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_33] (rows=30175 width=212) Output:["_col0","_col1"],aggregations:["sum(_col7)"],keys:_col1 Merge Join Operator [MERGEJOIN_302] (rows=114917468 width=188) Conds:RS_29._col0=RS_30._col2(Inner),Output:["_col1","_col7"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_29] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Merge Join Operator [MERGEJOIN_293] <-Reducer 16 [SIMPLE_EDGE] SHUFFLE [RS_30] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Select Operator [SEL_25] (rows=525327191 width=110) Output:["_col2","_col4"] Merge Join Operator [MERGEJOIN_295] (rows=525327191 width=110) Conds:RS_22._col2=RS_347._col0(Inner),Output:["_col1","_col3"] <-Map 25 [SIMPLE_EDGE] vectorized SHUFFLE [RS_347] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_346] <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_22] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_294] (rows=525327191 width=114) Conds:RS_344._col0=RS_328._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 17 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_328] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_327] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_344] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_343] (rows=525327191 width=118) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_342] (rows=525327191 width=118) @@ -341,45 +342,45 @@ Stage-0 Please refer to the previous Select Operator [SEL_327] <-Reducer 9 [CONTAINS] vectorized Reduce Output Operator [RS_365] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_364] (rows=355 width=212) Output:["_col0","_col1"],aggregations:["sum(_col1)"],keys:_col0 Group By Operator [GBY_363] (rows=355 width=212) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 8 [SIMPLE_EDGE] SHUFFLE [RS_71] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_70] (rows=18460 width=212) Output:["_col0","_col1"],aggregations:["sum(_col7)"],keys:_col1 Merge Join Operator [MERGEJOIN_303] (rows=62370668 width=209) Conds:RS_66._col0=RS_67._col3(Inner),Output:["_col1","_col7"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_66] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Merge Join Operator [MERGEJOIN_293] <-Reducer 20 [SIMPLE_EDGE] SHUFFLE [RS_67] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Select Operator [SEL_62] (rows=285117733 width=115) Output:["_col3","_col4"] Merge Join Operator [MERGEJOIN_298] (rows=285117733 width=115) Conds:RS_59._col1=RS_348._col0(Inner),Output:["_col2","_col3"] <-Map 25 [SIMPLE_EDGE] vectorized SHUFFLE [RS_348] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_346] <-Reducer 19 [SIMPLE_EDGE] SHUFFLE [RS_59] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_297] (rows=285117733 width=119) Conds:RS_362._col0=RS_330._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 17 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_330] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_327] <-Map 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_362] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_361] (rows=285117733 width=123) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_360] (rows=285117733 width=123) diff --git ql/src/test/results/clientpositive/perf/tez/query57.q.out ql/src/test/results/clientpositive/perf/tez/query57.q.out index b732cc873f..1edc21c97b 100644 --- ql/src/test/results/clientpositive/perf/tez/query57.q.out +++ ql/src/test/results/clientpositive/perf/tez/query57.q.out @@ -130,13 +130,14 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] <-Reducer 7 [SIMPLE_EDGE] SHUFFLE [RS_110] + null sort order:zz,sort order:++ Select Operator [SEL_109] (rows=397735 width=758) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] Merge Join Operator [MERGEJOIN_278] (rows=397735 width=646) Conds:RS_106._col5, _col6, _col12, _col7=RS_306._col0, _col1, _col4, _col2(Inner),Output:["_col3","_col5","_col6","_col8","_col9","_col10","_col11","_col16"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_306] - PartitionCols:_col0, _col1, _col4, _col2 + PartitionCols:_col0, _col1, _col4, _col2,null sort order:aaaa,sort order:++++ Select Operator [SEL_304] (rows=2386410 width=404) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_302] (rows=2386410 width=408) @@ -147,19 +148,19 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_297] - PartitionCols:_col1, _col0, _col4 + PartitionCols:_col1, _col0, _col4,null sort order:aaazz,sort order:+++++ Group By Operator [GBY_296] (rows=2386410 width=408) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4 <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_93] - PartitionCols:_col0, _col1, _col2, _col3, _col4 + PartitionCols:_col0, _col1, _col2, _col3, _col4,null sort order:aaaaa,sort order:+++++ Group By Operator [GBY_92] (rows=285117980 width=408) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col3)"],keys:_col10, _col11, _col5, _col6, _col8 Merge Join Operator [MERGEJOIN_276] (rows=285117980 width=407) Conds:RS_88._col2=RS_295._col0(Inner),Output:["_col3","_col5","_col6","_col8","_col10","_col11"] <-Map 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_295] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_294] (rows=462000 width=194) Output:["_col0","_col1","_col2"] Filter Operator [FIL_293] (rows=462000 width=194) @@ -168,12 +169,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_brand","i_category"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_88] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_275] (rows=285117980 width=221) Conds:RS_85._col1=RS_292._col0(Inner),Output:["_col2","_col3","_col5","_col6","_col8"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_292] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_291] (rows=60 width=102) Output:["_col0","_col1"] Filter Operator [FIL_290] (rows=60 width=102) @@ -182,12 +183,12 @@ Stage-0 default@call_center,call_center,Tbl:COMPLETE,Col:COMPLETE,Output:["cc_call_center_sk","cc_name"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_85] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_274] (rows=285117980 width=127) Conds:RS_289._col0=RS_281._col0(Inner),Output:["_col1","_col2","_col3","_col5","_col6"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_281] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_280] (rows=564 width=12) Output:["_col0","_col1","_col2"] Filter Operator [FIL_279] (rows=564 width=12) @@ -196,7 +197,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_289] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_288] (rows=285117980 width=123) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_287] (rows=285117980 width=123) @@ -216,12 +217,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_280] <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_106] - PartitionCols:_col5, _col6, _col12, _col7 + PartitionCols:_col5, _col6, _col12, _col7,null sort order:aaaa,sort order:++++ Merge Join Operator [MERGEJOIN_277] (rows=397735 width=636) Conds:RS_307._col0, _col1, _col4, _col2=RS_318._col0, _col1, _col7, _col2(Inner),Output:["_col3","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_307] - PartitionCols:_col0, _col1, _col4, _col2 + PartitionCols:_col0, _col1, _col4, _col2,null sort order:aaaa,sort order:++++ Select Operator [SEL_305] (rows=2386410 width=404) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_303] (rows=2386410 width=408) @@ -231,7 +232,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_299] <-Reducer 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_318] - PartitionCols:_col0, _col1, _col7, _col2 + PartitionCols:_col0, _col1, _col7, _col2,null sort order:aaaa,sort order:++++ Select Operator [SEL_317] (rows=397735 width=524) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] Filter Operator [FIL_316] (rows=397735 width=524) @@ -246,7 +247,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] <-Reducer 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_311] - PartitionCols:_col1, _col0, _col4 + PartitionCols:_col1, _col0, _col4,null sort order:aaazz,sort order:+++++ Select Operator [SEL_310] (rows=2386410 width=408) Output:["avg_window_0","_col0","_col1","_col2","_col3","_col4","_col5"] PTF Operator [PTF_309] (rows=2386410 width=408) @@ -255,6 +256,6 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_298] - PartitionCols:_col1, _col0, _col4, _col2 + PartitionCols:_col1, _col0, _col4, _col2,null sort order:aaaa,sort order:++++ Please refer to the previous Group By Operator [GBY_296] diff --git ql/src/test/results/clientpositive/perf/tez/query58.q.out ql/src/test/results/clientpositive/perf/tez/query58.q.out index 57f3477e48..b0e3a0d65a 100644 --- ql/src/test/results/clientpositive/perf/tez/query58.q.out +++ ql/src/test/results/clientpositive/perf/tez/query58.q.out @@ -178,6 +178,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_163] + null sort order:zz,sort order:++ Select Operator [SEL_162] (rows=1 width=884) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] Filter Operator [FIL_158] (rows=1 width=1108) @@ -186,26 +187,26 @@ Stage-0 Conds:RS_155._col0=RS_467._col0(Inner),Output:["_col0","_col1","_col2","_col3","_col5","_col6","_col7","_col9","_col10","_col11"] <-Reducer 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_467] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_466] (rows=310774 width=436) Output:["_col0","_col1","_col2","_col3"] Group By Operator [GBY_465] (rows=310774 width=212) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 13 [SIMPLE_EDGE] SHUFFLE [RS_147] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_146] (rows=37292880 width=212) Output:["_col0","_col1"],aggregations:["sum(_col2)"],keys:_col4 Merge Join Operator [MERGEJOIN_417] (rows=143966864 width=211) Conds:RS_142._col0=RS_143._col0(Inner),Output:["_col2","_col4"] <-Reducer 16 [SIMPLE_EDGE] SHUFFLE [RS_143] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_406] (rows=2 width=4) Conds:RS_422._col1=RS_438._col0(Inner),Output:["_col0"] <-Map 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_422] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_421] (rows=73049 width=98) Output:["_col0","_col1"] Filter Operator [FIL_420] (rows=73049 width=98) @@ -214,19 +215,19 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_date"] <-Reducer 24 [SIMPLE_EDGE] vectorized SHUFFLE [RS_438] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_437] (rows=2 width=94) Output:["_col0"],keys:KEY._col0 <-Reducer 23 [SIMPLE_EDGE] SHUFFLE [RS_32] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_31] (rows=2 width=94) Output:["_col0"],keys:_col2 Merge Join Operator [MERGEJOIN_405] (rows=5 width=94) Conds:RS_27._col1=RS_435._col1(Inner),Output:["_col2"] <-Map 25 [SIMPLE_EDGE] vectorized SHUFFLE [RS_435] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_433] (rows=73049 width=98) Output:["_col0","_col1"] Filter Operator [FIL_431] (rows=73049 width=98) @@ -235,7 +236,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date","d_week_seq"] <-Reducer 22 [SIMPLE_EDGE] SHUFFLE [RS_27] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_404] (rows=1 width=4) Conds:(Inner),Output:["_col1"] <-Map 25 [CUSTOM_SIMPLE_EDGE] vectorized @@ -263,12 +264,12 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date"] <-Reducer 12 [SIMPLE_EDGE] SHUFFLE [RS_142] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_411] (rows=143966864 width=215) Conds:RS_464._col1=RS_448._col0(Inner),Output:["_col0","_col2","_col4"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_448] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_445] (rows=462000 width=104) Output:["_col0","_col1"] Filter Operator [FIL_444] (rows=462000 width=104) @@ -277,7 +278,7 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id"] <-Map 27 [SIMPLE_EDGE] vectorized SHUFFLE [RS_464] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_463] (rows=143966864 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_462] (rows=143966864 width=119) @@ -297,41 +298,41 @@ Stage-0 Please refer to the previous Merge Join Operator [MERGEJOIN_406] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_155] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Filter Operator [FIL_153] (rows=3836 width=772) predicate:(_col1 BETWEEN _col6 AND _col7 and _col5 BETWEEN _col2 AND _col3) Merge Join Operator [MERGEJOIN_418] (rows=310774 width=772) Conds:RS_451._col0=RS_459._col0(Inner),Output:["_col0","_col1","_col2","_col3","_col5","_col6","_col7"] <-Reducer 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_459] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_458] (rows=310774 width=436) Output:["_col0","_col1","_col2","_col3"] Group By Operator [GBY_457] (rows=310774 width=212) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_97] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_96] (rows=138294430 width=212) Output:["_col0","_col1"],aggregations:["sum(_col2)"],keys:_col4 Merge Join Operator [MERGEJOIN_416] (rows=550076554 width=206) Conds:RS_92._col0=RS_93._col0(Inner),Output:["_col2","_col4"] <-Reducer 16 [SIMPLE_EDGE] SHUFFLE [RS_93] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Merge Join Operator [MERGEJOIN_406] <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_92] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_407] (rows=550076554 width=210) Conds:RS_456._col1=RS_447._col0(Inner),Output:["_col0","_col2","_col4"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_447] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_445] <-Map 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_456] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_455] (rows=550076554 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_454] (rows=550076554 width=114) @@ -351,34 +352,34 @@ Stage-0 Please refer to the previous Merge Join Operator [MERGEJOIN_406] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_451] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_450] (rows=310774 width=436) Output:["_col0","_col1","_col2","_col3"] Group By Operator [GBY_449] (rows=310774 width=212) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_47] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_46] (rows=73653438 width=212) Output:["_col0","_col1"],aggregations:["sum(_col2)"],keys:_col4 Merge Join Operator [MERGEJOIN_415] (rows=286549727 width=211) Conds:RS_42._col0=RS_43._col0(Inner),Output:["_col2","_col4"] <-Reducer 16 [SIMPLE_EDGE] SHUFFLE [RS_43] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Merge Join Operator [MERGEJOIN_406] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_42] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_403] (rows=286549727 width=215) Conds:RS_443._col1=RS_446._col0(Inner),Output:["_col0","_col2","_col4"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_446] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_445] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_443] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_442] (rows=286549727 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_441] (rows=286549727 width=119) diff --git ql/src/test/results/clientpositive/perf/tez/query59.q.out ql/src/test/results/clientpositive/perf/tez/query59.q.out index 566f888d40..c1038015e5 100644 --- ql/src/test/results/clientpositive/perf/tez/query59.q.out +++ ql/src/test/results/clientpositive/perf/tez/query59.q.out @@ -118,20 +118,21 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9"] <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_59] + null sort order:zzz,sort order:+++ Select Operator [SEL_58] (rows=862591 width=976) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9"] Merge Join Operator [MERGEJOIN_183] (rows=862591 width=1648) Conds:RS_55._col11, _col0=RS_56._col1, (_col0 - 52)(Inner),Output:["_col0","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col11","_col12","_col15","_col16","_col17","_col18","_col19","_col20"] <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_56] - PartitionCols:_col1, (_col0 - 52) + PartitionCols:_col1, (_col0 - 52),null sort order:aa,sort order:++ Select Operator [SEL_48] (rows=26628 width=776) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] Merge Join Operator [MERGEJOIN_182] (rows=26628 width=776) Conds:RS_45._col1=RS_208._col0(Inner),Output:["_col0","_col2","_col3","_col4","_col5","_col6","_col7","_col10"] <-Map 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_208] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_207] (rows=1704 width=104) Output:["_col0","_col1"] Filter Operator [FIL_206] (rows=1704 width=104) @@ -140,12 +141,12 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_store_id"] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_45] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_181] (rows=26628 width=676) Conds:RS_205._col0=RS_200._col0(Inner),Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_200] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_198] (rows=317 width=4) Output:["_col0"] Filter Operator [FIL_196] (rows=317 width=8) @@ -154,12 +155,12 @@ Stage-0 default@date_dim,d,Tbl:COMPLETE,Col:COMPLETE,Output:["d_month_seq","d_week_seq"] <-Reducer 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_205] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_204] (rows=1104768 width=679) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)","sum(VALUE._col4)","sum(VALUE._col5)"],keys:KEY._col0, KEY._col1 <-Reducer 8 [SIMPLE_EDGE] SHUFFLE [RS_33] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_32] (rows=525329897 width=679) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(_col2)","sum(_col3)","sum(_col5)","sum(_col6)","sum(_col7)","sum(_col8)"],keys:_col0, _col1 Select Operator [SEL_30] (rows=525329897 width=138) @@ -168,7 +169,7 @@ Stage-0 Conds:RS_187._col0=RS_192._col0(Inner),Output:["_col1","_col2","_col4","_col5","_col6","_col8","_col9","_col10","_col11"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_187] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_185] (rows=525329897 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_184] (rows=525329897 width=114) @@ -177,7 +178,7 @@ Stage-0 default@store_sales,store_sales,Tbl:COMPLETE,Col:COMPLETE,Output:["ss_sold_date_sk","ss_store_sk","ss_sales_price"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_192] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_190] (rows=73049 width=36) Output:["_col0","_col1","_col2","_col3","_col5","_col6","_col7","_col8"] Filter Operator [FIL_188] (rows=73049 width=99) @@ -186,12 +187,12 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_week_seq","d_day_name"] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_55] - PartitionCols:_col11, _col0 + PartitionCols:_col11, _col0,null sort order:aa,sort order:++ Merge Join Operator [MERGEJOIN_179] (rows=26628 width=976) Conds:RS_52._col1=RS_203._col0(Inner),Output:["_col0","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col11","_col12"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_203] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_202] (rows=1704 width=192) Output:["_col0","_col1","_col2"] Filter Operator [FIL_201] (rows=1704 width=192) @@ -200,12 +201,12 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_store_id","s_store_name"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_52] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_178] (rows=26628 width=788) Conds:RS_194._col0=RS_199._col0(Inner),Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_199] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_197] (rows=317 width=4) Output:["_col0"] Filter Operator [FIL_195] (rows=317 width=8) @@ -213,12 +214,12 @@ Stage-0 Please refer to the previous TableScan [TS_15] <-Reducer 3 [SIMPLE_EDGE] vectorized SHUFFLE [RS_194] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_193] (rows=1104768 width=791) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)","sum(VALUE._col4)","sum(VALUE._col5)","sum(VALUE._col6)"],keys:KEY._col0, KEY._col1 <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_12] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_11] (rows=525329897 width=791) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"],aggregations:["sum(_col2)","sum(_col3)","sum(_col4)","sum(_col5)","sum(_col6)","sum(_col7)","sum(_col8)"],keys:_col0, _col1 Select Operator [SEL_9] (rows=525329897 width=142) @@ -227,11 +228,11 @@ Stage-0 Conds:RS_186._col0=RS_191._col0(Inner),Output:["_col1","_col2","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_186] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_185] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_191] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_189] (rows=73049 width=36) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] Please refer to the previous Filter Operator [FIL_188] diff --git ql/src/test/results/clientpositive/perf/tez/query6.q.out ql/src/test/results/clientpositive/perf/tez/query6.q.out index 5c49ab4517..cb4adc87a8 100644 --- ql/src/test/results/clientpositive/perf/tez/query6.q.out +++ ql/src/test/results/clientpositive/perf/tez/query6.q.out @@ -90,20 +90,21 @@ Stage-0 Output:["_col0","_col1"] <-Reducer 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_233] + null sort order:z,sort order:+ Filter Operator [FIL_232] (rows=17 width=94) predicate:(_col1 >= 10L) Group By Operator [GBY_231] (rows=51 width=94) Output:["_col0","_col1"],aggregations:["count(VALUE._col0)"],keys:KEY._col0 <-Reducer 8 [SIMPLE_EDGE] SHUFFLE [RS_70] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_69] (rows=9027 width=94) Output:["_col0","_col1"],aggregations:["count()"],keys:_col9 Merge Join Operator [MERGEJOIN_175] (rows=525327388 width=86) Conds:RS_65._col4=RS_215._col0(Inner),Output:["_col9"] <-Map 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_215] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_214] (rows=153611 width=227) Output:["_col0"] Filter Operator [FIL_213] (rows=153611 width=227) @@ -112,7 +113,7 @@ Stage-0 Conds:RS_209._col0=SEL_211._col2(Inner),Output:["_col1","_col3","_col4"] <-Reducer 15 [BROADCAST_EDGE] vectorized BROADCAST [RS_209] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Map Join Operator [MAPJOIN_208] (rows=10 width=202) Conds:(Inner),Output:["_col0","_col1"] <-Reducer 5 [BROADCAST_EDGE] vectorized @@ -131,7 +132,7 @@ Stage-0 Output:["_col0"],keys:KEY._col0 <-Map 2 [SIMPLE_EDGE] vectorized SHUFFLE [RS_187] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_185] (rows=25 width=4) Output:["_col0"],keys:d_month_seq Select Operator [SEL_183] (rows=50 width=12) @@ -148,7 +149,7 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)"],keys:KEY._col0 <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_196] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_195] (rows=10 width=210) Output:["_col0","_col1","_col2"],aggregations:["sum(i_current_price)","count(i_current_price)"],keys:i_category Filter Operator [FIL_194] (rows=462000 width=201) @@ -163,27 +164,27 @@ Stage-0 default@item,i,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_current_price","i_category"] <-Reducer 7 [SIMPLE_EDGE] SHUFFLE [RS_65] - PartitionCols:_col4 + PartitionCols:_col4,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_174] (rows=525327388 width=90) Conds:RS_224._col5=RS_63._col0(Inner),Output:["_col4","_col9"] <-Map 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_224] - PartitionCols:_col5 + PartitionCols:_col5,null sort order:a,sort order:+ Map Join Operator [MAPJOIN_223] (rows=525327388 width=7) Conds:RS_193._col0=SEL_222._col0(Inner),Output:["_col4","_col5"] <-Map 1 [BROADCAST_EDGE] vectorized BROADCAST [RS_193] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Map Join Operator [MAPJOIN_192] (rows=660 width=4) Conds:SEL_191._col1=RS_189._col0(Inner),Output:["_col0"] <-Reducer 3 [BROADCAST_EDGE] vectorized BROADCAST [RS_189] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_188] (rows=25 width=4) Output:["_col0"],keys:KEY._col0 <-Map 2 [SIMPLE_EDGE] vectorized SHUFFLE [RS_186] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_184] (rows=25 width=4) Output:["_col0"],keys:d_month_seq Select Operator [SEL_182] (rows=50 width=12) @@ -216,12 +217,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_214] <-Reducer 12 [SIMPLE_EDGE] SHUFFLE [RS_63] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_171] (rows=80000000 width=90) Conds:RS_227._col1=RS_230._col0(Inner),Output:["_col0","_col3"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_227] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_226] (rows=80000000 width=8) Output:["_col0","_col1"] Filter Operator [FIL_225] (rows=80000000 width=8) @@ -230,7 +231,7 @@ Stage-0 default@customer,c,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_current_addr_sk"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_230] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_229] (rows=40000000 width=90) Output:["_col0","_col1"] Filter Operator [FIL_228] (rows=40000000 width=90) diff --git ql/src/test/results/clientpositive/perf/tez/query60.q.out ql/src/test/results/clientpositive/perf/tez/query60.q.out index 1452e39f22..87eaa70d50 100644 --- ql/src/test/results/clientpositive/perf/tez/query60.q.out +++ ql/src/test/results/clientpositive/perf/tez/query60.q.out @@ -204,33 +204,34 @@ Stage-0 Output:["_col0","_col1"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_359] + null sort order:zz,sort order:++ Group By Operator [GBY_358] (rows=1717 width=212) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Union 5 [SIMPLE_EDGE] <-Reducer 11 [CONTAINS] vectorized Reduce Output Operator [RS_380] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:z,sort order:+ Group By Operator [GBY_379] (rows=1717 width=212) Output:["_col0","_col1"],aggregations:["sum(_col1)"],keys:_col0 Top N Key Operator [TNK_378] (rows=5151 width=212) - keys:_col0,sort order:+,top n:100 + keys:_col0,null sort order:z,sort order:+,top n:100 Group By Operator [GBY_377] (rows=1717 width=212) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_109] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_108] (rows=99586 width=212) Output:["_col0","_col1"],aggregations:["sum(_col7)"],keys:_col1 Merge Join Operator [MERGEJOIN_305] (rows=69268204 width=211) Conds:RS_104._col0=RS_105._col2(Inner),Output:["_col1","_col7"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_104] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_294] (rows=34340 width=104) Conds:RS_323._col1=RS_329._col0(Inner),Output:["_col0","_col1"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_323] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_322] (rows=462000 width=104) Output:["_col0","_col1"] Filter Operator [FIL_321] (rows=462000 width=104) @@ -239,12 +240,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id"] <-Reducer 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_329] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_328] (rows=23100 width=100) Output:["_col0"],keys:KEY._col0 <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_327] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_326] (rows=23100 width=100) Output:["_col0"],keys:i_item_id Select Operator [SEL_325] (rows=46200 width=190) @@ -255,14 +256,14 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_id","i_category"] <-Reducer 23 [SIMPLE_EDGE] SHUFFLE [RS_105] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Select Operator [SEL_100] (rows=143931246 width=115) Output:["_col2","_col4"] Merge Join Operator [MERGEJOIN_302] (rows=143931246 width=115) Conds:RS_97._col2=RS_353._col0(Inner),Output:["_col1","_col3"] <-Map 25 [SIMPLE_EDGE] vectorized SHUFFLE [RS_353] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_350] (rows=8000000 width=4) Output:["_col0"] Filter Operator [FIL_349] (rows=8000000 width=112) @@ -271,12 +272,12 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_gmt_offset"] <-Reducer 22 [SIMPLE_EDGE] SHUFFLE [RS_97] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_301] (rows=143931246 width=119) Conds:RS_376._col0=RS_336._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 17 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_336] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_331] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_330] (rows=50 width=12) @@ -285,7 +286,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 27 [SIMPLE_EDGE] vectorized SHUFFLE [RS_376] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_375] (rows=143931246 width=123) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_374] (rows=143931246 width=123) @@ -305,47 +306,47 @@ Stage-0 Please refer to the previous Select Operator [SEL_331] <-Reducer 4 [CONTAINS] vectorized Reduce Output Operator [RS_357] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:z,sort order:+ Group By Operator [GBY_356] (rows=1717 width=212) Output:["_col0","_col1"],aggregations:["sum(_col1)"],keys:_col0 Top N Key Operator [TNK_355] (rows=5151 width=212) - keys:_col0,sort order:+,top n:100 + keys:_col0,null sort order:z,sort order:+,top n:100 Group By Operator [GBY_354] (rows=1717 width=212) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_34] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_33] (rows=343400 width=212) Output:["_col0","_col1"],aggregations:["sum(_col7)"],keys:_col1 Merge Join Operator [MERGEJOIN_303] (rows=252818424 width=201) Conds:RS_29._col0=RS_30._col2(Inner),Output:["_col1","_col7"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_29] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Merge Join Operator [MERGEJOIN_294] <-Reducer 16 [SIMPLE_EDGE] SHUFFLE [RS_30] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Select Operator [SEL_25] (rows=525327191 width=110) Output:["_col2","_col4"] Merge Join Operator [MERGEJOIN_296] (rows=525327191 width=110) Conds:RS_22._col2=RS_351._col0(Inner),Output:["_col1","_col3"] <-Map 25 [SIMPLE_EDGE] vectorized SHUFFLE [RS_351] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_350] <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_22] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_295] (rows=525327191 width=114) Conds:RS_348._col0=RS_332._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 17 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_332] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_331] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_348] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_347] (rows=525327191 width=118) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_346] (rows=525327191 width=118) @@ -365,47 +366,47 @@ Stage-0 Please refer to the previous Select Operator [SEL_331] <-Reducer 9 [CONTAINS] vectorized Reduce Output Operator [RS_371] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:z,sort order:+ Group By Operator [GBY_370] (rows=1717 width=212) Output:["_col0","_col1"],aggregations:["sum(_col1)"],keys:_col0 Top N Key Operator [TNK_369] (rows=5151 width=212) - keys:_col0,sort order:+,top n:100 + keys:_col0,null sort order:z,sort order:+,top n:100 Group By Operator [GBY_368] (rows=1717 width=212) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 8 [SIMPLE_EDGE] SHUFFLE [RS_71] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_70] (rows=195738 width=212) Output:["_col0","_col1"],aggregations:["sum(_col7)"],keys:_col1 Merge Join Operator [MERGEJOIN_304] (rows=137215467 width=210) Conds:RS_66._col0=RS_67._col3(Inner),Output:["_col1","_col7"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_66] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Merge Join Operator [MERGEJOIN_294] <-Reducer 20 [SIMPLE_EDGE] SHUFFLE [RS_67] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Select Operator [SEL_62] (rows=285117733 width=115) Output:["_col3","_col4"] Merge Join Operator [MERGEJOIN_299] (rows=285117733 width=115) Conds:RS_59._col1=RS_352._col0(Inner),Output:["_col2","_col3"] <-Map 25 [SIMPLE_EDGE] vectorized SHUFFLE [RS_352] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_350] <-Reducer 19 [SIMPLE_EDGE] SHUFFLE [RS_59] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_298] (rows=285117733 width=119) Conds:RS_367._col0=RS_334._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 17 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_334] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_331] <-Map 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_367] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_366] (rows=285117733 width=123) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_365] (rows=285117733 width=123) diff --git ql/src/test/results/clientpositive/perf/tez/query61.q.out ql/src/test/results/clientpositive/perf/tez/query61.q.out index 222cbe020d..9b54975978 100644 --- ql/src/test/results/clientpositive/perf/tez/query61.q.out +++ ql/src/test/results/clientpositive/perf/tez/query61.q.out @@ -144,12 +144,12 @@ Stage-0 Conds:RS_37._col0=RS_38._col2(Inner),Output:["_col8"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_37] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_252] (rows=16000001 width=4) Conds:RS_266._col1=RS_269._col0(Inner),Output:["_col0"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_266] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_265] (rows=80000000 width=8) Output:["_col0","_col1"] Filter Operator [FIL_264] (rows=80000000 width=8) @@ -158,7 +158,7 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_current_addr_sk"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_269] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_268] (rows=8000000 width=4) Output:["_col0"] Filter Operator [FIL_267] (rows=8000000 width=112) @@ -167,12 +167,12 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_gmt_offset"] <-Reducer 13 [SIMPLE_EDGE] SHUFFLE [RS_38] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_256] (rows=461162530 width=110) Conds:RS_30._col4=RS_295._col0(Inner),Output:["_col2","_col5"] <-Map 22 [SIMPLE_EDGE] vectorized SHUFFLE [RS_295] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_294] (rows=2300 width=4) Output:["_col0"] Filter Operator [FIL_293] (rows=2300 width=259) @@ -181,12 +181,12 @@ Stage-0 default@promotion,promotion,Tbl:COMPLETE,Col:COMPLETE,Output:["p_promo_sk","p_channel_dmail","p_channel_email","p_channel_tv"] <-Reducer 12 [SIMPLE_EDGE] SHUFFLE [RS_30] - PartitionCols:_col4 + PartitionCols:_col4,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_255] (rows=461162530 width=114) Conds:RS_27._col3=RS_291._col0(Inner),Output:["_col2","_col4","_col5"] <-Map 21 [SIMPLE_EDGE] vectorized SHUFFLE [RS_291] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_290] (rows=341 width=4) Output:["_col0"] Filter Operator [FIL_289] (rows=341 width=115) @@ -195,12 +195,12 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_gmt_offset"] <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_27] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_254] (rows=461162530 width=118) Conds:RS_24._col1=RS_287._col0(Inner),Output:["_col2","_col3","_col4","_col5"] <-Map 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_287] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_286] (rows=46200 width=4) Output:["_col0"] Filter Operator [FIL_285] (rows=46200 width=94) @@ -209,12 +209,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_category"] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_24] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_253] (rows=479120969 width=122) Conds:RS_284._col0=RS_272._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5"] <-Map 14 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_272] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_271] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_270] (rows=50 width=12) @@ -223,7 +223,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_284] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_283] (rows=479120969 width=126) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_282] (rows=479120969 width=126) @@ -253,38 +253,38 @@ Stage-0 Conds:RS_76._col0=RS_77._col2(Inner),Output:["_col7"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_76] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Merge Join Operator [MERGEJOIN_252] <-Reducer 18 [SIMPLE_EDGE] SHUFFLE [RS_77] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_260] (rows=482889610 width=110) Conds:RS_69._col3=RS_292._col0(Inner),Output:["_col2","_col4"] <-Map 21 [SIMPLE_EDGE] vectorized SHUFFLE [RS_292] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_290] <-Reducer 17 [SIMPLE_EDGE] SHUFFLE [RS_69] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_259] (rows=482889610 width=114) Conds:RS_66._col1=RS_288._col0(Inner),Output:["_col2","_col3","_col4"] <-Map 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_288] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_286] <-Reducer 16 [SIMPLE_EDGE] SHUFFLE [RS_66] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_258] (rows=501694138 width=118) Conds:RS_302._col0=RS_274._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 14 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_274] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_271] <-Map 23 [SIMPLE_EDGE] vectorized SHUFFLE [RS_302] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_301] (rows=501694138 width=122) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_300] (rows=501694138 width=122) diff --git ql/src/test/results/clientpositive/perf/tez/query63.q.out ql/src/test/results/clientpositive/perf/tez/query63.q.out index 3cdf37b734..c9d800e3e9 100644 --- ql/src/test/results/clientpositive/perf/tez/query63.q.out +++ ql/src/test/results/clientpositive/perf/tez/query63.q.out @@ -87,6 +87,7 @@ Stage-0 Output:["_col0","_col1","_col2"] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_33] + null sort order:zzz,sort order:+++ Select Operator [SEL_30] (rows=338 width=228) Output:["_col0","_col1","_col2"] Filter Operator [FIL_46] (rows=338 width=228) @@ -101,14 +102,14 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_23] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:aa,sort order:++ Group By Operator [GBY_22] (rows=676 width=120) Output:["_col0","_col1","_col2"],aggregations:["sum(_col3)"],keys:_col5, _col7 Merge Join Operator [MERGEJOIN_84] (rows=569118 width=8) Conds:RS_18._col2=RS_101._col0(Inner),Output:["_col3","_col5","_col7"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_101] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_100] (rows=1704 width=4) Output:["_col0"] Filter Operator [FIL_99] (rows=1704 width=4) @@ -117,12 +118,12 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_83] (rows=569118 width=8) Conds:RS_15._col0=RS_98._col0(Inner),Output:["_col2","_col3","_col5","_col7"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_98] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_97] (rows=317 width=8) Output:["_col0","_col1"] Filter Operator [FIL_96] (rows=317 width=12) @@ -131,12 +132,12 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_month_seq","d_moy"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_15] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_82] (rows=569118 width=4) Conds:RS_95._col1=RS_87._col0(Inner),Output:["_col0","_col2","_col3","_col5"] <-Map 7 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_87] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_86] (rows=52 width=8) Output:["_col0","_col1"] Filter Operator [FIL_85] (rows=52 width=290) @@ -145,7 +146,7 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_brand","i_class","i_category","i_manager_id"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_95] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_94] (rows=525329897 width=118) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_93] (rows=525329897 width=118) diff --git ql/src/test/results/clientpositive/perf/tez/query64.q.out ql/src/test/results/clientpositive/perf/tez/query64.q.out index 444b6fb831..de49d8551c 100644 --- ql/src/test/results/clientpositive/perf/tez/query64.q.out +++ ql/src/test/results/clientpositive/perf/tez/query64.q.out @@ -320,6 +320,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col20"] <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_259] + null sort order:zzz,sort order:+++ Select Operator [SEL_258] (rows=319640870598 width=1694) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18"] Filter Operator [FIL_257] (rows=319640870598 width=1694) @@ -328,7 +329,7 @@ Stage-0 Conds:RS_1195._col2, _col1, _col3=RS_1214._col1, _col0, _col2(Inner),Output:["_col0","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col19","_col20","_col21","_col22"] <-Reducer 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1195] - PartitionCols:_col2, _col1, _col3 + PartitionCols:_col2, _col1, _col3,null sort order:aaa,sort order:+++ Select Operator [SEL_1194] (rows=66897622 width=1354) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15"] Filter Operator [FIL_1193] (rows=66897622 width=1362) @@ -339,14 +340,14 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17"],aggregations:["count(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5, KEY._col6, KEY._col7, KEY._col8, KEY._col9, KEY._col10, KEY._col11, KEY._col12, KEY._col13 <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_122] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13 + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13,null sort order:aaaaaaaaaaaaaa,sort order:++++++++++++++ Group By Operator [GBY_121] (rows=66897622 width=1362) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17"],aggregations:["count()","sum(_col42)","sum(_col43)","sum(_col44)"],keys:_col28, _col45, _col29, _col7, _col9, _col14, _col15, _col16, _col17, _col23, _col24, _col25, _col26, _col46 Merge Join Operator [MERGEJOIN_1092] (rows=67843635 width=1260) Conds:RS_117._col31=RS_1139._col0(Inner),Output:["_col7","_col9","_col14","_col15","_col16","_col17","_col23","_col24","_col25","_col26","_col28","_col29","_col42","_col43","_col44","_col45","_col46"] <-Map 36 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1139] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_1137] (rows=20 width=4) Output:["_col0"] Filter Operator [FIL_1136] (rows=20 width=4) @@ -355,14 +356,14 @@ Stage-0 default@income_band,ib2,Tbl:COMPLETE,Col:COMPLETE,Output:["ib_income_band_sk"] <-Reducer 8 [SIMPLE_EDGE] SHUFFLE [RS_117] - PartitionCols:_col31 + PartitionCols:_col31,null sort order:a,sort order:+ Filter Operator [FIL_116] (rows=67843635 width=1434) predicate:(_col50 <> _col19) Merge Join Operator [MERGEJOIN_1091] (rows=67843635 width=1434) Conds:RS_113._col36=RS_1148._col0(Inner),Output:["_col7","_col9","_col14","_col15","_col16","_col17","_col19","_col23","_col24","_col25","_col26","_col28","_col29","_col31","_col42","_col43","_col44","_col45","_col46","_col50"] <-Map 53 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1148] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_1147] (rows=1861800 width=89) Output:["_col0","_col1"] Filter Operator [FIL_1146] (rows=1861800 width=89) @@ -371,26 +372,26 @@ Stage-0 default@customer_demographics,cd1,Tbl:COMPLETE,Col:COMPLETE,Output:["cd_demo_sk","cd_marital_status"] <-Reducer 7 [SIMPLE_EDGE] SHUFFLE [RS_113] - PartitionCols:_col36 + PartitionCols:_col36,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_1090] (rows=66897622 width=1351) Conds:RS_110._col0=RS_111._col15(Inner),Output:["_col7","_col9","_col14","_col15","_col16","_col17","_col19","_col23","_col24","_col25","_col26","_col28","_col29","_col31","_col36","_col42","_col43","_col44","_col45","_col46"] <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_110] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_1080] (rows=70357394 width=458) Conds:RS_107._col1=RS_1149._col0(Inner),Output:["_col0","_col7","_col9","_col14","_col15","_col16","_col17","_col19"] <-Map 53 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1149] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_1147] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_107] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_1079] (rows=69376329 width=376) Conds:RS_104._col3=RS_1143._col0(Inner),Output:["_col0","_col1","_col7","_col9","_col14","_col15","_col16","_col17"] <-Map 37 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1143] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_1142] (rows=40000000 width=365) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_1141] (rows=40000000 width=365) @@ -399,17 +400,17 @@ Stage-0 default@customer_address,ad2,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_street_number","ca_street_name","ca_city","ca_zip"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_104] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_1078] (rows=69376329 width=19) Conds:RS_101._col2=RS_102._col0(Inner),Output:["_col0","_col1","_col3","_col7","_col9"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_101] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_1076] (rows=69376329 width=23) Conds:RS_98._col4=RS_1122._col0(Inner),Output:["_col0","_col1","_col2","_col3","_col7","_col9"] <-Map 17 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_1122] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_1118] (rows=73049 width=8) Output:["_col0","_col1"] Filter Operator [FIL_1115] (rows=73049 width=8) @@ -418,16 +419,16 @@ Stage-0 default@date_dim,d2,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_98] - PartitionCols:_col4 + PartitionCols:_col4,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_1075] (rows=69376329 width=23) Conds:RS_1114._col5=RS_1121._col0(Inner),Output:["_col0","_col1","_col2","_col3","_col4","_col7"] <-Map 17 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_1121] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_1118] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1114] - PartitionCols:_col5 + PartitionCols:_col5,null sort order:a,sort order:+ Select Operator [SEL_1113] (rows=69376329 width=23) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_1112] (rows=69376329 width=23) @@ -436,12 +437,12 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_current_cdemo_sk","c_current_hdemo_sk","c_current_addr_sk","c_first_shipto_date_sk","c_first_sales_date_sk"] <-Reducer 35 [SIMPLE_EDGE] SHUFFLE [RS_102] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_1077] (rows=7200 width=4) Conds:RS_1133._col1=RS_1138._col0(Inner),Output:["_col0"] <-Map 34 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1133] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_1132] (rows=7200 width=8) Output:["_col0","_col1"] Filter Operator [FIL_1131] (rows=7200 width=8) @@ -450,18 +451,18 @@ Stage-0 default@household_demographics,hd2,Tbl:COMPLETE,Col:COMPLETE,Output:["hd_demo_sk","hd_income_band_sk"] <-Map 36 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1138] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_1137] <-Reducer 24 [SIMPLE_EDGE] SHUFFLE [RS_111] - PartitionCols:_col15 + PartitionCols:_col15,null sort order:a,sort order:+ Select Operator [SEL_88] (rows=66897622 width=900) Output:["_col3","_col4","_col5","_col6","_col8","_col9","_col11","_col15","_col16","_col22","_col23","_col24","_col25","_col26"] Merge Join Operator [MERGEJOIN_1089] (rows=66897622 width=900) Conds:RS_85._col1, _col8=RS_1189._col0, _col1(Inner),Output:["_col2","_col3","_col9","_col10","_col11","_col12","_col13","_col18","_col20","_col21","_col23","_col24","_col25","_col26"] <-Map 52 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1189] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Select Operator [SEL_1188] (rows=57591150 width=8) Output:["_col0","_col1"] Filter Operator [FIL_1187] (rows=57591150 width=8) @@ -470,21 +471,21 @@ Stage-0 default@store_returns,store_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["sr_item_sk","sr_ticket_number"] <-Reducer 23 [SIMPLE_EDGE] SHUFFLE [RS_85] - PartitionCols:_col1, _col8 + PartitionCols:_col1, _col8,null sort order:aa,sort order:++ Merge Join Operator [MERGEJOIN_1088] (rows=40575792 width=845) Conds:RS_82._col5=RS_1144._col0(Inner),Output:["_col1","_col2","_col3","_col8","_col9","_col10","_col11","_col12","_col13","_col18","_col20","_col21","_col23","_col24","_col25","_col26"] <-Map 37 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1144] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_1142] <-Reducer 22 [SIMPLE_EDGE] SHUFFLE [RS_82] - PartitionCols:_col5 + PartitionCols:_col5,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_1087] (rows=40575792 width=486) Conds:RS_79._col6=RS_1185._col0(Inner),Output:["_col1","_col2","_col3","_col5","_col8","_col9","_col10","_col11","_col12","_col13","_col18","_col20","_col21"] <-Map 51 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1185] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_1184] (rows=1704 width=181) Output:["_col0","_col1","_col2"] Filter Operator [FIL_1183] (rows=1704 width=181) @@ -493,21 +494,21 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_store_name","s_zip"] <-Reducer 21 [SIMPLE_EDGE] SHUFFLE [RS_79] - PartitionCols:_col6 + PartitionCols:_col6,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_1086] (rows=40575792 width=312) Conds:RS_76._col4=RS_1134._col0(Inner),Output:["_col1","_col2","_col3","_col5","_col6","_col8","_col9","_col10","_col11","_col12","_col13","_col18"] <-Map 34 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1134] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_1132] <-Reducer 20 [SIMPLE_EDGE] SHUFFLE [RS_76] - PartitionCols:_col4 + PartitionCols:_col4,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_1085] (rows=40575792 width=310) Conds:RS_73._col7=RS_1181._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5","_col6","_col8","_col9","_col10","_col11","_col12","_col13"] <-Map 50 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1181] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_1180] (rows=2300 width=4) Output:["_col0"] Filter Operator [FIL_1179] (rows=2300 width=4) @@ -516,17 +517,17 @@ Stage-0 default@promotion,promotion,Tbl:COMPLETE,Col:COMPLETE,Output:["p_promo_sk"] <-Reducer 19 [SIMPLE_EDGE] SHUFFLE [RS_73] - PartitionCols:_col7 + PartitionCols:_col7,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_1084] (rows=40575792 width=312) Conds:RS_70._col1=RS_1178._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13"] <-Reducer 18 [SIMPLE_EDGE] SHUFFLE [RS_70] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_1082] (rows=40575792 width=312) Conds:RS_67._col0=RS_1123._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13"] <-Map 17 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_1123] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_1119] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_1116] (rows=652 width=8) @@ -534,12 +535,12 @@ Stage-0 Please refer to the previous TableScan [TS_3] <-Reducer 39 [SIMPLE_EDGE] SHUFFLE [RS_67] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_1081] (rows=40575792 width=314) Conds:RS_1155._col1=RS_1158._col0(Inner),Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13"] <-Map 40 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_1158] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_1157] (rows=4667 width=111) Output:["_col0","_col1"] Filter Operator [FIL_1156] (rows=4667 width=311) @@ -548,7 +549,7 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_current_price","i_color","i_product_name"] <-Map 38 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1155] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_1154] (rows=417313408 width=355) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11"] Filter Operator [FIL_1153] (rows=417313408 width=355) @@ -568,7 +569,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_1119] <-Reducer 46 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1178] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_1177] (rows=13257 width=4) Output:["_col0"] Filter Operator [FIL_1176] (rows=13257 width=228) @@ -577,14 +578,14 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)"],keys:KEY._col0 <-Reducer 45 [SIMPLE_EDGE] SHUFFLE [RS_45] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_44] (rows=6482999 width=228) Output:["_col0","_col1","_col2"],aggregations:["sum(_col2)","sum(_col5)"],keys:_col0 Merge Join Operator [MERGEJOIN_1083] (rows=183085709 width=227) Conds:RS_1170._col0, _col1=RS_1173._col0, _col1(Inner),Output:["_col0","_col2","_col5"] <-Map 47 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1173] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Select Operator [SEL_1172] (rows=28798881 width=120) Output:["_col0","_col1","_col2"] Filter Operator [FIL_1171] (rows=28798881 width=337) @@ -593,7 +594,7 @@ Stage-0 default@catalog_returns,catalog_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["cr_item_sk","cr_order_number","cr_refunded_cash","cr_reversed_charge","cr_store_credit"] <-Map 44 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1170] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Select Operator [SEL_1169] (rows=287989836 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_1168] (rows=287989836 width=119) @@ -613,7 +614,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_1157] <-Reducer 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1214] - PartitionCols:_col1, _col0, _col2 + PartitionCols:_col1, _col0, _col2,null sort order:aaa,sort order:+++ Select Operator [SEL_1213] (rows=66897622 width=525) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] Filter Operator [FIL_1212] (rows=66897622 width=1362) @@ -624,95 +625,95 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17"],aggregations:["count(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5, KEY._col6, KEY._col7, KEY._col8, KEY._col9, KEY._col10, KEY._col11, KEY._col12, KEY._col13 <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_249] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13 + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13,null sort order:aaaaaaaaaaaaaa,sort order:++++++++++++++ Group By Operator [GBY_248] (rows=66897622 width=1362) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17"],aggregations:["count()","sum(_col42)","sum(_col43)","sum(_col44)"],keys:_col28, _col45, _col29, _col7, _col9, _col14, _col15, _col16, _col17, _col23, _col24, _col25, _col26, _col46 Merge Join Operator [MERGEJOIN_1110] (rows=67843635 width=1260) Conds:RS_244._col31=RS_1140._col0(Inner),Output:["_col7","_col9","_col14","_col15","_col16","_col17","_col23","_col24","_col25","_col26","_col28","_col29","_col42","_col43","_col44","_col45","_col46"] <-Map 36 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1140] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_1137] <-Reducer 14 [SIMPLE_EDGE] SHUFFLE [RS_244] - PartitionCols:_col31 + PartitionCols:_col31,null sort order:a,sort order:+ Filter Operator [FIL_243] (rows=67843635 width=1434) predicate:(_col50 <> _col19) Merge Join Operator [MERGEJOIN_1109] (rows=67843635 width=1434) Conds:RS_240._col36=RS_1150._col0(Inner),Output:["_col7","_col9","_col14","_col15","_col16","_col17","_col19","_col23","_col24","_col25","_col26","_col28","_col29","_col31","_col42","_col43","_col44","_col45","_col46","_col50"] <-Map 53 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1150] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_1147] <-Reducer 13 [SIMPLE_EDGE] SHUFFLE [RS_240] - PartitionCols:_col36 + PartitionCols:_col36,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_1108] (rows=66897622 width=1351) Conds:RS_237._col0=RS_238._col15(Inner),Output:["_col7","_col9","_col14","_col15","_col16","_col17","_col19","_col23","_col24","_col25","_col26","_col28","_col29","_col31","_col36","_col42","_col43","_col44","_col45","_col46"] <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_237] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Merge Join Operator [MERGEJOIN_1080] <-Reducer 32 [SIMPLE_EDGE] SHUFFLE [RS_238] - PartitionCols:_col15 + PartitionCols:_col15,null sort order:a,sort order:+ Select Operator [SEL_215] (rows=66897622 width=900) Output:["_col3","_col4","_col5","_col6","_col8","_col9","_col11","_col15","_col16","_col22","_col23","_col24","_col25","_col26"] Merge Join Operator [MERGEJOIN_1107] (rows=66897622 width=900) Conds:RS_212._col1, _col8=RS_1190._col0, _col1(Inner),Output:["_col2","_col3","_col9","_col10","_col11","_col12","_col13","_col18","_col20","_col21","_col23","_col24","_col25","_col26"] <-Map 52 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1190] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Please refer to the previous Select Operator [SEL_1188] <-Reducer 31 [SIMPLE_EDGE] SHUFFLE [RS_212] - PartitionCols:_col1, _col8 + PartitionCols:_col1, _col8,null sort order:aa,sort order:++ Merge Join Operator [MERGEJOIN_1106] (rows=40575792 width=845) Conds:RS_209._col5=RS_1145._col0(Inner),Output:["_col1","_col2","_col3","_col8","_col9","_col10","_col11","_col12","_col13","_col18","_col20","_col21","_col23","_col24","_col25","_col26"] <-Map 37 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1145] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_1142] <-Reducer 30 [SIMPLE_EDGE] SHUFFLE [RS_209] - PartitionCols:_col5 + PartitionCols:_col5,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_1105] (rows=40575792 width=486) Conds:RS_206._col6=RS_1186._col0(Inner),Output:["_col1","_col2","_col3","_col5","_col8","_col9","_col10","_col11","_col12","_col13","_col18","_col20","_col21"] <-Map 51 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1186] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_1184] <-Reducer 29 [SIMPLE_EDGE] SHUFFLE [RS_206] - PartitionCols:_col6 + PartitionCols:_col6,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_1104] (rows=40575792 width=312) Conds:RS_203._col4=RS_1135._col0(Inner),Output:["_col1","_col2","_col3","_col5","_col6","_col8","_col9","_col10","_col11","_col12","_col13","_col18"] <-Map 34 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1135] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_1132] <-Reducer 28 [SIMPLE_EDGE] SHUFFLE [RS_203] - PartitionCols:_col4 + PartitionCols:_col4,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_1103] (rows=40575792 width=310) Conds:RS_200._col7=RS_1182._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5","_col6","_col8","_col9","_col10","_col11","_col12","_col13"] <-Map 50 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1182] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_1180] <-Reducer 27 [SIMPLE_EDGE] SHUFFLE [RS_200] - PartitionCols:_col7 + PartitionCols:_col7,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_1102] (rows=40575792 width=312) Conds:RS_197._col1=RS_1209._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13"] <-Reducer 26 [SIMPLE_EDGE] SHUFFLE [RS_197] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_1100] (rows=40575792 width=312) Conds:RS_194._col0=RS_1125._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13"] <-Map 17 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_1125] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_1120] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_1117] (rows=652 width=8) @@ -720,16 +721,16 @@ Stage-0 Please refer to the previous TableScan [TS_3] <-Reducer 42 [SIMPLE_EDGE] SHUFFLE [RS_194] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_1099] (rows=40575792 width=314) Conds:RS_1200._col1=RS_1160._col0(Inner),Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13"] <-Map 40 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_1160] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_1157] <-Map 54 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1200] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_1199] (rows=417313408 width=355) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11"] Filter Operator [FIL_1198] (rows=417313408 width=355) @@ -749,7 +750,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_1120] <-Reducer 49 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1209] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_1208] (rows=13257 width=4) Output:["_col0"] Filter Operator [FIL_1207] (rows=13257 width=228) @@ -758,18 +759,18 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)"],keys:KEY._col0 <-Reducer 48 [SIMPLE_EDGE] SHUFFLE [RS_172] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_171] (rows=6482999 width=228) Output:["_col0","_col1","_col2"],aggregations:["sum(_col2)","sum(_col5)"],keys:_col0 Merge Join Operator [MERGEJOIN_1101] (rows=183085709 width=227) Conds:RS_1205._col0, _col1=RS_1174._col0, _col1(Inner),Output:["_col0","_col2","_col5"] <-Map 47 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1174] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Please refer to the previous Select Operator [SEL_1172] <-Map 55 [SIMPLE_EDGE] vectorized SHUFFLE [RS_1205] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Select Operator [SEL_1204] (rows=287989836 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_1203] (rows=287989836 width=119) diff --git ql/src/test/results/clientpositive/perf/tez/query65.q.out ql/src/test/results/clientpositive/perf/tez/query65.q.out index dbc5c79a87..85686c7907 100644 --- ql/src/test/results/clientpositive/perf/tez/query65.q.out +++ ql/src/test/results/clientpositive/perf/tez/query65.q.out @@ -90,13 +90,14 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_53] + null sort order:zz,sort order:++ Select Operator [SEL_52] (rows=1772841 width=707) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Merge Join Operator [MERGEJOIN_139] (rows=1772841 width=707) Conds:RS_49._col1=RS_169._col0(Inner),Output:["_col2","_col6","_col8","_col9","_col10","_col11"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_169] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_168] (rows=462000 width=511) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_167] (rows=462000 width=511) @@ -105,12 +106,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_desc","i_current_price","i_wholesale_cost","i_brand"] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_49] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_138] (rows=1772841 width=204) Conds:RS_46._col0=RS_166._col0(Inner),Output:["_col1","_col2","_col6"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_166] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_165] (rows=1704 width=92) Output:["_col0","_col1"] Filter Operator [FIL_164] (rows=1704 width=92) @@ -119,28 +120,28 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_store_name"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_46] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Filter Operator [FIL_45] (rows=1772841 width=231) predicate:(_col2 <= _col4) Merge Join Operator [MERGEJOIN_137] (rows=5318523 width=231) Conds:RS_157._col0=RS_163._col0(Inner),Output:["_col0","_col1","_col2","_col4"] <-Reducer 3 [SIMPLE_EDGE] vectorized SHUFFLE [RS_157] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Filter Operator [FIL_156] (rows=5255208 width=119) predicate:_col2 is not null Group By Operator [GBY_155] (rows=5255208 width=119) Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_11] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_10] (rows=525329897 width=119) Output:["_col0","_col1","_col2"],aggregations:["sum(_col3)"],keys:_col2, _col1 Merge Join Operator [MERGEJOIN_135] (rows=525329897 width=114) Conds:RS_153._col0=RS_142._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_142] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_141] (rows=317 width=4) Output:["_col0"] Filter Operator [FIL_140] (rows=317 width=8) @@ -149,7 +150,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_month_seq"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_153] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_151] (rows=525329897 width=118) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_149] (rows=525329897 width=118) @@ -169,7 +170,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_141] <-Reducer 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_163] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_162] (rows=84 width=115) Output:["_col0","_col1"] Filter Operator [FIL_161] (rows=84 width=123) @@ -182,18 +183,18 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 8 [SIMPLE_EDGE] SHUFFLE [RS_27] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:aa,sort order:++ Group By Operator [GBY_26] (rows=525329897 width=119) Output:["_col0","_col1","_col2"],aggregations:["sum(_col3)"],keys:_col2, _col1 Merge Join Operator [MERGEJOIN_136] (rows=525329897 width=114) Conds:RS_154._col0=RS_144._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_144] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_141] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_154] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_152] (rows=525329897 width=118) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_150] (rows=525329897 width=118) diff --git ql/src/test/results/clientpositive/perf/tez/query66.q.out ql/src/test/results/clientpositive/perf/tez/query66.q.out index 1ce4b6f524..23ffd637a3 100644 --- ql/src/test/results/clientpositive/perf/tez/query66.q.out +++ ql/src/test/results/clientpositive/perf/tez/query66.q.out @@ -488,23 +488,24 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col20","_col21","_col22","_col23","_col24","_col25","_col26","_col27","_col28","_col29","_col30","_col31","_col32","_col33","_col34","_col35","_col36","_col37","_col38","_col39","_col40","_col41"] <-Reducer 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_250] + null sort order:z,sort order:+ Group By Operator [GBY_249] (rows=2423925 width=4510) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col20","_col21","_col22","_col23","_col24","_col25","_col26","_col27","_col28","_col29","_col30","_col31","_col32","_col33","_col34","_col35","_col36","_col37","_col38","_col39","_col40","_col41"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)","sum(VALUE._col4)","sum(VALUE._col5)","sum(VALUE._col6)","sum(VALUE._col7)","sum(VALUE._col8)","sum(VALUE._col9)","sum(VALUE._col10)","sum(VALUE._col11)","sum(VALUE._col12)","sum(VALUE._col13)","sum(VALUE._col14)","sum(VALUE._col15)","sum(VALUE._col16)","sum(VALUE._col17)","sum(VALUE._col18)","sum(VALUE._col19)","sum(VALUE._col20)","sum(VALUE._col21)","sum(VALUE._col22)","sum(VALUE._col23)","sum(VALUE._col24)","sum(VALUE._col25)","sum(VALUE._col26)","sum(VALUE._col27)","sum(VALUE._col28)","sum(VALUE._col29)","sum(VALUE._col30)","sum(VALUE._col31)","sum(VALUE._col32)","sum(VALUE._col33)","sum(VALUE._col34)","sum(VALUE._col35)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5 <-Union 7 [SIMPLE_EDGE] <-Reducer 15 [CONTAINS] vectorized Reduce Output Operator [RS_264] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5 + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5,null sort order:zaaaaa,sort order:++++++ Group By Operator [GBY_263] (rows=2513727 width=4510) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col20","_col21","_col22","_col23","_col24","_col25","_col26","_col27","_col28","_col29","_col30","_col31","_col32","_col33","_col34","_col35","_col36","_col37","_col38","_col39","_col40","_col41"],aggregations:["sum(_col6)","sum(_col7)","sum(_col8)","sum(_col9)","sum(_col10)","sum(_col11)","sum(_col12)","sum(_col13)","sum(_col14)","sum(_col15)","sum(_col16)","sum(_col17)","sum(_col18)","sum(_col19)","sum(_col20)","sum(_col21)","sum(_col22)","sum(_col23)","sum(_col24)","sum(_col25)","sum(_col26)","sum(_col27)","sum(_col28)","sum(_col29)","sum(_col30)","sum(_col31)","sum(_col32)","sum(_col33)","sum(_col34)","sum(_col35)","sum(_col36)","sum(_col37)","sum(_col38)","sum(_col39)","sum(_col40)","sum(_col41)"],keys:_col0, _col1, _col2, _col3, _col4, _col5 Top N Key Operator [TNK_262] (rows=2513727 width=3166) - keys:_col0, _col1, _col2, _col3, _col4, _col5,sort order:++++++,top n:100 + keys:_col0, _col1, _col2, _col3, _col4, _col5,null sort order:zaaaaa,sort order:++++++,top n:100 Select Operator [SEL_261] (rows=2513727 width=3166) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col20","_col21","_col22","_col23","_col24","_col25","_col26","_col27","_col28","_col29","_col30","_col31","_col32","_col33","_col34","_col35","_col36","_col37","_col38","_col39","_col40","_col41"] Group By Operator [GBY_260] (rows=2513700 width=3166) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col20","_col21","_col22","_col23","_col24","_col25","_col26","_col27","_col28","_col29"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)","sum(VALUE._col4)","sum(VALUE._col5)","sum(VALUE._col6)","sum(VALUE._col7)","sum(VALUE._col8)","sum(VALUE._col9)","sum(VALUE._col10)","sum(VALUE._col11)","sum(VALUE._col12)","sum(VALUE._col13)","sum(VALUE._col14)","sum(VALUE._col15)","sum(VALUE._col16)","sum(VALUE._col17)","sum(VALUE._col18)","sum(VALUE._col19)","sum(VALUE._col20)","sum(VALUE._col21)","sum(VALUE._col22)","sum(VALUE._col23)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5 <-Reducer 14 [SIMPLE_EDGE] SHUFFLE [RS_63] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5 + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5,null sort order:aaaaaa,sort order:++++++ Group By Operator [GBY_62] (rows=15681803 width=3166) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col20","_col21","_col22","_col23","_col24","_col25","_col26","_col27","_col28","_col29"],aggregations:["sum(_col6)","sum(_col7)","sum(_col8)","sum(_col9)","sum(_col10)","sum(_col11)","sum(_col12)","sum(_col13)","sum(_col14)","sum(_col15)","sum(_col16)","sum(_col17)","sum(_col18)","sum(_col19)","sum(_col20)","sum(_col21)","sum(_col22)","sum(_col23)","sum(_col24)","sum(_col25)","sum(_col26)","sum(_col27)","sum(_col28)","sum(_col29)"],keys:_col0, _col1, _col2, _col3, _col4, _col5 Select Operator [SEL_60] (rows=15681803 width=750) @@ -513,7 +514,7 @@ Stage-0 Conds:RS_57._col3=RS_243._col0(Inner),Output:["_col4","_col5","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col22","_col23","_col24","_col25","_col26","_col27"] <-Map 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_243] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_241] (rows=27 width=482) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] Filter Operator [FIL_240] (rows=27 width=482) @@ -522,12 +523,12 @@ Stage-0 default@warehouse,warehouse,Tbl:COMPLETE,Col:COMPLETE,Output:["w_warehouse_sk","w_warehouse_name","w_warehouse_sq_ft","w_city","w_county","w_state","w_country"] <-Reducer 13 [SIMPLE_EDGE] SHUFFLE [RS_57] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_203] (rows=15681803 width=275) Conds:RS_54._col2=RS_221._col0(Inner),Output:["_col3","_col4","_col5","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19"] <-Map 17 [SIMPLE_EDGE] vectorized SHUFFLE [RS_221] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_218] (rows=1 width=4) Output:["_col0"] Filter Operator [FIL_217] (rows=1 width=88) @@ -536,12 +537,12 @@ Stage-0 default@ship_mode,ship_mode,Tbl:COMPLETE,Col:COMPLETE,Output:["sm_ship_mode_sk","sm_carrier"] <-Reducer 12 [SIMPLE_EDGE] SHUFFLE [RS_54] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_202] (rows=282272460 width=279) Conds:RS_51._col0=RS_239._col0(Inner),Output:["_col2","_col3","_col4","_col5","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19"] <-Map 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_239] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_237] (rows=652 width=52) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12"] Filter Operator [FIL_236] (rows=652 width=12) @@ -550,12 +551,12 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_51] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_201] (rows=282272460 width=235) Conds:RS_259._col1=RS_235._col0(Inner),Output:["_col0","_col2","_col3","_col4","_col5"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_235] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_233] (rows=33426 width=4) Output:["_col0"] Filter Operator [FIL_232] (rows=33426 width=8) @@ -564,7 +565,7 @@ Stage-0 default@time_dim,time_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["t_time_sk","t_time"] <-Map 21 [SIMPLE_EDGE] vectorized SHUFFLE [RS_259] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_258] (rows=282272460 width=239) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_257] (rows=282272460 width=243) @@ -584,18 +585,18 @@ Stage-0 Please refer to the previous Select Operator [SEL_218] <-Reducer 6 [CONTAINS] vectorized Reduce Output Operator [RS_248] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5 + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5,null sort order:zaaaaa,sort order:++++++ Group By Operator [GBY_247] (rows=2513727 width=4510) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col20","_col21","_col22","_col23","_col24","_col25","_col26","_col27","_col28","_col29","_col30","_col31","_col32","_col33","_col34","_col35","_col36","_col37","_col38","_col39","_col40","_col41"],aggregations:["sum(_col6)","sum(_col7)","sum(_col8)","sum(_col9)","sum(_col10)","sum(_col11)","sum(_col12)","sum(_col13)","sum(_col14)","sum(_col15)","sum(_col16)","sum(_col17)","sum(_col18)","sum(_col19)","sum(_col20)","sum(_col21)","sum(_col22)","sum(_col23)","sum(_col24)","sum(_col25)","sum(_col26)","sum(_col27)","sum(_col28)","sum(_col29)","sum(_col30)","sum(_col31)","sum(_col32)","sum(_col33)","sum(_col34)","sum(_col35)","sum(_col36)","sum(_col37)","sum(_col38)","sum(_col39)","sum(_col40)","sum(_col41)"],keys:_col0, _col1, _col2, _col3, _col4, _col5 Top N Key Operator [TNK_246] (rows=2513727 width=3166) - keys:_col0, _col1, _col2, _col3, _col4, _col5,sort order:++++++,top n:100 + keys:_col0, _col1, _col2, _col3, _col4, _col5,null sort order:zaaaaa,sort order:++++++,top n:100 Select Operator [SEL_245] (rows=2513727 width=3166) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col20","_col21","_col22","_col23","_col24","_col25","_col26","_col27","_col28","_col29","_col30","_col31","_col32","_col33","_col34","_col35","_col36","_col37","_col38","_col39","_col40","_col41"] Group By Operator [GBY_244] (rows=27 width=3166) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col20","_col21","_col22","_col23","_col24","_col25","_col26","_col27","_col28","_col29"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)","sum(VALUE._col4)","sum(VALUE._col5)","sum(VALUE._col6)","sum(VALUE._col7)","sum(VALUE._col8)","sum(VALUE._col9)","sum(VALUE._col10)","sum(VALUE._col11)","sum(VALUE._col12)","sum(VALUE._col13)","sum(VALUE._col14)","sum(VALUE._col15)","sum(VALUE._col16)","sum(VALUE._col17)","sum(VALUE._col18)","sum(VALUE._col19)","sum(VALUE._col20)","sum(VALUE._col21)","sum(VALUE._col22)","sum(VALUE._col23)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5 <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_30] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5 + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5,null sort order:aaaaaa,sort order:++++++ Group By Operator [GBY_29] (rows=27 width=3166) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col20","_col21","_col22","_col23","_col24","_col25","_col26","_col27","_col28","_col29"],aggregations:["sum(_col6)","sum(_col7)","sum(_col8)","sum(_col9)","sum(_col10)","sum(_col11)","sum(_col12)","sum(_col13)","sum(_col14)","sum(_col15)","sum(_col16)","sum(_col17)","sum(_col18)","sum(_col19)","sum(_col20)","sum(_col21)","sum(_col22)","sum(_col23)","sum(_col24)","sum(_col25)","sum(_col26)","sum(_col27)","sum(_col28)","sum(_col29)"],keys:_col0, _col1, _col2, _col3, _col4, _col5 Select Operator [SEL_27] (rows=7992175 width=750) @@ -604,38 +605,38 @@ Stage-0 Conds:RS_24._col3=RS_242._col0(Inner),Output:["_col4","_col5","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col22","_col23","_col24","_col25","_col26","_col27"] <-Map 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_242] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_241] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_24] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_199] (rows=7992175 width=275) Conds:RS_21._col2=RS_219._col0(Inner),Output:["_col3","_col4","_col5","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19"] <-Map 17 [SIMPLE_EDGE] vectorized SHUFFLE [RS_219] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_218] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_21] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_198] (rows=143859154 width=279) Conds:RS_18._col0=RS_238._col0(Inner),Output:["_col2","_col3","_col4","_col5","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19"] <-Map 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_238] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_237] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_197] (rows=143859154 width=235) Conds:RS_231._col1=RS_234._col0(Inner),Output:["_col0","_col2","_col3","_col4","_col5"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_234] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_233] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_231] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_230] (rows=143859154 width=239) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_229] (rows=143859154 width=243) diff --git ql/src/test/results/clientpositive/perf/tez/query67.q.out ql/src/test/results/clientpositive/perf/tez/query67.q.out index cbacaae150..67ce83abbd 100644 --- ql/src/test/results/clientpositive/perf/tez/query67.q.out +++ ql/src/test/results/clientpositive/perf/tez/query67.q.out @@ -118,6 +118,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_108] + null sort order:zzzzzzzzzz,sort order:++++++++++ Select Operator [SEL_107] (rows=1575989691 width=617) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9"] Filter Operator [FIL_106] (rows=1575989691 width=613) @@ -128,21 +129,21 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_103] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:az,sort order:+- Select Operator [SEL_102] (rows=4727969073 width=613) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] Group By Operator [GBY_101] (rows=4727969073 width=621) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col9"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5, KEY._col6, KEY._col7, KEY._col8 <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_23] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8,null sort order:aaaaaaaaa,sort order:+++++++++ Group By Operator [GBY_22] (rows=4727969073 width=621) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9"],aggregations:["sum(_col3)"],keys:_col11, _col12, _col13, _col14, _col5, _col6, _col7, _col9, 0L Merge Join Operator [MERGEJOIN_83] (rows=525329897 width=613) Conds:RS_18._col1=RS_100._col0(Inner),Output:["_col3","_col5","_col6","_col7","_col9","_col11","_col12","_col13","_col14"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_100] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_99] (rows=462000 width=393) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_98] (rows=462000 width=393) @@ -151,12 +152,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_brand","i_class","i_category","i_product_name"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_82] (rows=525329897 width=228) Conds:RS_15._col2=RS_97._col0(Inner),Output:["_col1","_col3","_col5","_col6","_col7","_col9"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_97] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_96] (rows=1704 width=104) Output:["_col0","_col1"] Filter Operator [FIL_95] (rows=1704 width=104) @@ -165,12 +166,12 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_store_id"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_15] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_81] (rows=525329897 width=131) Conds:RS_94._col0=RS_86._col0(Inner),Output:["_col1","_col2","_col3","_col5","_col6","_col7"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_86] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_85] (rows=317 width=16) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_84] (rows=317 width=20) @@ -179,7 +180,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_month_seq","d_year","d_moy","d_qoy"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_94] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_93] (rows=525329897 width=123) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_92] (rows=525329897 width=122) diff --git ql/src/test/results/clientpositive/perf/tez/query68.q.out ql/src/test/results/clientpositive/perf/tez/query68.q.out index b9321679a9..d264f7cf5c 100644 --- ql/src/test/results/clientpositive/perf/tez/query68.q.out +++ ql/src/test/results/clientpositive/perf/tez/query68.q.out @@ -120,6 +120,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_46] + null sort order:zz,sort order:++ Select Operator [SEL_45] (rows=457565061 width=706) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] Filter Operator [FIL_44] (rows=457565061 width=706) @@ -128,12 +129,12 @@ Stage-0 Conds:RS_41._col0=RS_172._col1(Inner),Output:["_col2","_col3","_col5","_col6","_col8","_col9","_col10","_col11"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_41] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_140] (rows=80000000 width=277) Conds:RS_148._col1=RS_151._col0(Inner),Output:["_col0","_col2","_col3","_col5"] <-Map 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_151] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_150] (rows=40000000 width=97) Output:["_col0","_col1"] Filter Operator [FIL_149] (rows=40000000 width=97) @@ -142,7 +143,7 @@ Stage-0 default@customer_address,current_addr,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_city"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_148] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_147] (rows=80000000 width=188) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_146] (rows=80000000 width=188) @@ -151,30 +152,30 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_current_addr_sk","c_first_name","c_last_name"] <-Reducer 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_172] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_171] (rows=457565061 width=436) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Group By Operator [GBY_170] (rows=457565061 width=440) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3 <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_35] - PartitionCols:_col0, _col1, _col2, _col3 + PartitionCols:_col0, _col1, _col2, _col3,null sort order:aaaa,sort order:++++ Group By Operator [GBY_34] (rows=457565061 width=440) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["sum(_col6)","sum(_col7)","sum(_col8)"],keys:_col1, _col13, _col3, _col5 Merge Join Operator [MERGEJOIN_144] (rows=457565061 width=425) Conds:RS_30._col3=RS_152._col0(Inner),Output:["_col1","_col3","_col5","_col6","_col7","_col8","_col13"] <-Map 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_152] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_150] <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_30] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_143] (rows=457565061 width=332) Conds:RS_27._col2=RS_169._col0(Inner),Output:["_col1","_col3","_col5","_col6","_col7","_col8"] <-Map 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_169] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_168] (rows=1855 width=4) Output:["_col0"] Filter Operator [FIL_167] (rows=1855 width=12) @@ -183,12 +184,12 @@ Stage-0 default@household_demographics,household_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["hd_demo_sk","hd_dep_count","hd_vehicle_count"] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_27] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_142] (rows=457565061 width=336) Conds:RS_24._col4=RS_166._col0(Inner),Output:["_col1","_col2","_col3","_col5","_col6","_col7","_col8"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_166] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_165] (rows=14 width=4) Output:["_col0"] Filter Operator [FIL_164] (rows=14 width=97) @@ -197,12 +198,12 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_city"] <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_24] - PartitionCols:_col4 + PartitionCols:_col4,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_141] (rows=457565061 width=340) Conds:RS_163._col0=RS_155._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_155] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_154] (rows=170 width=4) Output:["_col0"] Filter Operator [FIL_153] (rows=170 width=12) @@ -211,7 +212,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_dom"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_163] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_162] (rows=457565061 width=343) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] Filter Operator [FIL_161] (rows=457565061 width=343) diff --git ql/src/test/results/clientpositive/perf/tez/query69.q.out ql/src/test/results/clientpositive/perf/tez/query69.q.out index 1a024964f8..d27f4060f6 100644 --- ql/src/test/results/clientpositive/perf/tez/query69.q.out +++ ql/src/test/results/clientpositive/perf/tez/query69.q.out @@ -140,17 +140,18 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] <-Reducer 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_228] + null sort order:zzzzz,sort order:+++++ Select Operator [SEL_227] (rows=1 width=383) Output:["_col0","_col1","_col2","_col3","_col4","_col6"] Group By Operator [GBY_226] (rows=1 width=367) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4 <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_69] - PartitionCols:_col0, _col1, _col2, _col3, _col4 + PartitionCols:_col0, _col1, _col2, _col3, _col4,null sort order:zzzzz,sort order:+++++ Group By Operator [GBY_68] (rows=1 width=367) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["count()"],keys:_col6, _col7, _col8, _col9, _col10 Top N Key Operator [TNK_105] (rows=1 width=363) - keys:_col6, _col7, _col8, _col9, _col10,sort order:+++++,top n:100 + keys:_col6, _col7, _col8, _col9, _col10,null sort order:zzzzz,sort order:+++++,top n:100 Select Operator [SEL_67] (rows=1 width=363) Output:["_col6","_col7","_col8","_col9","_col10"] Filter Operator [FIL_66] (rows=1 width=363) @@ -159,7 +160,7 @@ Stage-0 Conds:RS_63._col0=RS_225._col1(Left Outer),Output:["_col6","_col7","_col8","_col9","_col10","_col13"] <-Reducer 5 [SIMPLE_EDGE] PARTITION_ONLY_SHUFFLE [RS_63] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_48] (rows=1 width=367) Output:["_col0","_col6","_col7","_col8","_col9","_col10"] Filter Operator [FIL_47] (rows=1 width=367) @@ -168,21 +169,21 @@ Stage-0 Conds:RS_44._col0=RS_217._col1(Left Outer),Output:["_col0","_col6","_col7","_col8","_col9","_col10","_col11"] <-Reducer 17 [SIMPLE_EDGE] vectorized SHUFFLE [RS_217] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_216] (rows=1414922 width=7) Output:["_col0","_col1"] Group By Operator [GBY_215] (rows=1414922 width=3) Output:["_col0"],keys:KEY._col0 <-Reducer 16 [SIMPLE_EDGE] SHUFFLE [RS_30] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_29] (rows=143930993 width=3) Output:["_col0"],keys:_col1 Merge Join Operator [MERGEJOIN_180] (rows=143930993 width=3) Conds:RS_214._col0=RS_198._col0(Inner),Output:["_col1"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_198] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_195] (rows=150 width=4) Output:["_col0"] Filter Operator [FIL_194] (rows=150 width=12) @@ -191,7 +192,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 21 [SIMPLE_EDGE] vectorized SHUFFLE [RS_214] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_213] (rows=143930993 width=7) Output:["_col0","_col1"] Filter Operator [FIL_212] (rows=143930993 width=7) @@ -211,12 +212,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_195] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_44] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_182] (rows=525327388 width=363) Conds:RS_41._col0=RS_42._col0(Left Semi),Output:["_col0","_col6","_col7","_col8","_col9","_col10"] <-Reducer 13 [SIMPLE_EDGE] SHUFFLE [RS_42] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_40] (rows=525327388 width=3) Output:["_col0"],keys:_col0 Select Operator [SEL_18] (rows=525327388 width=3) @@ -225,11 +226,11 @@ Stage-0 Conds:RS_209._col0=RS_196._col0(Inner),Output:["_col1"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_196] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_195] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_209] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_208] (rows=525327388 width=7) Output:["_col0","_col1"] Filter Operator [FIL_207] (rows=525327388 width=7) @@ -249,12 +250,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_195] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_41] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_178] (rows=4605476 width=363) Conds:RS_36._col1=RS_193._col0(Inner),Output:["_col0","_col6","_col7","_col8","_col9","_col10"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_193] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_192] (rows=1861800 width=363) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_191] (rows=1861800 width=363) @@ -263,12 +264,12 @@ Stage-0 default@customer_demographics,customer_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["cd_demo_sk","cd_gender","cd_marital_status","cd_education_status","cd_purchase_estimate","cd_credit_rating"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_36] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_177] (rows=4541258 width=5) Conds:RS_187._col2=RS_190._col0(Inner),Output:["_col0","_col1"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_187] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Select Operator [SEL_186] (rows=77201384 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_185] (rows=77201384 width=11) @@ -277,7 +278,7 @@ Stage-0 default@customer,c,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_current_cdemo_sk","c_current_addr_sk"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_190] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_189] (rows=2352941 width=90) Output:["_col0"] Filter Operator [FIL_188] (rows=2352941 width=90) @@ -286,25 +287,25 @@ Stage-0 default@customer_address,ca,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_state"] <-Reducer 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_225] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_224] (rows=1401496 width=7) Output:["_col0","_col1"] Group By Operator [GBY_223] (rows=1401496 width=3) Output:["_col0"],keys:KEY._col0 <-Reducer 19 [SIMPLE_EDGE] SHUFFLE [RS_60] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_59] (rows=285115246 width=3) Output:["_col0"],keys:_col1 Merge Join Operator [MERGEJOIN_181] (rows=285115246 width=3) Conds:RS_222._col0=RS_200._col0(Inner),Output:["_col1"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_200] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_195] <-Map 22 [SIMPLE_EDGE] vectorized SHUFFLE [RS_222] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_221] (rows=285115246 width=7) Output:["_col0","_col1"] Filter Operator [FIL_220] (rows=285115246 width=7) diff --git ql/src/test/results/clientpositive/perf/tez/query7.q.out ql/src/test/results/clientpositive/perf/tez/query7.q.out index b6e2b0b485..c00b543a0e 100644 --- ql/src/test/results/clientpositive/perf/tez/query7.q.out +++ ql/src/test/results/clientpositive/perf/tez/query7.q.out @@ -74,22 +74,23 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_122] + null sort order:z,sort order:+ Select Operator [SEL_121] (rows=310774 width=444) Output:["_col0","_col1","_col2","_col3","_col4"] Group By Operator [GBY_120] (rows=310774 width=476) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)","sum(VALUE._col2)","count(VALUE._col3)","sum(VALUE._col4)","count(VALUE._col5)","sum(VALUE._col6)","count(VALUE._col7)"],keys:KEY._col0 <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_29] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:z,sort order:+ Group By Operator [GBY_28] (rows=462000 width=476) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"],aggregations:["sum(_col4)","count(_col4)","sum(_col5)","count(_col5)","sum(_col7)","count(_col7)","sum(_col6)","count(_col6)"],keys:_col12 Top N Key Operator [TNK_55] (rows=4635977 width=100) - keys:_col12,sort order:+,top n:100 + keys:_col12,null sort order:z,sort order:+,top n:100 Merge Join Operator [MERGEJOIN_99] (rows=4635977 width=100) Conds:RS_24._col1=RS_119._col0(Inner),Output:["_col4","_col5","_col6","_col7","_col12"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_119] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_118] (rows=462000 width=104) Output:["_col0","_col1"] Filter Operator [FIL_117] (rows=462000 width=104) @@ -98,12 +99,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_24] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_98] (rows=4635977 width=4) Conds:RS_21._col3=RS_116._col0(Inner),Output:["_col1","_col4","_col5","_col6","_col7"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_116] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_115] (rows=2300 width=4) Output:["_col0"] Filter Operator [FIL_114] (rows=2300 width=174) @@ -112,12 +113,12 @@ Stage-0 default@promotion,promotion,Tbl:COMPLETE,Col:COMPLETE,Output:["p_promo_sk","p_channel_email","p_channel_event"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_21] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_97] (rows=4635977 width=4) Conds:RS_18._col0=RS_113._col0(Inner),Output:["_col1","_col3","_col4","_col5","_col6","_col7"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_113] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_112] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_111] (rows=652 width=8) @@ -126,12 +127,12 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_96] (rows=4635977 width=4) Conds:RS_110._col2=RS_102._col0(Inner),Output:["_col0","_col1","_col3","_col4","_col5","_col6","_col7"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_102] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_101] (rows=14776 width=4) Output:["_col0"] Filter Operator [FIL_100] (rows=14776 width=268) @@ -140,7 +141,7 @@ Stage-0 default@customer_demographics,customer_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["cd_demo_sk","cd_gender","cd_marital_status","cd_education_status"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_110] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Select Operator [SEL_109] (rows=501686735 width=340) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] Filter Operator [FIL_108] (rows=501686735 width=340) diff --git ql/src/test/results/clientpositive/perf/tez/query70.q.out ql/src/test/results/clientpositive/perf/tez/query70.q.out index 9a53670461..26b1ca1f5d 100644 --- ql/src/test/results/clientpositive/perf/tez/query70.q.out +++ ql/src/test/results/clientpositive/perf/tez/query70.q.out @@ -107,6 +107,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_166] + null sort order:zzz,sort order:-++ Select Operator [SEL_165] (rows=720 width=492) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] PTF Operator [PTF_164] (rows=720 width=304) @@ -115,14 +116,14 @@ Stage-0 Output:["_col0","_col1","_col2","_col3"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_162] - PartitionCols:(grouping(_col3, 1L) + grouping(_col3, 0L)), CASE WHEN ((grouping(_col3, 0L) = UDFToLong(0))) THEN (_col0) ELSE (CAST( null AS STRING)) END + PartitionCols:(grouping(_col3, 1L) + grouping(_col3, 0L)), CASE WHEN ((grouping(_col3, 0L) = UDFToLong(0))) THEN (_col0) ELSE (CAST( null AS STRING)) END,null sort order:aaz,sort order:++- Select Operator [SEL_161] (rows=720 width=304) Output:["_col0","_col1","_col2","_col3"] Group By Operator [GBY_160] (rows=720 width=304) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_49] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_48] (rows=135360 width=304) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(_col2)"],keys:_col0, _col1, 0L Select Operator [SEL_46] (rows=171536292 width=280) @@ -131,7 +132,7 @@ Stage-0 Conds:RS_43._col7=RS_159._col0(Inner),Output:["_col2","_col6","_col7"] <-Reducer 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_159] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_158] (rows=16 width=86) Output:["_col0"] Filter Operator [FIL_157] (rows=16 width=198) @@ -142,26 +143,26 @@ Stage-0 Output:["_col0","_col1"] <-Reducer 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_154] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:az,sort order:+- Group By Operator [GBY_153] (rows=49 width=198) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 8 [SIMPLE_EDGE] SHUFFLE [RS_26] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_25] (rows=19404 width=198) Output:["_col0","_col1"],aggregations:["sum(_col2)"],keys:_col5 Top N Key Operator [TNK_85] (rows=525329897 width=192) - keys:_col5,sort order:+,top n:6 + keys:_col5,null sort order:a,sort order:+,top n:6 Merge Join Operator [MERGEJOIN_134] (rows=525329897 width=192) Conds:RS_21._col1=RS_152._col0(Inner),Output:["_col2","_col5"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_21] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_131] (rows=525329897 width=110) Conds:RS_146._col0=RS_138._col0(Inner),Output:["_col1","_col2"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_138] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_137] (rows=317 width=8) Output:["_col0"] Filter Operator [FIL_136] (rows=317 width=8) @@ -170,7 +171,7 @@ Stage-0 default@date_dim,d1,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_month_seq"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_146] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_145] (rows=525329897 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_144] (rows=525329897 width=114) @@ -190,7 +191,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_137] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_152] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_151] (rows=1704 width=90) Output:["_col0","_col1"] Filter Operator [FIL_150] (rows=1704 width=90) @@ -199,16 +200,16 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_state"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_43] - PartitionCols:_col7 + PartitionCols:_col7,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_132] (rows=525329897 width=290) Conds:RS_40._col1=RS_149._col0(Inner),Output:["_col2","_col6","_col7"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_40] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Please refer to the previous Merge Join Operator [MERGEJOIN_131] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_149] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_148] (rows=1704 width=188) Output:["_col0","_col1","_col2"] Filter Operator [FIL_147] (rows=1704 width=188) diff --git ql/src/test/results/clientpositive/perf/tez/query71.q.out ql/src/test/results/clientpositive/perf/tez/query71.q.out index ee0c50110f..6c5eaa8a93 100644 --- ql/src/test/results/clientpositive/perf/tez/query71.q.out +++ ql/src/test/results/clientpositive/perf/tez/query71.q.out @@ -115,20 +115,21 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_172] + null sort order:zz,sort order:-+ Select Operator [SEL_171] (rows=145803092 width=227) Output:["_col1","_col2","_col3","_col4","_col5"] Group By Operator [GBY_170] (rows=145803092 width=223) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3 <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_46] - PartitionCols:_col0, _col1, _col2, _col3 + PartitionCols:_col0, _col1, _col2, _col3,null sort order:aaaa,sort order:++++ Group By Operator [GBY_45] (rows=145803092 width=223) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col0)"],keys:_col4, _col7, _col8, _col5 Merge Join Operator [MERGEJOIN_140] (rows=145803092 width=204) Conds:RS_41._col2=RS_169._col0(Inner),Output:["_col0","_col4","_col5","_col7","_col8"] <-Map 19 [SIMPLE_EDGE] vectorized SHUFFLE [RS_169] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_168] (rows=43200 width=12) Output:["_col0","_col1","_col2"] Filter Operator [FIL_167] (rows=43200 width=99) @@ -137,12 +138,12 @@ Stage-0 default@time_dim,time_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["t_time_sk","t_hour","t_minute","t_meal_time"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_41] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_139] (rows=145803092 width=200) Conds:Union 3._col1=RS_166._col0(Inner),Output:["_col0","_col2","_col4","_col5"] <-Map 18 [SIMPLE_EDGE] vectorized SHUFFLE [RS_166] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_165] (rows=7333 width=107) Output:["_col0","_col1","_col2"] Filter Operator [FIL_164] (rows=7333 width=111) @@ -152,14 +153,14 @@ Stage-0 <-Union 3 [SIMPLE_EDGE] <-Reducer 11 [CONTAINS] Reduce Output Operator [RS_148] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_146] (rows=285116947 width=119) Output:["_col0","_col1","_col2"] Merge Join Operator [MERGEJOIN_145] (rows=285116947 width=119) Conds:RS_185._col0=RS_177._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 12 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_177] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_176] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_175] (rows=50 width=12) @@ -168,7 +169,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_185] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_184] (rows=285116947 width=123) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_183] (rows=285116947 width=123) @@ -188,14 +189,14 @@ Stage-0 Please refer to the previous Select Operator [SEL_176] <-Reducer 15 [CONTAINS] Reduce Output Operator [RS_152] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_150] (rows=525325345 width=114) Output:["_col0","_col1","_col2"] Merge Join Operator [MERGEJOIN_149] (rows=525325345 width=114) Conds:RS_196._col0=RS_188._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 16 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_188] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_187] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_186] (rows=50 width=12) @@ -204,7 +205,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_196] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_195] (rows=525325345 width=118) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_194] (rows=525325345 width=118) @@ -224,14 +225,14 @@ Stage-0 Please refer to the previous Select Operator [SEL_187] <-Reducer 2 [CONTAINS] Reduce Output Operator [RS_144] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_142] (rows=143930836 width=119) Output:["_col0","_col1","_col2"] Merge Join Operator [MERGEJOIN_141] (rows=143930836 width=119) Conds:RS_163._col0=RS_155._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 8 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_155] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_154] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_153] (rows=50 width=12) @@ -240,7 +241,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_163] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_162] (rows=143930836 width=123) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_161] (rows=143930836 width=123) diff --git ql/src/test/results/clientpositive/perf/tez/query72.q.out ql/src/test/results/clientpositive/perf/tez/query72.q.out index bebc3852b7..f610878e77 100644 --- ql/src/test/results/clientpositive/perf/tez/query72.q.out +++ ql/src/test/results/clientpositive/perf/tez/query72.q.out @@ -108,11 +108,12 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_292] + null sort order:zzzz,sort order:-+++ Group By Operator [GBY_291] (rows=690341337 width=312) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["count(VALUE._col0)","count(VALUE._col1)","count(VALUE._col2)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_70] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_69] (rows=2958149194 width=312) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["count(_col3)","count(_col4)","count()"],keys:_col0, _col1, _col2 Select Operator [SEL_67] (rows=7629034847 width=292) @@ -121,7 +122,7 @@ Stage-0 Conds:RS_64._col4, _col6=RS_290._col0, _col1(Left Outer),Output:["_col13","_col15","_col19","_col25"] <-Map 24 [SIMPLE_EDGE] vectorized SHUFFLE [RS_290] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Select Operator [SEL_289] (rows=28798881 width=8) Output:["_col0","_col1"] Filter Operator [FIL_288] (rows=28798881 width=8) @@ -130,14 +131,14 @@ Stage-0 default@catalog_returns,catalog_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["cr_item_sk","cr_order_number"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_64] - PartitionCols:_col4, _col6 + PartitionCols:_col4, _col6,null sort order:aa,sort order:++ Select Operator [SEL_60] (rows=2958149194 width=300) Output:["_col4","_col6","_col13","_col15","_col19","_col25"] Merge Join Operator [MERGEJOIN_251] (rows=2958149194 width=300) Conds:RS_57._col0, _col19=RS_287._col0, _col1(Inner),Output:["_col5","_col9","_col14","_col16","_col19","_col23"] <-Map 23 [SIMPLE_EDGE] vectorized SHUFFLE [RS_287] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Select Operator [SEL_286] (rows=73049 width=8) Output:["_col0","_col1"] Filter Operator [FIL_285] (rows=73049 width=8) @@ -146,14 +147,14 @@ Stage-0 default@date_dim,d2,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_week_seq"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_57] - PartitionCols:_col0, _col19 + PartitionCols:_col0, _col19,null sort order:aa,sort order:++ Filter Operator [FIL_56] (rows=2645646117 width=311) predicate:(_col3 < _col17) Merge Join Operator [MERGEJOIN_250] (rows=7936938353 width=311) Conds:RS_53._col1=RS_54._col8(Inner),Output:["_col0","_col3","_col5","_col9","_col14","_col16","_col17","_col19","_col23"] <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_54] - PartitionCols:_col8 + PartitionCols:_col8,null sort order:a,sort order:+ Select Operator [SEL_46] (rows=13907708 width=219) Output:["_col3","_col8","_col10","_col11","_col13","_col17"] Filter Operator [FIL_45] (rows=13907708 width=219) @@ -162,7 +163,7 @@ Stage-0 Conds:RS_42._col1=RS_284._col0(Inner),Output:["_col4","_col6","_col7","_col9","_col10","_col13","_col15","_col17"] <-Map 22 [SIMPLE_EDGE] vectorized SHUFFLE [RS_284] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_283] (rows=73049 width=12) Output:["_col0","_col1"] Filter Operator [FIL_282] (rows=73049 width=98) @@ -171,12 +172,12 @@ Stage-0 default@date_dim,d3,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_date"] <-Reducer 14 [SIMPLE_EDGE] SHUFFLE [RS_42] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_248] (rows=41723124 width=215) Conds:RS_39._col4=RS_281._col0(Inner),Output:["_col1","_col4","_col6","_col7","_col9","_col10","_col13","_col15"] <-Map 21 [SIMPLE_EDGE] vectorized SHUFFLE [RS_281] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_280] (rows=462000 width=188) Output:["_col0","_col1"] Filter Operator [FIL_279] (rows=462000 width=188) @@ -185,12 +186,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_desc"] <-Reducer 13 [SIMPLE_EDGE] SHUFFLE [RS_39] - PartitionCols:_col4 + PartitionCols:_col4,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_247] (rows=41723124 width=31) Conds:RS_36._col5=RS_278._col0(Left Outer),Output:["_col1","_col4","_col6","_col7","_col9","_col10","_col13"] <-Map 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_278] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_277] (rows=2300 width=4) Output:["_col0"] Filter Operator [FIL_276] (rows=2300 width=4) @@ -199,12 +200,12 @@ Stage-0 default@promotion,promotion,Tbl:COMPLETE,Col:COMPLETE,Output:["p_promo_sk"] <-Reducer 12 [SIMPLE_EDGE] SHUFFLE [RS_36] - PartitionCols:_col5 + PartitionCols:_col5,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_246] (rows=41723124 width=31) Conds:RS_33._col3=RS_275._col0(Inner),Output:["_col1","_col4","_col5","_col6","_col7","_col9","_col10"] <-Map 19 [SIMPLE_EDGE] vectorized SHUFFLE [RS_275] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_274] (rows=1440 width=4) Output:["_col0"] Filter Operator [FIL_273] (rows=1440 width=96) @@ -213,12 +214,12 @@ Stage-0 default@household_demographics,household_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["hd_demo_sk","hd_buy_potential"] <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_33] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_245] (rows=41723124 width=35) Conds:RS_30._col2=RS_272._col0(Inner),Output:["_col1","_col3","_col4","_col5","_col6","_col7","_col9","_col10"] <-Map 18 [SIMPLE_EDGE] vectorized SHUFFLE [RS_272] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_271] (rows=265971 width=4) Output:["_col0"] Filter Operator [FIL_270] (rows=265971 width=89) @@ -227,12 +228,12 @@ Stage-0 default@customer_demographics,customer_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["cd_demo_sk","cd_marital_status"] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_30] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_244] (rows=280863798 width=39) Conds:RS_269._col0=RS_261._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col9","_col10"] <-Map 16 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_261] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_260] (rows=652 width=16) Output:["_col0","_col1","_col2"] Filter Operator [FIL_259] (rows=652 width=106) @@ -241,7 +242,7 @@ Stage-0 default@date_dim,d1,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_date","d_week_seq","d_year"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_269] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_268] (rows=280863798 width=31) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] Filter Operator [FIL_267] (rows=280863798 width=31) @@ -261,12 +262,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_260] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_53] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_243] (rows=35703276 width=111) Conds:RS_255._col2=RS_258._col0(Inner),Output:["_col0","_col1","_col3","_col5"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_255] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Select Operator [SEL_254] (rows=35703276 width=15) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_253] (rows=35703276 width=15) @@ -275,7 +276,7 @@ Stage-0 default@inventory,inventory,Tbl:COMPLETE,Col:COMPLETE,Output:["inv_date_sk","inv_item_sk","inv_warehouse_sk","inv_quantity_on_hand"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_258] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_257] (rows=27 width=104) Output:["_col0","_col1"] Filter Operator [FIL_256] (rows=27 width=104) diff --git ql/src/test/results/clientpositive/perf/tez/query73.q.out ql/src/test/results/clientpositive/perf/tez/query73.q.out index 571060fed8..5ab6277192 100644 --- ql/src/test/results/clientpositive/perf/tez/query73.q.out +++ ql/src/test/results/clientpositive/perf/tez/query73.q.out @@ -86,13 +86,14 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_35] + null sort order:z,sort order:- Select Operator [SEL_34] (rows=5 width=364) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Merge Join Operator [MERGEJOIN_100] (rows=5 width=364) Conds:RS_103._col0=RS_124._col1(Inner),Output:["_col1","_col2","_col3","_col4","_col5","_col7"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_103] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_102] (rows=80000000 width=356) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_101] (rows=80000000 width=356) @@ -101,7 +102,7 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_salutation","c_first_name","c_last_name","c_preferred_cust_flag"] <-Reducer 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_124] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Filter Operator [FIL_123] (rows=5 width=16) predicate:_col2 BETWEEN 1L AND 5L Select Operator [SEL_122] (rows=479121995 width=15) @@ -110,14 +111,14 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 7 [SIMPLE_EDGE] SHUFFLE [RS_26] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_25] (rows=479121995 width=15) Output:["_col0","_col1","_col2"],aggregations:["count()"],keys:_col1, _col4 Merge Join Operator [MERGEJOIN_99] (rows=479121995 width=7) Conds:RS_21._col3=RS_120._col0(Inner),Output:["_col1","_col4"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_120] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_119] (rows=56 width=4) Output:["_col0"] Filter Operator [FIL_118] (rows=56 width=102) @@ -126,12 +127,12 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_county"] <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_21] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_98] (rows=479121995 width=11) Conds:RS_18._col2=RS_117._col0(Inner),Output:["_col1","_col3","_col4"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_117] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_116] (rows=1152 width=4) Output:["_col0"] Filter Operator [FIL_115] (rows=1152 width=104) @@ -140,12 +141,12 @@ Stage-0 default@household_demographics,household_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["hd_demo_sk","hd_buy_potential","hd_dep_count","hd_vehicle_count"] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_97] (rows=479121995 width=15) Conds:RS_114._col0=RS_106._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_106] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_105] (rows=170 width=4) Output:["_col0"] Filter Operator [FIL_104] (rows=170 width=12) @@ -154,7 +155,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_dom"] <-Map 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_114] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_113] (rows=479121995 width=19) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_112] (rows=479121995 width=19) diff --git ql/src/test/results/clientpositive/perf/tez/query74.q.out ql/src/test/results/clientpositive/perf/tez/query74.q.out index f98b9c8815..e83fe77490 100644 --- ql/src/test/results/clientpositive/perf/tez/query74.q.out +++ ql/src/test/results/clientpositive/perf/tez/query74.q.out @@ -168,6 +168,7 @@ Stage-0 Output:["_col0","_col1","_col2"] <-Reducer 7 [SIMPLE_EDGE] SHUFFLE [RS_93] + null sort order:zzz,sort order:+++ Select Operator [SEL_92] (rows=19066162 width=280) Output:["_col0","_col1","_col2"] Filter Operator [FIL_91] (rows=19066162 width=732) @@ -176,19 +177,19 @@ Stage-0 Conds:RS_88._col2=RS_350._col0(Inner),Output:["_col1","_col3","_col5","_col6","_col7","_col8","_col9","_col10"] <-Reducer 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_350] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_349] (rows=80000000 width=392) Output:["_col0","_col1","_col2","_col3"],aggregations:["max(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 19 [SIMPLE_EDGE] SHUFFLE [RS_79] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_78] (rows=80000000 width=392) Output:["_col0","_col1","_col2","_col3"],aggregations:["max(_col2)"],keys:_col5, _col6, _col7 Merge Join Operator [MERGEJOIN_284] (rows=525327388 width=386) Conds:RS_74._col1=RS_317._col0(Inner),Output:["_col2","_col5","_col6","_col7"] <-Map 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_317] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_316] (rows=80000000 width=284) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_315] (rows=80000000 width=284) @@ -197,12 +198,12 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_customer_id","c_first_name","c_last_name"] <-Reducer 18 [SIMPLE_EDGE] SHUFFLE [RS_74] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_283] (rows=525327388 width=110) Conds:RS_348._col0=RS_294._col0(Inner),Output:["_col1","_col2"] <-Map 21 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_294] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_291] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_288] (rows=652 width=8) @@ -211,7 +212,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Map 17 [SIMPLE_EDGE] vectorized SHUFFLE [RS_348] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_347] (rows=525327388 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_346] (rows=525327388 width=114) @@ -231,12 +232,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_291] <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_88] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_286] (rows=31888273 width=440) Conds:RS_85._col2=RS_343._col0(Inner),Output:["_col1","_col2","_col3","_col5","_col6"] <-Reducer 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_343] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_342] (rows=26666666 width=216) Output:["_col0","_col1","_col2"] Filter Operator [FIL_341] (rows=26666666 width=212) @@ -247,23 +248,23 @@ Stage-0 Output:["_col0","_col1","_col2","_col3"],aggregations:["max(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_58] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_57] (rows=80000000 width=392) Output:["_col0","_col1","_col2","_col3"],aggregations:["max(_col2)"],keys:_col5, _col6, _col7 Merge Join Operator [MERGEJOIN_282] (rows=143930993 width=391) Conds:RS_53._col1=RS_320._col0(Inner),Output:["_col2","_col5","_col6","_col7"] <-Map 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_320] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_316] <-Reducer 14 [SIMPLE_EDGE] SHUFFLE [RS_53] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_281] (rows=143930993 width=115) Conds:RS_338._col0=RS_300._col0(Inner),Output:["_col1","_col2"] <-Map 21 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_300] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_293] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_290] (rows=652 width=8) @@ -271,7 +272,7 @@ Stage-0 Please refer to the previous TableScan [TS_65] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_338] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_337] (rows=143930993 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_336] (rows=143930993 width=119) @@ -291,12 +292,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_293] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_85] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_285] (rows=31888273 width=324) Conds:RS_323._col0=RS_333._col0(Inner),Output:["_col1","_col2","_col3"] <-Reducer 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_333] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_332] (rows=26666666 width=212) Output:["_col0","_col1"] Filter Operator [FIL_331] (rows=26666666 width=212) @@ -307,23 +308,23 @@ Stage-0 Output:["_col0","_col1","_col2","_col3"],aggregations:["max(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_37] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_36] (rows=80000000 width=392) Output:["_col0","_col1","_col2","_col3"],aggregations:["max(_col2)"],keys:_col5, _col6, _col7 Merge Join Operator [MERGEJOIN_280] (rows=525327388 width=386) Conds:RS_32._col1=RS_319._col0(Inner),Output:["_col2","_col5","_col6","_col7"] <-Map 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_319] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_316] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_32] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_279] (rows=525327388 width=110) Conds:RS_328._col0=RS_298._col0(Inner),Output:["_col1","_col2"] <-Map 21 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_298] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_292] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_289] (rows=652 width=8) @@ -331,7 +332,7 @@ Stage-0 Please refer to the previous TableScan [TS_65] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_328] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_327] (rows=525327388 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_326] (rows=525327388 width=114) @@ -351,34 +352,34 @@ Stage-0 Please refer to the previous Select Operator [SEL_292] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_323] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_322] (rows=80000000 width=212) Output:["_col0","_col1"] Group By Operator [GBY_321] (rows=80000000 width=392) Output:["_col0","_col1","_col2","_col3"],aggregations:["max(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_16] (rows=80000000 width=392) Output:["_col0","_col1","_col2","_col3"],aggregations:["max(_col2)"],keys:_col5, _col6, _col7 Merge Join Operator [MERGEJOIN_278] (rows=143930993 width=391) Conds:RS_12._col1=RS_318._col0(Inner),Output:["_col2","_col5","_col6","_col7"] <-Map 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_318] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_316] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_12] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_277] (rows=143930993 width=115) Conds:RS_314._col0=RS_296._col0(Inner),Output:["_col1","_col2"] <-Map 21 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_296] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_291] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_314] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_313] (rows=143930993 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_312] (rows=143930993 width=119) diff --git ql/src/test/results/clientpositive/perf/tez/query75.q.out ql/src/test/results/clientpositive/perf/tez/query75.q.out index b426bf2d1a..e67bdd3f93 100644 --- ql/src/test/results/clientpositive/perf/tez/query75.q.out +++ ql/src/test/results/clientpositive/perf/tez/query75.q.out @@ -208,6 +208,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_175] + null sort order:z,sort order:+ Select Operator [SEL_174] (rows=7853634 width=152) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] Filter Operator [FIL_173] (rows=7853634 width=256) @@ -216,7 +217,7 @@ Stage-0 Conds:RS_611._col0, _col1, _col2, _col3=RS_614._col0, _col1, _col2, _col3(Inner),Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col10","_col11"] <-Reducer 27 [SIMPLE_EDGE] vectorized SHUFFLE [RS_614] - PartitionCols:_col0, _col1, _col2, _col3 + PartitionCols:_col0, _col1, _col2, _col3,null sort order:aaaa,sort order:++++ Group By Operator [GBY_613] (rows=40320 width=136) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col4)","sum(_col5)"],keys:_col0, _col1, _col2, _col3 Group By Operator [GBY_612] (rows=1541596122 width=131) @@ -224,7 +225,7 @@ Stage-0 <-Union 26 [SIMPLE_EDGE] <-Reducer 25 [CONTAINS] vectorized Reduce Output Operator [RS_644] - PartitionCols:_col0, _col1, _col2, _col3 + PartitionCols:_col0, _col1, _col2, _col3,null sort order:aaaaaa,sort order:++++++ Group By Operator [GBY_643] (rows=1541596122 width=131) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],keys:_col0, _col1, _col2, _col3, _col4, _col5 Group By Operator [GBY_642] (rows=1298641485 width=131) @@ -232,7 +233,7 @@ Stage-0 <-Union 24 [SIMPLE_EDGE] <-Reducer 23 [CONTAINS] Reduce Output Operator [RS_542] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5 + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5,null sort order:aaaaaa,sort order:++++++ Group By Operator [GBY_541] (rows=1298641485 width=131) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],keys:_col0, _col1, _col2, _col3, _col4, _col5 Select Operator [SEL_539] (rows=455263131 width=131) @@ -241,7 +242,7 @@ Stage-0 Conds:RS_103._col1, _col2=RS_605._col0, _col1(Left Outer),Output:["_col3","_col4","_col7","_col8","_col9","_col10","_col13","_col14"] <-Map 38 [SIMPLE_EDGE] vectorized SHUFFLE [RS_605] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Select Operator [SEL_603] (rows=28798881 width=121) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_602] (rows=28798881 width=121) @@ -250,12 +251,12 @@ Stage-0 default@catalog_returns,catalog_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["cr_item_sk","cr_order_number","cr_return_quantity","cr_return_amount"] <-Reducer 22 [SIMPLE_EDGE] SHUFFLE [RS_103] - PartitionCols:_col1, _col2 + PartitionCols:_col1, _col2,null sort order:aa,sort order:++ Merge Join Operator [MERGEJOIN_510] (rows=273092954 width=139) Conds:RS_100._col1=RS_599._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col7","_col8","_col9","_col10"] <-Map 37 [SIMPLE_EDGE] vectorized SHUFFLE [RS_599] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_595] (rows=45745 width=19) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_594] (rows=45745 width=109) @@ -264,12 +265,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_brand_id","i_class_id","i_category_id","i_category","i_manufact_id"] <-Reducer 21 [SIMPLE_EDGE] SHUFFLE [RS_100] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_509] (rows=286549727 width=123) Conds:RS_641._col0=RS_571._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 11 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_571] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_562] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_558] (rows=652 width=8) @@ -278,7 +279,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Map 43 [SIMPLE_EDGE] vectorized SHUFFLE [RS_641] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_640] (rows=286549727 width=127) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_639] (rows=286549727 width=127) @@ -298,7 +299,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_562] <-Reducer 31 [CONTAINS] Reduce Output Operator [RS_551] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5 + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5,null sort order:aaaaaa,sort order:++++++ Group By Operator [GBY_550] (rows=1298641485 width=131) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],keys:_col0, _col1, _col2, _col3, _col4, _col5 Select Operator [SEL_548] (rows=843378354 width=131) @@ -307,7 +308,7 @@ Stage-0 Conds:RS_125._col1, _col2=RS_627._col0, _col1(Left Outer),Output:["_col3","_col4","_col7","_col8","_col9","_col10","_col13","_col14"] <-Map 40 [SIMPLE_EDGE] vectorized SHUFFLE [RS_627] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Select Operator [SEL_625] (rows=57591150 width=119) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_624] (rows=57591150 width=119) @@ -316,21 +317,21 @@ Stage-0 default@store_returns,store_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["sr_item_sk","sr_ticket_number","sr_return_quantity","sr_return_amt"] <-Reducer 30 [SIMPLE_EDGE] SHUFFLE [RS_125] - PartitionCols:_col1, _col2 + PartitionCols:_col1, _col2,null sort order:aa,sort order:++ Merge Join Operator [MERGEJOIN_513] (rows=524244194 width=134) Conds:RS_122._col1=RS_600._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col7","_col8","_col9","_col10"] <-Map 37 [SIMPLE_EDGE] vectorized SHUFFLE [RS_600] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_595] <-Reducer 29 [SIMPLE_EDGE] SHUFFLE [RS_122] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_512] (rows=550076554 width=118) Conds:RS_649._col0=RS_573._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 11 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_573] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_563] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_559] (rows=652 width=8) @@ -338,7 +339,7 @@ Stage-0 Please refer to the previous TableScan [TS_3] <-Map 44 [SIMPLE_EDGE] vectorized SHUFFLE [RS_649] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_648] (rows=550076554 width=122) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_647] (rows=550076554 width=122) @@ -358,7 +359,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_563] <-Reducer 35 [CONTAINS] Reduce Output Operator [RS_556] - PartitionCols:_col0, _col1, _col2, _col3 + PartitionCols:_col0, _col1, _col2, _col3,null sort order:aaaaaa,sort order:++++++ Group By Operator [GBY_555] (rows=1541596122 width=131) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],keys:_col0, _col1, _col2, _col3, _col4, _col5 Select Operator [SEL_553] (rows=242954637 width=131) @@ -367,7 +368,7 @@ Stage-0 Conds:RS_154._col1, _col2=RS_636._col0, _col1(Left Outer),Output:["_col3","_col4","_col7","_col8","_col9","_col10","_col13","_col14"] <-Map 42 [SIMPLE_EDGE] vectorized SHUFFLE [RS_636] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Select Operator [SEL_634] (rows=14398467 width=118) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_633] (rows=14398467 width=118) @@ -376,21 +377,21 @@ Stage-0 default@web_returns,web_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["wr_item_sk","wr_order_number","wr_return_quantity","wr_return_amt"] <-Reducer 34 [SIMPLE_EDGE] SHUFFLE [RS_154] - PartitionCols:_col1, _col2 + PartitionCols:_col1, _col2,null sort order:aa,sort order:++ Merge Join Operator [MERGEJOIN_516] (rows=137205980 width=139) Conds:RS_151._col1=RS_601._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col7","_col8","_col9","_col10"] <-Map 37 [SIMPLE_EDGE] vectorized SHUFFLE [RS_601] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_595] <-Reducer 33 [SIMPLE_EDGE] SHUFFLE [RS_151] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_515] (rows=143966864 width=123) Conds:RS_654._col0=RS_575._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 11 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_575] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_564] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_560] (rows=652 width=8) @@ -398,7 +399,7 @@ Stage-0 Please refer to the previous TableScan [TS_3] <-Map 45 [SIMPLE_EDGE] vectorized SHUFFLE [RS_654] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_653] (rows=143966864 width=127) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_652] (rows=143966864 width=127) @@ -418,7 +419,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_564] <-Reducer 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_611] - PartitionCols:_col0, _col1, _col2, _col3 + PartitionCols:_col0, _col1, _col2, _col3,null sort order:aaaa,sort order:++++ Group By Operator [GBY_610] (rows=40320 width=136) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col4)","sum(_col5)"],keys:_col0, _col1, _col2, _col3 Group By Operator [GBY_609] (rows=1541596122 width=131) @@ -426,7 +427,7 @@ Stage-0 <-Union 7 [SIMPLE_EDGE] <-Reducer 19 [CONTAINS] Reduce Output Operator [RS_537] - PartitionCols:_col0, _col1, _col2, _col3 + PartitionCols:_col0, _col1, _col2, _col3,null sort order:aaaaaa,sort order:++++++ Group By Operator [GBY_536] (rows=1541596122 width=131) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],keys:_col0, _col1, _col2, _col3, _col4, _col5 Select Operator [SEL_534] (rows=242954637 width=131) @@ -435,25 +436,25 @@ Stage-0 Conds:RS_69._col1, _col2=RS_635._col0, _col1(Left Outer),Output:["_col3","_col4","_col7","_col8","_col9","_col10","_col13","_col14"] <-Map 42 [SIMPLE_EDGE] vectorized SHUFFLE [RS_635] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Please refer to the previous Select Operator [SEL_634] <-Reducer 18 [SIMPLE_EDGE] SHUFFLE [RS_69] - PartitionCols:_col1, _col2 + PartitionCols:_col1, _col2,null sort order:aa,sort order:++ Merge Join Operator [MERGEJOIN_507] (rows=137205980 width=139) Conds:RS_66._col1=RS_598._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col7","_col8","_col9","_col10"] <-Map 37 [SIMPLE_EDGE] vectorized SHUFFLE [RS_598] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_595] <-Reducer 17 [SIMPLE_EDGE] SHUFFLE [RS_66] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_506] (rows=143966864 width=123) Conds:RS_632._col0=RS_569._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 11 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_569] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_561] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_557] (rows=652 width=8) @@ -461,7 +462,7 @@ Stage-0 Please refer to the previous TableScan [TS_3] <-Map 41 [SIMPLE_EDGE] vectorized SHUFFLE [RS_632] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_631] (rows=143966864 width=127) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_630] (rows=143966864 width=127) @@ -481,7 +482,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_561] <-Reducer 6 [CONTAINS] vectorized Reduce Output Operator [RS_608] - PartitionCols:_col0, _col1, _col2, _col3 + PartitionCols:_col0, _col1, _col2, _col3,null sort order:aaaaaa,sort order:++++++ Group By Operator [GBY_607] (rows=1541596122 width=131) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],keys:_col0, _col1, _col2, _col3, _col4, _col5 Group By Operator [GBY_606] (rows=1298641485 width=131) @@ -489,7 +490,7 @@ Stage-0 <-Union 5 [SIMPLE_EDGE] <-Reducer 15 [CONTAINS] Reduce Output Operator [RS_532] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5 + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5,null sort order:aaaaaa,sort order:++++++ Group By Operator [GBY_531] (rows=1298641485 width=131) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],keys:_col0, _col1, _col2, _col3, _col4, _col5 Select Operator [SEL_529] (rows=843378354 width=131) @@ -498,29 +499,29 @@ Stage-0 Conds:RS_40._col1, _col2=RS_626._col0, _col1(Left Outer),Output:["_col3","_col4","_col7","_col8","_col9","_col10","_col13","_col14"] <-Map 40 [SIMPLE_EDGE] vectorized SHUFFLE [RS_626] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Please refer to the previous Select Operator [SEL_625] <-Reducer 14 [SIMPLE_EDGE] SHUFFLE [RS_40] - PartitionCols:_col1, _col2 + PartitionCols:_col1, _col2,null sort order:aa,sort order:++ Merge Join Operator [MERGEJOIN_504] (rows=524244194 width=134) Conds:RS_37._col1=RS_597._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col7","_col8","_col9","_col10"] <-Map 37 [SIMPLE_EDGE] vectorized SHUFFLE [RS_597] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_595] <-Reducer 13 [SIMPLE_EDGE] SHUFFLE [RS_37] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_503] (rows=550076554 width=118) Conds:RS_623._col0=RS_567._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 11 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_567] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_561] <-Map 39 [SIMPLE_EDGE] vectorized SHUFFLE [RS_623] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_622] (rows=550076554 width=122) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_621] (rows=550076554 width=122) @@ -540,7 +541,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_561] <-Reducer 4 [CONTAINS] Reduce Output Operator [RS_523] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5 + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5,null sort order:aaaaaa,sort order:++++++ Group By Operator [GBY_522] (rows=1298641485 width=131) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],keys:_col0, _col1, _col2, _col3, _col4, _col5 Select Operator [SEL_520] (rows=455263131 width=131) @@ -549,29 +550,29 @@ Stage-0 Conds:RS_18._col1, _col2=RS_604._col0, _col1(Left Outer),Output:["_col3","_col4","_col7","_col8","_col9","_col10","_col13","_col14"] <-Map 38 [SIMPLE_EDGE] vectorized SHUFFLE [RS_604] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Please refer to the previous Select Operator [SEL_603] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col1, _col2 + PartitionCols:_col1, _col2,null sort order:aa,sort order:++ Merge Join Operator [MERGEJOIN_501] (rows=273092954 width=139) Conds:RS_15._col1=RS_596._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col7","_col8","_col9","_col10"] <-Map 37 [SIMPLE_EDGE] vectorized SHUFFLE [RS_596] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_595] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_15] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_500] (rows=286549727 width=123) Conds:RS_593._col0=RS_565._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 11 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_565] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_561] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_593] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_592] (rows=286549727 width=127) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_591] (rows=286549727 width=127) diff --git ql/src/test/results/clientpositive/perf/tez/query76.q.out ql/src/test/results/clientpositive/perf/tez/query76.q.out index d5afd5de17..c49be8e699 100644 --- ql/src/test/results/clientpositive/perf/tez/query76.q.out +++ ql/src/test/results/clientpositive/perf/tez/query76.q.out @@ -80,23 +80,24 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_180] + null sort order:zzzzz,sort order:+++++ Group By Operator [GBY_179] (rows=5600 width=408) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["count(VALUE._col0)","sum(VALUE._col1)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4 <-Union 4 [SIMPLE_EDGE] <-Reducer 10 [CONTAINS] Reduce Output Operator [RS_167] - PartitionCols:_col0, _col1, _col2, _col3, _col4 + PartitionCols:_col0, _col1, _col2, _col3, _col4,null sort order:zzzzz,sort order:+++++ Group By Operator [GBY_166] (rows=224000 width=408) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["count()","sum(_col5)"],keys:_col0, _col1, _col2, _col3, _col4 Top N Key Operator [TNK_165] (rows=26219002 width=388) - keys:_col0, _col1, _col2, _col3, _col4,sort order:+++++,top n:100 + keys:_col0, _col1, _col2, _col3, _col4,null sort order:zzzzz,sort order:+++++,top n:100 Select Operator [SEL_163] (rows=1433911 width=399) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Merge Join Operator [MERGEJOIN_162] (rows=1433911 width=209) Conds:RS_45._col0=RS_195._col0(Inner),Output:["_col2","_col4","_col6","_col7"] <-Map 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_195] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_194] (rows=73049 width=12) Output:["_col0","_col1","_col2"] Filter Operator [FIL_193] (rows=73049 width=12) @@ -105,12 +106,12 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_qoy"] <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_45] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_148] (rows=1433911 width=205) Conds:RS_192._col1=RS_172._col0(Inner),Output:["_col0","_col2","_col4"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_172] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_169] (rows=462000 width=94) Output:["_col0","_col1"] Filter Operator [FIL_168] (rows=462000 width=94) @@ -119,7 +120,7 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_category"] <-Map 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_192] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_191] (rows=1433911 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_190] (rows=1433911 width=123) @@ -128,18 +129,18 @@ Stage-0 default@catalog_sales,catalog_sales,Tbl:COMPLETE,Col:COMPLETE,Output:["cs_sold_date_sk","cs_warehouse_sk","cs_item_sk","cs_ext_sales_price"] <-Reducer 3 [CONTAINS] Reduce Output Operator [RS_155] - PartitionCols:_col0, _col1, _col2, _col3, _col4 + PartitionCols:_col0, _col1, _col2, _col3, _col4,null sort order:zzzzz,sort order:+++++ Group By Operator [GBY_154] (rows=224000 width=408) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["count()","sum(_col5)"],keys:_col0, _col1, _col2, _col3, _col4 Top N Key Operator [TNK_153] (rows=26219002 width=388) - keys:_col0, _col1, _col2, _col3, _col4,sort order:+++++,top n:100 + keys:_col0, _col1, _col2, _col3, _col4,null sort order:zzzzz,sort order:+++++,top n:100 Select Operator [SEL_151] (rows=24749363 width=387) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Merge Join Operator [MERGEJOIN_150] (rows=24749363 width=204) Conds:RS_12._col2=RS_178._col0(Inner),Output:["_col1","_col4","_col6","_col7"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_178] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_177] (rows=73049 width=12) Output:["_col0","_col1","_col2"] Filter Operator [FIL_176] (rows=73049 width=12) @@ -148,16 +149,16 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_qoy"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_12] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_144] (rows=24749363 width=200) Conds:RS_170._col0=RS_175._col1(Inner),Output:["_col1","_col2","_col4"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_170] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_169] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_175] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_174] (rows=24749363 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_173] (rows=24749363 width=118) @@ -166,18 +167,18 @@ Stage-0 default@store_sales,store_sales,Tbl:COMPLETE,Col:COMPLETE,Output:["ss_sold_date_sk","ss_item_sk","ss_addr_sk","ss_ext_sales_price"] <-Reducer 8 [CONTAINS] Reduce Output Operator [RS_161] - PartitionCols:_col0, _col1, _col2, _col3, _col4 + PartitionCols:_col0, _col1, _col2, _col3, _col4,null sort order:zzzzz,sort order:+++++ Group By Operator [GBY_160] (rows=224000 width=408) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["count()","sum(_col5)"],keys:_col0, _col1, _col2, _col3, _col4 Top N Key Operator [TNK_159] (rows=26219002 width=388) - keys:_col0, _col1, _col2, _col3, _col4,sort order:+++++,top n:100 + keys:_col0, _col1, _col2, _col3, _col4,null sort order:zzzzz,sort order:+++++,top n:100 Select Operator [SEL_157] (rows=35728 width=394) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Merge Join Operator [MERGEJOIN_156] (rows=35728 width=209) Conds:RS_28._col0=RS_189._col0(Inner),Output:["_col2","_col4","_col6","_col7"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_189] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_188] (rows=73049 width=12) Output:["_col0","_col1","_col2"] Filter Operator [FIL_187] (rows=73049 width=12) @@ -186,16 +187,16 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_qoy"] <-Reducer 7 [SIMPLE_EDGE] SHUFFLE [RS_28] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_146] (rows=35728 width=205) Conds:RS_186._col1=RS_171._col0(Inner),Output:["_col0","_col2","_col4"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_171] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_169] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_186] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_185] (rows=35728 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_184] (rows=35728 width=123) diff --git ql/src/test/results/clientpositive/perf/tez/query77.q.out ql/src/test/results/clientpositive/perf/tez/query77.q.out index 7784def90b..ca68776a34 100644 --- ql/src/test/results/clientpositive/perf/tez/query77.q.out +++ ql/src/test/results/clientpositive/perf/tez/query77.q.out @@ -274,6 +274,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"] <-Reducer 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_364] + null sort order:zz,sort order:++ Select Operator [SEL_363] (rows=561 width=439) Output:["_col0","_col1","_col2","_col3","_col4"] Group By Operator [GBY_362] (rows=561 width=447) @@ -281,11 +282,11 @@ Stage-0 <-Union 6 [SIMPLE_EDGE] <-Reducer 16 [CONTAINS] Reduce Output Operator [RS_322] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:zza,sort order:+++ Group By Operator [GBY_321] (rows=561 width=447) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col2)","sum(_col3)","sum(_col4)"],keys:_col0, _col1, 0L Top N Key Operator [TNK_320] (rows=526 width=435) - keys:_col0, _col1, 0L,sort order:+++,top n:100 + keys:_col0, _col1, 0L,null sort order:zza,sort order:+++,top n:100 Select Operator [SEL_318] (rows=10 width=439) Output:["_col0","_col1","_col2","_col3","_col4"] Merge Join Operator [MERGEJOIN_317] (rows=10 width=452) @@ -296,14 +297,14 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)"],keys:KEY._col0 <-Reducer 14 [SIMPLE_EDGE] SHUFFLE [RS_55] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_54] (rows=2550 width=227) Output:["_col0","_col1","_col2"],aggregations:["sum(_col2)","sum(_col3)"],keys:_col1 Merge Join Operator [MERGEJOIN_302] (rows=286549727 width=227) Conds:RS_372._col0=RS_334._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_334] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_330] (rows=8116 width=4) Output:["_col0"] Filter Operator [FIL_329] (rows=8116 width=98) @@ -312,7 +313,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_date"] <-Map 30 [SIMPLE_EDGE] vectorized SHUFFLE [RS_372] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_371] (rows=286549727 width=231) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_370] (rows=286549727 width=231) @@ -342,11 +343,11 @@ Stage-0 Conds:RS_377._col0=RS_336._col0(Inner),Output:["_col1","_col2"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_336] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_330] <-Map 31 [SIMPLE_EDGE] vectorized SHUFFLE [RS_377] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_376] (rows=28798881 width=223) Output:["_col0","_col1","_col2"] Filter Operator [FIL_375] (rows=28798881 width=223) @@ -355,30 +356,30 @@ Stage-0 default@catalog_returns,catalog_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["cr_returned_date_sk","cr_return_amount","cr_net_loss"] <-Reducer 23 [CONTAINS] Reduce Output Operator [RS_328] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:zza,sort order:+++ Group By Operator [GBY_327] (rows=561 width=447) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col2)","sum(_col3)","sum(_col4)"],keys:_col0, _col1, 0L Top N Key Operator [TNK_326] (rows=526 width=435) - keys:_col0, _col1, 0L,sort order:+++,top n:100 + keys:_col0, _col1, 0L,null sort order:zza,sort order:+++,top n:100 Select Operator [SEL_324] (rows=392 width=435) Output:["_col0","_col1","_col2","_col3","_col4"] Merge Join Operator [MERGEJOIN_323] (rows=392 width=335) Conds:RS_390._col0=RS_395._col0(Left Outer),Output:["_col0","_col1","_col2","_col4","_col5"] <-Reducer 22 [SIMPLE_EDGE] vectorized SHUFFLE [RS_390] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_389] (rows=205 width=228) Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)"],keys:KEY._col0 <-Reducer 21 [SIMPLE_EDGE] SHUFFLE [RS_94] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_93] (rows=26445 width=228) Output:["_col0","_col1","_col2"],aggregations:["sum(_col2)","sum(_col3)"],keys:_col5 Merge Join Operator [MERGEJOIN_305] (rows=143931136 width=227) Conds:RS_89._col1=RS_387._col0(Inner),Output:["_col2","_col3","_col5"] <-Map 33 [SIMPLE_EDGE] vectorized SHUFFLE [RS_387] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_386] (rows=4602 width=4) Output:["_col0"] Filter Operator [FIL_385] (rows=4602 width=4) @@ -387,16 +388,16 @@ Stage-0 default@web_page,web_page,Tbl:COMPLETE,Col:COMPLETE,Output:["wp_web_page_sk"] <-Reducer 20 [SIMPLE_EDGE] SHUFFLE [RS_89] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_304] (rows=143931136 width=227) Conds:RS_384._col0=RS_337._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_337] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_330] <-Map 32 [SIMPLE_EDGE] vectorized SHUFFLE [RS_384] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_383] (rows=143931136 width=231) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_382] (rows=143931136 width=231) @@ -416,32 +417,32 @@ Stage-0 Please refer to the previous Select Operator [SEL_330] <-Reducer 27 [SIMPLE_EDGE] vectorized SHUFFLE [RS_395] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_394] (rows=187 width=228) Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)"],keys:KEY._col0 <-Reducer 26 [SIMPLE_EDGE] SHUFFLE [RS_114] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_113] (rows=2244 width=228) Output:["_col0","_col1","_col2"],aggregations:["sum(_col2)","sum(_col3)"],keys:_col5 Merge Join Operator [MERGEJOIN_307] (rows=13129719 width=217) Conds:RS_109._col1=RS_388._col0(Inner),Output:["_col2","_col3","_col5"] <-Map 33 [SIMPLE_EDGE] vectorized SHUFFLE [RS_388] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_386] <-Reducer 25 [SIMPLE_EDGE] SHUFFLE [RS_109] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_306] (rows=13129719 width=217) Conds:RS_393._col0=RS_339._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_339] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_330] <-Map 34 [SIMPLE_EDGE] vectorized SHUFFLE [RS_393] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_392] (rows=13129719 width=221) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_391] (rows=13129719 width=221) @@ -450,30 +451,30 @@ Stage-0 default@web_returns,web_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["wr_returned_date_sk","wr_web_page_sk","wr_return_amt","wr_net_loss"] <-Reducer 5 [CONTAINS] Reduce Output Operator [RS_316] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:zza,sort order:+++ Group By Operator [GBY_315] (rows=561 width=447) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col2)","sum(_col3)","sum(_col4)"],keys:_col0, _col1, 0L Top N Key Operator [TNK_314] (rows=526 width=435) - keys:_col0, _col1, 0L,sort order:+++,top n:100 + keys:_col0, _col1, 0L,null sort order:zza,sort order:+++,top n:100 Select Operator [SEL_312] (rows=124 width=437) Output:["_col0","_col1","_col2","_col3","_col4"] Merge Join Operator [MERGEJOIN_311] (rows=124 width=379) Conds:RS_356._col0=RS_361._col0(Left Outer),Output:["_col0","_col1","_col2","_col4","_col5"] <-Reducer 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_361] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_360] (rows=84 width=228) Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)"],keys:KEY._col0 <-Reducer 12 [SIMPLE_EDGE] SHUFFLE [RS_37] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_36] (rows=3948 width=228) Output:["_col0","_col1","_col2"],aggregations:["sum(_col2)","sum(_col3)"],keys:_col5 Merge Join Operator [MERGEJOIN_301] (rows=53634860 width=220) Conds:RS_32._col1=RS_354._col0(Inner),Output:["_col2","_col3","_col5"] <-Map 28 [SIMPLE_EDGE] vectorized SHUFFLE [RS_354] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_352] (rows=1704 width=4) Output:["_col0"] Filter Operator [FIL_351] (rows=1704 width=4) @@ -482,16 +483,16 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk"] <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_32] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_300] (rows=53634860 width=220) Conds:RS_359._col0=RS_333._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_333] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_330] <-Map 29 [SIMPLE_EDGE] vectorized SHUFFLE [RS_359] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_358] (rows=53634860 width=223) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_357] (rows=53634860 width=223) @@ -500,32 +501,32 @@ Stage-0 default@store_returns,store_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["sr_returned_date_sk","sr_store_sk","sr_return_amt","sr_net_loss"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_356] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_355] (rows=83 width=228) Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)"],keys:KEY._col0 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_16] (rows=37184 width=228) Output:["_col0","_col1","_col2"],aggregations:["sum(_col2)","sum(_col3)"],keys:_col5 Merge Join Operator [MERGEJOIN_299] (rows=525329897 width=217) Conds:RS_12._col1=RS_353._col0(Inner),Output:["_col2","_col3","_col5"] <-Map 28 [SIMPLE_EDGE] vectorized SHUFFLE [RS_353] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_352] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_12] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_298] (rows=525329897 width=217) Conds:RS_350._col0=RS_331._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_331] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_330] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_350] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_349] (rows=525329897 width=221) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_348] (rows=525329897 width=221) diff --git ql/src/test/results/clientpositive/perf/tez/query78.q.out ql/src/test/results/clientpositive/perf/tez/query78.q.out index 4d090af463..f50d9274eb 100644 --- ql/src/test/results/clientpositive/perf/tez/query78.q.out +++ ql/src/test/results/clientpositive/perf/tez/query78.q.out @@ -162,13 +162,14 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9"] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_76] + null sort order:zzzzzzzzz,sort order:++---++++ Select Operator [SEL_75] (rows=5221812635292 width=719) Output:["_col0","_col1","_col2","_col6","_col7","_col8","_col9","_col10","_col11","_col12"] Merge Join Operator [MERGEJOIN_223] (rows=5221812635292 width=715) Conds:RS_72._col1=RS_273._col0(Inner),Output:["_col0","_col1","_col2","_col3","_col4","_col7","_col8","_col9","_col11","_col12","_col13","_col14","_col15"] <-Reducer 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_273] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_272] (rows=285117831 width=247) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_271] (rows=285117831 width=239) @@ -179,14 +180,14 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)"],keys:KEY._col0, KEY._col1 <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_64] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_63] (rows=285117831 width=239) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col4)","sum(_col5)","sum(_col6)"],keys:_col2, _col3 Merge Join Operator [MERGEJOIN_221] (rows=285117831 width=235) Conds:RS_230._col0=RS_60._col0(Inner),Output:["_col2","_col3","_col4","_col5","_col6"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_230] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_225] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_224] (rows=652 width=8) @@ -195,7 +196,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Reducer 21 [SIMPLE_EDGE] SHUFFLE [RS_60] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_58] (rows=285117831 width=239) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_57] (rows=285117831 width=240) @@ -204,7 +205,7 @@ Stage-0 Conds:RS_265._col2, _col3=RS_268._col0, _col1(Left Outer),Output:["_col0","_col1","_col2","_col4","_col5","_col6","_col8"] <-Map 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_265] - PartitionCols:_col2, _col3 + PartitionCols:_col2, _col3,null sort order:aa,sort order:++ Select Operator [SEL_264] (rows=285117831 width=242) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] Filter Operator [FIL_263] (rows=285117831 width=242) @@ -224,7 +225,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_225] <-Map 22 [SIMPLE_EDGE] vectorized SHUFFLE [RS_268] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Select Operator [SEL_267] (rows=28798881 width=8) Output:["_col0","_col1"] Filter Operator [FIL_266] (rows=28798881 width=8) @@ -233,30 +234,30 @@ Stage-0 default@catalog_returns,catalog_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["cr_item_sk","cr_order_number"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_72] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_222] (rows=25668026995 width=471) Conds:RS_248._col1, _col0=RS_260._col1, _col0(Inner),Output:["_col0","_col1","_col2","_col3","_col4","_col7","_col8","_col9"] <-Reducer 3 [SIMPLE_EDGE] vectorized SHUFFLE [RS_248] - PartitionCols:_col1, _col0 + PartitionCols:_col1, _col0,null sort order:aa,sort order:++ Select Operator [SEL_247] (rows=319876350 width=239) Output:["_col0","_col1","_col2","_col3","_col4"] Group By Operator [GBY_246] (rows=319876350 width=239) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)"],keys:KEY._col0, KEY._col1 <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_19] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_18] (rows=319876350 width=239) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col4)","sum(_col5)","sum(_col6)"],keys:_col3, _col2 Merge Join Operator [MERGEJOIN_217] (rows=319876350 width=229) Conds:RS_226._col0=RS_15._col0(Inner),Output:["_col2","_col3","_col4","_col5","_col6"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_226] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_225] <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_15] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_13] (rows=319876350 width=233) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_12] (rows=319876350 width=236) @@ -265,7 +266,7 @@ Stage-0 Conds:RS_242._col1, _col3=RS_245._col0, _col1(Left Outer),Output:["_col0","_col1","_col2","_col4","_col5","_col6","_col8"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_242] - PartitionCols:_col1, _col3 + PartitionCols:_col1, _col3,null sort order:aa,sort order:++ Select Operator [SEL_241] (rows=525327388 width=233) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] Filter Operator [FIL_240] (rows=525327388 width=233) @@ -285,7 +286,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_225] <-Map 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_245] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Select Operator [SEL_244] (rows=57591150 width=8) Output:["_col0","_col1"] Filter Operator [FIL_243] (rows=57591150 width=8) @@ -294,7 +295,7 @@ Stage-0 default@store_returns,store_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["sr_item_sk","sr_ticket_number"] <-Reducer 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_260] - PartitionCols:_col1, _col0 + PartitionCols:_col1, _col0,null sort order:aa,sort order:++ Select Operator [SEL_259] (rows=113538342 width=239) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_258] (rows=113538342 width=239) @@ -303,18 +304,18 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)"],keys:KEY._col0, KEY._col1 <-Reducer 8 [SIMPLE_EDGE] SHUFFLE [RS_41] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_40] (rows=113538342 width=239) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col4)","sum(_col5)","sum(_col6)"],keys:_col3, _col2 Merge Join Operator [MERGEJOIN_219] (rows=113538342 width=235) Conds:RS_228._col0=RS_37._col0(Inner),Output:["_col2","_col3","_col4","_col5","_col6"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_228] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_225] <-Reducer 18 [SIMPLE_EDGE] SHUFFLE [RS_37] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_35] (rows=113538342 width=239) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_34] (rows=113538342 width=242) @@ -323,7 +324,7 @@ Stage-0 Conds:RS_253._col1, _col3=RS_256._col0, _col1(Left Outer),Output:["_col0","_col1","_col2","_col4","_col5","_col6","_col8"] <-Map 17 [SIMPLE_EDGE] vectorized SHUFFLE [RS_253] - PartitionCols:_col1, _col3 + PartitionCols:_col1, _col3,null sort order:aa,sort order:++ Select Operator [SEL_252] (rows=143930993 width=243) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] Filter Operator [FIL_251] (rows=143930993 width=243) @@ -343,7 +344,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_225] <-Map 19 [SIMPLE_EDGE] vectorized SHUFFLE [RS_256] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Select Operator [SEL_255] (rows=14398467 width=8) Output:["_col0","_col1"] Filter Operator [FIL_254] (rows=14398467 width=8) diff --git ql/src/test/results/clientpositive/perf/tez/query79.q.out ql/src/test/results/clientpositive/perf/tez/query79.q.out index e1ef37ad38..c85bcef647 100644 --- ql/src/test/results/clientpositive/perf/tez/query79.q.out +++ ql/src/test/results/clientpositive/perf/tez/query79.q.out @@ -78,13 +78,14 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_33] + null sort order:zzzz,sort order:++++ Select Operator [SEL_32] (rows=479121995 width=776) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] Merge Join Operator [MERGEJOIN_100] (rows=479121995 width=685) Conds:RS_103._col0=RS_123._col1(Inner),Output:["_col1","_col2","_col3","_col5","_col6","_col7","_col8"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_103] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_102] (rows=80000000 width=184) Output:["_col0","_col1","_col2"] Filter Operator [FIL_101] (rows=80000000 width=184) @@ -93,21 +94,21 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_first_name","c_last_name"] <-Reducer 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_123] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_122] (rows=479121995 width=508) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Group By Operator [GBY_121] (rows=479121995 width=328) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3 <-Reducer 7 [SIMPLE_EDGE] SHUFFLE [RS_26] - PartitionCols:_col0, _col1, _col2, _col3 + PartitionCols:_col0, _col1, _col2, _col3,null sort order:aaaa,sort order:++++ Group By Operator [GBY_25] (rows=479121995 width=328) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col6)","sum(_col7)"],keys:_col1, _col3, _col5, _col10 Merge Join Operator [MERGEJOIN_99] (rows=479121995 width=318) Conds:RS_21._col2=RS_120._col0(Inner),Output:["_col1","_col3","_col5","_col6","_col7","_col10"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_120] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_119] (rows=6415 width=4) Output:["_col0"] Filter Operator [FIL_118] (rows=6415 width=12) @@ -116,12 +117,12 @@ Stage-0 default@household_demographics,household_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["hd_demo_sk","hd_dep_count","hd_vehicle_count"] <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_21] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_98] (rows=479121995 width=322) Conds:RS_18._col4=RS_117._col0(Inner),Output:["_col1","_col2","_col3","_col5","_col6","_col7","_col10"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_117] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_116] (rows=1704 width=97) Output:["_col0","_col1"] Filter Operator [FIL_115] (rows=1704 width=100) @@ -130,12 +131,12 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_number_employees","s_city"] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col4 + PartitionCols:_col4,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_97] (rows=479121995 width=233) Conds:RS_114._col0=RS_106._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5","_col6","_col7"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_106] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_105] (rows=391 width=4) Output:["_col0"] Filter Operator [FIL_104] (rows=391 width=12) @@ -144,7 +145,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_dow"] <-Map 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_114] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_113] (rows=479121995 width=237) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] Filter Operator [FIL_112] (rows=479121995 width=237) diff --git ql/src/test/results/clientpositive/perf/tez/query8.q.out ql/src/test/results/clientpositive/perf/tez/query8.q.out index bad09bed4b..b35b381a82 100644 --- ql/src/test/results/clientpositive/perf/tez/query8.q.out +++ ql/src/test/results/clientpositive/perf/tez/query8.q.out @@ -252,25 +252,26 @@ Stage-0 Output:["_col0","_col1"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_146] + null sort order:z,sort order:+ Group By Operator [GBY_145] (rows=1 width=200) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_57] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:z,sort order:+ Group By Operator [GBY_56] (rows=401 width=200) Output:["_col0","_col1"],aggregations:["sum(_col2)"],keys:_col6 Top N Key Operator [TNK_84] (rows=525329897 width=194) - keys:_col6,sort order:+,top n:100 + keys:_col6,null sort order:z,sort order:+,top n:100 Merge Join Operator [MERGEJOIN_118] (rows=525329897 width=194) Conds:RS_52._col1=RS_53._col1(Inner),Output:["_col2","_col6"] <-Reducer 12 [SIMPLE_EDGE] SHUFFLE [RS_53] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_117] (rows=1 width=92) Conds:RS_141._col0=RS_144._col2(Inner),Output:["_col1","_col2"] <-Map 18 [SIMPLE_EDGE] vectorized SHUFFLE [RS_144] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Select Operator [SEL_143] (rows=1704 width=276) Output:["_col0","_col1","_col2"] Filter Operator [FIL_142] (rows=1704 width=181) @@ -279,7 +280,7 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_store_name","s_zip"] <-Reducer 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_141] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_140] (rows=1 width=184) Output:["_col0"] Filter Operator [FIL_139] (rows=1 width=192) @@ -289,14 +290,14 @@ Stage-0 <-Union 10 [SIMPLE_EDGE] <-Reducer 16 [CONTAINS] vectorized Reduce Output Operator [RS_170] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_169] (rows=5633 width=192) Output:["_col0","_col1"],aggregations:["count(_col1)"],keys:_col0 Group By Operator [GBY_168] (rows=1126 width=192) Output:["_col0","_col1"],aggregations:["count(VALUE._col0)"],keys:KEY._col0 <-Reducer 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_167] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_166] (rows=1126 width=192) Output:["_col0","_col1"],aggregations:["count()"],keys:_col0 Select Operator [SEL_165] (rows=2253 width=97) @@ -307,14 +308,14 @@ Stage-0 Output:["_col0","_col1"],aggregations:["count(VALUE._col0)"],keys:KEY._col0 <-Reducer 14 [SIMPLE_EDGE] SHUFFLE [RS_25] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_24] (rows=67610 width=97) Output:["_col0","_col1"],aggregations:["count()"],keys:_col1 Merge Join Operator [MERGEJOIN_116] (rows=26666667 width=89) Conds:RS_159._col0=RS_162._col0(Inner),Output:["_col1"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_159] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_158] (rows=40000000 width=93) Output:["_col0","_col1"] Filter Operator [FIL_157] (rows=40000000 width=93) @@ -323,7 +324,7 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_zip"] <-Map 17 [SIMPLE_EDGE] vectorized SHUFFLE [RS_162] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_161] (rows=26666667 width=4) Output:["_col0"] Filter Operator [FIL_160] (rows=26666667 width=89) @@ -332,14 +333,14 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_current_addr_sk","c_preferred_cust_flag"] <-Reducer 9 [CONTAINS] vectorized Reduce Output Operator [RS_156] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_155] (rows=5633 width=192) Output:["_col0","_col1"],aggregations:["count(_col1)"],keys:_col0 Group By Operator [GBY_154] (rows=10141 width=192) Output:["_col0","_col1"],aggregations:["count(VALUE._col0)"],keys:KEY._col0 <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_153] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_152] (rows=141974 width=192) Output:["_col0","_col1"],aggregations:["count()"],keys:_col0 Select Operator [SEL_151] (rows=20000000 width=89) @@ -350,12 +351,12 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_zip"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_52] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_115] (rows=525329897 width=110) Conds:RS_137._col0=RS_129._col0(Inner),Output:["_col1","_col2"] <-Map 6 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_129] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_128] (rows=130 width=4) Output:["_col0"] Filter Operator [FIL_127] (rows=130 width=12) @@ -364,7 +365,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_qoy"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_137] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_136] (rows=525329897 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_135] (rows=525329897 width=114) diff --git ql/src/test/results/clientpositive/perf/tez/query80.q.out ql/src/test/results/clientpositive/perf/tez/query80.q.out index 0df0d0e1a7..e831f68dcf 100644 --- ql/src/test/results/clientpositive/perf/tez/query80.q.out +++ ql/src/test/results/clientpositive/perf/tez/query80.q.out @@ -256,6 +256,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"] <-Reducer 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_435] + null sort order:zz,sort order:++ Select Operator [SEL_434] (rows=59581 width=619) Output:["_col0","_col1","_col2","_col3","_col4"] Group By Operator [GBY_433] (rows=59581 width=627) @@ -263,18 +264,18 @@ Stage-0 <-Union 8 [SIMPLE_EDGE] <-Reducer 18 [CONTAINS] vectorized Reduce Output Operator [RS_454] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:zza,sort order:+++ Group By Operator [GBY_453] (rows=59581 width=627) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col2)","sum(_col3)","sum(_col4)"],keys:_col0, _col1, 0L Top N Key Operator [TNK_452] (rows=39721 width=618) - keys:_col0, _col1, 0L,sort order:+++,top n:100 + keys:_col0, _col1, 0L,null sort order:zza,sort order:+++,top n:100 Select Operator [SEL_451] (rows=38846 width=619) Output:["_col0","_col1","_col2","_col3","_col4"] Group By Operator [GBY_450] (rows=38846 width=436) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)"],keys:KEY._col0 <-Reducer 17 [SIMPLE_EDGE] SHUFFLE [RS_75] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_74] (rows=7613816 width=436) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(_col1)","sum(_col2)","sum(_col3)"],keys:_col0 Select Operator [SEL_72] (rows=154681759 width=322) @@ -283,7 +284,7 @@ Stage-0 Conds:RS_69._col1=RS_449._col0(Inner),Output:["_col5","_col6","_col9","_col10","_col15"] <-Map 32 [SIMPLE_EDGE] vectorized SHUFFLE [RS_449] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_448] (rows=46000 width=104) Output:["_col0","_col1"] Filter Operator [FIL_447] (rows=46000 width=104) @@ -292,12 +293,12 @@ Stage-0 default@catalog_page,catalog_page,Tbl:COMPLETE,Col:COMPLETE,Output:["cp_catalog_page_sk","cp_catalog_page_id"] <-Reducer 16 [SIMPLE_EDGE] SHUFFLE [RS_69] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_368] (rows=154681759 width=226) Conds:RS_66._col3=RS_423._col0(Inner),Output:["_col1","_col5","_col6","_col9","_col10"] <-Map 27 [SIMPLE_EDGE] vectorized SHUFFLE [RS_423] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_421] (rows=1150 width=4) Output:["_col0"] Filter Operator [FIL_420] (rows=1150 width=89) @@ -306,12 +307,12 @@ Stage-0 default@promotion,promotion,Tbl:COMPLETE,Col:COMPLETE,Output:["p_promo_sk","p_channel_tv"] <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_66] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_367] (rows=154681759 width=230) Conds:RS_63._col2=RS_418._col0(Inner),Output:["_col1","_col3","_col5","_col6","_col9","_col10"] <-Map 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_418] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_416] (rows=154000 width=4) Output:["_col0"] Filter Operator [FIL_415] (rows=154000 width=115) @@ -320,12 +321,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_current_price"] <-Reducer 14 [SIMPLE_EDGE] SHUFFLE [RS_63] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_366] (rows=464045263 width=322) Conds:RS_60._col0=RS_397._col0(Inner),Output:["_col1","_col2","_col3","_col5","_col6","_col9","_col10"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_397] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_394] (rows=8116 width=4) Output:["_col0"] Filter Operator [FIL_393] (rows=8116 width=98) @@ -334,12 +335,12 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_date"] <-Reducer 30 [SIMPLE_EDGE] SHUFFLE [RS_60] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_365] (rows=464045263 width=326) Conds:RS_443._col2, _col4=RS_446._col0, _col1(Left Outer),Output:["_col0","_col1","_col2","_col3","_col5","_col6","_col9","_col10"] <-Map 29 [SIMPLE_EDGE] vectorized SHUFFLE [RS_443] - PartitionCols:_col2, _col4 + PartitionCols:_col2, _col4,null sort order:aa,sort order:++ Select Operator [SEL_442] (rows=283691906 width=243) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] Filter Operator [FIL_441] (rows=283691906 width=243) @@ -359,7 +360,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_394] <-Map 31 [SIMPLE_EDGE] vectorized SHUFFLE [RS_446] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Select Operator [SEL_445] (rows=28798881 width=227) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_444] (rows=28798881 width=227) @@ -368,18 +369,18 @@ Stage-0 default@catalog_returns,catalog_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["cr_item_sk","cr_order_number","cr_return_amount","cr_net_loss"] <-Reducer 24 [CONTAINS] vectorized Reduce Output Operator [RS_470] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:zza,sort order:+++ Group By Operator [GBY_469] (rows=59581 width=627) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col2)","sum(_col3)","sum(_col4)"],keys:_col0, _col1, 0L Top N Key Operator [TNK_468] (rows=39721 width=618) - keys:_col0, _col1, 0L,sort order:+++,top n:100 + keys:_col0, _col1, 0L,null sort order:zza,sort order:+++,top n:100 Select Operator [SEL_467] (rows=53 width=615) Output:["_col0","_col1","_col2","_col3","_col4"] Group By Operator [GBY_466] (rows=53 width=436) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)"],keys:KEY._col0 <-Reducer 23 [SIMPLE_EDGE] SHUFFLE [RS_115] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_114] (rows=5724 width=436) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(_col1)","sum(_col2)","sum(_col3)"],keys:_col0 Select Operator [SEL_112] (rows=84869669 width=323) @@ -388,7 +389,7 @@ Stage-0 Conds:RS_109._col2=RS_465._col0(Inner),Output:["_col5","_col6","_col9","_col10","_col15"] <-Map 36 [SIMPLE_EDGE] vectorized SHUFFLE [RS_465] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_464] (rows=84 width=104) Output:["_col0","_col1"] Filter Operator [FIL_463] (rows=84 width=104) @@ -397,39 +398,39 @@ Stage-0 default@web_site,web_site,Tbl:COMPLETE,Col:COMPLETE,Output:["web_site_sk","web_site_id"] <-Reducer 22 [SIMPLE_EDGE] SHUFFLE [RS_109] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_373] (rows=84869669 width=227) Conds:RS_106._col3=RS_424._col0(Inner),Output:["_col2","_col5","_col6","_col9","_col10"] <-Map 27 [SIMPLE_EDGE] vectorized SHUFFLE [RS_424] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_421] <-Reducer 21 [SIMPLE_EDGE] SHUFFLE [RS_106] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_372] (rows=84869669 width=231) Conds:RS_103._col1=RS_419._col0(Inner),Output:["_col2","_col3","_col5","_col6","_col9","_col10"] <-Map 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_419] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_416] <-Reducer 20 [SIMPLE_EDGE] SHUFFLE [RS_103] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_371] (rows=254608997 width=359) Conds:RS_100._col0=RS_399._col0(Inner),Output:["_col1","_col2","_col3","_col5","_col6","_col9","_col10"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_399] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_394] <-Reducer 34 [SIMPLE_EDGE] SHUFFLE [RS_100] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_370] (rows=254608997 width=363) Conds:RS_459._col1, _col4=RS_462._col0, _col1(Left Outer),Output:["_col0","_col1","_col2","_col3","_col5","_col6","_col9","_col10"] <-Map 33 [SIMPLE_EDGE] vectorized SHUFFLE [RS_459] - PartitionCols:_col1, _col4 + PartitionCols:_col1, _col4,null sort order:aa,sort order:++ Select Operator [SEL_458] (rows=143894769 width=243) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] Filter Operator [FIL_457] (rows=143894769 width=243) @@ -449,7 +450,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_394] <-Map 35 [SIMPLE_EDGE] vectorized SHUFFLE [RS_462] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Select Operator [SEL_461] (rows=14398467 width=221) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_460] (rows=14398467 width=221) @@ -458,18 +459,18 @@ Stage-0 default@web_returns,web_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["wr_item_sk","wr_order_number","wr_return_amt","wr_net_loss"] <-Reducer 7 [CONTAINS] vectorized Reduce Output Operator [RS_432] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:zza,sort order:+++ Group By Operator [GBY_431] (rows=59581 width=627) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col2)","sum(_col3)","sum(_col4)"],keys:_col0, _col1, 0L Top N Key Operator [TNK_430] (rows=39721 width=618) - keys:_col0, _col1, 0L,sort order:+++,top n:100 + keys:_col0, _col1, 0L,null sort order:zza,sort order:+++,top n:100 Select Operator [SEL_429] (rows=822 width=617) Output:["_col0","_col1","_col2","_col3","_col4"] Group By Operator [GBY_428] (rows=822 width=436) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)"],keys:KEY._col0 <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_36] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_35] (rows=265506 width=436) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(_col1)","sum(_col2)","sum(_col3)"],keys:_col0 Select Operator [SEL_33] (rows=270716624 width=305) @@ -478,7 +479,7 @@ Stage-0 Conds:RS_30._col2=RS_427._col0(Inner),Output:["_col5","_col6","_col9","_col10","_col15"] <-Map 28 [SIMPLE_EDGE] vectorized SHUFFLE [RS_427] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_426] (rows=1704 width=104) Output:["_col0","_col1"] Filter Operator [FIL_425] (rows=1704 width=104) @@ -487,39 +488,39 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_store_id"] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_30] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_363] (rows=270716624 width=208) Conds:RS_27._col3=RS_422._col0(Inner),Output:["_col2","_col5","_col6","_col9","_col10"] <-Map 27 [SIMPLE_EDGE] vectorized SHUFFLE [RS_422] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_421] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_27] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_362] (rows=270716624 width=212) Conds:RS_24._col1=RS_417._col0(Inner),Output:["_col2","_col3","_col5","_col6","_col9","_col10"] <-Map 26 [SIMPLE_EDGE] vectorized SHUFFLE [RS_417] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_416] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_24] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_361] (rows=812149846 width=370) Conds:RS_21._col0=RS_395._col0(Inner),Output:["_col1","_col2","_col3","_col5","_col6","_col9","_col10"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_395] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_394] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_21] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_360] (rows=812149846 width=374) Conds:RS_411._col1, _col4=RS_414._col0, _col1(Left Outer),Output:["_col0","_col1","_col2","_col3","_col5","_col6","_col9","_col10"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_411] - PartitionCols:_col1, _col4 + PartitionCols:_col1, _col4,null sort order:aa,sort order:++ Select Operator [SEL_410] (rows=501693263 width=233) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] Filter Operator [FIL_409] (rows=501693263 width=233) @@ -539,7 +540,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_394] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_414] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Select Operator [SEL_413] (rows=57591150 width=224) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_412] (rows=57591150 width=224) diff --git ql/src/test/results/clientpositive/perf/tez/query81.q.out ql/src/test/results/clientpositive/perf/tez/query81.q.out index 7feb6175fe..a2e313638b 100644 --- ql/src/test/results/clientpositive/perf/tez/query81.q.out +++ ql/src/test/results/clientpositive/perf/tez/query81.q.out @@ -96,13 +96,14 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_66] + null sort order:zzzzzzzzzzzzzzz,sort order:+++++++++++++++ Select Operator [SEL_65] (rows=1545467 width=1418) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14"] Merge Join Operator [MERGEJOIN_181] (rows=1545467 width=1418) Conds:RS_62._col0=RS_63._col0(Inner),Output:["_col1","_col3","_col4","_col5","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col19"] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_63] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_58] (rows=1545467 width=227) Output:["_col0","_col2"] Filter Operator [FIL_57] (rows=1545467 width=227) @@ -111,7 +112,7 @@ Stage-0 Conds:RS_205._col1=RS_211._col1(Inner),Output:["_col0","_col2","_col3"] <-Reducer 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_211] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_210] (rows=12 width=198) Output:["_col0","_col1"] Filter Operator [FIL_209] (rows=12 width=206) @@ -124,14 +125,14 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 12 [SIMPLE_EDGE] SHUFFLE [RS_45] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:aa,sort order:++ Group By Operator [GBY_44] (rows=8749496 width=201) Output:["_col0","_col1","_col2"],aggregations:["sum(_col3)"],keys:_col6, _col1 Merge Join Operator [MERGEJOIN_179] (rows=8749496 width=194) Conds:RS_40._col2=RS_201._col0(Inner),Output:["_col1","_col3","_col6"] <-Map 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_201] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_199] (rows=40000000 width=90) Output:["_col0","_col1"] Filter Operator [FIL_198] (rows=40000000 width=90) @@ -140,12 +141,12 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_state"] <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_40] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_178] (rows=8749496 width=112) Conds:RS_193._col0=RS_197._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_197] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_195] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_194] (rows=652 width=8) @@ -154,7 +155,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Map 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_193] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_191] (rows=28221532 width=121) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_189] (rows=28221532 width=121) @@ -163,7 +164,7 @@ Stage-0 default@catalog_returns,catalog_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["cr_returned_date_sk","cr_returning_customer_sk","cr_returning_addr_sk","cr_return_amt_inc_tax"] <-Reducer 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_205] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Filter Operator [FIL_204] (rows=4636401 width=201) predicate:_col2 is not null Select Operator [SEL_203] (rows=4636401 width=201) @@ -172,27 +173,27 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 8 [SIMPLE_EDGE] SHUFFLE [RS_23] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_22] (rows=8574602 width=201) Output:["_col0","_col1","_col2"],aggregations:["sum(_col3)"],keys:_col6, _col1 Merge Join Operator [MERGEJOIN_177] (rows=8574602 width=194) Conds:RS_18._col2=RS_200._col0(Inner),Output:["_col1","_col3","_col6"] <-Map 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_200] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_199] <-Reducer 7 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_176] (rows=8574602 width=112) Conds:RS_192._col0=RS_196._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_196] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_195] <-Map 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_192] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_190] (rows=27657410 width=121) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_188] (rows=27657410 width=121) @@ -200,12 +201,12 @@ Stage-0 Please refer to the previous TableScan [TS_6] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_62] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_175] (rows=1568628 width=1310) Conds:RS_184._col2=RS_187._col0(Inner),Output:["_col0","_col1","_col3","_col4","_col5","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_184] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Select Operator [SEL_183] (rows=80000000 width=375) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_182] (rows=80000000 width=375) @@ -214,7 +215,7 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_customer_id","c_current_addr_sk","c_salutation","c_first_name","c_last_name"] <-Map 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_187] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_186] (rows=784314 width=941) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10"] Filter Operator [FIL_185] (rows=784314 width=1027) diff --git ql/src/test/results/clientpositive/perf/tez/query82.q.out ql/src/test/results/clientpositive/perf/tez/query82.q.out index f377a9273b..c481ce47fe 100644 --- ql/src/test/results/clientpositive/perf/tez/query82.q.out +++ ql/src/test/results/clientpositive/perf/tez/query82.q.out @@ -63,25 +63,26 @@ Stage-0 Output:["_col0","_col1","_col2"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_98] + null sort order:z,sort order:+ Group By Operator [GBY_97] (rows=1 width=396) Output:["_col0","_col1","_col2"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_24] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:zaa,sort order:+++ Group By Operator [GBY_23] (rows=2 width=396) Output:["_col0","_col1","_col2"],keys:_col2, _col3, _col4 Top N Key Operator [TNK_43] (rows=11627 width=396) - keys:_col2, _col3, _col4,sort order:+++,top n:100 + keys:_col2, _col3, _col4,null sort order:zaa,sort order:+++,top n:100 Merge Join Operator [MERGEJOIN_79] (rows=11627 width=396) Conds:RS_19._col1=RS_20._col1(Inner),Output:["_col2","_col3","_col4"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_19] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_77] (rows=3564040 width=400) Conds:RS_90._col0=RS_82._col0(Inner),Output:["_col1","_col2","_col3","_col4"] <-Map 6 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_82] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_81] (rows=297 width=400) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_80] (rows=297 width=404) @@ -90,7 +91,7 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id","i_item_desc","i_current_price","i_manufact_id"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_90] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_89] (rows=575995635 width=4) Output:["_col0"] Filter Operator [FIL_88] (rows=575995635 width=4) @@ -110,12 +111,12 @@ Stage-0 Please refer to the previous Select Operator [SEL_81] <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_20] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_78] (rows=1879072 width=4) Conds:RS_93._col0=RS_96._col0(Inner),Output:["_col1"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_96] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_95] (rows=8116 width=4) Output:["_col0"] Filter Operator [FIL_94] (rows=8116 width=98) @@ -124,7 +125,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_date"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_93] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_92] (rows=16912800 width=8) Output:["_col0","_col1"] Filter Operator [FIL_91] (rows=16912800 width=11) diff --git ql/src/test/results/clientpositive/perf/tez/query83.q.out ql/src/test/results/clientpositive/perf/tez/query83.q.out index 54c1ba6161..a9b3ff559e 100644 --- ql/src/test/results/clientpositive/perf/tez/query83.q.out +++ ql/src/test/results/clientpositive/perf/tez/query83.q.out @@ -173,32 +173,33 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_127] + null sort order:zz,sort order:++ Select Operator [SEL_126] (rows=60 width=260) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] Merge Join Operator [MERGEJOIN_363] (rows=60 width=148) Conds:RS_123._col0=RS_398._col0(Inner),Output:["_col0","_col1","_col2","_col4","_col5","_col7","_col8"] <-Reducer 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_398] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_397] (rows=310774 width=116) Output:["_col0","_col1","_col2"] Group By Operator [GBY_396] (rows=310774 width=108) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 13 [SIMPLE_EDGE] SHUFFLE [RS_117] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_116] (rows=1864644 width=108) Output:["_col0","_col1"],aggregations:["sum(_col2)"],keys:_col4 Merge Join Operator [MERGEJOIN_361] (rows=13749816 width=103) Conds:RS_112._col0=RS_113._col0(Inner),Output:["_col2","_col4"] <-Reducer 16 [SIMPLE_EDGE] SHUFFLE [RS_113] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_352] (rows=2 width=4) Conds:RS_374._col1=RS_383._col0(Inner),Output:["_col0"] <-Map 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_374] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_373] (rows=73049 width=98) Output:["_col0","_col1"] Filter Operator [FIL_372] (rows=73049 width=98) @@ -207,19 +208,19 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_date"] <-Reducer 19 [SIMPLE_EDGE] vectorized SHUFFLE [RS_383] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_382] (rows=2 width=94) Output:["_col0"],keys:KEY._col0 <-Reducer 18 [SIMPLE_EDGE] SHUFFLE [RS_22] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_21] (rows=2 width=94) Output:["_col0"],keys:_col0 Merge Join Operator [MERGEJOIN_351] (rows=5 width=94) Conds:RS_377._col1=RS_381._col0(Left Semi),Output:["_col0"] <-Map 17 [SIMPLE_EDGE] vectorized SHUFFLE [RS_377] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_376] (rows=73049 width=98) Output:["_col0","_col1"] Filter Operator [FIL_375] (rows=73049 width=98) @@ -228,7 +229,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date","d_week_seq"] <-Map 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_381] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_380] (rows=1 width=4) Output:["_col0"],keys:_col0 Select Operator [SEL_379] (rows=2 width=4) @@ -239,12 +240,12 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date","d_week_seq"] <-Reducer 12 [SIMPLE_EDGE] SHUFFLE [RS_112] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_356] (rows=13749816 width=107) Conds:RS_395._col1=RS_371._col0(Inner),Output:["_col0","_col2","_col4"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_371] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_368] (rows=462000 width=104) Output:["_col0","_col1"] Filter Operator [FIL_367] (rows=462000 width=104) @@ -253,7 +254,7 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id"] <-Map 22 [SIMPLE_EDGE] vectorized SHUFFLE [RS_395] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_394] (rows=13749816 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_393] (rows=13749816 width=11) @@ -262,39 +263,39 @@ Stage-0 default@web_returns,web_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["wr_returned_date_sk","wr_item_sk","wr_return_quantity"] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_123] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_362] (rows=60 width=132) Conds:RS_386._col0=RS_392._col0(Inner),Output:["_col0","_col1","_col2","_col4","_col5"] <-Reducer 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_392] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_391] (rows=310774 width=116) Output:["_col0","_col1","_col2"] Group By Operator [GBY_390] (rows=310774 width=108) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_77] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_76] (rows=7147802 width=108) Output:["_col0","_col1"],aggregations:["sum(_col2)"],keys:_col4 Merge Join Operator [MERGEJOIN_360] (rows=55578005 width=103) Conds:RS_72._col0=RS_73._col0(Inner),Output:["_col2","_col4"] <-Reducer 16 [SIMPLE_EDGE] SHUFFLE [RS_73] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Merge Join Operator [MERGEJOIN_352] <-Reducer 9 [SIMPLE_EDGE] SHUFFLE [RS_72] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_353] (rows=55578005 width=107) Conds:RS_389._col1=RS_370._col0(Inner),Output:["_col0","_col2","_col4"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_370] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_368] <-Map 21 [SIMPLE_EDGE] vectorized SHUFFLE [RS_389] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_388] (rows=55578005 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_387] (rows=55578005 width=11) @@ -303,34 +304,34 @@ Stage-0 default@store_returns,store_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["sr_returned_date_sk","sr_item_sk","sr_return_quantity"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_386] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_385] (rows=60 width=116) Output:["_col0","_col1","_col2"] Group By Operator [GBY_384] (rows=60 width=108) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_37] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_36] (rows=60 width=108) Output:["_col0","_col1"],aggregations:["sum(_col2)"],keys:_col4 Merge Join Operator [MERGEJOIN_359] (rows=5478 width=100) Conds:RS_32._col0=RS_33._col0(Inner),Output:["_col2","_col4"] <-Reducer 16 [SIMPLE_EDGE] SHUFFLE [RS_33] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Merge Join Operator [MERGEJOIN_352] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_32] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_350] (rows=28798881 width=107) Conds:RS_366._col1=RS_369._col0(Inner),Output:["_col0","_col2","_col4"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_369] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_368] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_366] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_365] (rows=28798881 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_364] (rows=28798881 width=11) diff --git ql/src/test/results/clientpositive/perf/tez/query84.q.out ql/src/test/results/clientpositive/perf/tez/query84.q.out index 4fd546bc07..efd0025470 100644 --- ql/src/test/results/clientpositive/perf/tez/query84.q.out +++ ql/src/test/results/clientpositive/perf/tez/query84.q.out @@ -74,18 +74,19 @@ Stage-0 Output:["_col0","_col1"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_36] + null sort order:z,sort order:+ Select Operator [SEL_35] (rows=2645278 width=384) Output:["_col1","_col2"] Merge Join Operator [MERGEJOIN_120] (rows=2645278 width=284) Conds:RS_32._col1=RS_33._col1(Inner),Output:["_col2","_col6"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_32] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_116] (rows=56363634 width=4) Conds:RS_123._col0=RS_126._col0(Inner),Output:["_col1"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_123] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_122] (rows=55577698 width=3) Output:["_col0"] Filter Operator [FIL_121] (rows=55577698 width=3) @@ -94,7 +95,7 @@ Stage-0 default@store_returns,store_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["sr_cdemo_sk"] <-Map 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_126] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_125] (rows=1861800 width=4) Output:["_col0"] Filter Operator [FIL_124] (rows=1861800 width=4) @@ -103,17 +104,17 @@ Stage-0 default@customer_demographics,customer_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["cd_demo_sk"] <-Reducer 8 [SIMPLE_EDGE] SHUFFLE [RS_33] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_119] (rows=83148 width=284) Conds:RS_25._col2=RS_26._col0(Inner),Output:["_col0","_col1","_col4"] <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_26] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_118] (rows=2161 width=4) Conds:RS_135._col1=RS_138._col0(Inner),Output:["_col0"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_135] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_134] (rows=7200 width=8) Output:["_col0","_col1"] Filter Operator [FIL_133] (rows=7200 width=8) @@ -122,7 +123,7 @@ Stage-0 default@household_demographics,household_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["hd_demo_sk","hd_income_band_sk"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_138] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_137] (rows=6 width=4) Output:["_col0"] Filter Operator [FIL_136] (rows=6 width=12) @@ -131,12 +132,12 @@ Stage-0 default@income_band,income_band,Tbl:COMPLETE,Col:COMPLETE,Output:["ib_income_band_sk","ib_lower_bound","ib_upper_bound"] <-Reducer 7 [SIMPLE_EDGE] SHUFFLE [RS_25] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_117] (rows=83148 width=284) Conds:RS_129._col3=RS_132._col0(Inner),Output:["_col0","_col1","_col2","_col4"] <-Map 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_129] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Select Operator [SEL_128] (rows=74500295 width=295) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_127] (rows=74500295 width=291) @@ -145,7 +146,7 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_id","c_current_cdemo_sk","c_current_hdemo_sk","c_current_addr_sk","c_first_name","c_last_name"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_132] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_131] (rows=44643 width=4) Output:["_col0"] Filter Operator [FIL_130] (rows=44643 width=97) diff --git ql/src/test/results/clientpositive/perf/tez/query85.q.out ql/src/test/results/clientpositive/perf/tez/query85.q.out index c411a92145..bcf264ff61 100644 --- ql/src/test/results/clientpositive/perf/tez/query85.q.out +++ ql/src/test/results/clientpositive/perf/tez/query85.q.out @@ -207,20 +207,21 @@ Stage-0 Output:["_col0","_col1","_col2","_col3"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_234] + null sort order:zzzz,sort order:++++ Select Operator [SEL_233] (rows=72 width=832) Output:["_col4","_col5","_col6","_col7"] Group By Operator [GBY_232] (rows=72 width=353) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)","sum(VALUE._col2)","count(VALUE._col3)","sum(VALUE._col4)","count(VALUE._col5)"],keys:KEY._col0 <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_50] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_49] (rows=576 width=353) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["sum(_col4)","count(_col4)","sum(_col28)","count(_col28)","sum(_col27)","count(_col27)"],keys:_col37 Merge Join Operator [MERGEJOIN_203] (rows=5749608 width=319) Conds:RS_45._col2=RS_231._col0(Inner),Output:["_col4","_col27","_col28","_col37"] <-Map 17 [SIMPLE_EDGE] vectorized SHUFFLE [RS_231] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_230] (rows=4602 width=4) Output:["_col0"] Filter Operator [FIL_229] (rows=4602 width=4) @@ -229,21 +230,21 @@ Stage-0 default@web_page,web_page,Tbl:COMPLETE,Col:COMPLETE,Output:["wp_web_page_sk"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_45] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Filter Operator [FIL_43] (rows=5749608 width=383) predicate:(((_col30 and _col5) or (_col31 and _col6) or (_col32 and _col7)) and ((_col15 and _col16 and _col8) or (_col17 and _col18 and _col9) or (_col19 and _col20 and _col10))) Merge Join Operator [MERGEJOIN_202] (rows=20443061 width=383) Conds:RS_40._col1, _col3=RS_41._col9, _col14(Inner),Output:["_col2","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col15","_col16","_col17","_col18","_col19","_col20","_col27","_col28","_col30","_col31","_col32","_col37"] <-Reducer 13 [SIMPLE_EDGE] SHUFFLE [RS_41] - PartitionCols:_col9, _col14 + PartitionCols:_col9, _col14,null sort order:aa,sort order:++ Select Operator [SEL_33] (rows=2086007 width=307) Output:["_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col14","_col15","_col16","_col18","_col19","_col20","_col25"] Merge Join Operator [MERGEJOIN_201] (rows=2086007 width=307) Conds:RS_30._col4=RS_228._col0(Inner),Output:["_col0","_col5","_col6","_col7","_col9","_col10","_col11","_col18","_col19","_col20","_col21","_col22","_col23","_col25"] <-Map 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_228] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_227] (rows=72 width=101) Output:["_col0","_col1"] Filter Operator [FIL_226] (rows=72 width=101) @@ -252,12 +253,12 @@ Stage-0 default@reason,reason,Tbl:COMPLETE,Col:COMPLETE,Output:["r_reason_sk","r_reason_desc"] <-Reducer 12 [SIMPLE_EDGE] SHUFFLE [RS_30] - PartitionCols:_col4 + PartitionCols:_col4,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_200] (rows=2086007 width=213) Conds:RS_27._col1, _col13, _col14=RS_224._col0, _col1, _col2(Inner),Output:["_col0","_col4","_col5","_col6","_col7","_col9","_col10","_col11","_col18","_col19","_col20","_col21","_col22","_col23"] <-Map 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_224] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Select Operator [SEL_222] (rows=265971 width=207) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] Filter Operator [FIL_221] (rows=265971 width=183) @@ -266,23 +267,23 @@ Stage-0 default@customer_demographics,cd1,Tbl:COMPLETE,Col:COMPLETE,Output:["cd_demo_sk","cd_marital_status","cd_education_status"] <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_27] - PartitionCols:_col1, _col13, _col14 + PartitionCols:_col1, _col13, _col14,null sort order:aaa,sort order:+++ Merge Join Operator [MERGEJOIN_199] (rows=2086007 width=371) Conds:RS_24._col3=RS_225._col0(Inner),Output:["_col0","_col1","_col4","_col5","_col6","_col7","_col9","_col10","_col11","_col13","_col14"] <-Map 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_225] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_223] (rows=265971 width=183) Output:["_col0","_col1","_col2"] Please refer to the previous Filter Operator [FIL_221] <-Reducer 10 [SIMPLE_EDGE] SHUFFLE [RS_24] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_198] (rows=11975292 width=245) Conds:RS_217._col2=RS_220._col0(Inner),Output:["_col0","_col1","_col3","_col4","_col5","_col6","_col7","_col9","_col10","_col11"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_220] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_219] (rows=3529412 width=16) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_218] (rows=3529412 width=187) @@ -291,7 +292,7 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_state","ca_country"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_217] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Select Operator [SEL_216] (rows=11975292 width=237) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] Filter Operator [FIL_215] (rows=11975292 width=237) @@ -300,12 +301,12 @@ Stage-0 default@web_returns,web_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["wr_item_sk","wr_refunded_cdemo_sk","wr_refunded_addr_sk","wr_returning_cdemo_sk","wr_reason_sk","wr_order_number","wr_fee","wr_refunded_cash"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_40] - PartitionCols:_col1, _col3 + PartitionCols:_col1, _col3,null sort order:aa,sort order:++ Merge Join Operator [MERGEJOIN_197] (rows=143931136 width=39) Conds:RS_214._col0=RS_206._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10"] <-Map 7 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_206] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_205] (rows=652 width=4) Output:["_col0"] Filter Operator [FIL_204] (rows=652 width=8) @@ -314,7 +315,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_214] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_213] (rows=143931136 width=43) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10"] Filter Operator [FIL_212] (rows=143931136 width=243) diff --git ql/src/test/results/clientpositive/perf/tez/query86.q.out ql/src/test/results/clientpositive/perf/tez/query86.q.out index 37414f697f..3650426837 100644 --- ql/src/test/results/clientpositive/perf/tez/query86.q.out +++ ql/src/test/results/clientpositive/perf/tez/query86.q.out @@ -79,6 +79,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_81] + null sort order:zzz,sort order:-++ Select Operator [SEL_80] (rows=3060 width=490) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] PTF Operator [PTF_79] (rows=3060 width=302) @@ -87,14 +88,14 @@ Stage-0 Output:["_col0","_col1","_col2","_col3"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_77] - PartitionCols:(grouping(_col3, 1L) + grouping(_col3, 0L)), CASE WHEN ((grouping(_col3, 0L) = UDFToLong(0))) THEN (_col0) ELSE (CAST( null AS STRING)) END + PartitionCols:(grouping(_col3, 1L) + grouping(_col3, 0L)), CASE WHEN ((grouping(_col3, 0L) = UDFToLong(0))) THEN (_col0) ELSE (CAST( null AS STRING)) END,null sort order:aaz,sort order:++- Select Operator [SEL_76] (rows=3060 width=302) Output:["_col0","_col1","_col2","_col3"] Group By Operator [GBY_75] (rows=3060 width=302) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_17] (rows=507960 width=302) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(_col2)"],keys:_col0, _col1, 0L Select Operator [SEL_15] (rows=143966864 width=293) @@ -103,7 +104,7 @@ Stage-0 Conds:RS_12._col1=RS_74._col0(Inner),Output:["_col2","_col5","_col6"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_74] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_73] (rows=462000 width=186) Output:["_col0","_col1","_col2"] Filter Operator [FIL_72] (rows=462000 width=186) @@ -112,12 +113,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_class","i_category"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_12] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_59] (rows=143966864 width=115) Conds:RS_71._col0=RS_63._col0(Inner),Output:["_col1","_col2"] <-Map 7 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_63] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_62] (rows=317 width=4) Output:["_col0"] Filter Operator [FIL_61] (rows=317 width=8) @@ -126,7 +127,7 @@ Stage-0 default@date_dim,d1,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_month_seq"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_71] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_70] (rows=143966864 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_69] (rows=143966864 width=119) diff --git ql/src/test/results/clientpositive/perf/tez/query87.q.out ql/src/test/results/clientpositive/perf/tez/query87.q.out index 834d47b4b3..58511b35eb 100644 --- ql/src/test/results/clientpositive/perf/tez/query87.q.out +++ ql/src/test/results/clientpositive/perf/tez/query87.q.out @@ -96,7 +96,7 @@ Stage-0 <-Union 7 [SIMPLE_EDGE] <-Reducer 18 [CONTAINS] vectorized Reduce Output Operator [RS_296] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_295] (rows=279005196 width=290) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col3)","sum(_col4)"],keys:_col0, _col1, _col2 Select Operator [SEL_294] (rows=279005196 width=290) @@ -111,14 +111,14 @@ Stage-0 Output:["_col0","_col1","_col2"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 17 [SIMPLE_EDGE] SHUFFLE [RS_80] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_79] (rows=143930993 width=274) Output:["_col0","_col1","_col2"],keys:_col6, _col5, _col3 Merge Join Operator [MERGEJOIN_192] (rows=143930993 width=274) Conds:RS_75._col1=RS_249._col0(Inner),Output:["_col3","_col5","_col6"] <-Map 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_249] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_246] (rows=80000000 width=184) Output:["_col0","_col1","_col2"] Filter Operator [FIL_245] (rows=80000000 width=184) @@ -127,12 +127,12 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_first_name","c_last_name"] <-Reducer 16 [SIMPLE_EDGE] SHUFFLE [RS_75] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_191] (rows=143930993 width=97) Conds:RS_289._col0=RS_232._col0(Inner),Output:["_col1","_col3"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_232] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_227] (rows=317 width=98) Output:["_col0","_col1"] Filter Operator [FIL_226] (rows=317 width=102) @@ -141,7 +141,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_date","d_month_seq"] <-Map 22 [SIMPLE_EDGE] vectorized SHUFFLE [RS_289] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_288] (rows=143930993 width=7) Output:["_col0","_col1"] Filter Operator [FIL_287] (rows=143930993 width=7) @@ -161,7 +161,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_227] <-Reducer 6 [CONTAINS] vectorized Reduce Output Operator [RS_264] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_263] (rows=279005196 width=290) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col3)","sum(_col4)"],keys:_col0, _col1, _col2 Select Operator [SEL_262] (rows=279005196 width=290) @@ -179,7 +179,7 @@ Stage-0 <-Union 5 [SIMPLE_EDGE] <-Reducer 14 [CONTAINS] vectorized Reduce Output Operator [RS_284] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_283] (rows=810445219 width=290) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col3)","sum(_col4)"],keys:_col0, _col1, _col2 Select Operator [SEL_282] (rows=810445219 width=290) @@ -194,27 +194,27 @@ Stage-0 Output:["_col0","_col1","_col2"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 13 [SIMPLE_EDGE] SHUFFLE [RS_42] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_41] (rows=285117831 width=274) Output:["_col0","_col1","_col2"],keys:_col6, _col5, _col3 Merge Join Operator [MERGEJOIN_190] (rows=285117831 width=274) Conds:RS_37._col1=RS_248._col0(Inner),Output:["_col3","_col5","_col6"] <-Map 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_248] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_246] <-Reducer 12 [SIMPLE_EDGE] SHUFFLE [RS_37] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_189] (rows=285117831 width=97) Conds:RS_277._col0=RS_230._col0(Inner),Output:["_col1","_col3"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_230] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_227] <-Map 21 [SIMPLE_EDGE] vectorized SHUFFLE [RS_277] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_276] (rows=285117831 width=7) Output:["_col0","_col1"] Filter Operator [FIL_275] (rows=285117831 width=7) @@ -234,7 +234,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_227] <-Reducer 4 [CONTAINS] vectorized Reduce Output Operator [RS_256] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_255] (rows=810445219 width=290) Output:["_col0","_col1","_col2","_col3","_col4"],aggregations:["sum(_col3)","sum(_col4)"],keys:_col0, _col1, _col2 Select Operator [SEL_254] (rows=810445219 width=290) @@ -249,27 +249,27 @@ Stage-0 Output:["_col0","_col1","_col2"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_16] (rows=525327388 width=274) Output:["_col0","_col1","_col2"],keys:_col6, _col5, _col3 Merge Join Operator [MERGEJOIN_188] (rows=525327388 width=274) Conds:RS_12._col1=RS_247._col0(Inner),Output:["_col3","_col5","_col6"] <-Map 20 [SIMPLE_EDGE] vectorized SHUFFLE [RS_247] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_246] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_12] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_187] (rows=525327388 width=97) Conds:RS_244._col0=RS_228._col0(Inner),Output:["_col1","_col3"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_228] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_227] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_244] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_243] (rows=525327388 width=7) Output:["_col0","_col1"] Filter Operator [FIL_242] (rows=525327388 width=7) diff --git ql/src/test/results/clientpositive/perf/tez/query88.q.out ql/src/test/results/clientpositive/perf/tez/query88.q.out index c318311f6c..9e21bd83c9 100644 --- ql/src/test/results/clientpositive/perf/tez/query88.q.out +++ ql/src/test/results/clientpositive/perf/tez/query88.q.out @@ -288,7 +288,7 @@ Stage-0 Conds:RS_148._col2=RS_676._col0(Inner) <-Map 51 [SIMPLE_EDGE] vectorized SHUFFLE [RS_676] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_670] (rows=155 width=4) Output:["_col0"] Filter Operator [FIL_669] (rows=155 width=92) @@ -297,12 +297,12 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_store_name"] <-Reducer 31 [SIMPLE_EDGE] SHUFFLE [RS_148] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_591] (rows=501695814 width=3) Conds:RS_145._col0=RS_632._col0(Inner),Output:["_col2"] <-Map 42 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_632] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_619] (rows=2312 width=4) Output:["_col0"] Filter Operator [FIL_611] (rows=2312 width=12) @@ -311,12 +311,12 @@ Stage-0 default@time_dim,time_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["t_time_sk","t_hour","t_minute"] <-Reducer 30 [SIMPLE_EDGE] SHUFFLE [RS_145] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_590] (rows=501695814 width=7) Conds:RS_713._col1=RS_666._col0(Inner),Output:["_col0","_col2"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_666] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_660] (rows=1179 width=4) Output:["_col0"] Filter Operator [FIL_659] (rows=1179 width=12) @@ -325,7 +325,7 @@ Stage-0 default@household_demographics,household_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["hd_demo_sk","hd_dep_count","hd_vehicle_count"] <-Map 56 [SIMPLE_EDGE] vectorized SHUFFLE [RS_713] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_712] (rows=501695814 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_711] (rows=501695814 width=11) @@ -359,16 +359,16 @@ Stage-0 Conds:RS_122._col2=RS_675._col0(Inner) <-Map 51 [SIMPLE_EDGE] vectorized SHUFFLE [RS_675] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_670] <-Reducer 27 [SIMPLE_EDGE] SHUFFLE [RS_122] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_588] (rows=501695814 width=3) Conds:RS_119._col0=RS_630._col0(Inner),Output:["_col2"] <-Map 42 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_630] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_618] (rows=2235 width=4) Output:["_col0"] Filter Operator [FIL_610] (rows=2235 width=12) @@ -376,16 +376,16 @@ Stage-0 Please refer to the previous TableScan [TS_6] <-Reducer 26 [SIMPLE_EDGE] SHUFFLE [RS_119] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_587] (rows=501695814 width=7) Conds:RS_706._col1=RS_665._col0(Inner),Output:["_col0","_col2"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_665] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_660] <-Map 55 [SIMPLE_EDGE] vectorized SHUFFLE [RS_706] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_705] (rows=501695814 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_704] (rows=501695814 width=11) @@ -419,16 +419,16 @@ Stage-0 Conds:RS_96._col2=RS_674._col0(Inner) <-Map 51 [SIMPLE_EDGE] vectorized SHUFFLE [RS_674] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_670] <-Reducer 23 [SIMPLE_EDGE] SHUFFLE [RS_96] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_585] (rows=501695814 width=3) Conds:RS_93._col0=RS_628._col0(Inner),Output:["_col2"] <-Map 42 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_628] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_617] (rows=2312 width=4) Output:["_col0"] Filter Operator [FIL_609] (rows=2312 width=12) @@ -436,16 +436,16 @@ Stage-0 Please refer to the previous TableScan [TS_6] <-Reducer 22 [SIMPLE_EDGE] SHUFFLE [RS_93] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_584] (rows=501695814 width=7) Conds:RS_699._col1=RS_664._col0(Inner),Output:["_col0","_col2"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_664] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_660] <-Map 54 [SIMPLE_EDGE] vectorized SHUFFLE [RS_699] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_698] (rows=501695814 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_697] (rows=501695814 width=11) @@ -479,16 +479,16 @@ Stage-0 Conds:RS_70._col2=RS_673._col0(Inner) <-Map 51 [SIMPLE_EDGE] vectorized SHUFFLE [RS_673] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_670] <-Reducer 19 [SIMPLE_EDGE] SHUFFLE [RS_70] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_582] (rows=501695814 width=3) Conds:RS_67._col0=RS_626._col0(Inner),Output:["_col2"] <-Map 42 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_626] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_616] (rows=2235 width=4) Output:["_col0"] Filter Operator [FIL_608] (rows=2235 width=12) @@ -496,16 +496,16 @@ Stage-0 Please refer to the previous TableScan [TS_6] <-Reducer 18 [SIMPLE_EDGE] SHUFFLE [RS_67] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_581] (rows=501695814 width=7) Conds:RS_692._col1=RS_663._col0(Inner),Output:["_col0","_col2"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_663] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_660] <-Map 53 [SIMPLE_EDGE] vectorized SHUFFLE [RS_692] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_691] (rows=501695814 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_690] (rows=501695814 width=11) @@ -539,16 +539,16 @@ Stage-0 Conds:RS_44._col2=RS_672._col0(Inner) <-Map 51 [SIMPLE_EDGE] vectorized SHUFFLE [RS_672] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_670] <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_44] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_579] (rows=501695814 width=3) Conds:RS_41._col0=RS_624._col0(Inner),Output:["_col2"] <-Map 42 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_624] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_615] (rows=2312 width=4) Output:["_col0"] Filter Operator [FIL_607] (rows=2312 width=12) @@ -556,16 +556,16 @@ Stage-0 Please refer to the previous TableScan [TS_6] <-Reducer 14 [SIMPLE_EDGE] SHUFFLE [RS_41] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_578] (rows=501695814 width=7) Conds:RS_685._col1=RS_662._col0(Inner),Output:["_col0","_col2"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_662] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_660] <-Map 52 [SIMPLE_EDGE] vectorized SHUFFLE [RS_685] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_684] (rows=501695814 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_683] (rows=501695814 width=11) @@ -595,16 +595,16 @@ Stage-0 Conds:RS_18._col2=RS_671._col0(Inner) <-Map 51 [SIMPLE_EDGE] vectorized SHUFFLE [RS_671] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_670] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_576] (rows=501695814 width=3) Conds:RS_15._col0=RS_622._col0(Inner),Output:["_col2"] <-Map 42 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_622] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_614] (rows=2235 width=4) Output:["_col0"] Filter Operator [FIL_606] (rows=2235 width=12) @@ -612,16 +612,16 @@ Stage-0 Please refer to the previous TableScan [TS_6] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_15] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_575] (rows=501695814 width=7) Conds:RS_658._col1=RS_661._col0(Inner),Output:["_col0","_col2"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_661] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_660] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_658] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_657] (rows=501695814 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_656] (rows=501695814 width=11) @@ -651,16 +651,16 @@ Stage-0 Conds:RS_174._col2=RS_677._col0(Inner) <-Map 51 [SIMPLE_EDGE] vectorized SHUFFLE [RS_677] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_670] <-Reducer 35 [SIMPLE_EDGE] SHUFFLE [RS_174] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_594] (rows=501695814 width=3) Conds:RS_171._col0=RS_634._col0(Inner),Output:["_col2"] <-Map 42 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_634] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_620] (rows=2235 width=4) Output:["_col0"] Filter Operator [FIL_612] (rows=2235 width=12) @@ -668,16 +668,16 @@ Stage-0 Please refer to the previous TableScan [TS_6] <-Reducer 34 [SIMPLE_EDGE] SHUFFLE [RS_171] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_593] (rows=501695814 width=7) Conds:RS_720._col1=RS_667._col0(Inner),Output:["_col0","_col2"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_667] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_660] <-Map 57 [SIMPLE_EDGE] vectorized SHUFFLE [RS_720] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_719] (rows=501695814 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_718] (rows=501695814 width=11) @@ -707,16 +707,16 @@ Stage-0 Conds:RS_200._col2=RS_678._col0(Inner) <-Map 51 [SIMPLE_EDGE] vectorized SHUFFLE [RS_678] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_670] <-Reducer 39 [SIMPLE_EDGE] SHUFFLE [RS_200] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_597] (rows=501695814 width=3) Conds:RS_197._col0=RS_636._col0(Inner),Output:["_col2"] <-Map 42 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_636] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_621] (rows=2312 width=4) Output:["_col0"] Filter Operator [FIL_613] (rows=2312 width=12) @@ -724,16 +724,16 @@ Stage-0 Please refer to the previous TableScan [TS_6] <-Reducer 38 [SIMPLE_EDGE] SHUFFLE [RS_197] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_596] (rows=501695814 width=7) Conds:RS_727._col1=RS_668._col0(Inner),Output:["_col0","_col2"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_668] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_660] <-Map 58 [SIMPLE_EDGE] vectorized SHUFFLE [RS_727] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_726] (rows=501695814 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_725] (rows=501695814 width=11) diff --git ql/src/test/results/clientpositive/perf/tez/query89.q.out ql/src/test/results/clientpositive/perf/tez/query89.q.out index 927da252da..3d676da36d 100644 --- ql/src/test/results/clientpositive/perf/tez/query89.q.out +++ ql/src/test/results/clientpositive/perf/tez/query89.q.out @@ -86,6 +86,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_109] + null sort order:zz,sort order:++ Select Operator [SEL_108] (rows=181038 width=801) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] Filter Operator [FIL_107] (rows=181038 width=689) @@ -98,19 +99,19 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_103] - PartitionCols:_col2, _col0, _col4, _col5 + PartitionCols:_col2, _col0, _col4, _col5,null sort order:aaaa,sort order:++++ Group By Operator [GBY_102] (rows=362076 width=577) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4, KEY._col5 <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_23] - PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5 + PartitionCols:_col0, _col1, _col2, _col3, _col4, _col5,null sort order:aaaaaa,sort order:++++++ Group By Operator [GBY_22] (rows=76480702 width=577) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"],aggregations:["sum(_col3)"],keys:_col5, _col6, _col7, _col9, _col11, _col12 Merge Join Operator [MERGEJOIN_84] (rows=76480702 width=542) Conds:RS_18._col2=RS_101._col0(Inner),Output:["_col3","_col5","_col6","_col7","_col9","_col11","_col12"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_101] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_100] (rows=1704 width=183) Output:["_col0","_col1","_col2"] Filter Operator [FIL_99] (rows=1704 width=183) @@ -119,12 +120,12 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_store_name","s_company_name"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_83] (rows=76480702 width=366) Conds:RS_15._col0=RS_87._col0(Inner),Output:["_col2","_col3","_col5","_col6","_col7","_col9"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_87] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_86] (rows=652 width=8) Output:["_col0","_col1"] Filter Operator [FIL_85] (rows=652 width=12) @@ -133,12 +134,12 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_15] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_82] (rows=76480702 width=364) Conds:RS_95._col1=RS_98._col0(Inner),Output:["_col0","_col2","_col3","_col5","_col6","_col7"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_95] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_94] (rows=525329897 width=118) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_93] (rows=525329897 width=118) @@ -158,7 +159,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_86] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_98] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_97] (rows=6988 width=286) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_96] (rows=6988 width=286) diff --git ql/src/test/results/clientpositive/perf/tez/query90.q.out ql/src/test/results/clientpositive/perf/tez/query90.q.out index 6338c6a00d..6e5b93b6b3 100644 --- ql/src/test/results/clientpositive/perf/tez/query90.q.out +++ ql/src/test/results/clientpositive/perf/tez/query90.q.out @@ -87,7 +87,7 @@ Stage-0 Conds:RS_18._col1=RS_152._col0(Inner) <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_152] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_151] (rows=655 width=4) Output:["_col0"] Filter Operator [FIL_150] (rows=655 width=8) @@ -96,12 +96,12 @@ Stage-0 default@household_demographics,household_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["hd_demo_sk","hd_dep_count"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_144] (rows=143895111 width=3) Conds:RS_15._col0=RS_169._col0(Inner),Output:["_col1"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_169] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_167] (rows=9095 width=4) Output:["_col0"] Filter Operator [FIL_165] (rows=9095 width=8) @@ -110,12 +110,12 @@ Stage-0 default@time_dim,time_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["t_time_sk","t_hour"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_15] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_143] (rows=143895111 width=7) Conds:RS_161._col2=RS_164._col0(Inner),Output:["_col0","_col1"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_161] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Select Operator [SEL_160] (rows=143895111 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_159] (rows=143895111 width=11) @@ -135,7 +135,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_151] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_164] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_163] (rows=1175 width=4) Output:["_col0"] Filter Operator [FIL_162] (rows=1175 width=7) @@ -154,16 +154,16 @@ Stage-0 Conds:RS_44._col1=RS_154._col0(Inner) <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_154] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_151] <-Reducer 7 [SIMPLE_EDGE] SHUFFLE [RS_44] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_147] (rows=143895111 width=3) Conds:RS_41._col0=RS_170._col0(Inner),Output:["_col1"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_170] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_168] (rows=9095 width=4) Output:["_col0"] Filter Operator [FIL_166] (rows=9095 width=8) @@ -171,6 +171,6 @@ Stage-0 Please refer to the previous TableScan [TS_6] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_41] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Merge Join Operator [MERGEJOIN_143] diff --git ql/src/test/results/clientpositive/perf/tez/query91.q.out ql/src/test/results/clientpositive/perf/tez/query91.q.out index a762a33a49..fe47d55e5f 100644 --- ql/src/test/results/clientpositive/perf/tez/query91.q.out +++ ql/src/test/results/clientpositive/perf/tez/query91.q.out @@ -96,20 +96,21 @@ Stage-0 Output:["_col0","_col1","_col2","_col3"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_168] + null sort order:z,sort order:- Select Operator [SEL_167] (rows=40890 width=518) Output:["_col0","_col1","_col2","_col4"] Group By Operator [GBY_166] (rows=40890 width=585) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4 <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_42] - PartitionCols:_col0, _col1, _col2, _col3, _col4 + PartitionCols:_col0, _col1, _col2, _col3, _col4,null sort order:aaaaa,sort order:+++++ Group By Operator [GBY_41] (rows=81780 width=585) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col11)"],keys:_col5, _col6, _col14, _col15, _col16 Merge Join Operator [MERGEJOIN_144] (rows=657590 width=490) Conds:RS_37._col2=RS_165._col0(Inner),Output:["_col5","_col6","_col11","_col14","_col15","_col16"] <-Map 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_165] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_164] (rows=3600 width=4) Output:["_col0"] Filter Operator [FIL_163] (rows=3600 width=96) @@ -118,17 +119,17 @@ Stage-0 default@household_demographics,household_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["hd_demo_sk","hd_buy_potential"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_37] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_143] (rows=657590 width=493) Conds:RS_34._col0=RS_35._col1(Inner),Output:["_col2","_col5","_col6","_col11","_col14","_col15","_col16"] <-Reducer 12 [SIMPLE_EDGE] SHUFFLE [RS_35] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_142] (rows=657590 width=312) Conds:RS_21._col2=RS_162._col0(Inner),Output:["_col1","_col3","_col6","_col7","_col8"] <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_162] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_161] (rows=60 width=298) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_160] (rows=60 width=298) @@ -137,12 +138,12 @@ Stage-0 default@call_center,call_center,Tbl:COMPLETE,Col:COMPLETE,Output:["cc_call_center_sk","cc_call_center_id","cc_name","cc_manager"] <-Reducer 11 [SIMPLE_EDGE] SHUFFLE [RS_21] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_141] (rows=657590 width=19) Conds:RS_156._col0=RS_159._col0(Inner),Output:["_col1","_col2","_col3"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_156] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_155] (rows=27658583 width=121) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_154] (rows=27658583 width=121) @@ -151,7 +152,7 @@ Stage-0 default@catalog_returns,catalog_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["cr_returned_date_sk","cr_returning_customer_sk","cr_call_center_sk","cr_net_loss"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_159] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_158] (rows=50 width=4) Output:["_col0"] Filter Operator [FIL_157] (rows=50 width=12) @@ -160,12 +161,12 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_year","d_moy"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_34] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_140] (rows=228944 width=183) Conds:RS_31._col3=RS_153._col0(Inner),Output:["_col0","_col2","_col5","_col6"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_153] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_152] (rows=8000000 width=4) Output:["_col0"] Filter Operator [FIL_151] (rows=8000000 width=112) @@ -174,12 +175,12 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_gmt_offset"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_31] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_139] (rows=1144719 width=187) Conds:RS_147._col1=RS_150._col0(Inner),Output:["_col0","_col2","_col3","_col5","_col6"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_147] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_146] (rows=74500295 width=15) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_145] (rows=74500295 width=15) @@ -188,7 +189,7 @@ Stage-0 default@customer,customer,Tbl:COMPLETE,Col:COMPLETE,Output:["c_customer_sk","c_current_cdemo_sk","c_current_hdemo_sk","c_current_addr_sk"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_150] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_149] (rows=26269 width=183) Output:["_col0","_col1","_col2"] Filter Operator [FIL_148] (rows=26269 width=183) diff --git ql/src/test/results/clientpositive/perf/tez/query92.q.out ql/src/test/results/clientpositive/perf/tez/query92.q.out index 8bafee4910..587afae2f3 100644 --- ql/src/test/results/clientpositive/perf/tez/query92.q.out +++ ql/src/test/results/clientpositive/perf/tez/query92.q.out @@ -96,12 +96,12 @@ Stage-0 Conds:RS_30._col4=RS_125._col0(Inner),Output:["_col2","_col6"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_30] - PartitionCols:_col4 + PartitionCols:_col4,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_101] (rows=2006075 width=113) Conds:RS_27._col1=RS_106._col0(Inner),Output:["_col2","_col4"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_106] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_105] (rows=669 width=4) Output:["_col0"] Filter Operator [FIL_104] (rows=669 width=7) @@ -110,12 +110,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_manufact_id"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_27] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_100] (rows=143930905 width=115) Conds:RS_116._col0=RS_120._col0(Inner),Output:["_col1","_col2"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_116] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_114] (rows=143930905 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_112] (rows=143930905 width=119) @@ -135,7 +135,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_105] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_120] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_119] (rows=8116 width=4) Output:["_col0"] Filter Operator [FIL_118] (rows=8116 width=98) @@ -144,7 +144,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_date"] <-Reducer 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_125] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_124] (rows=62562 width=116) Output:["_col0","_col1"] Filter Operator [FIL_123] (rows=62562 width=124) @@ -153,14 +153,14 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)"],keys:KEY._col0 <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_20] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_19] (rows=4129092 width=124) Output:["_col0","_col1","_col2"],aggregations:["sum(_col2)","count(_col2)"],keys:_col1 Merge Join Operator [MERGEJOIN_102] (rows=143966864 width=115) Conds:RS_117._col0=RS_121._col0(Inner),Output:["_col1","_col2"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_117] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_115] (rows=143966864 width=119) Output:["_col0","_col1","_col2"] Filter Operator [FIL_113] (rows=143966864 width=119) @@ -168,6 +168,6 @@ Stage-0 Please refer to the previous TableScan [TS_0] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_121] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_119] diff --git ql/src/test/results/clientpositive/perf/tez/query93.q.out ql/src/test/results/clientpositive/perf/tez/query93.q.out index 0df41d120b..70c3112269 100644 --- ql/src/test/results/clientpositive/perf/tez/query93.q.out +++ ql/src/test/results/clientpositive/perf/tez/query93.q.out @@ -60,11 +60,12 @@ Stage-0 Output:["_col0","_col1"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_75] + null sort order:zz,sort order:++ Group By Operator [GBY_74] (rows=1398474 width=115) Output:["_col0","_col1"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_17] (rows=569016747 width=115) Output:["_col0","_col1"],aggregations:["sum(_col1)"],keys:_col0 Select Operator [SEL_15] (rows=569016747 width=118) @@ -73,7 +74,7 @@ Stage-0 Conds:RS_12._col0, _col2=RS_73._col0, _col2(Inner),Output:["_col3","_col6","_col8","_col9"] <-Map 7 [SIMPLE_EDGE] vectorized SHUFFLE [RS_73] - PartitionCols:_col0, _col2 + PartitionCols:_col0, _col2,null sort order:aa,sort order:++ Select Operator [SEL_72] (rows=575995635 width=122) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_71] (rows=575995635 width=122) @@ -82,12 +83,12 @@ Stage-0 default@store_sales,store_sales,Tbl:COMPLETE,Col:COMPLETE,Output:["ss_item_sk","ss_customer_sk","ss_ticket_number","ss_quantity","ss_sales_price"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_12] - PartitionCols:_col0, _col2 + PartitionCols:_col0, _col2,null sort order:aa,sort order:++ Merge Join Operator [MERGEJOIN_63] (rows=55574563 width=11) Conds:RS_67._col1=RS_70._col0(Inner),Output:["_col0","_col2","_col3"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_67] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_66] (rows=55574563 width=15) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_65] (rows=55574563 width=15) @@ -96,7 +97,7 @@ Stage-0 default@store_returns,store_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["sr_item_sk","sr_reason_sk","sr_ticket_number","sr_return_quantity"] <-Map 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_70] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_69] (rows=1 width=4) Output:["_col0"] Filter Operator [FIL_68] (rows=1 width=101) diff --git ql/src/test/results/clientpositive/perf/tez/query94.q.out ql/src/test/results/clientpositive/perf/tez/query94.q.out index 8993043afa..05afc16704 100644 --- ql/src/test/results/clientpositive/perf/tez/query94.q.out +++ ql/src/test/results/clientpositive/perf/tez/query94.q.out @@ -96,7 +96,7 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)"],keys:KEY._col0 <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_70] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_69] (rows=143895019 width=228) Output:["_col0","_col2","_col3"],aggregations:["sum(_col5)","sum(_col6)"],keys:_col4 Select Operator [SEL_42] (rows=143895019 width=229) @@ -107,14 +107,14 @@ Stage-0 Conds:RS_38._col4=RS_153._col1(Left Outer),Output:["_col4","_col5","_col6","_col13"] <-Reducer 15 [SIMPLE_EDGE] vectorized SHUFFLE [RS_153] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_152] (rows=8007986 width=8) Output:["_col0","_col1"] Group By Operator [GBY_151] (rows=8007986 width=4) Output:["_col0"],keys:KEY._col0 <-Map 14 [SIMPLE_EDGE] vectorized SHUFFLE [RS_150] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_149] (rows=14398467 width=4) Output:["_col0"],keys:wr_order_number Filter Operator [FIL_148] (rows=14398467 width=4) @@ -123,14 +123,14 @@ Stage-0 default@web_returns,wr1,Tbl:COMPLETE,Col:COMPLETE,Output:["wr_order_number"] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_38] - PartitionCols:_col4 + PartitionCols:_col4,null sort order:a,sort order:+ Select Operator [SEL_37] (rows=143895019 width=231) Output:["_col4","_col5","_col6"] Merge Join Operator [MERGEJOIN_125] (rows=143895019 width=235) Conds:RS_34._col4=RS_147._col0(Left Semi),Output:["_col3","_col4","_col5","_col6","_col14"],residual filter predicates:{(_col3 <> _col14)} <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_147] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_146] (rows=143966743 width=7) Output:["_col0","_col1"],keys:_col0, _col1 Select Operator [SEL_145] (rows=143966743 width=7) @@ -141,12 +141,12 @@ Stage-0 default@web_sales,ws2,Tbl:COMPLETE,Col:COMPLETE,Output:["ws_warehouse_sk","ws_order_number"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_34] - PartitionCols:_col4 + PartitionCols:_col4,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_124] (rows=143895019 width=231) Conds:RS_18._col2=RS_143._col0(Inner),Output:["_col3","_col4","_col5","_col6"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_143] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_142] (rows=12 width=91) Output:["_col0"] Filter Operator [FIL_141] (rows=12 width=92) @@ -155,12 +155,12 @@ Stage-0 default@web_site,web_site,Tbl:COMPLETE,Col:COMPLETE,Output:["web_site_sk","web_company_name"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_123] (rows=143895019 width=235) Conds:RS_15._col1=RS_129._col0(Inner),Output:["_col2","_col3","_col4","_col5","_col6"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_129] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_128] (rows=784314 width=90) Output:["_col0"] Filter Operator [FIL_127] (rows=784314 width=90) @@ -169,12 +169,12 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_state"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_15] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_122] (rows=143895019 width=239) Conds:RS_137._col0=RS_140._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5","_col6"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_137] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_136] (rows=143895019 width=243) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] Filter Operator [FIL_135] (rows=143895019 width=243) @@ -194,7 +194,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_128] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_140] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_139] (rows=8116 width=98) Output:["_col0"] Filter Operator [FIL_138] (rows=8116 width=98) diff --git ql/src/test/results/clientpositive/perf/tez/query95.q.out ql/src/test/results/clientpositive/perf/tez/query95.q.out index 414f7771e0..ab68e64934 100644 --- ql/src/test/results/clientpositive/perf/tez/query95.q.out +++ ql/src/test/results/clientpositive/perf/tez/query95.q.out @@ -105,26 +105,26 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)"],keys:KEY._col0 <-Reducer 6 [SIMPLE_EDGE] SHUFFLE [RS_111] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_110] (rows=78459310 width=228) Output:["_col0","_col2","_col3"],aggregations:["sum(_col4)","sum(_col5)"],keys:_col3 Merge Join Operator [MERGEJOIN_237] (rows=78459310 width=227) Conds:RS_61._col3=RS_267._col0(Inner),Output:["_col3","_col4","_col5"] <-Reducer 16 [SIMPLE_EDGE] vectorized SHUFFLE [RS_267] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_266] (rows=8007986 width=4) Output:["_col0"],keys:KEY._col0 <-Reducer 15 [SIMPLE_EDGE] SHUFFLE [RS_46] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_45] (rows=14398467 width=4) Output:["_col0"],keys:_col14 Merge Join Operator [MERGEJOIN_235] (rows=1384229738 width=4) Conds:RS_41._col0=RS_265._col13(Inner),Output:["_col14"] <-Reducer 14 [SIMPLE_EDGE] SHUFFLE [RS_41] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_37] (rows=1411940834 width=4) Output:["_col0"] Filter Operator [FIL_36] (rows=1411940834 width=11) @@ -133,7 +133,7 @@ Stage-0 Conds:RS_257._col1=RS_260._col1(Inner),Output:["_col0","_col1","_col2"] <-Map 13 [SIMPLE_EDGE] vectorized SHUFFLE [RS_257] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_256] (rows=144002668 width=7) Output:["_col0","_col1"] Filter Operator [FIL_255] (rows=144002668 width=7) @@ -142,7 +142,7 @@ Stage-0 default@web_sales,ws1,Tbl:COMPLETE,Col:COMPLETE,Output:["ws_warehouse_sk","ws_order_number"] <-Map 18 [SIMPLE_EDGE] vectorized SHUFFLE [RS_260] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_259] (rows=144002668 width=7) Output:["_col0","_col1"] Filter Operator [FIL_258] (rows=144002668 width=7) @@ -151,7 +151,7 @@ Stage-0 default@web_sales,ws2,Tbl:COMPLETE,Col:COMPLETE,Output:["ws_warehouse_sk","ws_order_number"] <-Map 19 [SIMPLE_EDGE] vectorized SHUFFLE [RS_265] - PartitionCols:_col13 + PartitionCols:_col13,null sort order:a,sort order:+ Select Operator [SEL_264] (rows=14398467 width=272) Output:["_col13"] Filter Operator [FIL_263] (rows=14398467 width=4) @@ -160,17 +160,17 @@ Stage-0 default@web_returns,web_returns,Tbl:COMPLETE,Col:COMPLETE,Output:["wr_order_number"] <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_61] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_236] (rows=143895019 width=227) Conds:RS_58._col3=RS_262._col0(Inner),Output:["_col3","_col4","_col5"] <-Reducer 17 [SIMPLE_EDGE] vectorized SHUFFLE [RS_262] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_261] (rows=14686712 width=4) Output:["_col0"],keys:KEY._col0 <-Reducer 14 [SIMPLE_EDGE] SHUFFLE [RS_24] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_23] (rows=144002668 width=4) Output:["_col0"],keys:_col1 Select Operator [SEL_22] (rows=1411940834 width=11) @@ -178,12 +178,12 @@ Stage-0 Please refer to the previous Filter Operator [FIL_36] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_58] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_232] (rows=143895019 width=227) Conds:RS_55._col2=RS_254._col0(Inner),Output:["_col3","_col4","_col5"] <-Map 12 [SIMPLE_EDGE] vectorized SHUFFLE [RS_254] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_253] (rows=12 width=4) Output:["_col0"] Filter Operator [FIL_252] (rows=12 width=92) @@ -192,12 +192,12 @@ Stage-0 default@web_site,web_site,Tbl:COMPLETE,Col:COMPLETE,Output:["web_site_sk","web_company_name"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_55] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_231] (rows=143895019 width=231) Conds:RS_52._col1=RS_240._col0(Inner),Output:["_col2","_col3","_col4","_col5"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_240] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_239] (rows=784314 width=4) Output:["_col0"] Filter Operator [FIL_238] (rows=784314 width=90) @@ -206,12 +206,12 @@ Stage-0 default@customer_address,customer_address,Tbl:COMPLETE,Col:COMPLETE,Output:["ca_address_sk","ca_state"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_52] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_230] (rows=143895019 width=235) Conds:RS_248._col0=RS_251._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_248] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_247] (rows=143895019 width=239) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_246] (rows=143895019 width=239) @@ -231,7 +231,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_239] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_251] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_250] (rows=8116 width=98) Output:["_col0"] Filter Operator [FIL_249] (rows=8116 width=98) diff --git ql/src/test/results/clientpositive/perf/tez/query96.q.out ql/src/test/results/clientpositive/perf/tez/query96.q.out index add095f114..1e61c8ec21 100644 --- ql/src/test/results/clientpositive/perf/tez/query96.q.out +++ ql/src/test/results/clientpositive/perf/tez/query96.q.out @@ -64,7 +64,7 @@ Stage-0 Conds:RS_18._col2=RS_89._col0(Inner) <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_89] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_88] (rows=155 width=4) Output:["_col0"] Filter Operator [FIL_87] (rows=155 width=92) @@ -73,12 +73,12 @@ Stage-0 default@store,store,Tbl:COMPLETE,Col:COMPLETE,Output:["s_store_sk","s_store_name"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_71] (rows=501695814 width=3) Conds:RS_15._col1=RS_86._col0(Inner),Output:["_col2"] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_86] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_85] (rows=655 width=4) Output:["_col0"] Filter Operator [FIL_84] (rows=655 width=8) @@ -87,12 +87,12 @@ Stage-0 default@household_demographics,household_demographics,Tbl:COMPLETE,Col:COMPLETE,Output:["hd_demo_sk","hd_dep_count"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_15] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_70] (rows=501695814 width=7) Conds:RS_83._col0=RS_75._col0(Inner),Output:["_col1","_col2"] <-Map 6 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_75] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_74] (rows=2235 width=4) Output:["_col0"] Filter Operator [FIL_73] (rows=2235 width=12) @@ -101,7 +101,7 @@ Stage-0 default@time_dim,time_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["t_time_sk","t_hour","t_minute"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_83] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_82] (rows=501695814 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_81] (rows=501695814 width=11) diff --git ql/src/test/results/clientpositive/perf/tez/query97.q.out ql/src/test/results/clientpositive/perf/tez/query97.q.out index 5ee24f9b85..c9c0ba5e73 100644 --- ql/src/test/results/clientpositive/perf/tez/query97.q.out +++ ql/src/test/results/clientpositive/perf/tez/query97.q.out @@ -86,19 +86,19 @@ Stage-0 Conds:RS_85._col0, _col1=RS_92._col0, _col1(Outer),Output:["_col0","_col2"] <-Reducer 3 [SIMPLE_EDGE] vectorized SHUFFLE [RS_85] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_84] (rows=550076554 width=7) Output:["_col0","_col1"],keys:KEY._col0, KEY._col1 <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_11] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_10] (rows=550076554 width=7) Output:["_col0","_col1"],keys:_col2, _col1 Merge Join Operator [MERGEJOIN_66] (rows=550076554 width=7) Conds:RS_83._col0=RS_71._col0(Inner),Output:["_col1","_col2"] <-Map 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_71] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_70] (rows=317 width=4) Output:["_col0"] Filter Operator [FIL_69] (rows=317 width=8) @@ -107,7 +107,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_month_seq"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_83] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_82] (rows=550076554 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_81] (rows=550076554 width=11) @@ -127,23 +127,23 @@ Stage-0 Please refer to the previous Select Operator [SEL_70] <-Reducer 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_92] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_91] (rows=286549727 width=7) Output:["_col0","_col1"],keys:KEY._col0, KEY._col1 <-Reducer 8 [SIMPLE_EDGE] SHUFFLE [RS_25] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_24] (rows=286549727 width=7) Output:["_col0","_col1"],keys:_col1, _col2 Merge Join Operator [MERGEJOIN_67] (rows=286549727 width=7) Conds:RS_90._col0=RS_73._col0(Inner),Output:["_col1","_col2"] <-Map 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_73] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Please refer to the previous Select Operator [SEL_70] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_90] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_89] (rows=286549727 width=11) Output:["_col0","_col1","_col2"] Filter Operator [FIL_88] (rows=286549727 width=11) diff --git ql/src/test/results/clientpositive/perf/tez/query98.q.out ql/src/test/results/clientpositive/perf/tez/query98.q.out index ebbbe96c6f..f54c8c9f3a 100644 --- ql/src/test/results/clientpositive/perf/tez/query98.q.out +++ ql/src/test/results/clientpositive/perf/tez/query98.q.out @@ -89,6 +89,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 5 [SIMPLE_EDGE] vectorized SHUFFLE [RS_77] + null sort order:zzzzz,sort order:+++++ Select Operator [SEL_76] (rows=138600 width=802) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6"] PTF Operator [PTF_75] (rows=138600 width=690) @@ -97,19 +98,19 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5"] <-Reducer 4 [SIMPLE_EDGE] vectorized SHUFFLE [RS_73] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Group By Operator [GBY_72] (rows=138600 width=690) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3, KEY._col4 <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_17] - PartitionCols:_col0, _col1, _col2, _col3, _col4 + PartitionCols:_col0, _col1, _col2, _col3, _col4,null sort order:aaaaa,sort order:+++++ Group By Operator [GBY_16] (rows=138600 width=690) Output:["_col0","_col1","_col2","_col3","_col4","_col5"],aggregations:["sum(_col2)"],keys:_col9, _col8, _col5, _col6, _col7 Merge Join Operator [MERGEJOIN_57] (rows=165022973 width=673) Conds:RS_12._col1=RS_71._col0(Inner),Output:["_col2","_col5","_col6","_col7","_col8","_col9"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_71] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_70] (rows=138600 width=581) Output:["_col0","_col1","_col2","_col3","_col4","_col5"] Filter Operator [FIL_69] (rows=138600 width=581) @@ -118,12 +119,12 @@ Stage-0 default@item,item,Tbl:COMPLETE,Col:COMPLETE,Output:["i_item_sk","i_item_id","i_item_desc","i_current_price","i_class","i_category"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_12] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_56] (rows=550076554 width=110) Conds:RS_68._col0=RS_60._col0(Inner),Output:["_col1","_col2"] <-Map 7 [SIMPLE_EDGE] vectorized PARTITION_ONLY_SHUFFLE [RS_60] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_59] (rows=8116 width=4) Output:["_col0"] Filter Operator [FIL_58] (rows=8116 width=98) @@ -132,7 +133,7 @@ Stage-0 default@date_dim,date_dim,Tbl:COMPLETE,Col:COMPLETE,Output:["d_date_sk","d_date"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_68] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_67] (rows=550076554 width=114) Output:["_col0","_col1","_col2"] Filter Operator [FIL_66] (rows=550076554 width=114) diff --git ql/src/test/results/clientpositive/perf/tez/query99.q.out ql/src/test/results/clientpositive/perf/tez/query99.q.out index 7da10d65ad..fadd30cd14 100644 --- ql/src/test/results/clientpositive/perf/tez/query99.q.out +++ ql/src/test/results/clientpositive/perf/tez/query99.q.out @@ -102,22 +102,23 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"] <-Reducer 6 [SIMPLE_EDGE] vectorized SHUFFLE [RS_123] + null sort order:zzz,sort order:+++ Select Operator [SEL_122] (rows=3920468 width=590) Output:["_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] Group By Operator [GBY_121] (rows=3920468 width=406) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(VALUE._col0)","sum(VALUE._col1)","sum(VALUE._col2)","sum(VALUE._col3)","sum(VALUE._col4)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 5 [SIMPLE_EDGE] SHUFFLE [RS_29] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:zzz,sort order:+++ Group By Operator [GBY_28] (rows=7840936 width=406) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7"],aggregations:["sum(_col4)","sum(_col5)","sum(_col6)","sum(_col7)","sum(_col8)"],keys:_col13, _col15, _col11 Top N Key Operator [TNK_56] (rows=15681873 width=386) - keys:_col13, _col15, _col11,sort order:+++,top n:100 + keys:_col13, _col15, _col11,null sort order:zzz,sort order:+++,top n:100 Merge Join Operator [MERGEJOIN_100] (rows=15681873 width=386) Conds:RS_24._col2=RS_103._col0(Inner),Output:["_col4","_col5","_col6","_col7","_col8","_col11","_col13","_col15"] <-Map 11 [SIMPLE_EDGE] vectorized SHUFFLE [RS_103] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_102] (rows=1 width=88) Output:["_col0","_col1"] Filter Operator [FIL_101] (rows=1 width=88) @@ -126,12 +127,12 @@ Stage-0 default@ship_mode,ship_mode,Tbl:COMPLETE,Col:COMPLETE,Output:["sm_ship_mode_sk","sm_type"] <-Reducer 4 [SIMPLE_EDGE] SHUFFLE [RS_24] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_99] (rows=282273729 width=305) Conds:RS_21._col3=RS_120._col0(Inner),Output:["_col2","_col4","_col5","_col6","_col7","_col8","_col11","_col13"] <-Map 10 [SIMPLE_EDGE] vectorized SHUFFLE [RS_120] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_119] (rows=27 width=188) Output:["_col0","_col1"] Filter Operator [FIL_118] (rows=27 width=104) @@ -140,12 +141,12 @@ Stage-0 default@warehouse,warehouse,Tbl:COMPLETE,Col:COMPLETE,Output:["w_warehouse_sk","w_warehouse_name"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_21] - PartitionCols:_col3 + PartitionCols:_col3,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_98] (rows=282273729 width=125) Conds:RS_18._col1=RS_117._col0(Inner),Output:["_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col11"] <-Map 9 [SIMPLE_EDGE] vectorized SHUFFLE [RS_117] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_116] (rows=60 width=102) Output:["_col0","_col1"] Filter Operator [FIL_115] (rows=60 width=102) @@ -154,12 +155,12 @@ Stage-0 default@call_center,call_center,Tbl:COMPLETE,Col:COMPLETE,Output:["cc_call_center_sk","cc_name"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_18] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_97] (rows=282273729 width=31) Conds:RS_111._col0=RS_114._col0(Inner),Output:["_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_111] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_110] (rows=282273729 width=35) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8"] Filter Operator [FIL_109] (rows=282273729 width=19) @@ -179,7 +180,7 @@ Stage-0 Please refer to the previous Select Operator [SEL_102] <-Map 8 [SIMPLE_EDGE] vectorized SHUFFLE [RS_114] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_113] (rows=317 width=4) Output:["_col0"] Filter Operator [FIL_112] (rows=317 width=8) diff --git ql/src/test/results/clientpositive/pointlookup5.q.out ql/src/test/results/clientpositive/pointlookup5.q.out index 185d54a306..15f5b77847 100644 --- ql/src/test/results/clientpositive/pointlookup5.q.out +++ ql/src/test/results/clientpositive/pointlookup5.q.out @@ -85,6 +85,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -102,6 +103,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 3 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/position_alias_test_1.q.out ql/src/test/results/clientpositive/position_alias_test_1.q.out index f56e5bd571..c3ae8766c2 100644 --- ql/src/test/results/clientpositive/position_alias_test_1.q.out +++ ql/src/test/results/clientpositive/position_alias_test_1.q.out @@ -80,6 +80,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE @@ -112,11 +113,13 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: boolean) TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: string) @@ -145,6 +148,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 373 Basic stats: COMPLETE Column stats: NONE @@ -162,6 +166,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/ppd2.q.out ql/src/test/results/clientpositive/ppd2.q.out index 76c6f0b56d..6bc79ce8c4 100644 --- ql/src/test/results/clientpositive/ppd2.q.out +++ ql/src/test/results/clientpositive/ppd2.q.out @@ -57,6 +57,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -352,6 +353,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 356 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 2 Data size: 356 Basic stats: COMPLETE Column stats: COMPLETE @@ -365,6 +367,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 174 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 2 Data size: 174 Basic stats: COMPLETE Column stats: COMPLETE @@ -394,6 +397,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 2 Data size: 530 Basic stats: COMPLETE Column stats: COMPLETE @@ -477,6 +481,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/ppd_clusterby.q.out ql/src/test/results/clientpositive/ppd_clusterby.q.out index b41f723554..24e88b73c8 100644 --- ql/src/test/results/clientpositive/ppd_clusterby.q.out +++ ql/src/test/results/clientpositive/ppd_clusterby.q.out @@ -29,6 +29,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 356 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 356 Basic stats: COMPLETE Column stats: COMPLETE @@ -90,6 +91,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 356 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 2 Data size: 356 Basic stats: COMPLETE Column stats: COMPLETE @@ -103,6 +105,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 174 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 2 Data size: 174 Basic stats: COMPLETE Column stats: COMPLETE @@ -135,6 +138,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 265 Basic stats: COMPLETE Column stats: COMPLETE @@ -199,6 +203,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 356 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 356 Basic stats: COMPLETE Column stats: COMPLETE @@ -260,6 +265,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 356 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 2 Data size: 356 Basic stats: COMPLETE Column stats: COMPLETE @@ -273,6 +279,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 174 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 2 Data size: 174 Basic stats: COMPLETE Column stats: COMPLETE @@ -302,6 +309,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 2 Data size: 530 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/ppd_constant_expr.q.out ql/src/test/results/clientpositive/ppd_constant_expr.q.out index a033d1e573..dd30a1dcca 100644 --- ql/src/test/results/clientpositive/ppd_constant_expr.q.out +++ ql/src/test/results/clientpositive/ppd_constant_expr.q.out @@ -58,6 +58,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1288 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1288 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) @@ -230,6 +231,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1288 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1288 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) diff --git ql/src/test/results/clientpositive/ppd_deterministic_expr.q.out ql/src/test/results/clientpositive/ppd_deterministic_expr.q.out index a07ff8274c..e55bf894c5 100644 --- ql/src/test/results/clientpositive/ppd_deterministic_expr.q.out +++ ql/src/test/results/clientpositive/ppd_deterministic_expr.q.out @@ -365,6 +365,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 1604 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: 'US' (type: char(2)), 'DEF' (type: char(3)), '200' (type: char(3)) + null sort order: aaa sort order: +++ Map-reduce partition columns: 'US' (type: char(2)), 'DEF' (type: char(3)), '200' (type: char(3)) Statistics: Num rows: 2 Data size: 1604 Basic stats: COMPLETE Column stats: COMPLETE @@ -379,6 +380,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 1156 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col3 (type: char(2)), _col4 (type: char(3)), '200' (type: char(3)) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col3 (type: char(2)), _col4 (type: char(3)), '200' (type: char(3)) Statistics: Num rows: 2 Data size: 1156 Basic stats: COMPLETE Column stats: COMPLETE @@ -498,6 +500,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 1604 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: 'US' (type: string), 'DEF' (type: string), '200' (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: 'US' (type: string), 'DEF' (type: string), '200' (type: string) Statistics: Num rows: 2 Data size: 1604 Basic stats: COMPLETE Column stats: COMPLETE @@ -512,6 +515,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 1546 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col3 (type: string), _col4 (type: string), '200' (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col3 (type: string), _col4 (type: string), '200' (type: string) Statistics: Num rows: 2 Data size: 1546 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/ppd_gby.q.out ql/src/test/results/clientpositive/ppd_gby.q.out index 09d3383dbf..bc27009d49 100644 --- ql/src/test/results/clientpositive/ppd_gby.q.out +++ ql/src/test/results/clientpositive/ppd_gby.q.out @@ -38,6 +38,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 8217 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 83 Data size: 8217 Basic stats: COMPLETE Column stats: COMPLETE @@ -254,6 +255,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 8217 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 83 Data size: 8217 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/ppd_gby2.q.out ql/src/test/results/clientpositive/ppd_gby2.q.out index 52b4ec0452..24cad6adee 100644 --- ql/src/test/results/clientpositive/ppd_gby2.q.out +++ ql/src/test/results/clientpositive/ppd_gby2.q.out @@ -41,6 +41,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 8217 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 83 Data size: 8217 Basic stats: COMPLETE Column stats: COMPLETE @@ -76,6 +77,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 27 Data size: 5184 Basic stats: COMPLETE Column stats: COMPLETE @@ -170,6 +172,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 8217 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 83 Data size: 8217 Basic stats: COMPLETE Column stats: COMPLETE @@ -205,6 +208,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 27 Data size: 5184 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/ppd_gby_join.q.out ql/src/test/results/clientpositive/ppd_gby_join.q.out index 20740772ee..35f72ab445 100644 --- ql/src/test/results/clientpositive/ppd_gby_join.q.out +++ ql/src/test/results/clientpositive/ppd_gby_join.q.out @@ -44,6 +44,7 @@ STAGE PLANS: Statistics: Num rows: 36 Data size: 3132 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 36 Data size: 3132 Basic stats: COMPLETE Column stats: COMPLETE @@ -60,6 +61,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 4785 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 4785 Basic stats: COMPLETE Column stats: COMPLETE @@ -92,6 +94,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 23 Data size: 2185 Basic stats: COMPLETE Column stats: COMPLETE @@ -315,6 +318,7 @@ STAGE PLANS: Statistics: Num rows: 36 Data size: 3132 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 36 Data size: 3132 Basic stats: COMPLETE Column stats: COMPLETE @@ -331,6 +335,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 4785 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 4785 Basic stats: COMPLETE Column stats: COMPLETE @@ -363,6 +368,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 23 Data size: 2185 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/ppd_join.q.out ql/src/test/results/clientpositive/ppd_join.q.out index 282924c00d..15cf04f2f8 100644 --- ql/src/test/results/clientpositive/ppd_join.q.out +++ ql/src/test/results/clientpositive/ppd_join.q.out @@ -41,6 +41,7 @@ STAGE PLANS: Statistics: Num rows: 36 Data size: 3132 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 36 Data size: 3132 Basic stats: COMPLETE Column stats: COMPLETE @@ -57,6 +58,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE @@ -569,6 +571,7 @@ STAGE PLANS: Statistics: Num rows: 36 Data size: 3132 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 36 Data size: 3132 Basic stats: COMPLETE Column stats: COMPLETE @@ -585,6 +588,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/ppd_join2.q.out ql/src/test/results/clientpositive/ppd_join2.q.out index 8a7d6f7b5d..538d37136c 100644 --- ql/src/test/results/clientpositive/ppd_join2.q.out +++ ql/src/test/results/clientpositive/ppd_join2.q.out @@ -48,6 +48,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE @@ -65,6 +66,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE @@ -94,6 +96,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col3 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: string) Statistics: Num rows: 262 Data size: 93272 Basic stats: COMPLETE Column stats: COMPLETE @@ -111,6 +114,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE @@ -1735,6 +1739,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE @@ -1752,6 +1757,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE @@ -1781,6 +1787,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col3 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: string) Statistics: Num rows: 262 Data size: 93272 Basic stats: COMPLETE Column stats: COMPLETE @@ -1798,6 +1805,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/ppd_join3.q.out ql/src/test/results/clientpositive/ppd_join3.q.out index 950ac90d51..fd2428dd67 100644 --- ql/src/test/results/clientpositive/ppd_join3.q.out +++ ql/src/test/results/clientpositive/ppd_join3.q.out @@ -48,6 +48,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 4785 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 4785 Basic stats: COMPLETE Column stats: COMPLETE @@ -64,6 +65,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 4785 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 4785 Basic stats: COMPLETE Column stats: COMPLETE @@ -89,6 +91,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 86 Data size: 7482 Basic stats: COMPLETE Column stats: COMPLETE @@ -105,6 +108,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE @@ -1790,6 +1794,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 4785 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 4785 Basic stats: COMPLETE Column stats: COMPLETE @@ -1806,6 +1811,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 4785 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 4785 Basic stats: COMPLETE Column stats: COMPLETE @@ -1831,6 +1837,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 86 Data size: 7482 Basic stats: COMPLETE Column stats: COMPLETE @@ -1847,6 +1854,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/ppd_join4.q.out ql/src/test/results/clientpositive/ppd_join4.q.out index efd357be31..3eef3bfd25 100644 --- ql/src/test/results/clientpositive/ppd_join4.q.out +++ ql/src/test/results/clientpositive/ppd_join4.q.out @@ -67,6 +67,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: 'a' (type: string) + null sort order: a sort order: + Map-reduce partition columns: 'a' (type: string) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -79,6 +80,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 84 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: 'a' (type: string) + null sort order: a sort order: + Map-reduce partition columns: 'a' (type: string) Statistics: Num rows: 1 Data size: 84 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/ppd_join5.q.out ql/src/test/results/clientpositive/ppd_join5.q.out index 65a37de422..94cf489a4f 100644 --- ql/src/test/results/clientpositive/ppd_join5.q.out +++ ql/src/test/results/clientpositive/ppd_join5.q.out @@ -70,6 +70,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 170 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 170 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -85,6 +86,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int) @@ -110,6 +112,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 174 Basic stats: COMPLETE Column stats: COMPLETE @@ -127,6 +130,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 89 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col0 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col0 (type: string) Statistics: Num rows: 1 Data size: 89 Basic stats: COMPLETE Column stats: COMPLETE @@ -201,6 +205,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 170 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 170 Basic stats: COMPLETE Column stats: COMPLETE @@ -217,6 +222,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 89 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col0 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col0 (type: string) Statistics: Num rows: 1 Data size: 89 Basic stats: COMPLETE Column stats: COMPLETE @@ -249,6 +255,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 174 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: int) @@ -264,6 +271,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int) diff --git ql/src/test/results/clientpositive/ppd_multi_insert.q.out ql/src/test/results/clientpositive/ppd_multi_insert.q.out index d396be3d21..2ed23e4c53 100644 --- ql/src/test/results/clientpositive/ppd_multi_insert.q.out +++ ql/src/test/results/clientpositive/ppd_multi_insert.q.out @@ -80,6 +80,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -93,6 +94,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -237,6 +239,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -286,6 +289,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -323,6 +327,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: '2008-04-08' (type: string), '12' (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: '2008-04-08' (type: string), '12' (type: string) Statistics: Num rows: 1 Data size: 604 Basic stats: COMPLETE Column stats: COMPLETE @@ -1500,6 +1505,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1513,6 +1519,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -1657,6 +1664,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -1706,6 +1714,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -1743,6 +1752,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: '2008-04-08' (type: string), '12' (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: '2008-04-08' (type: string), '12' (type: string) Statistics: Num rows: 1 Data size: 604 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/ppd_outer_join1.q.out ql/src/test/results/clientpositive/ppd_outer_join1.q.out index e330f995a1..f02b7b16e8 100644 --- ql/src/test/results/clientpositive/ppd_outer_join1.q.out +++ ql/src/test/results/clientpositive/ppd_outer_join1.q.out @@ -41,6 +41,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE @@ -58,6 +59,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE @@ -154,6 +156,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE @@ -171,6 +174,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/ppd_outer_join2.q.out ql/src/test/results/clientpositive/ppd_outer_join2.q.out index f803eb46d9..49c32e229b 100644 --- ql/src/test/results/clientpositive/ppd_outer_join2.q.out +++ ql/src/test/results/clientpositive/ppd_outer_join2.q.out @@ -41,6 +41,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE @@ -58,6 +59,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE @@ -274,6 +276,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE @@ -291,6 +294,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/ppd_outer_join3.q.out ql/src/test/results/clientpositive/ppd_outer_join3.q.out index 9edeaeb4ad..d5c5ebef39 100644 --- ql/src/test/results/clientpositive/ppd_outer_join3.q.out +++ ql/src/test/results/clientpositive/ppd_outer_join3.q.out @@ -41,6 +41,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE @@ -58,6 +59,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE @@ -274,6 +276,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE @@ -291,6 +294,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/ppd_outer_join4.q.out ql/src/test/results/clientpositive/ppd_outer_join4.q.out index 7c90cdd352..c22d76dc4a 100644 --- ql/src/test/results/clientpositive/ppd_outer_join4.q.out +++ ql/src/test/results/clientpositive/ppd_outer_join4.q.out @@ -48,6 +48,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE @@ -65,6 +66,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 4785 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 4785 Basic stats: COMPLETE Column stats: COMPLETE @@ -90,6 +92,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 86 Data size: 22790 Basic stats: COMPLETE Column stats: COMPLETE @@ -107,6 +110,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE @@ -444,6 +448,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE @@ -461,6 +466,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 4785 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 4785 Basic stats: COMPLETE Column stats: COMPLETE @@ -486,6 +492,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 86 Data size: 22790 Basic stats: COMPLETE Column stats: COMPLETE @@ -503,6 +510,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/ppd_outer_join5.q.out ql/src/test/results/clientpositive/ppd_outer_join5.q.out index 52a7e424b5..e638368eb9 100644 --- ql/src/test/results/clientpositive/ppd_outer_join5.q.out +++ ql/src/test/results/clientpositive/ppd_outer_join5.q.out @@ -65,6 +65,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 372 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 372 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string) @@ -80,6 +81,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 372 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 372 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string), _col1 (type: string) @@ -107,6 +109,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 745 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string) @@ -122,6 +125,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 372 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 372 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string), _col1 (type: string) @@ -187,6 +191,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 372 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 372 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string), _col1 (type: string) @@ -202,6 +207,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 372 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 372 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string), _col1 (type: string) @@ -226,6 +232,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 745 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string) @@ -241,6 +248,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 372 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 372 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string) @@ -306,6 +314,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 372 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 372 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string), _col1 (type: string) @@ -321,6 +330,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 372 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 372 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string), _col1 (type: string) @@ -345,6 +355,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 745 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string) @@ -360,6 +371,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 372 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 372 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string) diff --git ql/src/test/results/clientpositive/ppd_random.q.out ql/src/test/results/clientpositive/ppd_random.q.out index c4a4e629c8..934da77190 100644 --- ql/src/test/results/clientpositive/ppd_random.q.out +++ ql/src/test/results/clientpositive/ppd_random.q.out @@ -41,6 +41,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 14442 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 14442 Basic stats: COMPLETE Column stats: COMPLETE @@ -57,6 +58,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE @@ -134,6 +136,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 14442 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 14442 Basic stats: COMPLETE Column stats: COMPLETE @@ -150,6 +153,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/ppd_repeated_alias.q.out ql/src/test/results/clientpositive/ppd_repeated_alias.q.out index cf99447f80..9edbc26036 100644 --- ql/src/test/results/clientpositive/ppd_repeated_alias.q.out +++ ql/src/test/results/clientpositive/ppd_repeated_alias.q.out @@ -61,6 +61,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -77,6 +78,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -148,6 +150,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -164,6 +167,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -235,6 +239,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -251,6 +256,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -312,6 +318,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -328,6 +335,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -352,6 +360,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int) @@ -367,6 +376,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int) diff --git ql/src/test/results/clientpositive/ppd_transform.q.out ql/src/test/results/clientpositive/ppd_transform.q.out index c258437647..a38042c6fe 100644 --- ql/src/test/results/clientpositive/ppd_transform.q.out +++ ql/src/test/results/clientpositive/ppd_transform.q.out @@ -46,6 +46,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -229,6 +230,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/ppd_udf_case.q.out ql/src/test/results/clientpositive/ppd_udf_case.q.out index 9a87b2de04..fd9024ca07 100644 --- ql/src/test/results/clientpositive/ppd_udf_case.q.out +++ ql/src/test/results/clientpositive/ppd_udf_case.q.out @@ -54,6 +54,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 3 Data size: 825 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 3 Data size: 825 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -69,6 +70,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 3 Data size: 825 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 3 Data size: 825 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -94,6 +96,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string) + null sort order: zzzz sort order: ++++ Statistics: Num rows: 9 Data size: 4950 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized @@ -209,6 +212,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 3 Data size: 825 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 3 Data size: 825 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -224,6 +228,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 3 Data size: 825 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 3 Data size: 825 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) @@ -249,6 +254,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string) + null sort order: zzzz sort order: ++++ Statistics: Num rows: 9 Data size: 4950 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized diff --git ql/src/test/results/clientpositive/ppd_windowing1.q.out ql/src/test/results/clientpositive/ppd_windowing1.q.out index 50b72c78dc..4b97afeb87 100644 --- ql/src/test/results/clientpositive/ppd_windowing1.q.out +++ ql/src/test/results/clientpositive/ppd_windowing1.q.out @@ -23,6 +23,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 14442 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 166 Data size: 14442 Basic stats: COMPLETE Column stats: COMPLETE @@ -95,6 +96,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 14442 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 166 Data size: 14442 Basic stats: COMPLETE Column stats: COMPLETE @@ -167,6 +169,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 14442 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 166 Data size: 14442 Basic stats: COMPLETE Column stats: COMPLETE @@ -239,6 +242,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 14442 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 166 Data size: 14442 Basic stats: COMPLETE Column stats: COMPLETE @@ -311,6 +315,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 14442 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 166 Data size: 14442 Basic stats: COMPLETE Column stats: COMPLETE @@ -383,6 +388,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string), value (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string), value (type: string) Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE @@ -455,6 +461,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string), value (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string), value (type: string) Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE @@ -527,6 +534,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string), value (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string), value (type: string) Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE @@ -599,6 +607,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string), value (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string), value (type: string) Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE @@ -671,6 +680,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string), value (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string), value (type: string) Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE @@ -744,6 +754,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string), value (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string), value (type: string) Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE @@ -790,6 +801,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 74036 Basic stats: COMPLETE Column stats: COMPLETE @@ -864,6 +876,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string), value (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string), value (type: string) Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE @@ -910,6 +923,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 74036 Basic stats: COMPLETE Column stats: COMPLETE @@ -984,6 +998,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string), value (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string), value (type: string) Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE @@ -1030,6 +1045,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 74036 Basic stats: COMPLETE Column stats: COMPLETE @@ -1104,6 +1120,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string), value (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string), value (type: string) Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE @@ -1150,6 +1167,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 74036 Basic stats: COMPLETE Column stats: COMPLETE @@ -1224,6 +1242,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string), value (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string), value (type: string) Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE @@ -1270,6 +1289,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 74036 Basic stats: COMPLETE Column stats: COMPLETE @@ -1344,6 +1364,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string), value (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string), value (type: string) Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE @@ -1390,6 +1411,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 74036 Basic stats: COMPLETE Column stats: COMPLETE @@ -1464,6 +1486,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string), value (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string), value (type: string) Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE @@ -1510,6 +1533,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 74036 Basic stats: COMPLETE Column stats: COMPLETE @@ -1584,6 +1608,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string), value (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string), value (type: string) Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE @@ -1630,6 +1655,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 74036 Basic stats: COMPLETE Column stats: COMPLETE @@ -1700,6 +1726,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string), value (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string), value (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1746,6 +1773,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 500 Data size: 223000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1818,6 +1846,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: (UDFToDouble(key) + UDFToDouble(2)) (type: double) + null sort order: a sort order: + Map-reduce partition columns: (UDFToDouble(key) + UDFToDouble(2)) (type: double) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -1890,6 +1919,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: (UDFToDouble(key) + UDFToDouble(value)) (type: double) + null sort order: a sort order: + Map-reduce partition columns: (UDFToDouble(key) + UDFToDouble(value)) (type: double) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1962,6 +1992,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string), value (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string), value (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -2033,6 +2064,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: (UDFToDouble(key) + UDFToDouble(value)) (type: double) + null sort order: a sort order: + Map-reduce partition columns: (UDFToDouble(key) + UDFToDouble(value)) (type: double) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -2105,6 +2137,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/ptf_matchpath.q.out ql/src/test/results/clientpositive/ptf_matchpath.q.out index baa2902ec1..15d51230ca 100644 --- ql/src/test/results/clientpositive/ptf_matchpath.q.out +++ ql/src/test/results/clientpositive/ptf_matchpath.q.out @@ -73,6 +73,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 384 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: fl_num (type: string), year (type: int), month (type: int), day_of_month (type: int) + null sort order: azzz sort order: ++++ Map-reduce partition columns: fl_num (type: string) Statistics: Num rows: 1 Data size: 384 Basic stats: COMPLETE Column stats: NONE @@ -195,6 +196,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 384 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: 0 (type: int), fl_num (type: string), year (type: int), month (type: int), day_of_month (type: int) + null sort order: azzzz sort order: +++++ Map-reduce partition columns: 0 (type: int) Statistics: Num rows: 1 Data size: 384 Basic stats: COMPLETE Column stats: NONE @@ -315,6 +317,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 384 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: 0 (type: int), _col6 (type: string), _col2 (type: int), _col3 (type: int), _col4 (type: int) + null sort order: azzzz sort order: +++++ Map-reduce partition columns: 0 (type: int) Statistics: Num rows: 1 Data size: 384 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/ptfgroupbyjoin.q.out ql/src/test/results/clientpositive/ptfgroupbyjoin.q.out index 9252e6986e..29935e4744 100644 --- ql/src/test/results/clientpositive/ptfgroupbyjoin.q.out +++ ql/src/test/results/clientpositive/ptfgroupbyjoin.q.out @@ -94,6 +94,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -121,6 +122,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -138,6 +140,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 92 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 92 Basic stats: COMPLETE Column stats: COMPLETE @@ -241,6 +244,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -288,6 +292,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -305,6 +310,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 92 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 92 Basic stats: COMPLETE Column stats: COMPLETE @@ -407,6 +413,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -434,6 +441,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -450,6 +458,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 92 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 92 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/quote1.q.out ql/src/test/results/clientpositive/quote1.q.out index e681bf5779..3e18326eec 100644 --- ql/src/test/results/clientpositive/quote1.q.out +++ ql/src/test/results/clientpositive/quote1.q.out @@ -64,6 +64,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 958 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 958 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/quotedid_basic.q.out ql/src/test/results/clientpositive/quotedid_basic.q.out index de0bf9aee0..88dec072e4 100644 --- ql/src/test/results/clientpositive/quotedid_basic.q.out +++ ql/src/test/results/clientpositive/quotedid_basic.q.out @@ -125,6 +125,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: NONE @@ -191,6 +192,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: NONE @@ -214,6 +216,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: '1' (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: '1' (type: string) Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: NONE @@ -301,6 +304,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: NONE @@ -324,6 +328,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: '1' (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: '1' (type: string) Statistics: Num rows: 1 Data size: 552 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/quotedid_partition.q.out ql/src/test/results/clientpositive/quotedid_partition.q.out index fef3541e89..f58c4922b2 100644 --- ql/src/test/results/clientpositive/quotedid_partition.q.out +++ ql/src/test/results/clientpositive/quotedid_partition.q.out @@ -64,6 +64,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 91 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 91 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/quotedid_skew.q.out ql/src/test/results/clientpositive/quotedid_skew.q.out index 37f61547f7..a21f92b2e5 100644 --- ql/src/test/results/clientpositive/quotedid_skew.q.out +++ ql/src/test/results/clientpositive/quotedid_skew.q.out @@ -69,6 +69,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -86,6 +87,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -145,6 +147,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -161,6 +164,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/rcfile_null_value.q.out ql/src/test/results/clientpositive/rcfile_null_value.q.out index f3c02ba5ca..b196d2040b 100644 --- ql/src/test/results/clientpositive/rcfile_null_value.q.out +++ ql/src/test/results/clientpositive/rcfile_null_value.q.out @@ -114,6 +114,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE @@ -131,6 +132,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE @@ -196,6 +198,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1728 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct) diff --git ql/src/test/results/clientpositive/reduceSinkDeDuplication_pRS_key_empty.q.out ql/src/test/results/clientpositive/reduceSinkDeDuplication_pRS_key_empty.q.out index 4a99d519c3..e026b7c541 100644 --- ql/src/test/results/clientpositive/reduceSinkDeDuplication_pRS_key_empty.q.out +++ ql/src/test/results/clientpositive/reduceSinkDeDuplication_pRS_key_empty.q.out @@ -64,6 +64,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: substr(value, 5) (type: string) + null sort order: a sort order: + Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized @@ -159,6 +160,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: substr(value, 5) (type: string) + null sort order: a sort order: + Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized @@ -180,6 +182,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 208 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: double), _col1 (type: string), _col2 (type: double), _col3 (type: double) diff --git ql/src/test/results/clientpositive/reduce_deduplicate_exclude_join.q.out ql/src/test/results/clientpositive/reduce_deduplicate_exclude_join.q.out index 5d564bc863..557e1fa513 100644 --- ql/src/test/results/clientpositive/reduce_deduplicate_exclude_join.q.out +++ ql/src/test/results/clientpositive/reduce_deduplicate_exclude_join.q.out @@ -29,6 +29,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/reduce_deduplicate_extended2.q.out ql/src/test/results/clientpositive/reduce_deduplicate_extended2.q.out index c5f873f2fe..3d355d43da 100644 --- ql/src/test/results/clientpositive/reduce_deduplicate_extended2.q.out +++ ql/src/test/results/clientpositive/reduce_deduplicate_extended2.q.out @@ -36,6 +36,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -52,6 +53,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -83,6 +85,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 395 Data size: 70310 Basic stats: COMPLETE Column stats: COMPLETE @@ -147,6 +150,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string), _col0 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -163,6 +167,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string), _col0 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -194,6 +199,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 395 Data size: 70310 Basic stats: COMPLETE Column stats: COMPLETE @@ -271,6 +277,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE @@ -304,12 +311,14 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE @@ -341,6 +350,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 197 Data size: 35066 Basic stats: COMPLETE Column stats: COMPLETE @@ -421,6 +431,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE @@ -444,12 +455,14 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE @@ -481,6 +494,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 125 Data size: 22250 Basic stats: COMPLETE Column stats: COMPLETE @@ -517,6 +531,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE @@ -597,6 +612,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE @@ -619,11 +635,13 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 250 Data size: 22750 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -649,6 +667,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: -+ Statistics: Num rows: 62500 Data size: 11125000 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized @@ -683,6 +702,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 22750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 22750 Basic stats: COMPLETE Column stats: COMPLETE @@ -797,6 +817,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE @@ -824,6 +845,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: string), _col0 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col0 (type: string) Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE @@ -846,6 +868,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE @@ -877,6 +900,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 125 Data size: 22250 Basic stats: COMPLETE Column stats: COMPLETE @@ -906,6 +930,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string), _col0 (type: string) + null sort order: zz sort order: -- Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE TableScan @@ -913,6 +938,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string), _col0 (type: string) + null sort order: zz sort order: -- Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Operator Tree: @@ -946,6 +972,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE @@ -973,6 +1000,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: string), _col0 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col0 (type: string) Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE @@ -995,6 +1023,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE @@ -1026,6 +1055,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 125 Data size: 22250 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/regex_col.q.out ql/src/test/results/clientpositive/regex_col.q.out index 38362962a0..937a04bb62 100644 --- ql/src/test/results/clientpositive/regex_col.q.out +++ ql/src/test/results/clientpositive/regex_col.q.out @@ -144,6 +144,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 1092000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 2000 Data size: 1092000 Basic stats: COMPLETE Column stats: COMPLETE @@ -161,6 +162,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 1092000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 2000 Data size: 1092000 Basic stats: COMPLETE Column stats: COMPLETE @@ -236,6 +238,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 455000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string), _col2 (type: string), _col0 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col1 (type: string), _col2 (type: string), _col0 (type: string) Statistics: Num rows: 1000 Data size: 455000 Basic stats: COMPLETE Column stats: COMPLETE @@ -252,6 +255,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 455000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string), _col2 (type: string), _col0 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col1 (type: string), _col2 (type: string), _col0 (type: string) Statistics: Num rows: 1000 Data size: 455000 Basic stats: COMPLETE Column stats: COMPLETE @@ -281,6 +285,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 3164 Data size: 1164352 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized @@ -479,6 +484,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 356000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 2000 Data size: 356000 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/row__id.q.out ql/src/test/results/clientpositive/row__id.q.out index 6df961ab1e..a544621401 100644 --- ql/src/test/results/clientpositive/row__id.q.out +++ ql/src/test/results/clientpositive/row__id.q.out @@ -79,6 +79,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 19884 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: z sort order: + Statistics: Num rows: 3 Data size: 19884 Basic stats: COMPLETE Column stats: NONE Execution mode: vectorized diff --git ql/src/test/results/clientpositive/runtime_skewjoin_mapjoin_spark.q.out ql/src/test/results/clientpositive/runtime_skewjoin_mapjoin_spark.q.out index fe65be35b7..dadc68b793 100644 --- ql/src/test/results/clientpositive/runtime_skewjoin_mapjoin_spark.q.out +++ ql/src/test/results/clientpositive/runtime_skewjoin_mapjoin_spark.q.out @@ -217,6 +217,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -292,6 +293,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 605 Data size: 52635 Basic stats: COMPLETE Column stats: NONE @@ -308,6 +310,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -394,12 +397,14 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 550 Data size: 47850 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/sample8.q.out ql/src/test/results/clientpositive/sample8.q.out index 955c77f90e..710897bffd 100644 --- ql/src/test/results/clientpositive/sample8.q.out +++ ql/src/test/results/clientpositive/sample8.q.out @@ -694,6 +694,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -708,6 +709,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE @@ -785,6 +787,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -799,6 +802,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 25 Data size: 4375 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/sample_islocalmode_hook_use_metadata.q.out ql/src/test/results/clientpositive/sample_islocalmode_hook_use_metadata.q.out index ada59347be..40b2a77397 100644 --- ql/src/test/results/clientpositive/sample_islocalmode_hook_use_metadata.q.out +++ ql/src/test/results/clientpositive/sample_islocalmode_hook_use_metadata.q.out @@ -141,6 +141,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -195,6 +196,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/script_pipe.q.out ql/src/test/results/clientpositive/script_pipe.q.out index f0235e07c6..f56107ebb1 100644 --- ql/src/test/results/clientpositive/script_pipe.q.out +++ ql/src/test/results/clientpositive/script_pipe.q.out @@ -25,6 +25,7 @@ STAGE PLANS: Number of rows: 1 Statistics: Num rows: 1 Data size: 178 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 178 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/select_as_omitted.q.out ql/src/test/results/clientpositive/select_as_omitted.q.out index 1342010567..c4c961b8b6 100644 --- ql/src/test/results/clientpositive/select_as_omitted.q.out +++ ql/src/test/results/clientpositive/select_as_omitted.q.out @@ -33,6 +33,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/select_column_pruning.q.out ql/src/test/results/clientpositive/select_column_pruning.q.out index d1f4cac6b1..b2dbac1ecf 100644 --- ql/src/test/results/clientpositive/select_column_pruning.q.out +++ ql/src/test/results/clientpositive/select_column_pruning.q.out @@ -64,6 +64,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 16002 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col11 (type: int) + null sort order: zz sort order: ++ Statistics: Num rows: 10 Data size: 16002 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -84,6 +85,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 16002 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col11 (type: int) + null sort order: zz sort order: ++ Statistics: Num rows: 10 Data size: 16002 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -109,6 +111,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col11 (type: int) + null sort order: zz sort order: ++ Statistics: Num rows: 1 Data size: 1600 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/select_transform_hint.q.out ql/src/test/results/clientpositive/select_transform_hint.q.out index f190aba5dd..13b9d18954 100644 --- ql/src/test/results/clientpositive/select_transform_hint.q.out +++ ql/src/test/results/clientpositive/select_transform_hint.q.out @@ -1162,6 +1162,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1175,6 +1176,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/semijoin2.q.out ql/src/test/results/clientpositive/semijoin2.q.out index 8ce7fb7d4d..330ac57ab8 100644 --- ql/src/test/results/clientpositive/semijoin2.q.out +++ ql/src/test/results/clientpositive/semijoin2.q.out @@ -73,6 +73,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 176 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: bigint_col_22 (type: bigint), decimal1709_col_26 (type: decimal(38,23)), tinyint_col_8 (type: tinyint) + null sort order: aaa sort order: +++ Map-reduce partition columns: bigint_col_22 (type: bigint), decimal1709_col_26 (type: decimal(38,23)), tinyint_col_8 (type: tinyint) Statistics: Num rows: 1 Data size: 176 Basic stats: COMPLETE Column stats: NONE @@ -86,6 +87,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 128 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: UDFToLong(tinyint_col_6) (type: bigint), decimal0504_col_37 (type: decimal(38,23)), tinyint_col_33 (type: tinyint) + null sort order: aaa sort order: +++ Map-reduce partition columns: UDFToLong(tinyint_col_6) (type: bigint), decimal0504_col_37 (type: decimal(38,23)), tinyint_col_33 (type: tinyint) Statistics: Num rows: 1 Data size: 128 Basic stats: COMPLETE Column stats: NONE @@ -112,6 +114,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: UDFToInteger(_col105) (type: int), _col72 (type: timestamp) + null sort order: aa sort order: ++ Map-reduce partition columns: UDFToInteger(_col105) (type: int), _col72 (type: timestamp) Statistics: Num rows: 1 Data size: 193 Basic stats: COMPLETE Column stats: NONE @@ -119,6 +122,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: -92 (type: int), _col1 (type: timestamp) + null sort order: aa sort order: ++ Map-reduce partition columns: -92 (type: int), _col1 (type: timestamp) Statistics: Num rows: 1 Data size: 123 Basic stats: COMPLETE Column stats: NONE @@ -144,6 +148,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: (_col98 + _col16) (type: int), floor(_col21) (type: bigint) + null sort order: zz sort order: +- Map-reduce partition columns: (_col98 + _col16) (type: int) Statistics: Num rows: 1 Data size: 212 Basic stats: COMPLETE Column stats: NONE @@ -192,6 +197,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: (_col98 + _col16) (type: int), floor(_col21) (type: bigint) + null sort order: zz sort order: -- Map-reduce partition columns: (_col98 + _col16) (type: int) Statistics: Num rows: 1 Data size: 212 Basic stats: COMPLETE Column stats: NONE @@ -245,6 +251,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 112 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: decimal1208_col_20 (type: decimal(38,6)) + null sort order: a sort order: + Map-reduce partition columns: decimal1208_col_20 (type: decimal(38,6)) Statistics: Num rows: 1 Data size: 112 Basic stats: COMPLETE Column stats: NONE @@ -257,6 +264,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 152 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: decimal1611_col_22 (type: decimal(38,6)) + null sort order: a sort order: + Map-reduce partition columns: decimal1611_col_22 (type: decimal(38,6)) Statistics: Num rows: 1 Data size: 152 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/semijoin3.q.out ql/src/test/results/clientpositive/semijoin3.q.out index 90d85aff1e..fdadfcee56 100644 --- ql/src/test/results/clientpositive/semijoin3.q.out +++ ql/src/test/results/clientpositive/semijoin3.q.out @@ -72,6 +72,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: 1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: 1 (type: int) Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -86,6 +87,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: 1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: 1 (type: int) Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -115,6 +117,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/semijoin4.q.out ql/src/test/results/clientpositive/semijoin4.q.out index 8dac350d04..d1e2b43c39 100644 --- ql/src/test/results/clientpositive/semijoin4.q.out +++ ql/src/test/results/clientpositive/semijoin4.q.out @@ -85,6 +85,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 124 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint), _col1 (type: decimal(27,9)) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: bigint), _col1 (type: decimal(27,9)) Statistics: Num rows: 1 Data size: 124 Basic stats: COMPLETE Column stats: NONE @@ -101,6 +102,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 120 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: bigint), _col0 (type: decimal(27,9)) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: bigint), _col0 (type: decimal(27,9)) Statistics: Num rows: 1 Data size: 120 Basic stats: COMPLETE Column stats: NONE @@ -124,10 +126,12 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 136 Basic stats: COMPLETE Column stats: NONE TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 167 Basic stats: COMPLETE Column stats: NONE Reduce Operator Tree: @@ -166,6 +170,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 152 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: decimal(19,11)), _col1 (type: timestamp) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: decimal(19,11)), _col1 (type: timestamp) Statistics: Num rows: 1 Data size: 152 Basic stats: COMPLETE Column stats: NONE @@ -182,6 +187,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 152 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: decimal(19,11)), _col1 (type: timestamp) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: decimal(19,11)), _col1 (type: timestamp) Statistics: Num rows: 1 Data size: 152 Basic stats: COMPLETE Column stats: NONE @@ -212,6 +218,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Statistics: Num rows: 1 Data size: 167 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/semijoin5.q.out ql/src/test/results/clientpositive/semijoin5.q.out index 8b34eef7c3..9bc579d98f 100644 --- ql/src/test/results/clientpositive/semijoin5.q.out +++ ql/src/test/results/clientpositive/semijoin5.q.out @@ -76,6 +76,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 176 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: tinyint), _col4 (type: decimal(34,16)), _col1 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: tinyint), _col4 (type: decimal(34,16)), _col1 (type: bigint) Statistics: Num rows: 1 Data size: 176 Basic stats: COMPLETE Column stats: NONE @@ -93,6 +94,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 128 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col4 (type: tinyint), _col0 (type: decimal(34,16)), UDFToLong(_col2) (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col4 (type: tinyint), _col0 (type: decimal(34,16)), UDFToLong(_col2) (type: bigint) Statistics: Num rows: 1 Data size: 128 Basic stats: COMPLETE Column stats: NONE @@ -119,6 +121,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col2 (type: timestamp), UDFToInteger(_col9) (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col2 (type: timestamp), UDFToInteger(_col9) (type: int) Statistics: Num rows: 1 Data size: 193 Basic stats: COMPLETE Column stats: NONE @@ -126,6 +129,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: timestamp), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: timestamp), _col1 (type: int) Statistics: Num rows: 1 Data size: 167 Basic stats: COMPLETE Column stats: NONE @@ -151,6 +155,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: (_col7 + UDFToInteger(_col5)) (type: int), floor(_col3) (type: bigint) + null sort order: zz sort order: -- Map-reduce partition columns: (_col7 + UDFToInteger(_col5)) (type: int) Statistics: Num rows: 1 Data size: 212 Basic stats: COMPLETE Column stats: NONE @@ -209,6 +214,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 152 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: decimal(26,12)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: decimal(26,12)) Statistics: Num rows: 1 Data size: 152 Basic stats: COMPLETE Column stats: NONE @@ -226,6 +232,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 112 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: decimal(26,12)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: decimal(26,12)) Statistics: Num rows: 1 Data size: 112 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/setop_subq.q.out ql/src/test/results/clientpositive/setop_subq.q.out index d071c977e1..75055d7500 100644 --- ql/src/test/results/clientpositive/setop_subq.q.out +++ ql/src/test/results/clientpositive/setop_subq.q.out @@ -31,6 +31,7 @@ STAGE PLANS: Statistics: Num rows: 316 Data size: 27492 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 316 Data size: 27492 Basic stats: COMPLETE Column stats: COMPLETE @@ -51,6 +52,7 @@ STAGE PLANS: Statistics: Num rows: 316 Data size: 27492 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 316 Data size: 27492 Basic stats: COMPLETE Column stats: COMPLETE @@ -108,6 +110,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -142,6 +145,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -158,6 +162,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -203,6 +208,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -262,6 +268,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -296,6 +303,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -312,6 +320,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -357,6 +366,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -416,6 +426,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -450,6 +461,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -466,6 +478,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -511,6 +524,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -567,6 +581,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -583,6 +598,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/skewjoin.q.out ql/src/test/results/clientpositive/skewjoin.q.out index cdce8153b7..b8c7a3ff96 100644 --- ql/src/test/results/clientpositive/skewjoin.q.out +++ ql/src/test/results/clientpositive/skewjoin.q.out @@ -108,6 +108,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -124,6 +125,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -249,6 +251,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -328,6 +331,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -341,6 +345,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -367,6 +372,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col5 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col5 (type: string) Statistics: Num rows: 1 Data size: 404 Basic stats: COMPLETE Column stats: NONE @@ -380,6 +386,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -406,6 +413,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col10 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col10 (type: string) Statistics: Num rows: 1 Data size: 444 Basic stats: COMPLETE Column stats: NONE @@ -419,6 +427,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -515,6 +524,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -528,6 +538,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -554,6 +565,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col5 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col5 (type: string) Statistics: Num rows: 1 Data size: 404 Basic stats: COMPLETE Column stats: NONE @@ -567,6 +579,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -631,6 +644,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col10 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col10 (type: string) Statistics: Num rows: 1 Data size: 444 Basic stats: COMPLETE Column stats: NONE @@ -644,6 +658,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -724,6 +739,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: UDFToDouble(key) (type: double) + null sort order: a sort order: + Map-reduce partition columns: UDFToDouble(key) (type: double) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -737,6 +753,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: (key + 1) (type: double) + null sort order: a sort order: + Map-reduce partition columns: (key + 1) (type: double) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -768,6 +785,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: bigint) @@ -845,6 +863,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -861,6 +880,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -936,6 +956,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -1021,6 +1042,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), UDFToDouble(substring(_col1, 5)) (type: double) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), UDFToDouble(substring(_col1, 5)) (type: double) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1037,6 +1059,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), (substring(_col1, 5) + 1) (type: double) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), (substring(_col1, 5) + 1) (type: double) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1112,6 +1135,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -1209,6 +1233,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 4785 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 4785 Basic stats: COMPLETE Column stats: COMPLETE @@ -1225,6 +1250,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 9790 Basic stats: COMPLETE Column stats: COMPLETE @@ -1289,6 +1315,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 86 Data size: 15308 Basic stats: COMPLETE Column stats: COMPLETE @@ -1306,6 +1333,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 14442 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 14442 Basic stats: COMPLETE Column stats: COMPLETE @@ -1380,6 +1408,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -1481,6 +1510,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) diff --git ql/src/test/results/clientpositive/skewjoin_mapjoin1.q.out ql/src/test/results/clientpositive/skewjoin_mapjoin1.q.out index 6699608aa6..537085f80b 100644 --- ql/src/test/results/clientpositive/skewjoin_mapjoin1.q.out +++ ql/src/test/results/clientpositive/skewjoin_mapjoin1.q.out @@ -415,6 +415,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -444,6 +445,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -569,6 +571,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -598,6 +601,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/skewjoin_mapjoin10.q.out ql/src/test/results/clientpositive/skewjoin_mapjoin10.q.out index 723f81b662..e6bd67a78b 100644 --- ql/src/test/results/clientpositive/skewjoin_mapjoin10.q.out +++ ql/src/test/results/clientpositive/skewjoin_mapjoin10.q.out @@ -447,6 +447,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -476,6 +477,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -601,6 +603,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -630,6 +633,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/skewjoin_mapjoin2.q.out ql/src/test/results/clientpositive/skewjoin_mapjoin2.q.out index aa8bebcfa3..a6178343c2 100644 --- ql/src/test/results/clientpositive/skewjoin_mapjoin2.q.out +++ ql/src/test/results/clientpositive/skewjoin_mapjoin2.q.out @@ -213,6 +213,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -229,6 +230,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -288,6 +290,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -304,6 +307,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/skewjoin_mapjoin5.q.out ql/src/test/results/clientpositive/skewjoin_mapjoin5.q.out index 4e1025c0b9..5ffd2069dc 100644 --- ql/src/test/results/clientpositive/skewjoin_mapjoin5.q.out +++ ql/src/test/results/clientpositive/skewjoin_mapjoin5.q.out @@ -236,6 +236,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/skewjoin_noskew.q.out ql/src/test/results/clientpositive/skewjoin_noskew.q.out index 2bb1a8e5b4..4acc3e58eb 100644 --- ql/src/test/results/clientpositive/skewjoin_noskew.q.out +++ ql/src/test/results/clientpositive/skewjoin_noskew.q.out @@ -38,6 +38,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -55,6 +56,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -118,6 +120,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 791 Data size: 140798 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -183,6 +186,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/skewjoin_onesideskew.q.out ql/src/test/results/clientpositive/skewjoin_onesideskew.q.out index 6ee1644007..20a7f1831a 100644 --- ql/src/test/results/clientpositive/skewjoin_onesideskew.q.out +++ ql/src/test/results/clientpositive/skewjoin_onesideskew.q.out @@ -113,6 +113,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 522 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 3 Data size: 522 Basic stats: COMPLETE Column stats: COMPLETE @@ -130,6 +131,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 170 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 170 Basic stats: COMPLETE Column stats: COMPLETE @@ -250,6 +252,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/skewjoin_union_remove_1.q.out ql/src/test/results/clientpositive/skewjoin_union_remove_1.q.out index 220c7344d9..578c7573f6 100644 --- ql/src/test/results/clientpositive/skewjoin_union_remove_1.q.out +++ ql/src/test/results/clientpositive/skewjoin_union_remove_1.q.out @@ -68,6 +68,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -85,6 +86,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -121,6 +123,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -137,6 +140,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -216,6 +220,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -232,6 +237,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -268,6 +274,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -284,6 +291,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -375,6 +383,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -392,6 +401,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -439,6 +449,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -455,6 +466,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -545,6 +557,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -561,6 +574,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -608,6 +622,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -624,6 +639,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/skewjoin_union_remove_2.q.out ql/src/test/results/clientpositive/skewjoin_union_remove_2.q.out index fe5dd16662..17470390c0 100644 --- ql/src/test/results/clientpositive/skewjoin_union_remove_2.q.out +++ ql/src/test/results/clientpositive/skewjoin_union_remove_2.q.out @@ -87,6 +87,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -104,6 +105,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -132,6 +134,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 808 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 808 Basic stats: COMPLETE Column stats: NONE @@ -149,6 +152,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -158,6 +162,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 808 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 808 Basic stats: COMPLETE Column stats: NONE @@ -194,6 +199,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -210,6 +216,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/skewjoinopt1.q.out ql/src/test/results/clientpositive/skewjoinopt1.q.out index 8590092e73..2ced0d7f34 100644 --- ql/src/test/results/clientpositive/skewjoinopt1.q.out +++ ql/src/test/results/clientpositive/skewjoinopt1.q.out @@ -69,6 +69,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -86,6 +87,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -145,6 +147,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -161,6 +164,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -240,6 +244,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -256,6 +261,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -315,6 +321,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -331,6 +338,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -412,6 +420,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE @@ -428,6 +437,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE @@ -459,6 +469,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -472,6 +483,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -504,6 +516,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE @@ -519,6 +532,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE @@ -589,6 +603,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE @@ -604,6 +619,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE @@ -635,6 +651,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -648,6 +665,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -680,6 +698,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE @@ -695,6 +714,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/skewjoinopt10.q.out ql/src/test/results/clientpositive/skewjoinopt10.q.out index b5be50e8ae..1ef96cc01c 100644 --- ql/src/test/results/clientpositive/skewjoinopt10.q.out +++ ql/src/test/results/clientpositive/skewjoinopt10.q.out @@ -67,6 +67,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE @@ -79,6 +80,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 12624 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 6 Data size: 12624 Basic stats: COMPLETE Column stats: NONE @@ -190,6 +192,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE @@ -201,6 +204,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 2104 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 1 Data size: 2104 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/skewjoinopt11.q.out ql/src/test/results/clientpositive/skewjoinopt11.q.out index bef788792f..2288859537 100644 --- ql/src/test/results/clientpositive/skewjoinopt11.q.out +++ ql/src/test/results/clientpositive/skewjoinopt11.q.out @@ -81,6 +81,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -98,6 +99,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -184,6 +186,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -201,6 +204,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -262,6 +266,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -278,6 +283,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -317,6 +323,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -333,6 +340,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/skewjoinopt12.q.out ql/src/test/results/clientpositive/skewjoinopt12.q.out index c99ce8d099..36efb0d3fa 100644 --- ql/src/test/results/clientpositive/skewjoinopt12.q.out +++ ql/src/test/results/clientpositive/skewjoinopt12.q.out @@ -69,6 +69,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -85,6 +86,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -143,6 +145,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -158,6 +161,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/skewjoinopt13.q.out ql/src/test/results/clientpositive/skewjoinopt13.q.out index a4e8797f03..84e0b6f9fb 100644 --- ql/src/test/results/clientpositive/skewjoinopt13.q.out +++ ql/src/test/results/clientpositive/skewjoinopt13.q.out @@ -90,6 +90,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -107,6 +108,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -133,6 +135,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 404 Basic stats: COMPLETE Column stats: NONE @@ -150,6 +153,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/skewjoinopt14.q.out ql/src/test/results/clientpositive/skewjoinopt14.q.out index 87ba7b7f2e..d5d7cf58c0 100644 --- ql/src/test/results/clientpositive/skewjoinopt14.q.out +++ ql/src/test/results/clientpositive/skewjoinopt14.q.out @@ -93,6 +93,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -110,6 +111,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -138,6 +140,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 808 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 2 Data size: 808 Basic stats: COMPLETE Column stats: NONE @@ -155,6 +158,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -164,6 +168,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 808 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 2 Data size: 808 Basic stats: COMPLETE Column stats: NONE @@ -200,6 +205,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -216,6 +222,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/skewjoinopt16.q.out ql/src/test/results/clientpositive/skewjoinopt16.q.out index 047632d7f7..19ccb939eb 100644 --- ql/src/test/results/clientpositive/skewjoinopt16.q.out +++ ql/src/test/results/clientpositive/skewjoinopt16.q.out @@ -69,6 +69,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -85,6 +86,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -143,6 +145,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -158,6 +161,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/skewjoinopt17.q.out ql/src/test/results/clientpositive/skewjoinopt17.q.out index 4bf68fa37e..edc6df679e 100644 --- ql/src/test/results/clientpositive/skewjoinopt17.q.out +++ ql/src/test/results/clientpositive/skewjoinopt17.q.out @@ -69,6 +69,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -86,6 +87,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -145,6 +147,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -161,6 +164,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -292,6 +296,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -308,6 +313,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -366,6 +372,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -381,6 +388,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/skewjoinopt18.q.out ql/src/test/results/clientpositive/skewjoinopt18.q.out index 52b79ca27e..a86f93f95a 100644 --- ql/src/test/results/clientpositive/skewjoinopt18.q.out +++ ql/src/test/results/clientpositive/skewjoinopt18.q.out @@ -83,6 +83,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 588 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: double) Statistics: Num rows: 6 Data size: 588 Basic stats: COMPLETE Column stats: COMPLETE @@ -100,6 +101,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: double) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/skewjoinopt19.q.out ql/src/test/results/clientpositive/skewjoinopt19.q.out index 3ab545f75d..c7de8a65cd 100644 --- ql/src/test/results/clientpositive/skewjoinopt19.q.out +++ ql/src/test/results/clientpositive/skewjoinopt19.q.out @@ -69,6 +69,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -86,6 +87,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -145,6 +147,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -161,6 +164,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/skewjoinopt2.q.out ql/src/test/results/clientpositive/skewjoinopt2.q.out index 0db35feef0..d8c84d0c2b 100644 --- ql/src/test/results/clientpositive/skewjoinopt2.q.out +++ ql/src/test/results/clientpositive/skewjoinopt2.q.out @@ -69,6 +69,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -85,6 +86,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -143,6 +145,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -158,6 +161,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -232,6 +236,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -248,6 +253,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -306,6 +312,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -321,6 +328,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -400,6 +408,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -416,6 +425,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -450,6 +460,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 808 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 808 Basic stats: COMPLETE Column stats: NONE @@ -466,6 +477,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 808 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 808 Basic stats: COMPLETE Column stats: NONE @@ -500,6 +512,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -515,6 +528,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -586,6 +600,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -602,6 +617,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -636,6 +652,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 808 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 808 Basic stats: COMPLETE Column stats: NONE @@ -652,6 +669,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 808 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 808 Basic stats: COMPLETE Column stats: NONE @@ -686,6 +704,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -701,6 +720,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/skewjoinopt20.q.out ql/src/test/results/clientpositive/skewjoinopt20.q.out index 5b88f42aad..ec09d59353 100644 --- ql/src/test/results/clientpositive/skewjoinopt20.q.out +++ ql/src/test/results/clientpositive/skewjoinopt20.q.out @@ -69,6 +69,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -86,6 +87,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -145,6 +147,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -161,6 +164,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/skewjoinopt21.q.out ql/src/test/results/clientpositive/skewjoinopt21.q.out index afae1cfd8f..5dbb81ab88 100644 --- ql/src/test/results/clientpositive/skewjoinopt21.q.out +++ ql/src/test/results/clientpositive/skewjoinopt21.q.out @@ -79,6 +79,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -96,6 +97,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -155,6 +157,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -171,6 +174,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/skewjoinopt3.q.out ql/src/test/results/clientpositive/skewjoinopt3.q.out index 4ded3e0a55..79cc12bafe 100644 --- ql/src/test/results/clientpositive/skewjoinopt3.q.out +++ ql/src/test/results/clientpositive/skewjoinopt3.q.out @@ -69,6 +69,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -86,6 +87,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -145,6 +147,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -161,6 +164,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -239,6 +243,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -255,6 +260,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -314,6 +320,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -330,6 +337,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/skewjoinopt4.q.out ql/src/test/results/clientpositive/skewjoinopt4.q.out index 2ab542a2e8..a9fb9ad88c 100644 --- ql/src/test/results/clientpositive/skewjoinopt4.q.out +++ ql/src/test/results/clientpositive/skewjoinopt4.q.out @@ -67,6 +67,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -84,6 +85,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -143,6 +145,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -159,6 +162,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -238,6 +242,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -255,6 +260,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -314,6 +320,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -330,6 +337,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/skewjoinopt5.q.out ql/src/test/results/clientpositive/skewjoinopt5.q.out index b05385dea3..ab01031663 100644 --- ql/src/test/results/clientpositive/skewjoinopt5.q.out +++ ql/src/test/results/clientpositive/skewjoinopt5.q.out @@ -69,6 +69,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -86,6 +87,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -145,6 +147,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -161,6 +164,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/skewjoinopt6.q.out ql/src/test/results/clientpositive/skewjoinopt6.q.out index d34d102eb8..4d9285d16f 100644 --- ql/src/test/results/clientpositive/skewjoinopt6.q.out +++ ql/src/test/results/clientpositive/skewjoinopt6.q.out @@ -69,6 +69,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -86,6 +87,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -145,6 +147,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -161,6 +164,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/skewjoinopt7.q.out ql/src/test/results/clientpositive/skewjoinopt7.q.out index 3875d0e611..16903c2a9e 100644 --- ql/src/test/results/clientpositive/skewjoinopt7.q.out +++ ql/src/test/results/clientpositive/skewjoinopt7.q.out @@ -87,6 +87,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -104,6 +105,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -132,6 +134,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 808 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 808 Basic stats: COMPLETE Column stats: NONE @@ -149,6 +152,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -158,6 +162,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 808 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 808 Basic stats: COMPLETE Column stats: NONE @@ -194,6 +199,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -210,6 +216,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/skewjoinopt8.q.out ql/src/test/results/clientpositive/skewjoinopt8.q.out index d935227522..acfa6de1f9 100644 --- ql/src/test/results/clientpositive/skewjoinopt8.q.out +++ ql/src/test/results/clientpositive/skewjoinopt8.q.out @@ -85,6 +85,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -102,6 +103,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -130,6 +132,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 808 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 808 Basic stats: COMPLETE Column stats: NONE @@ -147,6 +150,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -156,6 +160,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 808 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 808 Basic stats: COMPLETE Column stats: NONE @@ -192,6 +197,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -208,6 +214,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/skewjoinopt9.q.out ql/src/test/results/clientpositive/skewjoinopt9.q.out index e817cd8f3e..fb2c05626e 100644 --- ql/src/test/results/clientpositive/skewjoinopt9.q.out +++ ql/src/test/results/clientpositive/skewjoinopt9.q.out @@ -79,6 +79,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 736 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 736 Basic stats: COMPLETE Column stats: NONE @@ -98,6 +99,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 736 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 736 Basic stats: COMPLETE Column stats: NONE @@ -115,6 +117,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -223,6 +226,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE @@ -248,6 +252,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE @@ -265,6 +270,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/smb_mapjoin9.q.out ql/src/test/results/clientpositive/smb_mapjoin9.q.out index c0ddac853c..2d4f422e10 100644 --- ql/src/test/results/clientpositive/smb_mapjoin9.q.out +++ ql/src/test/results/clientpositive/smb_mapjoin9.q.out @@ -290,6 +290,7 @@ STAGE PLANS: mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Reduce Output Operator + null sort order: sort order: value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct) Reduce Operator Tree: diff --git ql/src/test/results/clientpositive/smb_mapjoin_16.q.out ql/src/test/results/clientpositive/smb_mapjoin_16.q.out index ec7e0d99ee..1112bd3bbf 100644 --- ql/src/test/results/clientpositive/smb_mapjoin_16.q.out +++ ql/src/test/results/clientpositive/smb_mapjoin_16.q.out @@ -71,6 +71,7 @@ STAGE PLANS: mode: hash outputColumnNames: _col0 Reduce Output Operator + null sort order: sort order: value expressions: _col0 (type: bigint) Reduce Operator Tree: diff --git ql/src/test/results/clientpositive/smb_mapjoin_20.q.out ql/src/test/results/clientpositive/smb_mapjoin_20.q.out index 390f0ace19..4ef0dadabb 100644 --- ql/src/test/results/clientpositive/smb_mapjoin_20.q.out +++ ql/src/test/results/clientpositive/smb_mapjoin_20.q.out @@ -64,6 +64,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: CAST( _col0 AS STRING) (type: string) + null sort order: a sort order: + Map-reduce partition columns: CAST( _col0 AS STRING) (type: string) Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE @@ -126,6 +127,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 1405 Basic stats: COMPLETE Column stats: COMPLETE @@ -240,6 +242,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE @@ -302,6 +305,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 1389 Basic stats: COMPLETE Column stats: COMPLETE @@ -1463,6 +1467,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: CAST( _col0 AS STRING) (type: string) + null sort order: a sort order: + Map-reduce partition columns: CAST( _col0 AS STRING) (type: string) Statistics: Num rows: 500 Data size: 93000 Basic stats: COMPLETE Column stats: COMPLETE @@ -1525,6 +1530,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 1405 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/smb_mapjoin_21.q.out ql/src/test/results/clientpositive/smb_mapjoin_21.q.out index 0e8b3f8fc5..e6fda853c5 100644 --- ql/src/test/results/clientpositive/smb_mapjoin_21.q.out +++ ql/src/test/results/clientpositive/smb_mapjoin_21.q.out @@ -143,6 +143,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: - Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE @@ -205,6 +206,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 949 Basic stats: COMPLETE Column stats: COMPLETE @@ -281,6 +283,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE @@ -342,6 +345,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 949 Basic stats: COMPLETE Column stats: COMPLETE @@ -418,6 +422,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE @@ -480,6 +485,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 949 Basic stats: COMPLETE Column stats: COMPLETE @@ -556,6 +562,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE @@ -618,6 +625,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 949 Basic stats: COMPLETE Column stats: COMPLETE @@ -694,6 +702,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 500 Data size: 47500 Basic stats: COMPLETE Column stats: COMPLETE @@ -756,6 +765,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 949 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/smb_mapjoin_25.q.out ql/src/test/results/clientpositive/smb_mapjoin_25.q.out index 68d22a5445..8fb82e1659 100644 --- ql/src/test/results/clientpositive/smb_mapjoin_25.q.out +++ ql/src/test/results/clientpositive/smb_mapjoin_25.q.out @@ -83,6 +83,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE TableScan @@ -95,6 +96,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Operator Tree: @@ -117,10 +119,12 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 9 Basic stats: COMPLETE Column stats: NONE TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 9 Basic stats: COMPLETE Column stats: NONE Reduce Operator Tree: @@ -156,6 +160,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE TableScan @@ -168,6 +173,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Operator Tree: @@ -361,10 +367,12 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 9 Basic stats: COMPLETE Column stats: NONE TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 9 Basic stats: COMPLETE Column stats: NONE Reduce Operator Tree: diff --git ql/src/test/results/clientpositive/smb_mapjoin_46.q.out ql/src/test/results/clientpositive/smb_mapjoin_46.q.out index b706bb9d14..994805ca27 100644 --- ql/src/test/results/clientpositive/smb_mapjoin_46.q.out +++ ql/src/test/results/clientpositive/smb_mapjoin_46.q.out @@ -1419,6 +1419,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -1430,6 +1431,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -1524,6 +1526,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -1535,6 +1538,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -1627,6 +1631,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -1638,6 +1643,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -1729,6 +1735,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE @@ -1742,6 +1749,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/smb_mapjoin_47.q.out ql/src/test/results/clientpositive/smb_mapjoin_47.q.out index f3fb0472be..0cb4125a92 100644 --- ql/src/test/results/clientpositive/smb_mapjoin_47.q.out +++ ql/src/test/results/clientpositive/smb_mapjoin_47.q.out @@ -847,6 +847,7 @@ STAGE PLANS: 1 _col1 (type: int) outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5 Reduce Output Operator + null sort order: sort order: value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string), _col3 (type: int), _col4 (type: int), _col5 (type: string) TableScan @@ -857,6 +858,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -960,6 +962,7 @@ STAGE PLANS: 1 _col1 (type: int) outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5 Reduce Output Operator + null sort order: sort order: value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string), _col3 (type: int), _col4 (type: int), _col5 (type: string) TableScan @@ -970,6 +973,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -1154,6 +1158,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 6 Data size: 1146 Basic stats: COMPLETE Column stats: COMPLETE @@ -1167,6 +1172,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE @@ -1270,6 +1276,7 @@ STAGE PLANS: 1 _col1 (type: int) outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5 Reduce Output Operator + null sort order: sort order: value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string), _col3 (type: int), _col4 (type: int), _col5 (type: string) TableScan @@ -1280,6 +1287,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -1385,6 +1393,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE @@ -1407,6 +1416,7 @@ STAGE PLANS: Statistics: Num rows: 8 Data size: 1528 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 8 Data size: 1528 Basic stats: COMPLETE Column stats: COMPLETE @@ -1508,6 +1518,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE @@ -1521,6 +1532,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/smb_mapjoin_7.q.out ql/src/test/results/clientpositive/smb_mapjoin_7.q.out index 2c72e45b8e..7f8206fe1e 100644 --- ql/src/test/results/clientpositive/smb_mapjoin_7.q.out +++ ql/src/test/results/clientpositive/smb_mapjoin_7.q.out @@ -663,6 +663,7 @@ STAGE PLANS: mode: hash outputColumnNames: _col0, _col1, _col2, _col3 Reduce Output Operator + null sort order: sort order: value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct) Reduce Operator Tree: diff --git ql/src/test/results/clientpositive/sort.q.out ql/src/test/results/clientpositive/sort.q.out index 76e977f289..42cbd83fdc 100644 --- ql/src/test/results/clientpositive/sort.q.out +++ ql/src/test/results/clientpositive/sort.q.out @@ -25,6 +25,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: string) diff --git ql/src/test/results/clientpositive/sort_merge_join_desc_1.q.out ql/src/test/results/clientpositive/sort_merge_join_desc_1.q.out index 330f430c64..bfa1e7e026 100644 --- ql/src/test/results/clientpositive/sort_merge_join_desc_1.q.out +++ ql/src/test/results/clientpositive/sort_merge_join_desc_1.q.out @@ -81,6 +81,7 @@ STAGE PLANS: mode: hash outputColumnNames: _col0 Reduce Output Operator + null sort order: sort order: value expressions: _col0 (type: bigint) Reduce Operator Tree: diff --git ql/src/test/results/clientpositive/sort_merge_join_desc_2.q.out ql/src/test/results/clientpositive/sort_merge_join_desc_2.q.out index 7ad609fabd..9aa8fd5ad2 100644 --- ql/src/test/results/clientpositive/sort_merge_join_desc_2.q.out +++ ql/src/test/results/clientpositive/sort_merge_join_desc_2.q.out @@ -87,6 +87,7 @@ STAGE PLANS: mode: hash outputColumnNames: _col0 Reduce Output Operator + null sort order: sort order: value expressions: _col0 (type: bigint) Reduce Operator Tree: diff --git ql/src/test/results/clientpositive/sort_merge_join_desc_3.q.out ql/src/test/results/clientpositive/sort_merge_join_desc_3.q.out index a7da82283d..af84b73ae2 100644 --- ql/src/test/results/clientpositive/sort_merge_join_desc_3.q.out +++ ql/src/test/results/clientpositive/sort_merge_join_desc_3.q.out @@ -87,6 +87,7 @@ STAGE PLANS: mode: hash outputColumnNames: _col0 Reduce Output Operator + null sort order: sort order: value expressions: _col0 (type: bigint) Reduce Operator Tree: diff --git ql/src/test/results/clientpositive/sort_merge_join_desc_4.q.out ql/src/test/results/clientpositive/sort_merge_join_desc_4.q.out index e724f3e0ae..95dca9d948 100644 --- ql/src/test/results/clientpositive/sort_merge_join_desc_4.q.out +++ ql/src/test/results/clientpositive/sort_merge_join_desc_4.q.out @@ -110,6 +110,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/sort_merge_join_desc_8.q.out ql/src/test/results/clientpositive/sort_merge_join_desc_8.q.out index ee95be3197..012ac025db 100644 --- ql/src/test/results/clientpositive/sort_merge_join_desc_8.q.out +++ ql/src/test/results/clientpositive/sort_merge_join_desc_8.q.out @@ -136,6 +136,7 @@ STAGE PLANS: mode: hash outputColumnNames: _col0 Reduce Output Operator + null sort order: sort order: value expressions: _col0 (type: bigint) Reduce Operator Tree: @@ -233,6 +234,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/spark/annotate_stats_join.q.out ql/src/test/results/clientpositive/spark/annotate_stats_join.q.out index 53c1a316d1..63537e9d5a 100644 --- ql/src/test/results/clientpositive/spark/annotate_stats_join.q.out +++ ql/src/test/results/clientpositive/spark/annotate_stats_join.q.out @@ -160,6 +160,7 @@ STAGE PLANS: Statistics: Num rows: 48 Data size: 4752 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 48 Data size: 4752 Basic stats: COMPLETE Column stats: COMPLETE @@ -180,6 +181,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 570 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6 Data size: 570 Basic stats: COMPLETE Column stats: COMPLETE @@ -245,6 +247,7 @@ STAGE PLANS: Statistics: Num rows: 48 Data size: 4752 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 48 Data size: 4752 Basic stats: COMPLETE Column stats: COMPLETE @@ -265,6 +268,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 570 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string), _col0 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col0 (type: int) Statistics: Num rows: 6 Data size: 570 Basic stats: COMPLETE Column stats: COMPLETE @@ -329,6 +333,7 @@ STAGE PLANS: Statistics: Num rows: 48 Data size: 4752 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 48 Data size: 4752 Basic stats: COMPLETE Column stats: COMPLETE @@ -349,6 +354,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 570 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string), _col0 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col0 (type: int) Statistics: Num rows: 6 Data size: 570 Basic stats: COMPLETE Column stats: COMPLETE @@ -413,6 +419,7 @@ STAGE PLANS: Statistics: Num rows: 48 Data size: 4752 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 48 Data size: 4752 Basic stats: COMPLETE Column stats: COMPLETE @@ -433,6 +440,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 570 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string), _col0 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col0 (type: int) Statistics: Num rows: 6 Data size: 570 Basic stats: COMPLETE Column stats: COMPLETE @@ -497,6 +505,7 @@ STAGE PLANS: Statistics: Num rows: 48 Data size: 4752 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 48 Data size: 4752 Basic stats: COMPLETE Column stats: COMPLETE @@ -517,6 +526,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 570 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6 Data size: 570 Basic stats: COMPLETE Column stats: COMPLETE @@ -537,6 +547,7 @@ STAGE PLANS: Statistics: Num rows: 48 Data size: 4752 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 48 Data size: 4752 Basic stats: COMPLETE Column stats: COMPLETE @@ -606,6 +617,7 @@ STAGE PLANS: Statistics: Num rows: 48 Data size: 4752 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 48 Data size: 4752 Basic stats: COMPLETE Column stats: COMPLETE @@ -626,6 +638,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 570 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6 Data size: 570 Basic stats: COMPLETE Column stats: COMPLETE @@ -646,6 +659,7 @@ STAGE PLANS: Statistics: Num rows: 8 Data size: 816 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 8 Data size: 816 Basic stats: COMPLETE Column stats: COMPLETE @@ -715,6 +729,7 @@ STAGE PLANS: Statistics: Num rows: 48 Data size: 4752 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 48 Data size: 4752 Basic stats: COMPLETE Column stats: COMPLETE @@ -735,6 +750,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 570 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string), _col0 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col0 (type: int) Statistics: Num rows: 6 Data size: 570 Basic stats: COMPLETE Column stats: COMPLETE @@ -754,6 +770,7 @@ STAGE PLANS: Statistics: Num rows: 8 Data size: 816 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 8 Data size: 816 Basic stats: COMPLETE Column stats: COMPLETE @@ -817,6 +834,7 @@ STAGE PLANS: Statistics: Num rows: 48 Data size: 4752 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 48 Data size: 4752 Basic stats: COMPLETE Column stats: COMPLETE @@ -837,6 +855,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 570 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string), _col0 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col0 (type: int) Statistics: Num rows: 6 Data size: 570 Basic stats: COMPLETE Column stats: COMPLETE @@ -901,6 +920,7 @@ STAGE PLANS: Statistics: Num rows: 48 Data size: 4752 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 48 Data size: 4752 Basic stats: COMPLETE Column stats: COMPLETE @@ -927,6 +947,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 285 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 3 Data size: 285 Basic stats: COMPLETE Column stats: COMPLETE @@ -991,6 +1012,7 @@ STAGE PLANS: Statistics: Num rows: 48 Data size: 4752 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 48 Data size: 4752 Basic stats: COMPLETE Column stats: COMPLETE @@ -1007,6 +1029,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 570 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string), _col0 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col0 (type: int) Statistics: Num rows: 6 Data size: 570 Basic stats: COMPLETE Column stats: COMPLETE @@ -1067,6 +1090,7 @@ STAGE PLANS: Statistics: Num rows: 48 Data size: 4752 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 48 Data size: 4752 Basic stats: COMPLETE Column stats: COMPLETE @@ -1083,6 +1107,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 570 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string), _col0 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col0 (type: int) Statistics: Num rows: 6 Data size: 570 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/spark/auto_join0.q.out ql/src/test/results/clientpositive/spark/auto_join0.q.out index 02afefdcf1..300c087686 100644 --- ql/src/test/results/clientpositive/spark/auto_join0.q.out +++ ql/src/test/results/clientpositive/spark/auto_join0.q.out @@ -52,6 +52,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Execution mode: vectorized @@ -91,6 +92,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Execution mode: vectorized @@ -120,6 +122,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/spark/auto_join10.q.out ql/src/test/results/clientpositive/spark/auto_join10.q.out index 59e27ebcf3..028dfa63ba 100644 --- ql/src/test/results/clientpositive/spark/auto_join10.q.out +++ ql/src/test/results/clientpositive/spark/auto_join10.q.out @@ -89,6 +89,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/spark/auto_join11.q.out ql/src/test/results/clientpositive/spark/auto_join11.q.out index 47f561a7b6..ca2bc0b013 100644 --- ql/src/test/results/clientpositive/spark/auto_join11.q.out +++ ql/src/test/results/clientpositive/spark/auto_join11.q.out @@ -89,6 +89,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/spark/auto_join12.q.out ql/src/test/results/clientpositive/spark/auto_join12.q.out index af66196a5b..4bfb8e19cf 100644 --- ql/src/test/results/clientpositive/spark/auto_join12.q.out +++ ql/src/test/results/clientpositive/spark/auto_join12.q.out @@ -120,6 +120,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/spark/auto_join13.q.out ql/src/test/results/clientpositive/spark/auto_join13.q.out index f3cf24caf0..e5019fbcdc 100644 --- ql/src/test/results/clientpositive/spark/auto_join13.q.out +++ ql/src/test/results/clientpositive/spark/auto_join13.q.out @@ -125,6 +125,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/spark/auto_join15.q.out ql/src/test/results/clientpositive/spark/auto_join15.q.out index 65aad5e780..096d9857a0 100644 --- ql/src/test/results/clientpositive/spark/auto_join15.q.out +++ ql/src/test/results/clientpositive/spark/auto_join15.q.out @@ -81,6 +81,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/spark/auto_join16.q.out ql/src/test/results/clientpositive/spark/auto_join16.q.out index 4579c10845..a5257a31fc 100644 --- ql/src/test/results/clientpositive/spark/auto_join16.q.out +++ ql/src/test/results/clientpositive/spark/auto_join16.q.out @@ -89,6 +89,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/spark/auto_join18.q.out ql/src/test/results/clientpositive/spark/auto_join18.q.out index f69d0a973a..fbc39d7291 100644 --- ql/src/test/results/clientpositive/spark/auto_join18.q.out +++ ql/src/test/results/clientpositive/spark/auto_join18.q.out @@ -62,6 +62,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -84,6 +85,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 191 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 191 Basic stats: COMPLETE Column stats: NONE @@ -99,6 +101,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE @@ -124,6 +127,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -158,6 +162,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 45 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 6 Data size: 45 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/auto_join18_multi_distinct.q.out ql/src/test/results/clientpositive/spark/auto_join18_multi_distinct.q.out index df7f9bceee..f38ea7ac6d 100644 --- ql/src/test/results/clientpositive/spark/auto_join18_multi_distinct.q.out +++ ql/src/test/results/clientpositive/spark/auto_join18_multi_distinct.q.out @@ -64,6 +64,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -86,6 +87,7 @@ STAGE PLANS: Statistics: Num rows: 50 Data size: 382 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 50 Data size: 382 Basic stats: COMPLETE Column stats: NONE @@ -101,6 +103,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE @@ -126,6 +129,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -164,6 +168,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 91 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 12 Data size: 91 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/auto_join20.q.out ql/src/test/results/clientpositive/spark/auto_join20.q.out index 297ea355a9..1b5150d419 100644 --- ql/src/test/results/clientpositive/spark/auto_join20.q.out +++ ql/src/test/results/clientpositive/spark/auto_join20.q.out @@ -110,6 +110,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -269,6 +270,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/spark/auto_join21.q.out ql/src/test/results/clientpositive/spark/auto_join21.q.out index dfd4202ebc..6cd15fd348 100644 --- ql/src/test/results/clientpositive/spark/auto_join21.q.out +++ ql/src/test/results/clientpositive/spark/auto_join21.q.out @@ -91,6 +91,7 @@ STAGE PLANS: Statistics: Num rows: 1100 Data size: 11686 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string) + null sort order: zzzzzz sort order: ++++++ Statistics: Num rows: 1100 Data size: 11686 Basic stats: COMPLETE Column stats: NONE Execution mode: vectorized diff --git ql/src/test/results/clientpositive/spark/auto_join22.q.out ql/src/test/results/clientpositive/spark/auto_join22.q.out index 435a58b453..75783ceb58 100644 --- ql/src/test/results/clientpositive/spark/auto_join22.q.out +++ ql/src/test/results/clientpositive/spark/auto_join22.q.out @@ -109,6 +109,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/spark/auto_join23.q.out ql/src/test/results/clientpositive/spark/auto_join23.q.out index 6fa5640cf6..268eb76741 100644 --- ql/src/test/results/clientpositive/spark/auto_join23.q.out +++ ql/src/test/results/clientpositive/spark/auto_join23.q.out @@ -67,6 +67,7 @@ STAGE PLANS: Statistics: Num rows: 27556 Data size: 612872 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string) + null sort order: zzzz sort order: ++++ Statistics: Num rows: 27556 Data size: 612872 Basic stats: COMPLETE Column stats: NONE Execution mode: vectorized diff --git ql/src/test/results/clientpositive/spark/auto_join24.q.out ql/src/test/results/clientpositive/spark/auto_join24.q.out index db345fe4bb..48fc69c48b 100644 --- ql/src/test/results/clientpositive/spark/auto_join24.q.out +++ ql/src/test/results/clientpositive/spark/auto_join24.q.out @@ -95,6 +95,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/spark/auto_join26.q.out ql/src/test/results/clientpositive/spark/auto_join26.q.out index e2d4015787..383af73a87 100644 --- ql/src/test/results/clientpositive/spark/auto_join26.q.out +++ ql/src/test/results/clientpositive/spark/auto_join26.q.out @@ -90,6 +90,7 @@ STAGE PLANS: Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/auto_join27.q.out ql/src/test/results/clientpositive/spark/auto_join27.q.out index d9a643b334..2e95e5dcc5 100644 --- ql/src/test/results/clientpositive/spark/auto_join27.q.out +++ ql/src/test/results/clientpositive/spark/auto_join27.q.out @@ -54,6 +54,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 249 Data size: 2644 Basic stats: COMPLETE Column stats: NONE @@ -75,6 +76,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE @@ -94,6 +96,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE @@ -114,6 +117,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -146,6 +150,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 881 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 249 Data size: 2644 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/auto_join28.q.out ql/src/test/results/clientpositive/spark/auto_join28.q.out index fe9561cd4b..fc55988949 100644 --- ql/src/test/results/clientpositive/spark/auto_join28.q.out +++ ql/src/test/results/clientpositive/spark/auto_join28.q.out @@ -91,6 +91,7 @@ STAGE PLANS: Statistics: Num rows: 1100 Data size: 11686 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string) + null sort order: zzzzzz sort order: ++++++ Statistics: Num rows: 1100 Data size: 11686 Basic stats: COMPLETE Column stats: NONE Execution mode: vectorized @@ -214,6 +215,7 @@ STAGE PLANS: Statistics: Num rows: 1100 Data size: 11686 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string) + null sort order: zzzzzz sort order: ++++++ Statistics: Num rows: 1100 Data size: 11686 Basic stats: COMPLETE Column stats: NONE Execution mode: vectorized @@ -337,6 +339,7 @@ STAGE PLANS: Statistics: Num rows: 1100 Data size: 11686 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string) + null sort order: zzzzzz sort order: ++++++ Statistics: Num rows: 1100 Data size: 11686 Basic stats: COMPLETE Column stats: NONE Execution mode: vectorized @@ -456,6 +459,7 @@ STAGE PLANS: Statistics: Num rows: 1100 Data size: 11686 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string) + null sort order: zzzzzz sort order: ++++++ Statistics: Num rows: 1100 Data size: 11686 Basic stats: COMPLETE Column stats: NONE Execution mode: vectorized diff --git ql/src/test/results/clientpositive/spark/auto_join29.q.out ql/src/test/results/clientpositive/spark/auto_join29.q.out index bca0bf30c5..4bb41d7f10 100644 --- ql/src/test/results/clientpositive/spark/auto_join29.q.out +++ ql/src/test/results/clientpositive/spark/auto_join29.q.out @@ -91,6 +91,7 @@ STAGE PLANS: Statistics: Num rows: 1100 Data size: 11686 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string) + null sort order: zzzzzz sort order: ++++++ Statistics: Num rows: 1100 Data size: 11686 Basic stats: COMPLETE Column stats: NONE Execution mode: vectorized @@ -722,6 +723,7 @@ STAGE PLANS: Statistics: Num rows: 1100 Data size: 11686 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string) + null sort order: zzzzzz sort order: ++++++ Statistics: Num rows: 1100 Data size: 11686 Basic stats: COMPLETE Column stats: NONE Execution mode: vectorized @@ -1353,6 +1355,7 @@ STAGE PLANS: Statistics: Num rows: 1100 Data size: 11686 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string) + null sort order: zzzzzz sort order: ++++++ Statistics: Num rows: 1100 Data size: 11686 Basic stats: COMPLETE Column stats: NONE Execution mode: vectorized @@ -1992,6 +1995,7 @@ STAGE PLANS: Statistics: Num rows: 1100 Data size: 11686 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string) + null sort order: zzzzzz sort order: ++++++ Statistics: Num rows: 1100 Data size: 11686 Basic stats: COMPLETE Column stats: NONE Execution mode: vectorized @@ -2627,6 +2631,7 @@ STAGE PLANS: Statistics: Num rows: 121 Data size: 1284 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string) + null sort order: zzzzzz sort order: ++++++ Statistics: Num rows: 121 Data size: 1284 Basic stats: COMPLETE Column stats: NONE Execution mode: vectorized @@ -2758,6 +2763,7 @@ STAGE PLANS: Statistics: Num rows: 1100 Data size: 11686 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string) + null sort order: zzzzzz sort order: ++++++ Statistics: Num rows: 1100 Data size: 11686 Basic stats: COMPLETE Column stats: NONE Execution mode: vectorized @@ -3389,6 +3395,7 @@ STAGE PLANS: Statistics: Num rows: 1100 Data size: 11686 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string) + null sort order: zzzzzz sort order: ++++++ Statistics: Num rows: 1100 Data size: 11686 Basic stats: COMPLETE Column stats: NONE Execution mode: vectorized @@ -3524,6 +3531,7 @@ STAGE PLANS: Statistics: Num rows: 365 Data size: 3878 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string) + null sort order: zzzzzz sort order: ++++++ Statistics: Num rows: 365 Data size: 3878 Basic stats: COMPLETE Column stats: NONE Execution mode: vectorized @@ -3669,6 +3677,7 @@ STAGE PLANS: Statistics: Num rows: 121 Data size: 1284 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string) + null sort order: zzzzzz sort order: ++++++ Statistics: Num rows: 121 Data size: 1284 Basic stats: COMPLETE Column stats: NONE Execution mode: vectorized diff --git ql/src/test/results/clientpositive/spark/auto_join30.q.out ql/src/test/results/clientpositive/spark/auto_join30.q.out index 2d159a9603..0d3c6df069 100644 --- ql/src/test/results/clientpositive/spark/auto_join30.q.out +++ ql/src/test/results/clientpositive/spark/auto_join30.q.out @@ -85,6 +85,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -211,6 +212,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -337,6 +339,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -502,6 +505,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -661,6 +665,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -820,6 +825,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -979,6 +985,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -1138,6 +1145,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/spark/auto_join31.q.out ql/src/test/results/clientpositive/spark/auto_join31.q.out index f4a567cddb..a20b6abb12 100644 --- ql/src/test/results/clientpositive/spark/auto_join31.q.out +++ ql/src/test/results/clientpositive/spark/auto_join31.q.out @@ -104,6 +104,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/spark/auto_join32.q.out ql/src/test/results/clientpositive/spark/auto_join32.q.out index 88cb1a3c02..70440b0229 100644 --- ql/src/test/results/clientpositive/spark/auto_join32.q.out +++ ql/src/test/results/clientpositive/spark/auto_join32.q.out @@ -98,6 +98,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -220,6 +221,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -355,6 +357,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -512,6 +515,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/auto_join6.q.out ql/src/test/results/clientpositive/spark/auto_join6.q.out index 09eb515e14..59bbb8a3f7 100644 --- ql/src/test/results/clientpositive/spark/auto_join6.q.out +++ ql/src/test/results/clientpositive/spark/auto_join6.q.out @@ -67,6 +67,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE @@ -87,6 +88,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/auto_join7.q.out ql/src/test/results/clientpositive/spark/auto_join7.q.out index 22babbc2ea..0a1f3ba2f9 100644 --- ql/src/test/results/clientpositive/spark/auto_join7.q.out +++ ql/src/test/results/clientpositive/spark/auto_join7.q.out @@ -77,6 +77,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE @@ -97,6 +98,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE @@ -117,6 +119,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/auto_join_filters.q.out ql/src/test/results/clientpositive/spark/auto_join_filters.q.out index b2c82b1e67..6f5d7d9acc 100644 --- ql/src/test/results/clientpositive/spark/auto_join_filters.q.out +++ ql/src/test/results/clientpositive/spark/auto_join_filters.q.out @@ -85,6 +85,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4 Statistics: Num rows: 1 Data size: 220 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 220 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: boolean), _col3 (type: boolean), _col4 (type: boolean) @@ -99,6 +100,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4 Statistics: Num rows: 1 Data size: 220 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 220 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: boolean), _col3 (type: boolean), _col4 (type: boolean) @@ -127,6 +129,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -337,6 +340,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 220 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 220 Basic stats: COMPLETE Column stats: NONE @@ -353,6 +357,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 220 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 1 Data size: 220 Basic stats: COMPLETE Column stats: NONE @@ -382,6 +387,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -770,6 +776,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 220 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 220 Basic stats: COMPLETE Column stats: NONE @@ -786,6 +793,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 220 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 1 Data size: 220 Basic stats: COMPLETE Column stats: NONE @@ -815,6 +823,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/spark/auto_join_nulls.q.out ql/src/test/results/clientpositive/spark/auto_join_nulls.q.out index ff9e292ccb..281b9139ce 100644 --- ql/src/test/results/clientpositive/spark/auto_join_nulls.q.out +++ ql/src/test/results/clientpositive/spark/auto_join_nulls.q.out @@ -219,6 +219,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 160 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 160 Basic stats: COMPLETE Column stats: NONE @@ -235,6 +236,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 160 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 1 Data size: 160 Basic stats: COMPLETE Column stats: NONE @@ -261,6 +263,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/spark/auto_join_stats.q.out ql/src/test/results/clientpositive/spark/auto_join_stats.q.out index cf73d8436e..45be1dc5f2 100644 --- ql/src/test/results/clientpositive/spark/auto_join_stats.q.out +++ ql/src/test/results/clientpositive/spark/auto_join_stats.q.out @@ -84,6 +84,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -104,6 +105,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -271,6 +273,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -291,6 +294,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/auto_join_without_localtask.q.out ql/src/test/results/clientpositive/spark/auto_join_without_localtask.q.out index 56440f5dcc..1654a7b57d 100644 --- ql/src/test/results/clientpositive/spark/auto_join_without_localtask.q.out +++ ql/src/test/results/clientpositive/spark/auto_join_without_localtask.q.out @@ -35,6 +35,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -54,6 +55,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -69,6 +71,7 @@ STAGE PLANS: Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -182,6 +185,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -200,6 +204,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -219,6 +224,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -234,6 +240,7 @@ STAGE PLANS: Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE @@ -254,6 +261,7 @@ STAGE PLANS: Statistics: Num rows: 605 Data size: 6427 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 605 Data size: 6427 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -367,6 +375,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE @@ -385,6 +394,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE @@ -404,6 +414,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -419,6 +430,7 @@ STAGE PLANS: Statistics: Num rows: 182 Data size: 1939 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 182 Data size: 1939 Basic stats: COMPLETE Column stats: NONE @@ -439,6 +451,7 @@ STAGE PLANS: Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/spark/auto_smb_mapjoin_14.q.out ql/src/test/results/clientpositive/spark/auto_smb_mapjoin_14.q.out index d95c6d7490..7e5d8a346d 100644 --- ql/src/test/results/clientpositive/spark/auto_smb_mapjoin_14.q.out +++ ql/src/test/results/clientpositive/spark/auto_smb_mapjoin_14.q.out @@ -92,6 +92,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -199,6 +200,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 77 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 11 Data size: 77 Basic stats: COMPLETE Column stats: NONE @@ -219,6 +221,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -352,6 +355,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 77 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 11 Data size: 77 Basic stats: COMPLETE Column stats: NONE @@ -367,6 +371,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 35 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 35 Basic stats: COMPLETE Column stats: NONE @@ -403,6 +408,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 35 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 35 Basic stats: COMPLETE Column stats: NONE @@ -516,6 +522,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -628,6 +635,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -762,6 +770,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -886,6 +895,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -977,6 +987,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 70 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10 Data size: 70 Basic stats: COMPLETE Column stats: NONE @@ -996,6 +1007,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 70 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10 Data size: 70 Basic stats: COMPLETE Column stats: NONE @@ -1016,6 +1028,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -1114,6 +1127,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -1220,6 +1234,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -1340,6 +1355,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -1699,6 +1715,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 77 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 11 Data size: 77 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/auto_sortmerge_join_14.q.out ql/src/test/results/clientpositive/spark/auto_sortmerge_join_14.q.out index c00bfd2cbc..99b076742b 100644 --- ql/src/test/results/clientpositive/spark/auto_sortmerge_join_14.q.out +++ ql/src/test/results/clientpositive/spark/auto_sortmerge_join_14.q.out @@ -80,6 +80,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -172,6 +173,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/spark/auto_sortmerge_join_15.q.out ql/src/test/results/clientpositive/spark/auto_sortmerge_join_15.q.out index 7a5a89f27d..bb34ca5580 100644 --- ql/src/test/results/clientpositive/spark/auto_sortmerge_join_15.q.out +++ ql/src/test/results/clientpositive/spark/auto_sortmerge_join_15.q.out @@ -80,6 +80,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -151,6 +152,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/spark/auto_sortmerge_join_16.q.out ql/src/test/results/clientpositive/spark/auto_sortmerge_join_16.q.out index 0985cd47d0..634c5ccd6b 100644 --- ql/src/test/results/clientpositive/spark/auto_sortmerge_join_16.q.out +++ ql/src/test/results/clientpositive/spark/auto_sortmerge_join_16.q.out @@ -215,6 +215,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 46 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 5 Data size: 46 Basic stats: COMPLETE Column stats: NONE @@ -235,6 +236,7 @@ STAGE PLANS: Statistics: Num rows: 236 Data size: 2244 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 236 Data size: 2244 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/auto_sortmerge_join_16.q.out_spark ql/src/test/results/clientpositive/spark/auto_sortmerge_join_16.q.out_spark index a5cd8642d0..d3c8b2cbb1 100644 --- ql/src/test/results/clientpositive/spark/auto_sortmerge_join_16.q.out_spark +++ ql/src/test/results/clientpositive/spark/auto_sortmerge_join_16.q.out_spark @@ -215,6 +215,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 46 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 5 Data size: 46 Basic stats: COMPLETE Column stats: NONE @@ -235,6 +236,7 @@ STAGE PLANS: Statistics: Num rows: 236 Data size: 2244 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 236 Data size: 2244 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/auto_sortmerge_join_6.q.out ql/src/test/results/clientpositive/spark/auto_sortmerge_join_6.q.out index 984c24767b..82657032cf 100644 --- ql/src/test/results/clientpositive/spark/auto_sortmerge_join_6.q.out +++ ql/src/test/results/clientpositive/spark/auto_sortmerge_join_6.q.out @@ -117,6 +117,7 @@ STAGE PLANS: Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE @@ -135,6 +136,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -155,6 +157,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -240,6 +243,7 @@ STAGE PLANS: Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE @@ -258,6 +262,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -278,6 +283,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -363,6 +369,7 @@ STAGE PLANS: Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE @@ -381,6 +388,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -401,6 +409,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -486,6 +495,7 @@ STAGE PLANS: Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: double) Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE @@ -504,6 +514,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -524,6 +535,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -614,6 +626,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -699,6 +712,7 @@ STAGE PLANS: Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE @@ -717,6 +731,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -737,6 +752,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -822,6 +838,7 @@ STAGE PLANS: Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE @@ -840,6 +857,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -860,6 +878,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -945,6 +964,7 @@ STAGE PLANS: Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: double) Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE @@ -963,6 +983,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -983,6 +1004,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -1073,6 +1095,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -1158,6 +1181,7 @@ STAGE PLANS: Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE @@ -1176,6 +1200,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -1196,6 +1221,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/spark/auto_sortmerge_join_9.q.out ql/src/test/results/clientpositive/spark/auto_sortmerge_join_9.q.out index 4385c9950e..ecfea6424f 100644 --- ql/src/test/results/clientpositive/spark/auto_sortmerge_join_9.q.out +++ ql/src/test/results/clientpositive/spark/auto_sortmerge_join_9.q.out @@ -92,6 +92,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -193,6 +194,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 77 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 11 Data size: 77 Basic stats: COMPLETE Column stats: NONE @@ -311,6 +313,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 77 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 11 Data size: 77 Basic stats: COMPLETE Column stats: NONE @@ -331,6 +334,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -464,6 +468,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 77 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 11 Data size: 77 Basic stats: COMPLETE Column stats: NONE @@ -479,6 +484,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 35 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 35 Basic stats: COMPLETE Column stats: NONE @@ -515,6 +521,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 35 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 35 Basic stats: COMPLETE Column stats: NONE @@ -628,6 +635,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -740,6 +748,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -874,6 +883,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -998,6 +1008,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -1089,6 +1100,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 70 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10 Data size: 70 Basic stats: COMPLETE Column stats: NONE @@ -1108,6 +1120,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 70 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10 Data size: 70 Basic stats: COMPLETE Column stats: NONE @@ -1128,6 +1141,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -1226,6 +1240,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -1322,6 +1337,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -1430,6 +1446,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -1550,6 +1567,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -1660,6 +1678,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -1761,6 +1780,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 77 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 11 Data size: 77 Basic stats: COMPLETE Column stats: NONE @@ -1879,6 +1899,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 77 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 11 Data size: 77 Basic stats: COMPLETE Column stats: NONE @@ -1899,6 +1920,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -2032,6 +2054,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 77 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 11 Data size: 77 Basic stats: COMPLETE Column stats: NONE @@ -2047,6 +2070,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 35 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 35 Basic stats: COMPLETE Column stats: NONE @@ -2083,6 +2107,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 35 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 35 Basic stats: COMPLETE Column stats: NONE @@ -2196,6 +2221,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -2308,6 +2334,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -2442,6 +2469,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -2566,6 +2594,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -2664,6 +2693,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -2760,6 +2790,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -2868,6 +2899,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -2988,6 +3020,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/spark/bucket6.q.out ql/src/test/results/clientpositive/spark/bucket6.q.out index 154f1bad61..5937627df8 100644 --- ql/src/test/results/clientpositive/spark/bucket6.q.out +++ ql/src/test/results/clientpositive/spark/bucket6.q.out @@ -47,6 +47,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/bucket_map_join_tez1.q.out ql/src/test/results/clientpositive/spark/bucket_map_join_tez1.q.out index e026131868..061a8a0b93 100644 --- ql/src/test/results/clientpositive/spark/bucket_map_join_tez1.q.out +++ ql/src/test/results/clientpositive/spark/bucket_map_join_tez1.q.out @@ -248,6 +248,7 @@ STAGE PLANS: Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string) + null sort order: zzz sort order: +++ Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE Execution mode: vectorized @@ -854,6 +855,7 @@ STAGE PLANS: Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string) + null sort order: zzz sort order: +++ Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE Execution mode: vectorized @@ -1426,6 +1428,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -1445,6 +1448,7 @@ STAGE PLANS: Statistics: Num rows: 242 Data size: 2566 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 242 Data size: 2566 Basic stats: COMPLETE Column stats: NONE @@ -1459,6 +1463,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE @@ -1478,6 +1483,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -1572,6 +1578,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -1591,6 +1598,7 @@ STAGE PLANS: Statistics: Num rows: 242 Data size: 2566 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 242 Data size: 2566 Basic stats: COMPLETE Column stats: NONE @@ -1605,6 +1613,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE @@ -1624,6 +1633,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -1719,6 +1729,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -1738,6 +1749,7 @@ STAGE PLANS: Statistics: Num rows: 242 Data size: 2566 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 242 Data size: 2566 Basic stats: COMPLETE Column stats: NONE @@ -1757,6 +1769,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -1779,6 +1792,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -1878,6 +1892,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -1897,6 +1912,7 @@ STAGE PLANS: Statistics: Num rows: 242 Data size: 2566 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 242 Data size: 2566 Basic stats: COMPLETE Column stats: NONE @@ -1916,6 +1932,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -1938,6 +1955,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -2038,6 +2056,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -2057,6 +2076,7 @@ STAGE PLANS: Statistics: Num rows: 242 Data size: 2566 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 242 Data size: 2566 Basic stats: COMPLETE Column stats: NONE @@ -2076,6 +2096,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -2096,6 +2117,7 @@ STAGE PLANS: Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE @@ -2115,6 +2137,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -2215,6 +2238,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -2234,6 +2258,7 @@ STAGE PLANS: Statistics: Num rows: 242 Data size: 2566 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 242 Data size: 2566 Basic stats: COMPLETE Column stats: NONE @@ -2253,6 +2278,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -2273,6 +2299,7 @@ STAGE PLANS: Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE @@ -2292,6 +2319,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -2394,6 +2422,7 @@ STAGE PLANS: Statistics: Num rows: 242 Data size: 2566 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 242 Data size: 2566 Basic stats: COMPLETE Column stats: NONE @@ -2413,6 +2442,7 @@ STAGE PLANS: Statistics: Num rows: 242 Data size: 2566 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 242 Data size: 2566 Basic stats: COMPLETE Column stats: NONE @@ -2433,6 +2463,7 @@ STAGE PLANS: Statistics: Num rows: 121 Data size: 1283 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 121 Data size: 1283 Basic stats: COMPLETE Column stats: NONE @@ -2519,6 +2550,7 @@ STAGE PLANS: Statistics: Num rows: 242 Data size: 2566 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 242 Data size: 2566 Basic stats: COMPLETE Column stats: NONE @@ -2538,6 +2570,7 @@ STAGE PLANS: Statistics: Num rows: 242 Data size: 2566 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 242 Data size: 2566 Basic stats: COMPLETE Column stats: NONE @@ -2558,6 +2591,7 @@ STAGE PLANS: Statistics: Num rows: 121 Data size: 1283 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 121 Data size: 1283 Basic stats: COMPLETE Column stats: NONE @@ -2638,6 +2672,7 @@ STAGE PLANS: Statistics: Num rows: 242 Data size: 2566 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 242 Data size: 2566 Basic stats: COMPLETE Column stats: NONE @@ -2658,6 +2693,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -2677,6 +2713,7 @@ STAGE PLANS: Statistics: Num rows: 242 Data size: 2566 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 242 Data size: 2566 Basic stats: COMPLETE Column stats: NONE @@ -2722,6 +2759,7 @@ STAGE PLANS: Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE @@ -2741,6 +2779,7 @@ STAGE PLANS: Statistics: Num rows: 275 Data size: 2921 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 275 Data size: 2921 Basic stats: COMPLETE Column stats: NONE @@ -2800,6 +2839,7 @@ STAGE PLANS: Statistics: Num rows: 242 Data size: 2566 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 242 Data size: 2566 Basic stats: COMPLETE Column stats: NONE @@ -2820,6 +2860,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -2839,6 +2880,7 @@ STAGE PLANS: Statistics: Num rows: 242 Data size: 2566 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 242 Data size: 2566 Basic stats: COMPLETE Column stats: NONE @@ -2884,6 +2926,7 @@ STAGE PLANS: Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE @@ -2903,6 +2946,7 @@ STAGE PLANS: Statistics: Num rows: 275 Data size: 2921 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 275 Data size: 2921 Basic stats: COMPLETE Column stats: NONE @@ -2962,6 +3006,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -2982,6 +3027,7 @@ STAGE PLANS: Statistics: Num rows: 242 Data size: 2566 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 242 Data size: 2566 Basic stats: COMPLETE Column stats: NONE @@ -3002,6 +3048,7 @@ STAGE PLANS: Statistics: Num rows: 242 Data size: 2566 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 242 Data size: 2566 Basic stats: COMPLETE Column stats: NONE @@ -3046,6 +3093,7 @@ STAGE PLANS: Statistics: Num rows: 266 Data size: 2822 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 266 Data size: 2822 Basic stats: COMPLETE Column stats: NONE @@ -3065,6 +3113,7 @@ STAGE PLANS: Statistics: Num rows: 133 Data size: 1411 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 133 Data size: 1411 Basic stats: COMPLETE Column stats: NONE @@ -3124,6 +3173,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -3144,6 +3194,7 @@ STAGE PLANS: Statistics: Num rows: 242 Data size: 2566 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 242 Data size: 2566 Basic stats: COMPLETE Column stats: NONE @@ -3164,6 +3215,7 @@ STAGE PLANS: Statistics: Num rows: 242 Data size: 2566 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 242 Data size: 2566 Basic stats: COMPLETE Column stats: NONE @@ -3208,6 +3260,7 @@ STAGE PLANS: Statistics: Num rows: 266 Data size: 2822 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 266 Data size: 2822 Basic stats: COMPLETE Column stats: NONE @@ -3227,6 +3280,7 @@ STAGE PLANS: Statistics: Num rows: 133 Data size: 1411 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 133 Data size: 1411 Basic stats: COMPLETE Column stats: NONE @@ -3780,6 +3834,7 @@ STAGE PLANS: Statistics: Num rows: 242 Data size: 2566 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 242 Data size: 2566 Basic stats: COMPLETE Column stats: NONE @@ -3799,6 +3854,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -3815,6 +3871,7 @@ STAGE PLANS: Statistics: Num rows: 121 Data size: 1283 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 121 Data size: 1283 Basic stats: COMPLETE Column stats: NONE @@ -3901,6 +3958,7 @@ STAGE PLANS: Statistics: Num rows: 242 Data size: 2566 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 242 Data size: 2566 Basic stats: COMPLETE Column stats: NONE @@ -3920,6 +3978,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -3936,6 +3995,7 @@ STAGE PLANS: Statistics: Num rows: 121 Data size: 1283 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 121 Data size: 1283 Basic stats: COMPLETE Column stats: NONE @@ -4015,6 +4075,7 @@ STAGE PLANS: Statistics: Num rows: 242 Data size: 2566 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 242 Data size: 2566 Basic stats: COMPLETE Column stats: NONE @@ -4035,6 +4096,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -4050,6 +4112,7 @@ STAGE PLANS: Statistics: Num rows: 121 Data size: 1283 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 121 Data size: 1283 Basic stats: COMPLETE Column stats: NONE @@ -4129,6 +4192,7 @@ STAGE PLANS: Statistics: Num rows: 242 Data size: 2566 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 242 Data size: 2566 Basic stats: COMPLETE Column stats: NONE @@ -4149,6 +4213,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -4164,6 +4229,7 @@ STAGE PLANS: Statistics: Num rows: 121 Data size: 1283 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 121 Data size: 1283 Basic stats: COMPLETE Column stats: NONE @@ -4240,6 +4306,7 @@ STAGE PLANS: Statistics: Num rows: 242 Data size: 2566 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 242 Data size: 2566 Basic stats: COMPLETE Column stats: NONE @@ -4260,6 +4327,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -4332,6 +4400,7 @@ STAGE PLANS: Statistics: Num rows: 242 Data size: 2566 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 242 Data size: 2566 Basic stats: COMPLETE Column stats: NONE @@ -4352,6 +4421,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/bucket_map_join_tez2.q.out ql/src/test/results/clientpositive/spark/bucket_map_join_tez2.q.out index 4854667e6e..905739abc2 100644 --- ql/src/test/results/clientpositive/spark/bucket_map_join_tez2.q.out +++ ql/src/test/results/clientpositive/spark/bucket_map_join_tez2.q.out @@ -201,6 +201,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -220,6 +221,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -240,6 +242,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -257,6 +260,7 @@ STAGE PLANS: Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE @@ -326,6 +330,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -345,6 +350,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -365,6 +371,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -382,6 +389,7 @@ STAGE PLANS: Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE @@ -1193,6 +1201,7 @@ STAGE PLANS: Statistics: Num rows: 242 Data size: 2566 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 242 Data size: 2566 Basic stats: COMPLETE Column stats: NONE @@ -1295,6 +1304,7 @@ STAGE PLANS: Statistics: Num rows: 242 Data size: 2566 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 242 Data size: 2566 Basic stats: COMPLETE Column stats: NONE @@ -1397,6 +1407,7 @@ STAGE PLANS: Statistics: Num rows: 242 Data size: 2566 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 242 Data size: 2566 Basic stats: COMPLETE Column stats: NONE @@ -1507,6 +1518,7 @@ STAGE PLANS: Statistics: Num rows: 242 Data size: 2566 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 242 Data size: 2566 Basic stats: COMPLETE Column stats: NONE @@ -1689,6 +1701,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -1719,6 +1732,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -1819,6 +1833,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -1849,6 +1864,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -2100,6 +2116,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -2119,6 +2136,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -2139,6 +2157,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -2156,6 +2175,7 @@ STAGE PLANS: Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE @@ -2226,6 +2246,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -2245,6 +2266,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -2265,6 +2287,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -2282,6 +2305,7 @@ STAGE PLANS: Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/bucketsortoptimize_insert_2.q.out ql/src/test/results/clientpositive/spark/bucketsortoptimize_insert_2.q.out index 85983c2db6..04ecbb0905 100644 --- ql/src/test/results/clientpositive/spark/bucketsortoptimize_insert_2.q.out +++ ql/src/test/results/clientpositive/spark/bucketsortoptimize_insert_2.q.out @@ -137,6 +137,7 @@ STAGE PLANS: Statistics: Num rows: 92 Data size: 809 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 92 Data size: 809 Basic stats: COMPLETE Column stats: NONE @@ -299,6 +300,7 @@ STAGE PLANS: Statistics: Num rows: 92 Data size: 809 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 92 Data size: 809 Basic stats: COMPLETE Column stats: NONE @@ -485,6 +487,7 @@ STAGE PLANS: Statistics: Num rows: 184 Data size: 1619 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 184 Data size: 1619 Basic stats: COMPLETE Column stats: NONE @@ -675,6 +678,7 @@ STAGE PLANS: Statistics: Num rows: 92 Data size: 809 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 92 Data size: 809 Basic stats: COMPLETE Column stats: NONE @@ -847,6 +851,7 @@ STAGE PLANS: Statistics: Num rows: 92 Data size: 809 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 92 Data size: 809 Basic stats: COMPLETE Column stats: NONE @@ -1019,6 +1024,7 @@ STAGE PLANS: Statistics: Num rows: 92 Data size: 809 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 92 Data size: 809 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/bucketsortoptimize_insert_4.q.out ql/src/test/results/clientpositive/spark/bucketsortoptimize_insert_4.q.out index e8828d2c37..a0d8048acf 100644 --- ql/src/test/results/clientpositive/spark/bucketsortoptimize_insert_4.q.out +++ ql/src/test/results/clientpositive/spark/bucketsortoptimize_insert_4.q.out @@ -140,6 +140,7 @@ STAGE PLANS: Statistics: Num rows: 92 Data size: 809 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 92 Data size: 809 Basic stats: COMPLETE Column stats: NONE @@ -344,6 +345,7 @@ STAGE PLANS: Statistics: Num rows: 92 Data size: 809 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 92 Data size: 809 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/bucketsortoptimize_insert_6.q.out ql/src/test/results/clientpositive/spark/bucketsortoptimize_insert_6.q.out index 137b554c7a..2bdafc9b08 100644 --- ql/src/test/results/clientpositive/spark/bucketsortoptimize_insert_6.q.out +++ ql/src/test/results/clientpositive/spark/bucketsortoptimize_insert_6.q.out @@ -142,6 +142,7 @@ STAGE PLANS: Statistics: Num rows: 92 Data size: 1076 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: az sort order: +- Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 92 Data size: 1076 Basic stats: COMPLETE Column stats: NONE @@ -338,6 +339,7 @@ STAGE PLANS: Statistics: Num rows: 92 Data size: 1076 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: az sort order: +- Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 92 Data size: 1076 Basic stats: COMPLETE Column stats: NONE @@ -534,6 +536,7 @@ STAGE PLANS: Statistics: Num rows: 92 Data size: 1076 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: az sort order: +- Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 92 Data size: 1076 Basic stats: COMPLETE Column stats: NONE @@ -665,6 +668,7 @@ STAGE PLANS: Statistics: Num rows: 92 Data size: 1076 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: az sort order: +- Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 92 Data size: 1076 Basic stats: COMPLETE Column stats: NONE @@ -802,6 +806,7 @@ STAGE PLANS: Statistics: Num rows: 92 Data size: 1076 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: az sort order: +- Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 92 Data size: 1076 Basic stats: COMPLETE Column stats: NONE @@ -1016,6 +1021,7 @@ STAGE PLANS: Statistics: Num rows: 92 Data size: 1076 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: az sort order: +- Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 92 Data size: 1076 Basic stats: COMPLETE Column stats: NONE @@ -1240,6 +1246,7 @@ STAGE PLANS: Statistics: Num rows: 92 Data size: 1076 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: zz sort order: -- Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 92 Data size: 1076 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/bucketsortoptimize_insert_7.q.out ql/src/test/results/clientpositive/spark/bucketsortoptimize_insert_7.q.out index f4c84d7d39..1df7bff498 100644 --- ql/src/test/results/clientpositive/spark/bucketsortoptimize_insert_7.q.out +++ ql/src/test/results/clientpositive/spark/bucketsortoptimize_insert_7.q.out @@ -115,6 +115,7 @@ STAGE PLANS: Statistics: Num rows: 92 Data size: 809 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 92 Data size: 809 Basic stats: COMPLETE Column stats: NONE @@ -279,6 +280,7 @@ STAGE PLANS: Statistics: Num rows: 92 Data size: 809 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 92 Data size: 809 Basic stats: COMPLETE Column stats: NONE @@ -449,6 +451,7 @@ STAGE PLANS: Statistics: Num rows: 30 Data size: 269 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 30 Data size: 269 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/bucketsortoptimize_insert_8.q.out ql/src/test/results/clientpositive/spark/bucketsortoptimize_insert_8.q.out index 38d72268ac..d550e8ef31 100644 --- ql/src/test/results/clientpositive/spark/bucketsortoptimize_insert_8.q.out +++ ql/src/test/results/clientpositive/spark/bucketsortoptimize_insert_8.q.out @@ -140,6 +140,7 @@ STAGE PLANS: Statistics: Num rows: 92 Data size: 809 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 92 Data size: 809 Basic stats: COMPLETE Column stats: NONE @@ -330,6 +331,7 @@ STAGE PLANS: Statistics: Num rows: 92 Data size: 809 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 92 Data size: 809 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/column_access_stats.q.out ql/src/test/results/clientpositive/spark/column_access_stats.q.out index f37d13e286..a36d295a12 100644 --- ql/src/test/results/clientpositive/spark/column_access_stats.q.out +++ ql/src/test/results/clientpositive/spark/column_access_stats.q.out @@ -392,6 +392,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -411,6 +412,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 15 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 5 Data size: 15 Basic stats: COMPLETE Column stats: NONE @@ -524,6 +526,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -544,6 +547,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 6 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 6 Basic stats: COMPLETE Column stats: NONE @@ -627,6 +631,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -646,6 +651,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 6 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 6 Basic stats: COMPLETE Column stats: NONE @@ -742,6 +748,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 15 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 5 Data size: 15 Basic stats: COMPLETE Column stats: NONE @@ -761,6 +768,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -780,6 +788,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 30 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 5 Data size: 30 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/constprog_partitioner.q.out ql/src/test/results/clientpositive/spark/constprog_partitioner.q.out index 4b256b2ea7..569ab65ca5 100644 --- ql/src/test/results/clientpositive/spark/constprog_partitioner.q.out +++ ql/src/test/results/clientpositive/spark/constprog_partitioner.q.out @@ -34,6 +34,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 500 Data size: 5301 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 5301 Basic stats: COMPLETE Column stats: NONE Execution mode: vectorized @@ -51,6 +52,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 500 Data size: 5301 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 5301 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string) @@ -125,6 +127,7 @@ STAGE PLANS: Statistics: Num rows: 50 Data size: 5999 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), 1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), 1 (type: int) Statistics: Num rows: 50 Data size: 5999 Basic stats: COMPLETE Column stats: NONE @@ -151,6 +154,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2999 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 25 Data size: 2999 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/constprog_semijoin.q.out ql/src/test/results/clientpositive/spark/constprog_semijoin.q.out index 6b118a0476..20e4b7adf7 100644 --- ql/src/test/results/clientpositive/spark/constprog_semijoin.q.out +++ ql/src/test/results/clientpositive/spark/constprog_semijoin.q.out @@ -89,6 +89,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 100 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: int) Statistics: Num rows: 5 Data size: 100 Basic stats: COMPLETE Column stats: NONE @@ -115,6 +116,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 15 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 15 Basic stats: COMPLETE Column stats: NONE @@ -199,6 +201,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 100 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 100 Basic stats: COMPLETE Column stats: NONE @@ -219,6 +222,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 30 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 30 Basic stats: COMPLETE Column stats: NONE @@ -245,6 +249,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 15 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 15 Basic stats: COMPLETE Column stats: NONE @@ -261,6 +266,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 110 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 5 Data size: 110 Basic stats: COMPLETE Column stats: NONE @@ -347,6 +353,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 100 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 5 Data size: 100 Basic stats: COMPLETE Column stats: NONE @@ -373,6 +380,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 15 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 15 Basic stats: COMPLETE Column stats: NONE @@ -392,6 +400,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 30 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 30 Basic stats: COMPLETE Column stats: NONE @@ -409,6 +418,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 110 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 5 Data size: 110 Basic stats: COMPLETE Column stats: NONE @@ -521,6 +531,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 100 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: 100 (type: int), true (type: boolean) + null sort order: aa sort order: ++ Map-reduce partition columns: 100 (type: int), true (type: boolean) Statistics: Num rows: 5 Data size: 100 Basic stats: COMPLETE Column stats: NONE @@ -547,6 +558,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 6 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: boolean) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: boolean) Statistics: Num rows: 2 Data size: 6 Basic stats: COMPLETE Column stats: NONE @@ -653,6 +665,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 100 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: 100 (type: int), true (type: boolean) + null sort order: aa sort order: ++ Map-reduce partition columns: 100 (type: int), true (type: boolean) Statistics: Num rows: 5 Data size: 100 Basic stats: COMPLETE Column stats: NONE @@ -679,6 +692,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 6 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: boolean) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: boolean) Statistics: Num rows: 2 Data size: 6 Basic stats: COMPLETE Column stats: NONE @@ -755,6 +769,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 100 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: 100 (type: int), true (type: boolean) + null sort order: aa sort order: ++ Map-reduce partition columns: 100 (type: int), true (type: boolean) Statistics: Num rows: 5 Data size: 100 Basic stats: COMPLETE Column stats: NONE @@ -781,6 +796,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 6 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: boolean) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: boolean) Statistics: Num rows: 2 Data size: 6 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/count.q.out ql/src/test/results/clientpositive/spark/count.q.out index 588070f446..cbaf4022b0 100644 --- ql/src/test/results/clientpositive/spark/count.q.out +++ ql/src/test/results/clientpositive/spark/count.q.out @@ -66,6 +66,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 780 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: int) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 780 Basic stats: COMPLETE Column stats: NONE @@ -141,6 +142,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 780 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: int), _col3 (type: int) + null sort order: aaaa sort order: ++++ Statistics: Num rows: 1 Data size: 780 Basic stats: COMPLETE Column stats: NONE value expressions: _col4 (type: bigint), _col5 (type: bigint), _col6 (type: bigint), _col7 (type: bigint), _col8 (type: bigint) @@ -208,6 +210,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 780 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: a (type: int), b (type: int), c (type: int) + null sort order: aaa sort order: +++ Map-reduce partition columns: a (type: int) Statistics: Num rows: 1 Data size: 780 Basic stats: COMPLETE Column stats: NONE @@ -277,6 +280,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 780 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: a (type: int), b (type: int), c (type: int), d (type: int) + null sort order: aaaa sort order: ++++ Statistics: Num rows: 1 Data size: 780 Basic stats: COMPLETE Column stats: NONE Execution mode: vectorized @@ -351,6 +355,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 780 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: int), _col3 (type: int) + null sort order: aaaa sort order: ++++ Statistics: Num rows: 1 Data size: 780 Basic stats: COMPLETE Column stats: NONE value expressions: _col4 (type: bigint), _col5 (type: bigint), _col6 (type: bigint), _col7 (type: bigint), _col8 (type: bigint) @@ -419,6 +424,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 780 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: a (type: int), b (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: a (type: int), b (type: int) Statistics: Num rows: 1 Data size: 780 Basic stats: COMPLETE Column stats: NONE @@ -433,6 +439,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 780 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: a (type: int) + null sort order: a sort order: + Map-reduce partition columns: a (type: int) Statistics: Num rows: 1 Data size: 780 Basic stats: COMPLETE Column stats: NONE @@ -507,6 +514,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 780 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: b (type: int) + null sort order: a sort order: + Map-reduce partition columns: b (type: int) Statistics: Num rows: 1 Data size: 780 Basic stats: COMPLETE Column stats: NONE @@ -521,6 +529,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 780 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: b (type: int) + null sort order: a sort order: + Map-reduce partition columns: b (type: int) Statistics: Num rows: 1 Data size: 780 Basic stats: COMPLETE Column stats: NONE @@ -594,6 +603,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 780 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: b (type: int), c (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: b (type: int), c (type: int) Statistics: Num rows: 1 Data size: 780 Basic stats: COMPLETE Column stats: NONE @@ -608,6 +618,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 780 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: c (type: int) + null sort order: a sort order: + Map-reduce partition columns: c (type: int) Statistics: Num rows: 1 Data size: 780 Basic stats: COMPLETE Column stats: NONE @@ -684,6 +695,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 780 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: d (type: int), c (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: d (type: int) Statistics: Num rows: 1 Data size: 780 Basic stats: COMPLETE Column stats: NONE @@ -760,6 +772,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 780 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: $f0 (type: int), $f1 (type: int), $f2 (type: int) + null sort order: aaa sort order: +++ Map-reduce partition columns: $f0 (type: int) Statistics: Num rows: 1 Data size: 780 Basic stats: COMPLETE Column stats: NONE @@ -829,6 +842,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 780 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: a (type: int), b (type: int), c (type: int) + null sort order: aaa sort order: +++ Map-reduce partition columns: a (type: int) Statistics: Num rows: 1 Data size: 780 Basic stats: COMPLETE Column stats: NONE @@ -898,6 +912,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 780 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: a (type: int), b (type: int), c (type: int), d (type: int) + null sort order: aaaa sort order: ++++ Statistics: Num rows: 1 Data size: 780 Basic stats: COMPLETE Column stats: NONE Execution mode: vectorized diff --git ql/src/test/results/clientpositive/spark/cross_join.q.out ql/src/test/results/clientpositive/spark/cross_join.q.out index c8ed7b7060..1484944005 100644 --- ql/src/test/results/clientpositive/spark/cross_join.q.out +++ ql/src/test/results/clientpositive/spark/cross_join.q.out @@ -28,6 +28,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string) @@ -40,6 +41,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized @@ -97,6 +99,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string) @@ -109,6 +112,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 2000 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized @@ -170,6 +174,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -189,6 +194,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/cross_product_check_1.q.out ql/src/test/results/clientpositive/spark/cross_product_check_1.q.out index b7bc7d487e..cc0b8a2423 100644 --- ql/src/test/results/clientpositive/spark/cross_product_check_1.q.out +++ ql/src/test/results/clientpositive/spark/cross_product_check_1.q.out @@ -60,6 +60,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string), _col1 (type: string) @@ -74,6 +75,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 10 Data size: 104 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 10 Data size: 104 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string), _col1 (type: string) @@ -140,6 +142,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 104 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 104 Basic stats: COMPLETE Column stats: NONE @@ -160,6 +163,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 104 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 104 Basic stats: COMPLETE Column stats: NONE @@ -175,6 +179,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string), _col1 (type: string) @@ -190,6 +195,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 11 Data size: 114 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 11 Data size: 114 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string) @@ -257,6 +263,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string), _col1 (type: string) @@ -276,6 +283,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 104 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 104 Basic stats: COMPLETE Column stats: NONE @@ -295,6 +303,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 104 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 104 Basic stats: COMPLETE Column stats: NONE @@ -334,6 +343,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 114 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 11 Data size: 114 Basic stats: COMPLETE Column stats: NONE @@ -346,6 +356,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 51 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 5 Data size: 51 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string) @@ -391,6 +402,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string), _col1 (type: string) @@ -405,6 +417,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 10 Data size: 104 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 10 Data size: 104 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string) @@ -417,6 +430,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 10 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized @@ -455,6 +469,7 @@ STAGE PLANS: Statistics: Num rows: 100 Data size: 1540 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 100 Data size: 1540 Basic stats: COMPLETE Column stats: NONE @@ -467,6 +482,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 50 Data size: 770 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 50 Data size: 770 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string) @@ -523,6 +539,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -542,6 +559,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 104 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 104 Basic stats: COMPLETE Column stats: NONE @@ -561,6 +579,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 104 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 104 Basic stats: COMPLETE Column stats: NONE @@ -574,6 +593,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string) @@ -612,6 +632,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 114 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 11 Data size: 114 Basic stats: COMPLETE Column stats: NONE @@ -624,6 +645,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 51 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 5 Data size: 51 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string) diff --git ql/src/test/results/clientpositive/spark/cross_product_check_2.q.out ql/src/test/results/clientpositive/spark/cross_product_check_2.q.out index 3136926bd2..c9961cb4b1 100644 --- ql/src/test/results/clientpositive/spark/cross_product_check_2.q.out +++ ql/src/test/results/clientpositive/spark/cross_product_check_2.q.out @@ -310,6 +310,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 105 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 11 Data size: 105 Basic stats: COMPLETE Column stats: NONE @@ -442,6 +443,7 @@ STAGE PLANS: Statistics: Num rows: 100 Data size: 1460 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 100 Data size: 1460 Basic stats: COMPLETE Column stats: NONE @@ -587,6 +589,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 105 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 11 Data size: 105 Basic stats: COMPLETE Column stats: NONE @@ -631,6 +634,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/ctas.q.out ql/src/test/results/clientpositive/spark/ctas.q.out index db19ad66ee..d6738a2b8f 100644 --- ql/src/test/results/clientpositive/spark/ctas.q.out +++ ql/src/test/results/clientpositive/spark/ctas.q.out @@ -49,6 +49,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -65,6 +66,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 100 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 10 Data size: 100 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -205,6 +207,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -221,6 +224,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 100 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 10 Data size: 100 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -361,6 +365,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: double), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -377,6 +382,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 100 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: double), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 10 Data size: 100 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -581,6 +587,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -597,6 +604,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 100 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 10 Data size: 100 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -739,6 +747,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -755,6 +764,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 100 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 10 Data size: 100 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/spark/disable_merge_for_bucketing.q.out ql/src/test/results/clientpositive/spark/disable_merge_for_bucketing.q.out index d640cbb6f1..f9c43a5728 100644 --- ql/src/test/results/clientpositive/spark/disable_merge_for_bucketing.q.out +++ ql/src/test/results/clientpositive/spark/disable_merge_for_bucketing.q.out @@ -234,6 +234,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: string) diff --git ql/src/test/results/clientpositive/spark/disable_merge_for_bucketing.q.out_spark ql/src/test/results/clientpositive/spark/disable_merge_for_bucketing.q.out_spark index 9b2a5122d8..78e70c7406 100644 --- ql/src/test/results/clientpositive/spark/disable_merge_for_bucketing.q.out_spark +++ ql/src/test/results/clientpositive/spark/disable_merge_for_bucketing.q.out_spark @@ -230,6 +230,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: string) diff --git ql/src/test/results/clientpositive/spark/dynamic_rdd_cache.q.out ql/src/test/results/clientpositive/spark/dynamic_rdd_cache.q.out index b60940caa0..8cf42e8821 100644 --- ql/src/test/results/clientpositive/spark/dynamic_rdd_cache.q.out +++ ql/src/test/results/clientpositive/spark/dynamic_rdd_cache.q.out @@ -47,6 +47,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -62,6 +63,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -78,6 +80,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -103,6 +106,7 @@ STAGE PLANS: Statistics: Num rows: 1100 Data size: 11686 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1100 Data size: 11686 Basic stats: COMPLETE Column stats: NONE @@ -199,6 +203,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -362,6 +367,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -518,6 +524,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -537,6 +544,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 167 Data size: 2035 Basic stats: COMPLETE Column stats: PARTIAL @@ -557,6 +565,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 167 Data size: 2035 Basic stats: COMPLETE Column stats: PARTIAL @@ -576,6 +585,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 272 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 167 Data size: 2035 Basic stats: COMPLETE Column stats: PARTIAL @@ -611,6 +621,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 272 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 167 Data size: 2035 Basic stats: COMPLETE Column stats: PARTIAL @@ -759,6 +770,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -779,6 +791,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -799,6 +812,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -819,6 +833,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -838,6 +853,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -857,6 +873,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -877,6 +894,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -896,6 +914,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -912,6 +931,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -928,6 +948,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col3 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: int) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -955,6 +976,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int), _col2 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -981,6 +1003,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -997,6 +1020,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -1013,6 +1037,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col3 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: int) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -1040,6 +1065,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int), _col2 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -1066,6 +1092,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -1082,6 +1109,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: double), _col3 (type: double), _col6 (type: double), _col7 (type: double) + null sort order: zzzzzz sort order: ++++++ Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE value expressions: _col4 (type: int), _col5 (type: int) @@ -1146,6 +1174,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: z sort order: + Statistics: Num rows: 2 Data size: 0 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: int), _col1 (type: int) diff --git ql/src/test/results/clientpositive/spark/dynpart_sort_optimization.q.out ql/src/test/results/clientpositive/spark/dynpart_sort_optimization.q.out index f6ef649dbe..cbca2f8e91 100644 --- ql/src/test/results/clientpositive/spark/dynpart_sort_optimization.q.out +++ ql/src/test/results/clientpositive/spark/dynpart_sort_optimization.q.out @@ -142,6 +142,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1066360 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col4 (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: tinyint) Statistics: Num rows: 1 Data size: 1066360 Basic stats: COMPLETE Column stats: NONE @@ -215,6 +216,7 @@ STAGE PLANS: Number of rows: 10 Statistics: Num rows: 1 Data size: 1066360 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1066360 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -230,6 +232,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1066360 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col4 (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: tinyint) Statistics: Num rows: 1 Data size: 1066360 Basic stats: COMPLETE Column stats: NONE @@ -300,6 +303,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1066360 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col4 (type: tinyint), _bucket_number (type: string), _col0 (type: smallint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col4 (type: tinyint) Statistics: Num rows: 1 Data size: 1066360 Basic stats: COMPLETE Column stats: NONE @@ -369,6 +373,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1066360 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col4 (type: tinyint), _bucket_number (type: string), _col3 (type: float) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col4 (type: tinyint) Statistics: Num rows: 1 Data size: 1066360 Basic stats: COMPLETE Column stats: NONE @@ -506,6 +511,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1066360 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col4 (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: tinyint) Statistics: Num rows: 1 Data size: 1066360 Basic stats: COMPLETE Column stats: NONE @@ -579,6 +585,7 @@ STAGE PLANS: Number of rows: 10 Statistics: Num rows: 1 Data size: 1066360 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1066360 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -594,6 +601,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1066360 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col4 (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: tinyint) Statistics: Num rows: 1 Data size: 1066360 Basic stats: COMPLETE Column stats: NONE @@ -664,6 +672,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1066360 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col4 (type: tinyint), _bucket_number (type: string), _col0 (type: smallint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col4 (type: tinyint) Statistics: Num rows: 1 Data size: 1066360 Basic stats: COMPLETE Column stats: NONE @@ -733,6 +742,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1066360 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col4 (type: tinyint), _bucket_number (type: string), _col3 (type: float) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col4 (type: tinyint) Statistics: Num rows: 1 Data size: 1066360 Basic stats: COMPLETE Column stats: NONE @@ -1256,6 +1266,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1066360 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: z sort order: + Statistics: Num rows: 1 Data size: 1066360 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: smallint), _col2 (type: bigint), _col3 (type: float), _col4 (type: tinyint) @@ -1325,6 +1336,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1066360 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col4 (type: tinyint), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col4 (type: tinyint) Statistics: Num rows: 1 Data size: 1066360 Basic stats: COMPLETE Column stats: NONE @@ -1392,6 +1404,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1066360 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: z sort order: + Statistics: Num rows: 1 Data size: 1066360 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -1414,6 +1427,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1066360 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col4 (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: tinyint) Statistics: Num rows: 1 Data size: 1066360 Basic stats: COMPLETE Column stats: NONE @@ -1486,6 +1500,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1066360 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: tinyint), _col1 (type: smallint), _col2 (type: int), _col3 (type: bigint), _col4 (type: float) + null sort order: aaaaa sort order: +++++ Map-reduce partition columns: _col0 (type: tinyint), _col1 (type: smallint), _col2 (type: int), _col3 (type: bigint), _col4 (type: float) Statistics: Num rows: 1 Data size: 1066360 Basic stats: COMPLETE Column stats: NONE @@ -1562,6 +1577,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1066360 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: tinyint), _col1 (type: smallint), _col2 (type: int), _col3 (type: bigint), _col4 (type: float) + null sort order: aaaaa sort order: +++++ Map-reduce partition columns: _col0 (type: tinyint) Statistics: Num rows: 1 Data size: 1066360 Basic stats: COMPLETE Column stats: NONE @@ -1941,6 +1957,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1066360 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: float) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: smallint) Statistics: Num rows: 1 Data size: 1066360 Basic stats: COMPLETE Column stats: NONE @@ -2010,6 +2027,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1066360 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col4 (type: tinyint), _bucket_number (type: string), _col3 (type: float) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col4 (type: tinyint) Statistics: Num rows: 1 Data size: 1066360 Basic stats: COMPLETE Column stats: NONE @@ -2373,6 +2391,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1066360 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: string), _col4 (type: tinyint), _col5 (type: int) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col3 (type: string), _col4 (type: tinyint), _col5 (type: int) Statistics: Num rows: 1 Data size: 1066360 Basic stats: COMPLETE Column stats: NONE @@ -2444,6 +2463,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1066360 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: string), _col4 (type: tinyint), _col5 (type: int) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col3 (type: string), _col4 (type: tinyint), _col5 (type: int) Statistics: Num rows: 1 Data size: 1066360 Basic stats: COMPLETE Column stats: NONE @@ -2515,6 +2535,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1066360 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: string), _col4 (type: tinyint), _col5 (type: int) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col3 (type: string), _col4 (type: tinyint), _col5 (type: int) Statistics: Num rows: 1 Data size: 1066360 Basic stats: COMPLETE Column stats: NONE @@ -2586,6 +2607,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1066360 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: string), _col4 (type: tinyint), _col5 (type: int) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col3 (type: string), _col4 (type: tinyint), _col5 (type: int) Statistics: Num rows: 1 Data size: 1066360 Basic stats: COMPLETE Column stats: NONE @@ -2657,6 +2679,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1066360 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: string), _col4 (type: tinyint), _col5 (type: int) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col3 (type: string), _col4 (type: tinyint), _col5 (type: int) Statistics: Num rows: 1 Data size: 1066360 Basic stats: COMPLETE Column stats: NONE @@ -2728,6 +2751,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1066360 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: string), _col4 (type: tinyint), _col5 (type: int) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col3 (type: string), _col4 (type: tinyint), _col5 (type: int) Statistics: Num rows: 1 Data size: 1066360 Basic stats: COMPLETE Column stats: NONE @@ -3248,6 +3272,7 @@ STAGE PLANS: Statistics: Num rows: 804 Data size: 19288 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col4 (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: tinyint) Statistics: Num rows: 804 Data size: 19288 Basic stats: COMPLETE Column stats: COMPLETE @@ -3321,6 +3346,7 @@ STAGE PLANS: Number of rows: 10 Statistics: Num rows: 10 Data size: 240 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 10 Data size: 240 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -3336,6 +3362,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 240 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col4 (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: tinyint) Statistics: Num rows: 10 Data size: 240 Basic stats: COMPLETE Column stats: COMPLETE @@ -3465,6 +3492,7 @@ STAGE PLANS: Number of rows: 10 Statistics: Num rows: 10 Data size: 240 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 10 Data size: 240 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -3480,6 +3508,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 240 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col4 (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: tinyint) Statistics: Num rows: 10 Data size: 240 Basic stats: COMPLETE Column stats: COMPLETE @@ -3594,6 +3623,7 @@ STAGE PLANS: Statistics: Num rows: 524 Data size: 52924 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 524 Data size: 52924 Basic stats: COMPLETE Column stats: COMPLETE @@ -3617,6 +3647,7 @@ STAGE PLANS: Statistics: Num rows: 524 Data size: 52924 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 524 Data size: 52924 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/spark/escape_clusterby1.q.out ql/src/test/results/clientpositive/spark/escape_clusterby1.q.out index 65282208e9..5ad96671c2 100644 --- ql/src/test/results/clientpositive/spark/escape_clusterby1.q.out +++ ql/src/test/results/clientpositive/spark/escape_clusterby1.q.out @@ -30,6 +30,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -87,6 +88,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/escape_distributeby1.q.out ql/src/test/results/clientpositive/spark/escape_distributeby1.q.out index 7818b2389b..70937bde37 100644 --- ql/src/test/results/clientpositive/spark/escape_distributeby1.q.out +++ ql/src/test/results/clientpositive/spark/escape_distributeby1.q.out @@ -29,6 +29,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -86,6 +87,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/escape_orderby1.q.out ql/src/test/results/clientpositive/spark/escape_orderby1.q.out index e13e43dab3..d72985338e 100644 --- ql/src/test/results/clientpositive/spark/escape_orderby1.q.out +++ ql/src/test/results/clientpositive/spark/escape_orderby1.q.out @@ -30,6 +30,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Execution mode: vectorized @@ -86,6 +87,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Execution mode: vectorized diff --git ql/src/test/results/clientpositive/spark/escape_sortby1.q.out ql/src/test/results/clientpositive/spark/escape_sortby1.q.out index a1720610cb..13673c8945 100644 --- ql/src/test/results/clientpositive/spark/escape_sortby1.q.out +++ ql/src/test/results/clientpositive/spark/escape_sortby1.q.out @@ -30,6 +30,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Execution mode: vectorized @@ -86,6 +87,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Execution mode: vectorized diff --git ql/src/test/results/clientpositive/spark/gen_udf_example_add10.q.out ql/src/test/results/clientpositive/spark/gen_udf_example_add10.q.out index bbe8455444..bb6633008a 100644 --- ql/src/test/results/clientpositive/spark/gen_udf_example_add10.q.out +++ ql/src/test/results/clientpositive/spark/gen_udf_example_add10.q.out @@ -50,6 +50,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: double) + null sort order: zz sort order: -+ Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/spark/groupby1.q.out ql/src/test/results/clientpositive/spark/groupby1.q.out index 7c7ab5afcd..968374d4bd 100644 --- ql/src/test/results/clientpositive/spark/groupby1.q.out +++ ql/src/test/results/clientpositive/spark/groupby1.q.out @@ -40,6 +40,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: rand() (type: double) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -55,6 +56,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/groupby10.q.out ql/src/test/results/clientpositive/spark/groupby10.q.out index a84870cec1..e63a4d9197 100644 --- ql/src/test/results/clientpositive/spark/groupby10.q.out +++ ql/src/test/results/clientpositive/spark/groupby10.q.out @@ -74,6 +74,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 2800 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: int), substr(value, 5) (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: int) Statistics: Num rows: 1 Data size: 2800 Basic stats: COMPLETE Column stats: NONE @@ -88,6 +89,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 2800 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 2800 Basic stats: COMPLETE Column stats: NONE @@ -122,6 +124,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 2800 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 2800 Basic stats: COMPLETE Column stats: NONE @@ -295,6 +298,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 2800 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: int), substr(value, 5) (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: int) Statistics: Num rows: 1 Data size: 2800 Basic stats: COMPLETE Column stats: NONE @@ -309,6 +313,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 2800 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 2800 Basic stats: COMPLETE Column stats: NONE @@ -343,6 +348,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 2800 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 2800 Basic stats: COMPLETE Column stats: NONE @@ -513,6 +519,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 2800 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: int), substr(value, 5) (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: int) Statistics: Num rows: 1 Data size: 2800 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/groupby11.q.out ql/src/test/results/clientpositive/spark/groupby11.q.out index 4e1c097d56..28c70bf607 100644 --- ql/src/test/results/clientpositive/spark/groupby11.q.out +++ ql/src/test/results/clientpositive/spark/groupby11.q.out @@ -62,6 +62,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: value (type: string), key (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: value (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -77,6 +78,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: substr(value, 5) (type: string), key (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: substr(value, 5) (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -91,6 +93,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -125,6 +128,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/groupby1_map.q.out ql/src/test/results/clientpositive/spark/groupby1_map.q.out index 93c7b05f04..0daf1f4f71 100644 --- ql/src/test/results/clientpositive/spark/groupby1_map.q.out +++ ql/src/test/results/clientpositive/spark/groupby1_map.q.out @@ -46,6 +46,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/groupby1_map_nomap.q.out ql/src/test/results/clientpositive/spark/groupby1_map_nomap.q.out index c98baf4035..9a52625bad 100644 --- ql/src/test/results/clientpositive/spark/groupby1_map_nomap.q.out +++ ql/src/test/results/clientpositive/spark/groupby1_map_nomap.q.out @@ -46,6 +46,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/groupby1_map_skew.q.out ql/src/test/results/clientpositive/spark/groupby1_map_skew.q.out index 074e3025ed..fb295fc31f 100644 --- ql/src/test/results/clientpositive/spark/groupby1_map_skew.q.out +++ ql/src/test/results/clientpositive/spark/groupby1_map_skew.q.out @@ -47,6 +47,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: rand() (type: double) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -62,6 +63,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/groupby1_noskew.q.out ql/src/test/results/clientpositive/spark/groupby1_noskew.q.out index eca306a70c..b315ec85e8 100644 --- ql/src/test/results/clientpositive/spark/groupby1_noskew.q.out +++ ql/src/test/results/clientpositive/spark/groupby1_noskew.q.out @@ -39,6 +39,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/groupby2.q.out ql/src/test/results/clientpositive/spark/groupby2.q.out index ab3bd49997..4d614656fb 100644 --- ql/src/test/results/clientpositive/spark/groupby2.q.out +++ ql/src/test/results/clientpositive/spark/groupby2.q.out @@ -42,6 +42,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -56,6 +57,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/groupby2_map.q.out ql/src/test/results/clientpositive/spark/groupby2_map.q.out index 93d0870584..521a2b75fd 100644 --- ql/src/test/results/clientpositive/spark/groupby2_map.q.out +++ ql/src/test/results/clientpositive/spark/groupby2_map.q.out @@ -48,6 +48,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/groupby2_map_multi_distinct.q.out ql/src/test/results/clientpositive/spark/groupby2_map_multi_distinct.q.out index 250400be7d..78e8dee952 100644 --- ql/src/test/results/clientpositive/spark/groupby2_map_multi_distinct.q.out +++ ql/src/test/results/clientpositive/spark/groupby2_map_multi_distinct.q.out @@ -48,6 +48,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -162,6 +163,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/groupby2_map_skew.q.out ql/src/test/results/clientpositive/spark/groupby2_map_skew.q.out index 6fb20d0c0c..f62820d579 100644 --- ql/src/test/results/clientpositive/spark/groupby2_map_skew.q.out +++ ql/src/test/results/clientpositive/spark/groupby2_map_skew.q.out @@ -49,6 +49,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -63,6 +64,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/groupby2_noskew.q.out ql/src/test/results/clientpositive/spark/groupby2_noskew.q.out index 4b1a2ca050..d044fd7316 100644 --- ql/src/test/results/clientpositive/spark/groupby2_noskew.q.out +++ ql/src/test/results/clientpositive/spark/groupby2_noskew.q.out @@ -41,6 +41,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/groupby2_noskew_multi_distinct.q.out ql/src/test/results/clientpositive/spark/groupby2_noskew_multi_distinct.q.out index 508c9365f4..d529f21fdd 100644 --- ql/src/test/results/clientpositive/spark/groupby2_noskew_multi_distinct.q.out +++ ql/src/test/results/clientpositive/spark/groupby2_noskew_multi_distinct.q.out @@ -41,6 +41,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/groupby3.q.out ql/src/test/results/clientpositive/spark/groupby3.q.out index 582c77ea4f..084e997fe3 100644 --- ql/src/test/results/clientpositive/spark/groupby3.q.out +++ ql/src/test/results/clientpositive/spark/groupby3.q.out @@ -60,6 +60,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: substr(value, 5) (type: string) + null sort order: a sort order: + Map-reduce partition columns: substr(value, 5) (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -72,6 +73,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 Statistics: Num rows: 1 Data size: 1208 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1208 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: double), _col1 (type: struct), _col2 (type: struct), _col3 (type: string), _col4 (type: string), _col5 (type: struct), _col6 (type: struct), _col7 (type: struct), _col8 (type: struct) diff --git ql/src/test/results/clientpositive/spark/groupby3_map.q.out ql/src/test/results/clientpositive/spark/groupby3_map.q.out index 139f513e24..12591fa34a 100644 --- ql/src/test/results/clientpositive/spark/groupby3_map.q.out +++ ql/src/test/results/clientpositive/spark/groupby3_map.q.out @@ -66,6 +66,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: double), _col2 (type: bigint), _col5 (type: string), _col6 (type: string), _col7 (type: double), _col8 (type: double) diff --git ql/src/test/results/clientpositive/spark/groupby3_map_multi_distinct.q.out ql/src/test/results/clientpositive/spark/groupby3_map_multi_distinct.q.out index f2f2ba95b6..a00c9f7210 100644 --- ql/src/test/results/clientpositive/spark/groupby3_map_multi_distinct.q.out +++ ql/src/test/results/clientpositive/spark/groupby3_map_multi_distinct.q.out @@ -70,6 +70,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: double), _col2 (type: bigint), _col5 (type: string), _col6 (type: string), _col7 (type: double), _col8 (type: double) diff --git ql/src/test/results/clientpositive/spark/groupby3_map_skew.q.out ql/src/test/results/clientpositive/spark/groupby3_map_skew.q.out index c2978fb458..455a2dbc9e 100644 --- ql/src/test/results/clientpositive/spark/groupby3_map_skew.q.out +++ ql/src/test/results/clientpositive/spark/groupby3_map_skew.q.out @@ -67,6 +67,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -79,6 +80,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 Statistics: Num rows: 1 Data size: 1464 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1464 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: double), _col1 (type: struct), _col2 (type: struct), _col3 (type: string), _col4 (type: string), _col5 (type: struct), _col6 (type: struct), _col7 (type: struct), _col8 (type: struct) diff --git ql/src/test/results/clientpositive/spark/groupby3_noskew.q.out ql/src/test/results/clientpositive/spark/groupby3_noskew.q.out index 5868ddbcdf..bfb87d5d2e 100644 --- ql/src/test/results/clientpositive/spark/groupby3_noskew.q.out +++ ql/src/test/results/clientpositive/spark/groupby3_noskew.q.out @@ -59,6 +59,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE value expressions: _col2 (type: double), _col1 (type: double) diff --git ql/src/test/results/clientpositive/spark/groupby3_noskew_multi_distinct.q.out ql/src/test/results/clientpositive/spark/groupby3_noskew_multi_distinct.q.out index 07667e2ab7..857cb53074 100644 --- ql/src/test/results/clientpositive/spark/groupby3_noskew_multi_distinct.q.out +++ ql/src/test/results/clientpositive/spark/groupby3_noskew_multi_distinct.q.out @@ -63,6 +63,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE value expressions: _col2 (type: double), _col1 (type: double) diff --git ql/src/test/results/clientpositive/spark/groupby4.q.out ql/src/test/results/clientpositive/spark/groupby4.q.out index 44e1261f6f..24ac9eef78 100644 --- ql/src/test/results/clientpositive/spark/groupby4.q.out +++ ql/src/test/results/clientpositive/spark/groupby4.q.out @@ -42,6 +42,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: rand() (type: double) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -56,6 +57,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/groupby4_map.q.out ql/src/test/results/clientpositive/spark/groupby4_map.q.out index f5ce249b3c..7acc4e19a2 100644 --- ql/src/test/results/clientpositive/spark/groupby4_map.q.out +++ ql/src/test/results/clientpositive/spark/groupby4_map.q.out @@ -42,6 +42,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/spark/groupby4_map_skew.q.out ql/src/test/results/clientpositive/spark/groupby4_map_skew.q.out index 9c8bcac5dc..66fdd3f7e2 100644 --- ql/src/test/results/clientpositive/spark/groupby4_map_skew.q.out +++ ql/src/test/results/clientpositive/spark/groupby4_map_skew.q.out @@ -42,6 +42,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/spark/groupby4_noskew.q.out ql/src/test/results/clientpositive/spark/groupby4_noskew.q.out index 9bbdb445b4..c0de9d5778 100644 --- ql/src/test/results/clientpositive/spark/groupby4_noskew.q.out +++ ql/src/test/results/clientpositive/spark/groupby4_noskew.q.out @@ -41,6 +41,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/groupby5.q.out ql/src/test/results/clientpositive/spark/groupby5.q.out index ead01d8d0a..0810ffd730 100644 --- ql/src/test/results/clientpositive/spark/groupby5.q.out +++ ql/src/test/results/clientpositive/spark/groupby5.q.out @@ -46,6 +46,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: rand() (type: double) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -61,6 +62,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/groupby5_map.q.out ql/src/test/results/clientpositive/spark/groupby5_map.q.out index 7b2bf986ac..f90a601768 100644 --- ql/src/test/results/clientpositive/spark/groupby5_map.q.out +++ ql/src/test/results/clientpositive/spark/groupby5_map.q.out @@ -44,6 +44,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: double) diff --git ql/src/test/results/clientpositive/spark/groupby5_map_skew.q.out ql/src/test/results/clientpositive/spark/groupby5_map_skew.q.out index f23f1ab16a..5cb2f3b1a7 100644 --- ql/src/test/results/clientpositive/spark/groupby5_map_skew.q.out +++ ql/src/test/results/clientpositive/spark/groupby5_map_skew.q.out @@ -44,6 +44,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: double) diff --git ql/src/test/results/clientpositive/spark/groupby5_noskew.q.out ql/src/test/results/clientpositive/spark/groupby5_noskew.q.out index d843f4203c..032bce0196 100644 --- ql/src/test/results/clientpositive/spark/groupby5_noskew.q.out +++ ql/src/test/results/clientpositive/spark/groupby5_noskew.q.out @@ -45,6 +45,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/groupby6.q.out ql/src/test/results/clientpositive/spark/groupby6.q.out index c9fe9de163..b7b3161aee 100644 --- ql/src/test/results/clientpositive/spark/groupby6.q.out +++ ql/src/test/results/clientpositive/spark/groupby6.q.out @@ -42,6 +42,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: rand() (type: double) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -56,6 +57,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/groupby6_map.q.out ql/src/test/results/clientpositive/spark/groupby6_map.q.out index 2444d743e0..84cf3c9b3b 100644 --- ql/src/test/results/clientpositive/spark/groupby6_map.q.out +++ ql/src/test/results/clientpositive/spark/groupby6_map.q.out @@ -47,6 +47,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/groupby6_map_skew.q.out ql/src/test/results/clientpositive/spark/groupby6_map_skew.q.out index 153f5f5b6a..af043530b5 100644 --- ql/src/test/results/clientpositive/spark/groupby6_map_skew.q.out +++ ql/src/test/results/clientpositive/spark/groupby6_map_skew.q.out @@ -48,6 +48,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: rand() (type: double) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -62,6 +63,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/groupby6_noskew.q.out ql/src/test/results/clientpositive/spark/groupby6_noskew.q.out index 8fea06779c..3c87fa83c6 100644 --- ql/src/test/results/clientpositive/spark/groupby6_noskew.q.out +++ ql/src/test/results/clientpositive/spark/groupby6_noskew.q.out @@ -41,6 +41,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/groupby7_map.q.out ql/src/test/results/clientpositive/spark/groupby7_map.q.out index 80b7a378c5..1cff169c4c 100644 --- ql/src/test/results/clientpositive/spark/groupby7_map.q.out +++ ql/src/test/results/clientpositive/spark/groupby7_map.q.out @@ -63,6 +63,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/groupby7_map_multi_single_reducer.q.out ql/src/test/results/clientpositive/spark/groupby7_map_multi_single_reducer.q.out index ea1cc75aad..cf9c0d575e 100644 --- ql/src/test/results/clientpositive/spark/groupby7_map_multi_single_reducer.q.out +++ ql/src/test/results/clientpositive/spark/groupby7_map_multi_single_reducer.q.out @@ -55,6 +55,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/groupby7_map_skew.q.out ql/src/test/results/clientpositive/spark/groupby7_map_skew.q.out index e08d78b14c..7063e4ccf3 100644 --- ql/src/test/results/clientpositive/spark/groupby7_map_skew.q.out +++ ql/src/test/results/clientpositive/spark/groupby7_map_skew.q.out @@ -64,6 +64,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: rand() (type: double) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -79,6 +80,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/groupby7_noskew.q.out ql/src/test/results/clientpositive/spark/groupby7_noskew.q.out index 3f788af474..b8fdc56212 100644 --- ql/src/test/results/clientpositive/spark/groupby7_noskew.q.out +++ ql/src/test/results/clientpositive/spark/groupby7_noskew.q.out @@ -56,6 +56,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/groupby7_noskew_multi_single_reducer.q.out ql/src/test/results/clientpositive/spark/groupby7_noskew_multi_single_reducer.q.out index 813b49e062..7ab193db15 100644 --- ql/src/test/results/clientpositive/spark/groupby7_noskew_multi_single_reducer.q.out +++ ql/src/test/results/clientpositive/spark/groupby7_noskew_multi_single_reducer.q.out @@ -57,6 +57,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -118,6 +119,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/spark/groupby8.q.out ql/src/test/results/clientpositive/spark/groupby8.q.out index bf120cc8f3..0baf973696 100644 --- ql/src/test/results/clientpositive/spark/groupby8.q.out +++ ql/src/test/results/clientpositive/spark/groupby8.q.out @@ -57,6 +57,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string), substr(value, 5) (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -71,6 +72,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -839,6 +841,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string), substr(value, 5) (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -853,6 +856,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/groupby8_map.q.out ql/src/test/results/clientpositive/spark/groupby8_map.q.out index ba4374b5ea..4c134fd3f9 100644 --- ql/src/test/results/clientpositive/spark/groupby8_map.q.out +++ ql/src/test/results/clientpositive/spark/groupby8_map.q.out @@ -55,6 +55,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string), substr(value, 5) (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/groupby8_map_skew.q.out ql/src/test/results/clientpositive/spark/groupby8_map_skew.q.out index 9c44bac0c5..1829cfa157 100644 --- ql/src/test/results/clientpositive/spark/groupby8_map_skew.q.out +++ ql/src/test/results/clientpositive/spark/groupby8_map_skew.q.out @@ -64,6 +64,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -77,6 +78,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/groupby8_noskew.q.out ql/src/test/results/clientpositive/spark/groupby8_noskew.q.out index e9659511ee..b9160e9e5f 100644 --- ql/src/test/results/clientpositive/spark/groupby8_noskew.q.out +++ ql/src/test/results/clientpositive/spark/groupby8_noskew.q.out @@ -55,6 +55,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string), substr(value, 5) (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/groupby9.q.out ql/src/test/results/clientpositive/spark/groupby9.q.out index 294d1925f6..6bfd15d4a1 100644 --- ql/src/test/results/clientpositive/spark/groupby9.q.out +++ ql/src/test/results/clientpositive/spark/groupby9.q.out @@ -63,6 +63,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -84,6 +85,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -858,6 +860,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -879,6 +882,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -1653,6 +1657,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -1674,6 +1679,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -2448,6 +2454,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -2471,6 +2478,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -3249,6 +3257,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -3270,6 +3279,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/groupby_complex_types.q.out ql/src/test/results/clientpositive/spark/groupby_complex_types.q.out index db50af0f46..04680ef542 100644 --- ql/src/test/results/clientpositive/spark/groupby_complex_types.q.out +++ ql/src/test/results/clientpositive/spark/groupby_complex_types.q.out @@ -78,6 +78,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: array) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: array) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -100,6 +101,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: map) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: map) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -122,6 +124,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: struct) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/groupby_complex_types_multi_single_reducer.q.out ql/src/test/results/clientpositive/spark/groupby_complex_types_multi_single_reducer.q.out index cf03ab80aa..052975b6de 100644 --- ql/src/test/results/clientpositive/spark/groupby_complex_types_multi_single_reducer.q.out +++ ql/src/test/results/clientpositive/spark/groupby_complex_types_multi_single_reducer.q.out @@ -65,6 +65,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: array) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: array) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -88,6 +89,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: map) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: map) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -103,6 +105,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: array) + null sort order: z sort order: + Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -135,6 +138,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: map) + null sort order: z sort order: + Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/spark/groupby_cube1.q.out ql/src/test/results/clientpositive/spark/groupby_cube1.q.out index 3447452c2f..48c6943e14 100644 --- ql/src/test/results/clientpositive/spark/groupby_cube1.q.out +++ ql/src/test/results/clientpositive/spark/groupby_cube1.q.out @@ -53,6 +53,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 1200 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Statistics: Num rows: 4 Data size: 1200 Basic stats: COMPLETE Column stats: NONE @@ -123,6 +124,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 1200 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Statistics: Num rows: 4 Data size: 1200 Basic stats: COMPLETE Column stats: NONE @@ -219,6 +221,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 1200 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Statistics: Num rows: 4 Data size: 1200 Basic stats: COMPLETE Column stats: NONE @@ -314,6 +317,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 600 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: bigint), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: bigint) Statistics: Num rows: 2 Data size: 600 Basic stats: COMPLETE Column stats: NONE @@ -398,6 +402,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 1200 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: rand() (type: double) Statistics: Num rows: 4 Data size: 1200 Basic stats: COMPLETE Column stats: NONE @@ -412,6 +417,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 1200 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 4 Data size: 1200 Basic stats: COMPLETE Column stats: NONE @@ -509,6 +515,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 600 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: bigint), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 600 Basic stats: COMPLETE Column stats: NONE @@ -522,6 +529,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 600 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: bigint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 600 Basic stats: COMPLETE Column stats: NONE @@ -634,6 +642,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 1200 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: rand() (type: double) Statistics: Num rows: 4 Data size: 1200 Basic stats: COMPLETE Column stats: NONE @@ -656,6 +665,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 1200 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: rand() (type: double) Statistics: Num rows: 4 Data size: 1200 Basic stats: COMPLETE Column stats: NONE @@ -670,6 +680,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 1200 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 4 Data size: 1200 Basic stats: COMPLETE Column stats: NONE @@ -705,6 +716,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 1200 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 4 Data size: 1200 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/groupby_multi_insert_common_distinct.q.out ql/src/test/results/clientpositive/spark/groupby_multi_insert_common_distinct.q.out index 784bf00760..29af979952 100644 --- ql/src/test/results/clientpositive/spark/groupby_multi_insert_common_distinct.q.out +++ ql/src/test/results/clientpositive/spark/groupby_multi_insert_common_distinct.q.out @@ -63,6 +63,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -84,6 +85,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: double), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/groupby_multi_single_reducer.q.out ql/src/test/results/clientpositive/spark/groupby_multi_single_reducer.q.out index 2f923fc9e4..2e628321d2 100644 --- ql/src/test/results/clientpositive/spark/groupby_multi_single_reducer.q.out +++ ql/src/test/results/clientpositive/spark/groupby_multi_single_reducer.q.out @@ -85,6 +85,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: substr(key, 1, 1) (type: string), substr(value, 5) (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: substr(key, 1, 1) (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -335,6 +336,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: substr(key, 1, 1) (type: string), substr(value, 5) (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: substr(key, 1, 1) (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -351,6 +353,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: substr(key, 1, 1) (type: string), substr(key, 2, 1) (type: string), substr(value, 5) (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: substr(key, 1, 1) (type: string), substr(key, 2, 1) (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -436,6 +439,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: bigint) + null sort order: zz sort order: ++ Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/spark/groupby_multi_single_reducer2.q.out ql/src/test/results/clientpositive/spark/groupby_multi_single_reducer2.q.out index 9bf530e360..80d33696f3 100644 --- ql/src/test/results/clientpositive/spark/groupby_multi_single_reducer2.q.out +++ ql/src/test/results/clientpositive/spark/groupby_multi_single_reducer2.q.out @@ -55,6 +55,7 @@ STAGE PLANS: Statistics: Num rows: 332 Data size: 3527 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: substr(key, 1, 1) (type: string), key (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: substr(key, 1, 1) (type: string) Statistics: Num rows: 332 Data size: 3527 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/groupby_multi_single_reducer3.q.out ql/src/test/results/clientpositive/spark/groupby_multi_single_reducer3.q.out index aa0d6b5309..618d32a7ea 100644 --- ql/src/test/results/clientpositive/spark/groupby_multi_single_reducer3.q.out +++ ql/src/test/results/clientpositive/spark/groupby_multi_single_reducer3.q.out @@ -67,6 +67,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -249,6 +250,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: value (type: string) + null sort order: a sort order: + Map-reduce partition columns: value (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -430,6 +432,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -611,6 +614,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: value (type: string) + null sort order: a sort order: + Map-reduce partition columns: value (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/groupby_position.q.out ql/src/test/results/clientpositive/spark/groupby_position.q.out index ea8c9ae0a1..17af47fb47 100644 --- ql/src/test/results/clientpositive/spark/groupby_position.q.out +++ ql/src/test/results/clientpositive/spark/groupby_position.q.out @@ -62,6 +62,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE @@ -82,6 +83,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE @@ -263,6 +265,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE @@ -283,6 +286,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE @@ -460,6 +464,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE @@ -476,6 +481,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 881 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: bigint), _col0 (type: string) + null sort order: zz sort order: -+ Statistics: Num rows: 83 Data size: 881 Basic stats: COMPLETE Column stats: NONE Reducer 3 @@ -596,6 +602,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE @@ -617,6 +624,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE @@ -640,6 +648,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 137 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 137 Basic stats: COMPLETE Column stats: NONE @@ -656,6 +665,7 @@ STAGE PLANS: Statistics: Num rows: 29 Data size: 314 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string) + null sort order: zzzz sort order: --++ Statistics: Num rows: 29 Data size: 314 Basic stats: COMPLETE Column stats: NONE Reducer 4 @@ -682,6 +692,7 @@ STAGE PLANS: Statistics: Num rows: 27 Data size: 286 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 27 Data size: 286 Basic stats: COMPLETE Column stats: NONE @@ -762,6 +773,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Execution mode: vectorized @@ -1333,6 +1345,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -1347,6 +1360,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE Reducer 3 diff --git ql/src/test/results/clientpositive/spark/groupby_resolution.q.out ql/src/test/results/clientpositive/spark/groupby_resolution.q.out index c518e5f1d6..1c9e5de133 100644 --- ql/src/test/results/clientpositive/spark/groupby_resolution.q.out +++ ql/src/test/results/clientpositive/spark/groupby_resolution.q.out @@ -28,6 +28,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -85,6 +86,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -143,6 +145,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: rand() (type: double) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -158,6 +161,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -216,6 +220,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: rand() (type: double) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -231,6 +236,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -295,6 +301,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -360,6 +367,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -426,6 +434,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: rand() (type: double) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -442,6 +451,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -507,6 +517,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: rand() (type: double) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -523,6 +534,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -684,6 +696,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: rand() (type: double) Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE @@ -700,6 +713,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE @@ -715,6 +729,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 881 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: 0 (type: int), _col1 (type: bigint) + null sort order: az sort order: ++ Map-reduce partition columns: 0 (type: int) Statistics: Num rows: 83 Data size: 881 Basic stats: COMPLETE Column stats: NONE @@ -826,6 +841,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/groupby_rollup1.q.out ql/src/test/results/clientpositive/spark/groupby_rollup1.q.out index abd8f711ab..8477c1804d 100644 --- ql/src/test/results/clientpositive/spark/groupby_rollup1.q.out +++ ql/src/test/results/clientpositive/spark/groupby_rollup1.q.out @@ -53,6 +53,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 900 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Statistics: Num rows: 3 Data size: 900 Basic stats: COMPLETE Column stats: NONE @@ -143,6 +144,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 600 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: bigint), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: bigint) Statistics: Num rows: 2 Data size: 600 Basic stats: COMPLETE Column stats: NONE @@ -227,6 +229,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 900 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: rand() (type: double) Statistics: Num rows: 3 Data size: 900 Basic stats: COMPLETE Column stats: NONE @@ -241,6 +244,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 900 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 3 Data size: 900 Basic stats: COMPLETE Column stats: NONE @@ -332,6 +336,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 600 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: bigint), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 600 Basic stats: COMPLETE Column stats: NONE @@ -345,6 +350,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 600 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: bigint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 600 Basic stats: COMPLETE Column stats: NONE @@ -457,6 +463,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 900 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: rand() (type: double) Statistics: Num rows: 3 Data size: 900 Basic stats: COMPLETE Column stats: NONE @@ -479,6 +486,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 900 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: rand() (type: double) Statistics: Num rows: 3 Data size: 900 Basic stats: COMPLETE Column stats: NONE @@ -493,6 +501,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 900 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 3 Data size: 900 Basic stats: COMPLETE Column stats: NONE @@ -528,6 +537,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 900 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 3 Data size: 900 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/groupby_sort_1_23.q.out ql/src/test/results/clientpositive/spark/groupby_sort_1_23.q.out index 60784eebb4..e096295081 100644 --- ql/src/test/results/clientpositive/spark/groupby_sort_1_23.q.out +++ ql/src/test/results/clientpositive/spark/groupby_sort_1_23.q.out @@ -4160,6 +4160,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: NONE @@ -4340,6 +4341,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 12 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 3 Data size: 12 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/groupby_sort_skew_1_23.q.out ql/src/test/results/clientpositive/spark/groupby_sort_skew_1_23.q.out index 3429b938b4..2206d8a8f8 100644 --- ql/src/test/results/clientpositive/spark/groupby_sort_skew_1_23.q.out +++ ql/src/test/results/clientpositive/spark/groupby_sort_skew_1_23.q.out @@ -4301,6 +4301,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: rand() (type: double) Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: NONE @@ -4339,6 +4340,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: NONE @@ -4497,6 +4499,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 12 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: rand() (type: double) Statistics: Num rows: 3 Data size: 12 Basic stats: COMPLETE Column stats: NONE @@ -4531,6 +4534,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 12 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 3 Data size: 12 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/having.q.out ql/src/test/results/clientpositive/spark/having.q.out index 4ca85f6806..1f14e61253 100644 --- ql/src/test/results/clientpositive/spark/having.q.out +++ ql/src/test/results/clientpositive/spark/having.q.out @@ -35,6 +35,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -129,6 +130,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -510,6 +512,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -789,6 +792,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE @@ -994,6 +998,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -1269,6 +1274,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/infer_bucket_sort_map_operators.q.out ql/src/test/results/clientpositive/spark/infer_bucket_sort_map_operators.q.out index c7e3177ccb..41e7eaad19 100644 --- ql/src/test/results/clientpositive/spark/infer_bucket_sort_map_operators.q.out +++ ql/src/test/results/clientpositive/spark/infer_bucket_sort_map_operators.q.out @@ -219,6 +219,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: double) Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE @@ -239,6 +240,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -514,6 +516,7 @@ STAGE PLANS: Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/infer_bucket_sort_num_buckets.q.out ql/src/test/results/clientpositive/spark/infer_bucket_sort_num_buckets.q.out index 20a1f25939..56d5ed945b 100644 --- ql/src/test/results/clientpositive/spark/infer_bucket_sort_num_buckets.q.out +++ ql/src/test/results/clientpositive/spark/infer_bucket_sort_num_buckets.q.out @@ -53,6 +53,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1000 Data size: 10624 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1000 Data size: 10624 Basic stats: COMPLETE Column stats: NONE @@ -67,6 +68,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 10624 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 1000 Data size: 10624 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/innerjoin.q.out ql/src/test/results/clientpositive/spark/innerjoin.q.out index 0ccee98d84..e366a2c03c 100644 --- ql/src/test/results/clientpositive/spark/innerjoin.q.out +++ ql/src/test/results/clientpositive/spark/innerjoin.q.out @@ -45,6 +45,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -64,6 +65,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -1218,6 +1220,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -1238,6 +1241,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/input14.q.out ql/src/test/results/clientpositive/spark/input14.q.out index e8bdfece43..420c185081 100644 --- ql/src/test/results/clientpositive/spark/input14.q.out +++ ql/src/test/results/clientpositive/spark/input14.q.out @@ -61,6 +61,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/input17.q.out ql/src/test/results/clientpositive/spark/input17.q.out index 2591b99730..393d781334 100644 --- ql/src/test/results/clientpositive/spark/input17.q.out +++ ql/src/test/results/clientpositive/spark/input17.q.out @@ -58,6 +58,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 30700 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 11 Data size: 30700 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/input18.q.out ql/src/test/results/clientpositive/spark/input18.q.out index 966aa12ca2..de97533755 100644 --- ql/src/test/results/clientpositive/spark/input18.q.out +++ ql/src/test/results/clientpositive/spark/input18.q.out @@ -61,6 +61,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/input1_limit.q.out ql/src/test/results/clientpositive/spark/input1_limit.q.out index 6ca0d9aa4b..a9adacc41b 100644 --- ql/src/test/results/clientpositive/spark/input1_limit.q.out +++ ql/src/test/results/clientpositive/spark/input1_limit.q.out @@ -61,6 +61,7 @@ STAGE PLANS: Number of rows: 10 Statistics: Num rows: 10 Data size: 100 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 10 Data size: 100 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -82,6 +83,7 @@ STAGE PLANS: Number of rows: 5 Statistics: Num rows: 5 Data size: 50 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 5 Data size: 50 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/spark/insert_into1.q.out ql/src/test/results/clientpositive/spark/insert_into1.q.out index fee8277e36..2974e77fe0 100644 --- ql/src/test/results/clientpositive/spark/insert_into1.q.out +++ ql/src/test/results/clientpositive/spark/insert_into1.q.out @@ -41,6 +41,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -166,6 +167,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -291,6 +293,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -617,6 +620,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/spark/insert_into2.q.out ql/src/test/results/clientpositive/spark/insert_into2.q.out index 70a6875e74..29e9f098e5 100644 --- ql/src/test/results/clientpositive/spark/insert_into2.q.out +++ ql/src/test/results/clientpositive/spark/insert_into2.q.out @@ -45,6 +45,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -215,6 +216,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -350,6 +352,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -500,6 +503,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/spark/insert_into3.q.out ql/src/test/results/clientpositive/spark/insert_into3.q.out index 8299b68b53..970d3a76f9 100644 --- ql/src/test/results/clientpositive/spark/insert_into3.q.out +++ ql/src/test/results/clientpositive/spark/insert_into3.q.out @@ -60,6 +60,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -75,6 +76,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -234,6 +236,7 @@ STAGE PLANS: Number of rows: 10 Statistics: Num rows: 10 Data size: 100 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 10 Data size: 100 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/spark/join0.q.out ql/src/test/results/clientpositive/spark/join0.q.out index 67850d8b60..ed11931ba1 100644 --- ql/src/test/results/clientpositive/spark/join0.q.out +++ ql/src/test/results/clientpositive/spark/join0.q.out @@ -45,6 +45,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string), _col1 (type: string) @@ -62,6 +63,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string), _col1 (type: string) @@ -77,6 +79,7 @@ STAGE PLANS: Statistics: Num rows: 27556 Data size: 612872 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string) + null sort order: zzzz sort order: ++++ Statistics: Num rows: 27556 Data size: 612872 Basic stats: COMPLETE Column stats: NONE Reducer 3 diff --git ql/src/test/results/clientpositive/spark/join1.q.out ql/src/test/results/clientpositive/spark/join1.q.out index 27c36db28e..02b2d1cfba 100644 --- ql/src/test/results/clientpositive/spark/join1.q.out +++ ql/src/test/results/clientpositive/spark/join1.q.out @@ -45,6 +45,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -64,6 +65,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/join10.q.out ql/src/test/results/clientpositive/spark/join10.q.out index 0b20a5e926..359f9d7b66 100644 --- ql/src/test/results/clientpositive/spark/join10.q.out +++ ql/src/test/results/clientpositive/spark/join10.q.out @@ -42,6 +42,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -61,6 +62,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/join11.q.out ql/src/test/results/clientpositive/spark/join11.q.out index 946042442a..06c970d4ed 100644 --- ql/src/test/results/clientpositive/spark/join11.q.out +++ ql/src/test/results/clientpositive/spark/join11.q.out @@ -44,6 +44,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE @@ -63,6 +64,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/join12.q.out ql/src/test/results/clientpositive/spark/join12.q.out index f5b3eee25c..32396aa914 100644 --- ql/src/test/results/clientpositive/spark/join12.q.out +++ ql/src/test/results/clientpositive/spark/join12.q.out @@ -50,6 +50,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE @@ -69,6 +70,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE @@ -88,6 +90,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/join13.q.out ql/src/test/results/clientpositive/spark/join13.q.out index 965f1bc3db..2748eff6ea 100644 --- ql/src/test/results/clientpositive/spark/join13.q.out +++ ql/src/test/results/clientpositive/spark/join13.q.out @@ -51,6 +51,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE @@ -71,6 +72,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE @@ -90,6 +92,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE @@ -106,6 +109,7 @@ STAGE PLANS: Statistics: Num rows: 182 Data size: 1939 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: (UDFToDouble(_col2) + UDFToDouble(_col0)) (type: double) + null sort order: a sort order: + Map-reduce partition columns: (UDFToDouble(_col2) + UDFToDouble(_col0)) (type: double) Statistics: Num rows: 182 Data size: 1939 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/join14.q.out ql/src/test/results/clientpositive/spark/join14.q.out index 0507de0267..80e58d83f8 100644 --- ql/src/test/results/clientpositive/spark/join14.q.out +++ ql/src/test/results/clientpositive/spark/join14.q.out @@ -51,6 +51,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE @@ -70,6 +71,7 @@ STAGE PLANS: Statistics: Num rows: 333 Data size: 3537 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 333 Data size: 3537 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/join15.q.out ql/src/test/results/clientpositive/spark/join15.q.out index aeb03391fc..a56cee1d71 100644 --- ql/src/test/results/clientpositive/spark/join15.q.out +++ ql/src/test/results/clientpositive/spark/join15.q.out @@ -31,6 +31,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -47,6 +48,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -68,6 +70,7 @@ STAGE PLANS: Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string) + null sort order: zzzz sort order: ++++ Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE Reducer 3 diff --git ql/src/test/results/clientpositive/spark/join16.q.out ql/src/test/results/clientpositive/spark/join16.q.out index 3a62f92c1a..d823d1803c 100644 --- ql/src/test/results/clientpositive/spark/join16.q.out +++ ql/src/test/results/clientpositive/spark/join16.q.out @@ -32,6 +32,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE @@ -51,6 +52,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/join18.q.out ql/src/test/results/clientpositive/spark/join18.q.out index f512b68558..9a17a69b0a 100644 --- ql/src/test/results/clientpositive/spark/join18.q.out +++ ql/src/test/results/clientpositive/spark/join18.q.out @@ -61,6 +61,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -83,6 +84,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 191 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 191 Basic stats: COMPLETE Column stats: NONE @@ -98,6 +100,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE @@ -135,6 +138,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 45 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 6 Data size: 45 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/join18_multi_distinct.q.out ql/src/test/results/clientpositive/spark/join18_multi_distinct.q.out index fe8d3f1511..914a0ea295 100644 --- ql/src/test/results/clientpositive/spark/join18_multi_distinct.q.out +++ ql/src/test/results/clientpositive/spark/join18_multi_distinct.q.out @@ -63,6 +63,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -85,6 +86,7 @@ STAGE PLANS: Statistics: Num rows: 50 Data size: 382 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 50 Data size: 382 Basic stats: COMPLETE Column stats: NONE @@ -100,6 +102,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE @@ -141,6 +144,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 91 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 12 Data size: 91 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/join19.q.out ql/src/test/results/clientpositive/spark/join19.q.out index 82b263718c..e4f589c59f 100644 --- ql/src/test/results/clientpositive/spark/join19.q.out +++ ql/src/test/results/clientpositive/spark/join19.q.out @@ -152,6 +152,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -172,6 +173,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -191,6 +193,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -211,6 +214,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -231,6 +235,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -250,6 +255,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -267,6 +273,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -283,6 +290,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -299,6 +307,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col5 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col5 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -336,6 +345,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/join2.q.out ql/src/test/results/clientpositive/spark/join2.q.out index d8e004a090..a4da93e423 100644 --- ql/src/test/results/clientpositive/spark/join2.q.out +++ ql/src/test/results/clientpositive/spark/join2.q.out @@ -46,6 +46,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -66,6 +67,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -86,6 +88,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: double) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -103,6 +106,7 @@ STAGE PLANS: Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: (_col1 + _col3) (type: double) + null sort order: a sort order: + Map-reduce partition columns: (_col1 + _col3) (type: double) Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/join20.q.out ql/src/test/results/clientpositive/spark/join20.q.out index 48de49e338..ee9c6243b9 100644 --- ql/src/test/results/clientpositive/spark/join20.q.out +++ ql/src/test/results/clientpositive/spark/join20.q.out @@ -33,6 +33,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE @@ -49,6 +50,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE @@ -61,6 +63,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -88,6 +91,7 @@ STAGE PLANS: Statistics: Num rows: 1100 Data size: 11686 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string) + null sort order: zzzzzz sort order: ++++++ Statistics: Num rows: 1100 Data size: 11686 Basic stats: COMPLETE Column stats: NONE Reducer 3 @@ -704,6 +708,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE @@ -720,6 +725,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE @@ -732,6 +738,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -759,6 +766,7 @@ STAGE PLANS: Statistics: Num rows: 1100 Data size: 11686 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string) + null sort order: zzzzzz sort order: ++++++ Statistics: Num rows: 1100 Data size: 11686 Basic stats: COMPLETE Column stats: NONE Reducer 3 diff --git ql/src/test/results/clientpositive/spark/join21.q.out ql/src/test/results/clientpositive/spark/join21.q.out index 722f851950..05d0046ecf 100644 --- ql/src/test/results/clientpositive/spark/join21.q.out +++ ql/src/test/results/clientpositive/spark/join21.q.out @@ -27,6 +27,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -43,6 +44,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE @@ -55,6 +57,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -82,6 +85,7 @@ STAGE PLANS: Statistics: Num rows: 1100 Data size: 11686 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string) + null sort order: zzzzzz sort order: ++++++ Statistics: Num rows: 1100 Data size: 11686 Basic stats: COMPLETE Column stats: NONE Reducer 3 diff --git ql/src/test/results/clientpositive/spark/join22.q.out ql/src/test/results/clientpositive/spark/join22.q.out index 9ec6be2b62..7eefe43649 100644 --- ql/src/test/results/clientpositive/spark/join22.q.out +++ ql/src/test/results/clientpositive/spark/join22.q.out @@ -35,6 +35,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -55,6 +56,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -74,6 +76,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -90,6 +93,7 @@ STAGE PLANS: Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/join23.q.out ql/src/test/results/clientpositive/spark/join23.q.out index 576487e49e..6823bdb935 100644 --- ql/src/test/results/clientpositive/spark/join23.q.out +++ ql/src/test/results/clientpositive/spark/join23.q.out @@ -31,6 +31,7 @@ STAGE PLANS: predicate: (key < 10) (type: boolean) Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE value expressions: key (type: string), value (type: string) @@ -45,6 +46,7 @@ STAGE PLANS: predicate: (key < 10) (type: boolean) Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE value expressions: key (type: string), value (type: string) @@ -65,6 +67,7 @@ STAGE PLANS: Statistics: Num rows: 27556 Data size: 612872 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string) + null sort order: zzzz sort order: ++++ Statistics: Num rows: 27556 Data size: 612872 Basic stats: COMPLETE Column stats: NONE Reducer 3 diff --git ql/src/test/results/clientpositive/spark/join29.q.out ql/src/test/results/clientpositive/spark/join29.q.out index 94886acbb0..f729bc72dd 100644 --- ql/src/test/results/clientpositive/spark/join29.q.out +++ ql/src/test/results/clientpositive/spark/join29.q.out @@ -55,6 +55,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 191 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 191 Basic stats: COMPLETE Column stats: NONE @@ -100,6 +101,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/join3.q.out ql/src/test/results/clientpositive/spark/join3.q.out index b1cd8600c4..5854b731fd 100644 --- ql/src/test/results/clientpositive/spark/join3.q.out +++ ql/src/test/results/clientpositive/spark/join3.q.out @@ -45,6 +45,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -64,6 +65,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -83,6 +85,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/join30.q.out ql/src/test/results/clientpositive/spark/join30.q.out index 40541203e6..8037fc0f27 100644 --- ql/src/test/results/clientpositive/spark/join30.q.out +++ ql/src/test/results/clientpositive/spark/join30.q.out @@ -90,6 +90,7 @@ STAGE PLANS: Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/join31.q.out ql/src/test/results/clientpositive/spark/join31.q.out index 5b8ab2bc52..e3832f654c 100644 --- ql/src/test/results/clientpositive/spark/join31.q.out +++ ql/src/test/results/clientpositive/spark/join31.q.out @@ -88,6 +88,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 191 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 191 Basic stats: COMPLETE Column stats: NONE @@ -121,6 +122,7 @@ STAGE PLANS: Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/join32_lessSize.q.out ql/src/test/results/clientpositive/spark/join32_lessSize.q.out index d754fc822f..eda91c1f88 100644 --- ql/src/test/results/clientpositive/spark/join32_lessSize.q.out +++ ql/src/test/results/clientpositive/spark/join32_lessSize.q.out @@ -2169,6 +2169,7 @@ STAGE PLANS: Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE @@ -2191,6 +2192,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -2433,6 +2435,7 @@ STAGE PLANS: Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE @@ -2455,6 +2458,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/join38.q.out ql/src/test/results/clientpositive/spark/join38.q.out index a00c8d021e..392e37f954 100644 --- ql/src/test/results/clientpositive/spark/join38.q.out +++ ql/src/test/results/clientpositive/spark/join38.q.out @@ -123,6 +123,7 @@ STAGE PLANS: Statistics: Num rows: 275 Data size: 2921 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 275 Data size: 2921 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/join4.q.out ql/src/test/results/clientpositive/spark/join4.q.out index ea1a2c4175..e48ab5f23b 100644 --- ql/src/test/results/clientpositive/spark/join4.q.out +++ ql/src/test/results/clientpositive/spark/join4.q.out @@ -67,6 +67,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE @@ -87,6 +88,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/join40.q.out ql/src/test/results/clientpositive/spark/join40.q.out index 8f25208191..cf1f266592 100644 --- ql/src/test/results/clientpositive/spark/join40.q.out +++ ql/src/test/results/clientpositive/spark/join40.q.out @@ -30,6 +30,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -50,6 +51,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE @@ -691,6 +693,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -710,6 +713,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -1816,6 +1820,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE @@ -1832,6 +1837,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE @@ -1844,6 +1850,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -1871,6 +1878,7 @@ STAGE PLANS: Statistics: Num rows: 1100 Data size: 11686 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string) + null sort order: zzzzzz sort order: ++++++ Statistics: Num rows: 1100 Data size: 11686 Basic stats: COMPLETE Column stats: NONE Reducer 3 @@ -2487,6 +2495,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE @@ -2503,6 +2512,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE @@ -2515,6 +2525,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -2542,6 +2553,7 @@ STAGE PLANS: Statistics: Num rows: 1100 Data size: 11686 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string) + null sort order: zzzzzz sort order: ++++++ Statistics: Num rows: 1100 Data size: 11686 Basic stats: COMPLETE Column stats: NONE Reducer 3 @@ -3858,6 +3870,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/spark/join41.q.out ql/src/test/results/clientpositive/spark/join41.q.out index 496bc4d079..130f8e7bd3 100644 --- ql/src/test/results/clientpositive/spark/join41.q.out +++ ql/src/test/results/clientpositive/spark/join41.q.out @@ -42,6 +42,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 21 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 3 Data size: 21 Basic stats: COMPLETE Column stats: NONE @@ -62,6 +63,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 7 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 7 Basic stats: COMPLETE Column stats: NONE @@ -134,6 +136,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 21 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 3 Data size: 21 Basic stats: COMPLETE Column stats: NONE @@ -154,6 +157,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 7 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 7 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/join5.q.out ql/src/test/results/clientpositive/spark/join5.q.out index 89ab09b13e..0eacaa0564 100644 --- ql/src/test/results/clientpositive/spark/join5.q.out +++ ql/src/test/results/clientpositive/spark/join5.q.out @@ -67,6 +67,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE @@ -87,6 +88,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/join6.q.out ql/src/test/results/clientpositive/spark/join6.q.out index 8b83162a2b..7b86a9265e 100644 --- ql/src/test/results/clientpositive/spark/join6.q.out +++ ql/src/test/results/clientpositive/spark/join6.q.out @@ -67,6 +67,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE @@ -87,6 +88,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/join7.q.out ql/src/test/results/clientpositive/spark/join7.q.out index e9a40d080e..2cde27ab6e 100644 --- ql/src/test/results/clientpositive/spark/join7.q.out +++ ql/src/test/results/clientpositive/spark/join7.q.out @@ -77,6 +77,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE @@ -97,6 +98,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE @@ -117,6 +119,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/join8.q.out ql/src/test/results/clientpositive/spark/join8.q.out index 440d3c6b48..8ecf4e3f20 100644 --- ql/src/test/results/clientpositive/spark/join8.q.out +++ ql/src/test/results/clientpositive/spark/join8.q.out @@ -67,6 +67,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE @@ -87,6 +88,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/join_alt_syntax.q.out ql/src/test/results/clientpositive/spark/join_alt_syntax.q.out index 3a9eddd576..efc5fd56ff 100644 --- ql/src/test/results/clientpositive/spark/join_alt_syntax.q.out +++ ql/src/test/results/clientpositive/spark/join_alt_syntax.q.out @@ -30,6 +30,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string) @@ -44,6 +45,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string) @@ -110,6 +112,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -129,6 +132,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -148,6 +152,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -216,6 +221,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -235,6 +241,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -254,6 +261,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -324,6 +332,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -344,6 +353,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -358,6 +368,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: string) @@ -373,6 +384,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string) @@ -449,6 +461,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string), _col0 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col0 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -468,6 +481,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string), _col0 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col0 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -487,6 +501,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -506,6 +521,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -523,6 +539,7 @@ STAGE PLANS: Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: string) Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE @@ -539,6 +556,7 @@ STAGE PLANS: Statistics: Num rows: 30 Data size: 3807 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 30 Data size: 3807 Basic stats: COMPLETE Column stats: NONE @@ -613,6 +631,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string), _col0 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col0 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -632,6 +651,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string), _col0 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col0 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -651,6 +671,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -670,6 +691,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -687,6 +709,7 @@ STAGE PLANS: Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: string) Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE @@ -703,6 +726,7 @@ STAGE PLANS: Statistics: Num rows: 30 Data size: 3807 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 30 Data size: 3807 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/join_cond_pushdown_1.q.out ql/src/test/results/clientpositive/spark/join_cond_pushdown_1.q.out index 626a415d9f..5e45f45465 100644 --- ql/src/test/results/clientpositive/spark/join_cond_pushdown_1.q.out +++ ql/src/test/results/clientpositive/spark/join_cond_pushdown_1.q.out @@ -34,6 +34,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -54,6 +55,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -74,6 +76,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -141,6 +144,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -161,6 +165,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -181,6 +186,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -250,6 +256,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -270,6 +277,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -285,6 +293,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string) @@ -300,6 +309,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13, _col14, _col15, _col16, _col17 Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string), _col9 (type: int), _col10 (type: string), _col11 (type: string), _col12 (type: string), _col13 (type: string), _col14 (type: int), _col15 (type: string), _col16 (type: double), _col17 (type: string) @@ -372,6 +382,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -392,6 +403,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE @@ -407,6 +419,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string) @@ -422,6 +435,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13, _col14, _col15, _col16 Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string), _col9 (type: string), _col10 (type: string), _col11 (type: string), _col12 (type: string), _col13 (type: int), _col14 (type: string), _col15 (type: double), _col16 (type: string) diff --git ql/src/test/results/clientpositive/spark/join_cond_pushdown_2.q.out ql/src/test/results/clientpositive/spark/join_cond_pushdown_2.q.out index a1058cc867..e2372a2a24 100644 --- ql/src/test/results/clientpositive/spark/join_cond_pushdown_2.q.out +++ ql/src/test/results/clientpositive/spark/join_cond_pushdown_2.q.out @@ -35,6 +35,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -55,6 +56,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -75,6 +77,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -95,6 +98,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -135,6 +139,7 @@ STAGE PLANS: Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE @@ -186,6 +191,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string), _col0 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col0 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -206,6 +212,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string), _col0 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col0 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -226,6 +233,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -246,6 +254,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -263,6 +272,7 @@ STAGE PLANS: Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col10 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col10 (type: string) Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE @@ -279,6 +289,7 @@ STAGE PLANS: Statistics: Num rows: 30 Data size: 3807 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 30 Data size: 3807 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/join_cond_pushdown_3.q.out ql/src/test/results/clientpositive/spark/join_cond_pushdown_3.q.out index 4190a214f0..ef8549ee47 100644 --- ql/src/test/results/clientpositive/spark/join_cond_pushdown_3.q.out +++ ql/src/test/results/clientpositive/spark/join_cond_pushdown_3.q.out @@ -36,6 +36,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -56,6 +57,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -76,6 +78,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -145,6 +148,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -165,6 +169,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -185,6 +190,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -256,6 +262,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -276,6 +283,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -291,6 +299,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string) @@ -306,6 +315,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13, _col14, _col15, _col16, _col17 Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string), _col9 (type: int), _col10 (type: string), _col11 (type: string), _col12 (type: string), _col13 (type: string), _col14 (type: int), _col15 (type: string), _col16 (type: double), _col17 (type: string) @@ -380,6 +390,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -400,6 +411,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE @@ -415,6 +427,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string) @@ -430,6 +443,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13, _col14, _col15, _col16 Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string), _col9 (type: string), _col10 (type: string), _col11 (type: string), _col12 (type: string), _col13 (type: int), _col14 (type: string), _col15 (type: double), _col16 (type: string) diff --git ql/src/test/results/clientpositive/spark/join_cond_pushdown_4.q.out ql/src/test/results/clientpositive/spark/join_cond_pushdown_4.q.out index 737dcb1427..5c3fe3faea 100644 --- ql/src/test/results/clientpositive/spark/join_cond_pushdown_4.q.out +++ ql/src/test/results/clientpositive/spark/join_cond_pushdown_4.q.out @@ -37,6 +37,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -57,6 +58,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -77,6 +79,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -97,6 +100,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -137,6 +141,7 @@ STAGE PLANS: Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE @@ -190,6 +195,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string), _col0 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col0 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -210,6 +216,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string), _col0 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col0 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -230,6 +237,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -250,6 +258,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -267,6 +276,7 @@ STAGE PLANS: Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col10 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col10 (type: string) Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE @@ -283,6 +293,7 @@ STAGE PLANS: Statistics: Num rows: 30 Data size: 3807 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 30 Data size: 3807 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/join_cond_pushdown_unqual1.q.out ql/src/test/results/clientpositive/spark/join_cond_pushdown_unqual1.q.out index 6e8d6ce20c..881cb23f21 100644 --- ql/src/test/results/clientpositive/spark/join_cond_pushdown_unqual1.q.out +++ ql/src/test/results/clientpositive/spark/join_cond_pushdown_unqual1.q.out @@ -94,6 +94,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -114,6 +115,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -134,6 +136,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -209,6 +212,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -229,6 +233,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -249,6 +254,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -326,6 +332,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -346,6 +353,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -361,6 +369,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string) @@ -376,6 +385,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13, _col14, _col15, _col16, _col17 Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string), _col9 (type: int), _col10 (type: string), _col11 (type: string), _col12 (type: string), _col13 (type: string), _col14 (type: int), _col15 (type: string), _col16 (type: double), _col17 (type: string) @@ -452,6 +462,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -472,6 +483,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -487,6 +499,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string) @@ -502,6 +515,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13, _col14, _col15, _col16 Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string), _col9 (type: string), _col10 (type: string), _col11 (type: string), _col12 (type: string), _col13 (type: int), _col14 (type: string), _col15 (type: double), _col16 (type: string) diff --git ql/src/test/results/clientpositive/spark/join_cond_pushdown_unqual2.q.out ql/src/test/results/clientpositive/spark/join_cond_pushdown_unqual2.q.out index 7c00d46ea9..24f0c30b75 100644 --- ql/src/test/results/clientpositive/spark/join_cond_pushdown_unqual2.q.out +++ ql/src/test/results/clientpositive/spark/join_cond_pushdown_unqual2.q.out @@ -94,6 +94,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -114,6 +115,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -134,6 +136,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -154,6 +157,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -235,6 +239,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -255,6 +260,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -275,6 +281,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -295,6 +302,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -312,6 +320,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -328,6 +337,7 @@ STAGE PLANS: Statistics: Num rows: 28 Data size: 3461 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col18 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col18 (type: int) Statistics: Num rows: 28 Data size: 3461 Basic stats: PARTIAL Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/join_cond_pushdown_unqual3.q.out ql/src/test/results/clientpositive/spark/join_cond_pushdown_unqual3.q.out index 76f3f64321..15eb229a87 100644 --- ql/src/test/results/clientpositive/spark/join_cond_pushdown_unqual3.q.out +++ ql/src/test/results/clientpositive/spark/join_cond_pushdown_unqual3.q.out @@ -96,6 +96,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -116,6 +117,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -136,6 +138,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -213,6 +216,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -233,6 +237,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -253,6 +258,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -332,6 +338,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -352,6 +359,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -367,6 +375,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string) @@ -382,6 +391,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13, _col14, _col15, _col16, _col17 Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string), _col9 (type: int), _col10 (type: string), _col11 (type: string), _col12 (type: string), _col13 (type: string), _col14 (type: int), _col15 (type: string), _col16 (type: double), _col17 (type: string) @@ -460,6 +470,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -480,6 +491,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -495,6 +507,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string) @@ -510,6 +523,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13, _col14, _col15, _col16 Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string), _col9 (type: string), _col10 (type: string), _col11 (type: string), _col12 (type: string), _col13 (type: int), _col14 (type: string), _col15 (type: double), _col16 (type: string) diff --git ql/src/test/results/clientpositive/spark/join_cond_pushdown_unqual4.q.out ql/src/test/results/clientpositive/spark/join_cond_pushdown_unqual4.q.out index 766f56518b..00c6b0bad3 100644 --- ql/src/test/results/clientpositive/spark/join_cond_pushdown_unqual4.q.out +++ ql/src/test/results/clientpositive/spark/join_cond_pushdown_unqual4.q.out @@ -96,6 +96,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -116,6 +117,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -136,6 +138,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -156,6 +159,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -239,6 +243,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -259,6 +264,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -279,6 +285,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -299,6 +306,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -316,6 +324,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -332,6 +341,7 @@ STAGE PLANS: Statistics: Num rows: 28 Data size: 3461 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col18 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col18 (type: int) Statistics: Num rows: 28 Data size: 3461 Basic stats: PARTIAL Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/join_hive_626.q.out ql/src/test/results/clientpositive/spark/join_hive_626.q.out index c0cc97a131..3509a9001c 100644 --- ql/src/test/results/clientpositive/spark/join_hive_626.q.out +++ ql/src/test/results/clientpositive/spark/join_hive_626.q.out @@ -99,6 +99,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 230 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 1 Data size: 230 Basic stats: COMPLETE Column stats: NONE @@ -119,6 +120,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 150 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 150 Basic stats: COMPLETE Column stats: NONE @@ -139,6 +141,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 50 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 50 Basic stats: COMPLETE Column stats: NONE @@ -156,6 +159,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 253 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 253 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/join_merge_multi_expressions.q.out ql/src/test/results/clientpositive/spark/join_merge_multi_expressions.q.out index d142e98714..141cde058a 100644 --- ql/src/test/results/clientpositive/spark/join_merge_multi_expressions.q.out +++ ql/src/test/results/clientpositive/spark/join_merge_multi_expressions.q.out @@ -43,6 +43,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE @@ -62,6 +63,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE @@ -81,6 +83,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE @@ -103,6 +106,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/spark/join_merging.q.out ql/src/test/results/clientpositive/spark/join_merging.q.out index d7babc5647..f99b0b7502 100644 --- ql/src/test/results/clientpositive/spark/join_merging.q.out +++ ql/src/test/results/clientpositive/spark/join_merging.q.out @@ -39,6 +39,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -59,6 +60,7 @@ STAGE PLANS: Statistics: Num rows: 8 Data size: 968 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 8 Data size: 968 Basic stats: COMPLETE Column stats: NONE @@ -75,6 +77,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -95,6 +98,7 @@ STAGE PLANS: Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE @@ -168,6 +172,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -188,6 +193,7 @@ STAGE PLANS: Statistics: Num rows: 8 Data size: 968 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 8 Data size: 968 Basic stats: COMPLETE Column stats: NONE @@ -204,6 +210,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -227,6 +234,7 @@ STAGE PLANS: Statistics: Num rows: 9 Data size: 1112 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 9 Data size: 1112 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/join_nullsafe.q.out ql/src/test/results/clientpositive/spark/join_nullsafe.q.out index 22e6ed9c49..2371aea35d 100644 --- ql/src/test/results/clientpositive/spark/join_nullsafe.q.out +++ ql/src/test/results/clientpositive/spark/join_nullsafe.q.out @@ -40,6 +40,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 260 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 1 Data size: 260 Basic stats: COMPLETE Column stats: NONE @@ -52,6 +53,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 260 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: value (type: int) + null sort order: a sort order: + Map-reduce partition columns: value (type: int) Statistics: Num rows: 1 Data size: 260 Basic stats: COMPLETE Column stats: NONE @@ -135,6 +137,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 260 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 1 Data size: 260 Basic stats: COMPLETE Column stats: NONE @@ -151,6 +154,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 260 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: value (type: int) + null sort order: a sort order: + Map-reduce partition columns: value (type: int) Statistics: Num rows: 1 Data size: 260 Basic stats: COMPLETE Column stats: NONE @@ -167,6 +171,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 260 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 1 Data size: 260 Basic stats: COMPLETE Column stats: NONE @@ -238,6 +243,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 260 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 1 Data size: 260 Basic stats: COMPLETE Column stats: NONE @@ -250,6 +256,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 260 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: value (type: int) + null sort order: a sort order: + Map-reduce partition columns: value (type: int) Statistics: Num rows: 1 Data size: 260 Basic stats: COMPLETE Column stats: NONE @@ -262,6 +269,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 260 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 1 Data size: 260 Basic stats: COMPLETE Column stats: NONE @@ -365,6 +373,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 260 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: int), value (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: int), value (type: int) Statistics: Num rows: 1 Data size: 260 Basic stats: COMPLETE Column stats: NONE @@ -380,6 +389,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 260 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: value (type: int), key (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: value (type: int), key (type: int) Statistics: Num rows: 1 Data size: 260 Basic stats: COMPLETE Column stats: NONE @@ -395,6 +405,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 260 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: int), value (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: int), value (type: int) Statistics: Num rows: 1 Data size: 260 Basic stats: COMPLETE Column stats: NONE @@ -466,6 +477,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 260 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: int), value (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: int), value (type: int) Statistics: Num rows: 1 Data size: 260 Basic stats: COMPLETE Column stats: NONE @@ -477,6 +489,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 260 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: value (type: int), key (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: value (type: int), key (type: int) Statistics: Num rows: 1 Data size: 260 Basic stats: COMPLETE Column stats: NONE @@ -488,6 +501,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 260 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: int), value (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: int), value (type: int) Statistics: Num rows: 1 Data size: 260 Basic stats: COMPLETE Column stats: NONE @@ -1608,6 +1622,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 260 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: null (type: int) + null sort order: a sort order: + Map-reduce partition columns: null (type: int) Statistics: Num rows: 1 Data size: 260 Basic stats: COMPLETE Column stats: NONE @@ -1624,6 +1639,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 260 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: null (type: int) + null sort order: a sort order: + Map-reduce partition columns: null (type: int) Statistics: Num rows: 1 Data size: 260 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/join_rc.q.out ql/src/test/results/clientpositive/spark/join_rc.q.out index 6f1cabe478..0a64d1285e 100644 --- ql/src/test/results/clientpositive/spark/join_rc.q.out +++ ql/src/test/results/clientpositive/spark/join_rc.q.out @@ -74,6 +74,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 4812 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 4812 Basic stats: COMPLETE Column stats: NONE @@ -93,6 +94,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 4812 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 4812 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/join_reorder.q.out ql/src/test/results/clientpositive/spark/join_reorder.q.out index 8aa4b3072c..a872a75807 100644 --- ql/src/test/results/clientpositive/spark/join_reorder.q.out +++ ql/src/test/results/clientpositive/spark/join_reorder.q.out @@ -80,6 +80,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: UDFToDouble(key) (type: double) + null sort order: a sort order: + Map-reduce partition columns: UDFToDouble(key) (type: double) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -96,6 +97,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: (key + 1) (type: double) + null sort order: a sort order: + Map-reduce partition columns: (key + 1) (type: double) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -163,6 +165,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: UDFToDouble(key) (type: double) + null sort order: a sort order: + Map-reduce partition columns: UDFToDouble(key) (type: double) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -179,6 +182,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: (key + 1) (type: double) + null sort order: a sort order: + Map-reduce partition columns: (key + 1) (type: double) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -281,6 +285,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -293,6 +298,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -304,6 +310,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 200 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: val (type: string) + null sort order: a sort order: + Map-reduce partition columns: val (type: string) Statistics: Num rows: 1 Data size: 200 Basic stats: COMPLETE Column stats: NONE @@ -320,6 +327,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 330 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 330 Basic stats: COMPLETE Column stats: NONE @@ -389,6 +397,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -401,6 +410,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -412,6 +422,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 200 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: val (type: string) + null sort order: a sort order: + Map-reduce partition columns: val (type: string) Statistics: Num rows: 1 Data size: 200 Basic stats: COMPLETE Column stats: NONE @@ -428,6 +439,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 330 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 330 Basic stats: COMPLETE Column stats: NONE @@ -542,6 +554,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string), val (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string), val (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -553,6 +566,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string), val (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string), val (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -564,6 +578,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 200 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string), val (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string), val (type: string) Statistics: Num rows: 1 Data size: 200 Basic stats: COMPLETE Column stats: NONE @@ -637,6 +652,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string), val (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string), val (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -648,6 +664,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string), val (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string), val (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -659,6 +676,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 200 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string), val (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string), val (type: string) Statistics: Num rows: 1 Data size: 200 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/join_reorder2.q.out ql/src/test/results/clientpositive/spark/join_reorder2.q.out index 9ac29848ab..ca75ec455d 100644 --- ql/src/test/results/clientpositive/spark/join_reorder2.q.out +++ ql/src/test/results/clientpositive/spark/join_reorder2.q.out @@ -106,6 +106,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -122,6 +123,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -138,6 +140,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 200 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 1 Data size: 200 Basic stats: COMPLETE Column stats: NONE @@ -154,6 +157,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -258,6 +262,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -274,6 +279,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -290,6 +296,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 200 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: val (type: string) + null sort order: a sort order: + Map-reduce partition columns: val (type: string) Statistics: Num rows: 1 Data size: 200 Basic stats: COMPLETE Column stats: NONE @@ -306,6 +313,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: (key + 1) (type: double) + null sort order: a sort order: + Map-reduce partition columns: (key + 1) (type: double) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -323,6 +331,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 330 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 330 Basic stats: COMPLETE Column stats: NONE @@ -339,6 +348,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 363 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: (_col0 + 1) (type: double) + null sort order: a sort order: + Map-reduce partition columns: (_col0 + 1) (type: double) Statistics: Num rows: 1 Data size: 363 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/join_reorder3.q.out ql/src/test/results/clientpositive/spark/join_reorder3.q.out index 64668073fc..e69ccf8a5f 100644 --- ql/src/test/results/clientpositive/spark/join_reorder3.q.out +++ ql/src/test/results/clientpositive/spark/join_reorder3.q.out @@ -106,6 +106,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -122,6 +123,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -138,6 +140,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 200 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 1 Data size: 200 Basic stats: COMPLETE Column stats: NONE @@ -154,6 +157,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -258,6 +262,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -274,6 +279,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -290,6 +296,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 200 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: val (type: string) + null sort order: a sort order: + Map-reduce partition columns: val (type: string) Statistics: Num rows: 1 Data size: 200 Basic stats: COMPLETE Column stats: NONE @@ -306,6 +313,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: (key + 1) (type: double) + null sort order: a sort order: + Map-reduce partition columns: (key + 1) (type: double) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -323,6 +331,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 330 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 330 Basic stats: COMPLETE Column stats: NONE @@ -339,6 +348,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 363 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: (_col0 + 1) (type: double) + null sort order: a sort order: + Map-reduce partition columns: (_col0 + 1) (type: double) Statistics: Num rows: 1 Data size: 363 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/join_reorder4.q.out ql/src/test/results/clientpositive/spark/join_reorder4.q.out index 90160a1fc9..102c00e261 100644 --- ql/src/test/results/clientpositive/spark/join_reorder4.q.out +++ ql/src/test/results/clientpositive/spark/join_reorder4.q.out @@ -80,6 +80,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: key1 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -96,6 +97,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: key2 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -112,6 +114,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 200 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key3 (type: string) + null sort order: a sort order: + Map-reduce partition columns: key3 (type: string) Statistics: Num rows: 1 Data size: 200 Basic stats: COMPLETE Column stats: NONE @@ -194,6 +197,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: key1 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -210,6 +214,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: key2 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -226,6 +231,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 200 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key3 (type: string) + null sort order: a sort order: + Map-reduce partition columns: key3 (type: string) Statistics: Num rows: 1 Data size: 200 Basic stats: COMPLETE Column stats: NONE @@ -308,6 +314,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: key1 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -324,6 +331,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: key2 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -340,6 +348,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 200 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key3 (type: string) + null sort order: a sort order: + Map-reduce partition columns: key3 (type: string) Statistics: Num rows: 1 Data size: 200 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/join_thrift.q.out ql/src/test/results/clientpositive/spark/join_thrift.q.out index 7910164bbc..fd0823f42b 100644 --- ql/src/test/results/clientpositive/spark/join_thrift.q.out +++ ql/src/test/results/clientpositive/spark/join_thrift.q.out @@ -52,6 +52,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 30700 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: aint (type: int) + null sort order: a sort order: + Map-reduce partition columns: aint (type: int) Statistics: Num rows: 11 Data size: 30700 Basic stats: COMPLETE Column stats: NONE @@ -67,6 +68,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 30700 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: aint (type: int) + null sort order: a sort order: + Map-reduce partition columns: aint (type: int) Statistics: Num rows: 11 Data size: 30700 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/join_vc.q.out ql/src/test/results/clientpositive/spark/join_vc.q.out index ec1ba4bc63..158bc7d3d4 100644 --- ql/src/test/results/clientpositive/spark/join_vc.q.out +++ ql/src/test/results/clientpositive/spark/join_vc.q.out @@ -34,6 +34,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -53,6 +54,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -73,6 +75,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -89,6 +92,7 @@ STAGE PLANS: Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE @@ -108,6 +112,7 @@ STAGE PLANS: Statistics: Num rows: 605 Data size: 6427 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint), _col1 (type: string), _col2 (type: string) + null sort order: zzz sort order: +++ Statistics: Num rows: 605 Data size: 6427 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -185,6 +190,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE @@ -204,6 +210,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE @@ -224,6 +231,7 @@ STAGE PLANS: Statistics: Num rows: 182 Data size: 1939 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: z sort order: + Statistics: Num rows: 182 Data size: 1939 Basic stats: COMPLETE Column stats: NONE Reducer 3 diff --git ql/src/test/results/clientpositive/spark/join_view.q.out ql/src/test/results/clientpositive/spark/join_view.q.out index 07c32d424d..5bd4bd048c 100644 --- ql/src/test/results/clientpositive/spark/join_view.q.out +++ ql/src/test/results/clientpositive/spark/join_view.q.out @@ -77,6 +77,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: string) @@ -97,6 +98,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: int) diff --git ql/src/test/results/clientpositive/spark/lateral_view_explode2.q.out ql/src/test/results/clientpositive/spark/lateral_view_explode2.q.out index 042b5df257..e11750103a 100644 --- ql/src/test/results/clientpositive/spark/lateral_view_explode2.q.out +++ ql/src/test/results/clientpositive/spark/lateral_view_explode2.q.out @@ -43,6 +43,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -65,6 +66,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/spark/leftsemijoin.q.out ql/src/test/results/clientpositive/spark/leftsemijoin.q.out index cfb960547a..2579412ac6 100644 --- ql/src/test/results/clientpositive/spark/leftsemijoin.q.out +++ ql/src/test/results/clientpositive/spark/leftsemijoin.q.out @@ -144,6 +144,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -157,6 +158,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized @@ -174,6 +176,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string) @@ -221,6 +224,7 @@ STAGE PLANS: Statistics: Num rows: 676 Data size: 85202 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 676 Data size: 85202 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/limit_pushdown.q.out ql/src/test/results/clientpositive/spark/limit_pushdown.q.out index 8336176e8a..3e62c8d0e2 100644 --- ql/src/test/results/clientpositive/spark/limit_pushdown.q.out +++ ql/src/test/results/clientpositive/spark/limit_pushdown.q.out @@ -30,6 +30,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.3 @@ -119,6 +120,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: - Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.3 @@ -215,6 +217,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -314,6 +317,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -416,6 +420,7 @@ STAGE PLANS: Statistics: Num rows: 12288 Data size: 2907994 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 12288 Data size: 2907994 Basic stats: COMPLETE Column stats: NONE @@ -512,6 +517,7 @@ STAGE PLANS: Statistics: Num rows: 12288 Data size: 2907994 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: tinyint), _col1 (type: double) + null sort order: za sort order: ++ Map-reduce partition columns: _col0 (type: tinyint) Statistics: Num rows: 12288 Data size: 2907994 Basic stats: COMPLETE Column stats: NONE @@ -613,6 +619,7 @@ STAGE PLANS: Statistics: Num rows: 12288 Data size: 2907994 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: tinyint), _col1 (type: double) + null sort order: za sort order: ++ Map-reduce partition columns: _col0 (type: tinyint) Statistics: Num rows: 12288 Data size: 2907994 Basic stats: COMPLETE Column stats: NONE @@ -714,6 +721,7 @@ STAGE PLANS: Statistics: Num rows: 24576 Data size: 5815988 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: tinyint), _col1 (type: string), _col2 (type: string), _col3 (type: bigint) + null sort order: zaaa sort order: ++++ Map-reduce partition columns: _col0 (type: tinyint) Statistics: Num rows: 24576 Data size: 5815988 Basic stats: COMPLETE Column stats: NONE @@ -849,6 +857,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -864,6 +873,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: double) + null sort order: z sort order: + Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.3 @@ -970,6 +980,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -994,6 +1005,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -1017,6 +1029,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 20 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 20 Basic stats: COMPLETE Column stats: NONE @@ -1054,6 +1067,7 @@ STAGE PLANS: Number of rows: 3 Statistics: Num rows: 3 Data size: 30 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 3 Data size: 30 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.3 @@ -1073,6 +1087,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 30 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 3 Data size: 30 Basic stats: COMPLETE Column stats: NONE @@ -1116,6 +1131,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: value (type: string) + null sort order: z sort order: + Map-reduce partition columns: value (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -1207,6 +1223,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 2.0E-5 @@ -1377,6 +1394,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -1396,6 +1414,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: z sort order: + Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 2.0E-5 diff --git ql/src/test/results/clientpositive/spark/limit_pushdown2.q.out ql/src/test/results/clientpositive/spark/limit_pushdown2.q.out index 8e087d50d2..71af9f5cd2 100644 --- ql/src/test/results/clientpositive/spark/limit_pushdown2.q.out +++ ql/src/test/results/clientpositive/spark/limit_pushdown2.q.out @@ -41,6 +41,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -152,6 +153,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: +- Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -263,6 +265,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: -+ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -374,6 +377,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -485,6 +489,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: -+ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -596,6 +601,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: za sort order: -+ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -708,6 +714,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -725,6 +732,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: zzz sort order: +++ Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.3 @@ -828,6 +836,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: -+ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -845,6 +854,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: zzz sort order: -++ Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.3 @@ -948,6 +958,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -968,6 +979,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: double), _col0 (type: string) + null sort order: zz sort order: +- Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.3 @@ -1071,6 +1083,7 @@ STAGE PLANS: Statistics: Num rows: 1500 Data size: 15936 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Statistics: Num rows: 1500 Data size: 15936 Basic stats: COMPLETE Column stats: NONE @@ -1092,6 +1105,7 @@ STAGE PLANS: Statistics: Num rows: 750 Data size: 7968 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 750 Data size: 7968 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.3 @@ -1164,6 +1178,7 @@ STAGE PLANS: Statistics: Num rows: 1500 Data size: 15936 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Statistics: Num rows: 1500 Data size: 15936 Basic stats: COMPLETE Column stats: NONE @@ -1185,6 +1200,7 @@ STAGE PLANS: Statistics: Num rows: 750 Data size: 7968 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 750 Data size: 7968 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.3 diff --git ql/src/test/results/clientpositive/spark/load_dyn_part1.q.out ql/src/test/results/clientpositive/spark/load_dyn_part1.q.out index 3f41471be0..04ea921911 100644 --- ql/src/test/results/clientpositive/spark/load_dyn_part1.q.out +++ ql/src/test/results/clientpositive/spark/load_dyn_part1.q.out @@ -92,6 +92,7 @@ STAGE PLANS: Statistics: Num rows: 666 Data size: 7075 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col3 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col2 (type: string), _col3 (type: string) Statistics: Num rows: 666 Data size: 7075 Basic stats: COMPLETE Column stats: NONE @@ -111,6 +112,7 @@ STAGE PLANS: Statistics: Num rows: 666 Data size: 7075 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 666 Data size: 7075 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/load_dyn_part10.q.out ql/src/test/results/clientpositive/spark/load_dyn_part10.q.out index aaf1c3c7ed..0b5efa9a7e 100644 --- ql/src/test/results/clientpositive/spark/load_dyn_part10.q.out +++ ql/src/test/results/clientpositive/spark/load_dyn_part10.q.out @@ -72,6 +72,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 10624 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 1000 Data size: 10624 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/load_dyn_part14.q.out ql/src/test/results/clientpositive/spark/load_dyn_part14.q.out index 42f6cb0f45..a71b04a5e5 100644 --- ql/src/test/results/clientpositive/spark/load_dyn_part14.q.out +++ ql/src/test/results/clientpositive/spark/load_dyn_part14.q.out @@ -70,6 +70,7 @@ STAGE PLANS: Number of rows: 2 Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/spark/load_dyn_part2.q.out ql/src/test/results/clientpositive/spark/load_dyn_part2.q.out index a76cb8f220..15f4a028f5 100644 --- ql/src/test/results/clientpositive/spark/load_dyn_part2.q.out +++ ql/src/test/results/clientpositive/spark/load_dyn_part2.q.out @@ -68,6 +68,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _bucket_number (type: string), _col0 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/load_dyn_part3.q.out ql/src/test/results/clientpositive/spark/load_dyn_part3.q.out index 0b38289083..3a776d5ac8 100644 --- ql/src/test/results/clientpositive/spark/load_dyn_part3.q.out +++ ql/src/test/results/clientpositive/spark/load_dyn_part3.q.out @@ -74,6 +74,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col3 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col2 (type: string), _col3 (type: string) Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/load_dyn_part4.q.out ql/src/test/results/clientpositive/spark/load_dyn_part4.q.out index 30360c538d..a29f16f506 100644 --- ql/src/test/results/clientpositive/spark/load_dyn_part4.q.out +++ ql/src/test/results/clientpositive/spark/load_dyn_part4.q.out @@ -84,6 +84,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col3 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col2 (type: string), _col3 (type: string) Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/load_dyn_part5.q.out ql/src/test/results/clientpositive/spark/load_dyn_part5.q.out index 6796a23a57..dc84df5995 100644 --- ql/src/test/results/clientpositive/spark/load_dyn_part5.q.out +++ ql/src/test/results/clientpositive/spark/load_dyn_part5.q.out @@ -52,6 +52,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/load_dyn_part9.q.out ql/src/test/results/clientpositive/spark/load_dyn_part9.q.out index 4d619ceaca..6f421548c5 100644 --- ql/src/test/results/clientpositive/spark/load_dyn_part9.q.out +++ ql/src/test/results/clientpositive/spark/load_dyn_part9.q.out @@ -72,6 +72,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 10624 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col3 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col2 (type: string), _col3 (type: string) Statistics: Num rows: 1000 Data size: 10624 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/mapjoin_decimal.q.out ql/src/test/results/clientpositive/spark/mapjoin_decimal.q.out index fda45249d4..a0ee912076 100644 --- ql/src/test/results/clientpositive/spark/mapjoin_decimal.q.out +++ ql/src/test/results/clientpositive/spark/mapjoin_decimal.q.out @@ -145,6 +145,7 @@ STAGE PLANS: Statistics: Num rows: 1153 Data size: 129236 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: decimal(4,2)) + null sort order: z sort order: + Statistics: Num rows: 1153 Data size: 129236 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: decimal(4,0)) diff --git ql/src/test/results/clientpositive/spark/mapjoin_distinct.q.out ql/src/test/results/clientpositive/spark/mapjoin_distinct.q.out index fa5f508471..b57d3f4fb3 100644 --- ql/src/test/results/clientpositive/spark/mapjoin_distinct.q.out +++ ql/src/test/results/clientpositive/spark/mapjoin_distinct.q.out @@ -87,6 +87,7 @@ STAGE PLANS: Statistics: Num rows: 1100 Data size: 11686 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: rand() (type: double) Statistics: Num rows: 1100 Data size: 11686 Basic stats: COMPLETE Column stats: NONE @@ -103,6 +104,7 @@ STAGE PLANS: Statistics: Num rows: 1100 Data size: 11686 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1100 Data size: 11686 Basic stats: COMPLETE Column stats: NONE @@ -244,6 +246,7 @@ STAGE PLANS: Statistics: Num rows: 1100 Data size: 11686 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1100 Data size: 11686 Basic stats: COMPLETE Column stats: NONE @@ -383,6 +386,7 @@ STAGE PLANS: Statistics: Num rows: 1100 Data size: 11686 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: rand() (type: double) Statistics: Num rows: 1100 Data size: 11686 Basic stats: COMPLETE Column stats: NONE @@ -399,6 +403,7 @@ STAGE PLANS: Statistics: Num rows: 1100 Data size: 11686 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1100 Data size: 11686 Basic stats: COMPLETE Column stats: NONE @@ -534,6 +539,7 @@ STAGE PLANS: Statistics: Num rows: 1100 Data size: 11686 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1100 Data size: 11686 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/mapjoin_filter_on_outerjoin.q.out ql/src/test/results/clientpositive/spark/mapjoin_filter_on_outerjoin.q.out index e8360e4eda..54f08850de 100644 --- ql/src/test/results/clientpositive/spark/mapjoin_filter_on_outerjoin.q.out +++ ql/src/test/results/clientpositive/spark/mapjoin_filter_on_outerjoin.q.out @@ -145,6 +145,7 @@ STAGE PLANS: Statistics: Num rows: 365 Data size: 3878 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col2 (type: string), _col4 (type: string) + null sort order: zzz sort order: +++ Statistics: Num rows: 365 Data size: 3878 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: string), _col3 (type: string), _col5 (type: string) @@ -319,6 +320,7 @@ STAGE PLANS: Statistics: Num rows: 365 Data size: 3878 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col2 (type: string), _col4 (type: string) + null sort order: zzz sort order: +++ Statistics: Num rows: 365 Data size: 3878 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: string), _col3 (type: string), _col5 (type: string) diff --git ql/src/test/results/clientpositive/spark/mapjoin_mapjoin.q.out ql/src/test/results/clientpositive/spark/mapjoin_mapjoin.q.out index 06ac175573..8e69a3e0ab 100644 --- ql/src/test/results/clientpositive/spark/mapjoin_mapjoin.q.out +++ ql/src/test/results/clientpositive/spark/mapjoin_mapjoin.q.out @@ -714,6 +714,7 @@ STAGE PLANS: Statistics: Num rows: 2420 Data size: 25709 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2420 Data size: 25709 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/mapjoin_test_outer.q.out ql/src/test/results/clientpositive/spark/mapjoin_test_outer.q.out index e5dd2aff9a..7850255f2c 100644 --- ql/src/test/results/clientpositive/spark/mapjoin_test_outer.q.out +++ ql/src/test/results/clientpositive/spark/mapjoin_test_outer.q.out @@ -314,6 +314,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 420 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string) + null sort order: zzzzzz sort order: ++++++ Statistics: Num rows: 55 Data size: 420 Basic stats: COMPLETE Column stats: NONE Execution mode: vectorized @@ -1156,6 +1157,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 420 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string) + null sort order: zzzzzz sort order: ++++++ Statistics: Num rows: 55 Data size: 420 Basic stats: COMPLETE Column stats: NONE Execution mode: vectorized diff --git ql/src/test/results/clientpositive/spark/mapreduce1.q.out ql/src/test/results/clientpositive/spark/mapreduce1.q.out index cb0f813b67..0ea616e00b 100644 --- ql/src/test/results/clientpositive/spark/mapreduce1.q.out +++ ql/src/test/results/clientpositive/spark/mapreduce1.q.out @@ -56,6 +56,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string), _col2 (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: _col3 (type: string), _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/mapreduce2.q.out ql/src/test/results/clientpositive/spark/mapreduce2.q.out index 5256255966..a27f7cb65e 100644 --- ql/src/test/results/clientpositive/spark/mapreduce2.q.out +++ ql/src/test/results/clientpositive/spark/mapreduce2.q.out @@ -53,6 +53,7 @@ STAGE PLANS: serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Map-reduce partition columns: _col3 (type: string), _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/merge1.q.out ql/src/test/results/clientpositive/spark/merge1.q.out index d2e28cdc81..b00ceb7cf0 100644 --- ql/src/test/results/clientpositive/spark/merge1.q.out +++ ql/src/test/results/clientpositive/spark/merge1.q.out @@ -53,6 +53,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/merge2.q.out ql/src/test/results/clientpositive/spark/merge2.q.out index 825ee584d2..872974b723 100644 --- ql/src/test/results/clientpositive/spark/merge2.q.out +++ ql/src/test/results/clientpositive/spark/merge2.q.out @@ -53,6 +53,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/mergejoins.q.out ql/src/test/results/clientpositive/spark/mergejoins.q.out index 1c7c3450aa..93c1a48231 100644 --- ql/src/test/results/clientpositive/spark/mergejoins.q.out +++ ql/src/test/results/clientpositive/spark/mergejoins.q.out @@ -81,6 +81,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -101,6 +102,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -121,6 +123,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -141,6 +144,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -161,6 +165,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -182,6 +187,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 3 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -244,6 +250,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -264,6 +271,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -284,6 +292,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/mergejoins_mixed.q.out ql/src/test/results/clientpositive/spark/mergejoins_mixed.q.out index c4fe969cbb..b1f7f67b3d 100644 --- ql/src/test/results/clientpositive/spark/mergejoins_mixed.q.out +++ ql/src/test/results/clientpositive/spark/mergejoins_mixed.q.out @@ -42,6 +42,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -62,6 +63,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -82,6 +84,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -102,6 +105,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -171,6 +175,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -191,6 +196,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -211,6 +217,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -227,6 +234,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -296,6 +304,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -316,6 +325,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -332,6 +342,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -352,6 +363,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -421,6 +433,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -441,6 +454,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -461,6 +475,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -477,6 +492,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -548,6 +564,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -568,6 +585,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -588,6 +606,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -608,6 +627,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -625,6 +645,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col3 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -641,6 +662,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -707,6 +729,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -727,6 +750,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -747,6 +771,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -763,6 +788,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -780,6 +806,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col3 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -796,6 +823,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -862,6 +890,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -882,6 +911,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -898,6 +928,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -914,6 +945,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -931,6 +963,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col3 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -947,6 +980,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -1013,6 +1047,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -1033,6 +1068,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -1053,6 +1089,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -1069,6 +1106,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -1086,6 +1124,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col3 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -1102,6 +1141,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -1168,6 +1208,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -1188,6 +1229,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -1208,6 +1250,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -1224,6 +1267,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -1241,6 +1285,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col3 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -1257,6 +1302,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -1323,6 +1369,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -1343,6 +1390,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -1359,6 +1407,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -1379,6 +1428,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -1396,6 +1446,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col3 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -1412,6 +1463,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -1478,6 +1530,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -1498,6 +1551,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -1514,6 +1568,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -1530,6 +1585,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -1547,6 +1603,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col3 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -1563,6 +1620,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -1628,6 +1686,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -1648,6 +1707,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -1668,6 +1728,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -1688,6 +1749,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -1705,6 +1767,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col3 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/metadata_only_queries.q.out ql/src/test/results/clientpositive/spark/metadata_only_queries.q.out index ccbbe57d3d..eed971690b 100644 --- ql/src/test/results/clientpositive/spark/metadata_only_queries.q.out +++ ql/src/test/results/clientpositive/spark/metadata_only_queries.q.out @@ -213,6 +213,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 Statistics: Num rows: 1 Data size: 172 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 172 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: decimal(11,1)), _col3 (type: bigint), _col4 (type: bigint), _col5 (type: bigint), _col6 (type: bigint), _col7 (type: int), _col8 (type: bigint) @@ -286,6 +287,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 Statistics: Num rows: 1 Data size: 172 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 172 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: decimal(11,1)), _col3 (type: bigint), _col4 (type: bigint), _col5 (type: bigint), _col6 (type: bigint), _col7 (type: int), _col8 (type: bigint) @@ -353,6 +355,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 Statistics: Num rows: 1 Data size: 172 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 172 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: decimal(11,1)), _col3 (type: bigint), _col4 (type: bigint), _col5 (type: bigint), _col6 (type: bigint), _col7 (type: int), _col8 (type: bigint) @@ -426,6 +429,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 Statistics: Num rows: 1 Data size: 172 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 172 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: decimal(11,1)), _col3 (type: bigint), _col4 (type: bigint), _col5 (type: bigint), _col6 (type: bigint), _col7 (type: int), _col8 (type: bigint) @@ -723,6 +727,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/spark/multi_insert.q.out ql/src/test/results/clientpositive/spark/multi_insert.q.out index 8b7582b13c..cf7bbb7e69 100644 --- ql/src/test/results/clientpositive/spark/multi_insert.q.out +++ ql/src/test/results/clientpositive/spark/multi_insert.q.out @@ -639,6 +639,7 @@ STAGE PLANS: Statistics: Num rows: 221 Data size: 2347 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string), value (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string), value (type: string) Statistics: Num rows: 221 Data size: 2347 Basic stats: COMPLETE Column stats: NONE @@ -795,6 +796,7 @@ STAGE PLANS: Statistics: Num rows: 221 Data size: 2347 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string), value (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string), value (type: string) Statistics: Num rows: 221 Data size: 2347 Basic stats: COMPLETE Column stats: NONE @@ -951,6 +953,7 @@ STAGE PLANS: Statistics: Num rows: 221 Data size: 2347 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string), value (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string), value (type: string) Statistics: Num rows: 221 Data size: 2347 Basic stats: COMPLETE Column stats: NONE @@ -1107,6 +1110,7 @@ STAGE PLANS: Statistics: Num rows: 221 Data size: 2347 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string), value (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string), value (type: string) Statistics: Num rows: 221 Data size: 2347 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/multi_insert_gby.q.out ql/src/test/results/clientpositive/spark/multi_insert_gby.q.out index 309e17e097..e10e6a335b 100644 --- ql/src/test/results/clientpositive/spark/multi_insert_gby.q.out +++ ql/src/test/results/clientpositive/spark/multi_insert_gby.q.out @@ -57,6 +57,7 @@ STAGE PLANS: Statistics: Num rows: 332 Data size: 3527 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 332 Data size: 3527 Basic stats: COMPLETE Column stats: NONE @@ -254,6 +255,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/multi_insert_gby2.q.out ql/src/test/results/clientpositive/spark/multi_insert_gby2.q.out index 2b7797c6c1..a2290ab777 100644 --- ql/src/test/results/clientpositive/spark/multi_insert_gby2.q.out +++ ql/src/test/results/clientpositive/spark/multi_insert_gby2.q.out @@ -58,6 +58,7 @@ STAGE PLANS: outputColumnNames: _col1 Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: double) diff --git ql/src/test/results/clientpositive/spark/multi_insert_gby3.q.out ql/src/test/results/clientpositive/spark/multi_insert_gby3.q.out index 54b06901c4..2060a117ae 100644 --- ql/src/test/results/clientpositive/spark/multi_insert_gby3.q.out +++ ql/src/test/results/clientpositive/spark/multi_insert_gby3.q.out @@ -79,6 +79,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -100,6 +101,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -228,6 +230,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -255,6 +258,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -1695,6 +1699,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -1716,6 +1721,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -1854,6 +1860,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -1875,6 +1882,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -1898,6 +1906,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: double), _col2 (type: string) + null sort order: aaaa sort order: ++++ Map-reduce partition columns: _col0 (type: string), _col1 (type: double), _col2 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/multi_insert_lateral_view.q.out ql/src/test/results/clientpositive/spark/multi_insert_lateral_view.q.out index 26d8ee86cd..6e2a203103 100644 --- ql/src/test/results/clientpositive/spark/multi_insert_lateral_view.q.out +++ ql/src/test/results/clientpositive/spark/multi_insert_lateral_view.q.out @@ -310,6 +310,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 208 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 20 Data size: 208 Basic stats: COMPLETE Column stats: NONE @@ -333,6 +334,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 208 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 20 Data size: 208 Basic stats: COMPLETE Column stats: NONE @@ -360,6 +362,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 208 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 20 Data size: 208 Basic stats: COMPLETE Column stats: NONE @@ -383,6 +386,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 208 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 20 Data size: 208 Basic stats: COMPLETE Column stats: NONE @@ -572,6 +576,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 208 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 20 Data size: 208 Basic stats: COMPLETE Column stats: NONE @@ -595,6 +600,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 208 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 20 Data size: 208 Basic stats: COMPLETE Column stats: NONE @@ -609,6 +615,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 62 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 6 Data size: 62 Basic stats: COMPLETE Column stats: NONE @@ -853,6 +860,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 208 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: double), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 20 Data size: 208 Basic stats: COMPLETE Column stats: NONE @@ -875,6 +883,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 208 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: double), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 20 Data size: 208 Basic stats: COMPLETE Column stats: NONE @@ -901,6 +910,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 208 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: double), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 20 Data size: 208 Basic stats: COMPLETE Column stats: NONE @@ -923,6 +933,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 208 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: double), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 20 Data size: 208 Basic stats: COMPLETE Column stats: NONE @@ -944,6 +955,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 104 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 104 Basic stats: COMPLETE Column stats: NONE @@ -1223,6 +1235,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 208 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: double) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 20 Data size: 208 Basic stats: COMPLETE Column stats: NONE @@ -1245,6 +1258,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 208 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: double) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 20 Data size: 208 Basic stats: COMPLETE Column stats: NONE @@ -1271,6 +1285,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 208 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: double) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 20 Data size: 208 Basic stats: COMPLETE Column stats: NONE @@ -1293,6 +1308,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 208 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: double) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 20 Data size: 208 Basic stats: COMPLETE Column stats: NONE @@ -1306,6 +1322,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 62 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: value (type: string), key (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: value (type: string) Statistics: Num rows: 6 Data size: 62 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/multi_insert_mixed.q.out ql/src/test/results/clientpositive/spark/multi_insert_mixed.q.out index 08be2a1c3e..85fced3fff 100644 --- ql/src/test/results/clientpositive/spark/multi_insert_mixed.q.out +++ ql/src/test/results/clientpositive/spark/multi_insert_mixed.q.out @@ -79,6 +79,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -117,6 +118,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -133,6 +135,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: bigint) @@ -162,6 +165,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: bigint) diff --git ql/src/test/results/clientpositive/spark/multi_insert_move_tasks_share_dependencies.q.out ql/src/test/results/clientpositive/spark/multi_insert_move_tasks_share_dependencies.q.out index fe27959519..e3b2393a0a 100644 --- ql/src/test/results/clientpositive/spark/multi_insert_move_tasks_share_dependencies.q.out +++ ql/src/test/results/clientpositive/spark/multi_insert_move_tasks_share_dependencies.q.out @@ -656,6 +656,7 @@ STAGE PLANS: Statistics: Num rows: 221 Data size: 2347 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string), value (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string), value (type: string) Statistics: Num rows: 221 Data size: 2347 Basic stats: COMPLETE Column stats: NONE @@ -816,6 +817,7 @@ STAGE PLANS: Statistics: Num rows: 221 Data size: 2347 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string), value (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string), value (type: string) Statistics: Num rows: 221 Data size: 2347 Basic stats: COMPLETE Column stats: NONE @@ -976,6 +978,7 @@ STAGE PLANS: Statistics: Num rows: 221 Data size: 2347 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string), value (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string), value (type: string) Statistics: Num rows: 221 Data size: 2347 Basic stats: COMPLETE Column stats: NONE @@ -1136,6 +1139,7 @@ STAGE PLANS: Statistics: Num rows: 221 Data size: 2347 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string), value (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string), value (type: string) Statistics: Num rows: 221 Data size: 2347 Basic stats: COMPLETE Column stats: NONE @@ -2504,6 +2508,7 @@ STAGE PLANS: Statistics: Num rows: 221 Data size: 2347 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string), value (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string) Statistics: Num rows: 221 Data size: 2347 Basic stats: COMPLETE Column stats: NONE @@ -2537,6 +2542,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 127 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 12 Data size: 127 Basic stats: COMPLETE Column stats: NONE @@ -2620,6 +2626,7 @@ STAGE PLANS: Statistics: Num rows: 221 Data size: 2347 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string), value (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string) Statistics: Num rows: 221 Data size: 2347 Basic stats: COMPLETE Column stats: NONE @@ -2653,6 +2660,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 127 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 12 Data size: 127 Basic stats: COMPLETE Column stats: NONE @@ -2736,6 +2744,7 @@ STAGE PLANS: Statistics: Num rows: 221 Data size: 2347 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string), value (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string) Statistics: Num rows: 221 Data size: 2347 Basic stats: COMPLETE Column stats: NONE @@ -2769,6 +2778,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 127 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 12 Data size: 127 Basic stats: COMPLETE Column stats: NONE @@ -2852,6 +2862,7 @@ STAGE PLANS: Statistics: Num rows: 221 Data size: 2347 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string), value (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string) Statistics: Num rows: 221 Data size: 2347 Basic stats: COMPLETE Column stats: NONE @@ -2885,6 +2896,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 127 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 12 Data size: 127 Basic stats: COMPLETE Column stats: NONE @@ -3009,6 +3021,7 @@ STAGE PLANS: Statistics: Num rows: 221 Data size: 2347 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string), value (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string) Statistics: Num rows: 221 Data size: 2347 Basic stats: COMPLETE Column stats: NONE @@ -3042,6 +3055,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 127 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 12 Data size: 127 Basic stats: COMPLETE Column stats: NONE @@ -3241,6 +3255,7 @@ STAGE PLANS: Statistics: Num rows: 221 Data size: 2347 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string), value (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string) Statistics: Num rows: 221 Data size: 2347 Basic stats: COMPLETE Column stats: NONE @@ -3274,6 +3289,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 127 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 12 Data size: 127 Basic stats: COMPLETE Column stats: NONE @@ -3473,6 +3489,7 @@ STAGE PLANS: Statistics: Num rows: 221 Data size: 2347 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string), value (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string) Statistics: Num rows: 221 Data size: 2347 Basic stats: COMPLETE Column stats: NONE @@ -3506,6 +3523,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 127 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 12 Data size: 127 Basic stats: COMPLETE Column stats: NONE @@ -3705,6 +3723,7 @@ STAGE PLANS: Statistics: Num rows: 221 Data size: 2347 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string), value (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string) Statistics: Num rows: 221 Data size: 2347 Basic stats: COMPLETE Column stats: NONE @@ -3738,6 +3757,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 127 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 12 Data size: 127 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/multi_join_union.q.out ql/src/test/results/clientpositive/spark/multi_join_union.q.out index 514fa578da..2128d9887a 100644 --- ql/src/test/results/clientpositive/spark/multi_join_union.q.out +++ ql/src/test/results/clientpositive/spark/multi_join_union.q.out @@ -128,6 +128,7 @@ STAGE PLANS: Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: string) Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE @@ -150,6 +151,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1000 Data size: 10624 Basic stats: COMPLETE Column stats: NONE @@ -170,6 +172,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1000 Data size: 10624 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/multigroupby_singlemr.q.out ql/src/test/results/clientpositive/spark/multigroupby_singlemr.q.out index 10aa4b237c..dabd5255de 100644 --- ql/src/test/results/clientpositive/spark/multigroupby_singlemr.q.out +++ ql/src/test/results/clientpositive/spark/multigroupby_singlemr.q.out @@ -87,6 +87,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -110,6 +111,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -235,6 +237,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -258,6 +261,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -383,6 +387,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: int) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int), _col2 (type: int) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -406,6 +411,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -523,6 +529,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: c1 (type: int), c2 (type: int), c3 (type: int) + null sort order: aaa sort order: +++ Map-reduce partition columns: c1 (type: int), c2 (type: int), c3 (type: int) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -653,6 +660,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: int) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int), _col2 (type: int) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -676,6 +684,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -699,6 +708,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/nullgroup.q.out ql/src/test/results/clientpositive/spark/nullgroup.q.out index 388e443f13..9fa603725a 100644 --- ql/src/test/results/clientpositive/spark/nullgroup.q.out +++ ql/src/test/results/clientpositive/spark/nullgroup.q.out @@ -37,6 +37,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -109,6 +110,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -176,6 +178,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Map-reduce partition columns: rand() (type: double) Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE @@ -187,6 +190,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -253,6 +257,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reducer 2 diff --git ql/src/test/results/clientpositive/spark/nullgroup2.q.out ql/src/test/results/clientpositive/spark/nullgroup2.q.out index 3c627ad697..e10ec5b445 100644 --- ql/src/test/results/clientpositive/spark/nullgroup2.q.out +++ ql/src/test/results/clientpositive/spark/nullgroup2.q.out @@ -38,6 +38,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: rand() (type: double) Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE @@ -54,6 +55,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE @@ -128,6 +130,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE @@ -197,6 +200,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: rand() (type: double) Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE @@ -212,6 +216,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE @@ -279,6 +284,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/nullgroup4.q.out ql/src/test/results/clientpositive/spark/nullgroup4.q.out index b47325ee9a..2c775ececd 100644 --- ql/src/test/results/clientpositive/spark/nullgroup4.q.out +++ ql/src/test/results/clientpositive/spark/nullgroup4.q.out @@ -42,6 +42,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE @@ -54,6 +55,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -131,6 +133,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE @@ -151,6 +154,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -222,6 +226,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: value (type: string) + null sort order: a sort order: + Map-reduce partition columns: value (type: string) Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE @@ -234,6 +239,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -303,6 +309,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: value (type: string) + null sort order: a sort order: + Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE Execution mode: vectorized diff --git ql/src/test/results/clientpositive/spark/nullgroup4_multi_distinct.q.out ql/src/test/results/clientpositive/spark/nullgroup4_multi_distinct.q.out index 3aed39fbbb..87adc5571a 100644 --- ql/src/test/results/clientpositive/spark/nullgroup4_multi_distinct.q.out +++ ql/src/test/results/clientpositive/spark/nullgroup4_multi_distinct.q.out @@ -41,6 +41,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE value expressions: _col2 (type: bigint) @@ -110,6 +111,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE Execution mode: vectorized diff --git ql/src/test/results/clientpositive/spark/orc_merge2.q.out ql/src/test/results/clientpositive/spark/orc_merge2.q.out index 7b4aee1807..4647b86ea3 100644 --- ql/src/test/results/clientpositive/spark/orc_merge2.q.out +++ ql/src/test/results/clientpositive/spark/orc_merge2.q.out @@ -55,6 +55,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int), _col3 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col2 (type: int), _col3 (type: int) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/orc_merge7.q.out ql/src/test/results/clientpositive/spark/orc_merge7.q.out index 0ea455705c..5c36c6872a 100644 --- ql/src/test/results/clientpositive/spark/orc_merge7.q.out +++ ql/src/test/results/clientpositive/spark/orc_merge7.q.out @@ -52,6 +52,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 22980 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col5 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col5 (type: double) Statistics: Num rows: 1 Data size: 22980 Basic stats: COMPLETE Column stats: NONE @@ -237,6 +238,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 22980 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col5 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col5 (type: double) Statistics: Num rows: 1 Data size: 22980 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/orc_merge_diff_fs.q.out ql/src/test/results/clientpositive/spark/orc_merge_diff_fs.q.out index fb3ade0d5f..b7d3dd725d 100644 --- ql/src/test/results/clientpositive/spark/orc_merge_diff_fs.q.out +++ ql/src/test/results/clientpositive/spark/orc_merge_diff_fs.q.out @@ -76,6 +76,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -172,6 +173,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -313,6 +315,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/orc_merge_incompat2.q.out ql/src/test/results/clientpositive/spark/orc_merge_incompat2.q.out index e6caa10c48..7dac967120 100644 --- ql/src/test/results/clientpositive/spark/orc_merge_incompat2.q.out +++ ql/src/test/results/clientpositive/spark/orc_merge_incompat2.q.out @@ -52,6 +52,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 22980 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col5 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col5 (type: double) Statistics: Num rows: 1 Data size: 22980 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/order.q.out ql/src/test/results/clientpositive/spark/order.q.out index 89428f0b99..8c09660e45 100644 --- ql/src/test/results/clientpositive/spark/order.q.out +++ ql/src/test/results/clientpositive/spark/order.q.out @@ -30,6 +30,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -109,6 +110,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: - Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/spark/parallel.q.out ql/src/test/results/clientpositive/spark/parallel.q.out index 108274b98d..ef42105de9 100644 --- ql/src/test/results/clientpositive/spark/parallel.q.out +++ ql/src/test/results/clientpositive/spark/parallel.q.out @@ -62,6 +62,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -76,6 +77,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/parallel_join0.q.out ql/src/test/results/clientpositive/spark/parallel_join0.q.out index f830b6de33..3acb2ec941 100644 --- ql/src/test/results/clientpositive/spark/parallel_join0.q.out +++ ql/src/test/results/clientpositive/spark/parallel_join0.q.out @@ -45,6 +45,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string), _col1 (type: string) @@ -62,6 +63,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string), _col1 (type: string) @@ -77,6 +79,7 @@ STAGE PLANS: Statistics: Num rows: 27556 Data size: 612872 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string) + null sort order: zzzz sort order: ++++ Statistics: Num rows: 27556 Data size: 612872 Basic stats: COMPLETE Column stats: NONE Reducer 3 diff --git ql/src/test/results/clientpositive/spark/parallel_join1.q.out ql/src/test/results/clientpositive/spark/parallel_join1.q.out index 5b6cdfe752..68c46549eb 100644 --- ql/src/test/results/clientpositive/spark/parallel_join1.q.out +++ ql/src/test/results/clientpositive/spark/parallel_join1.q.out @@ -45,6 +45,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -64,6 +65,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/parallel_orderby.q.out ql/src/test/results/clientpositive/spark/parallel_orderby.q.out index 44f348d5af..cc3379b5e9 100644 --- ql/src/test/results/clientpositive/spark/parallel_orderby.q.out +++ ql/src/test/results/clientpositive/spark/parallel_orderby.q.out @@ -58,6 +58,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 5600 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 1 Data size: 5600 Basic stats: COMPLETE Column stats: NONE Execution mode: vectorized diff --git ql/src/test/results/clientpositive/spark/parquet_join.q.out ql/src/test/results/clientpositive/spark/parquet_join.q.out index b1b1d6c391..e86c5f622a 100644 --- ql/src/test/results/clientpositive/spark/parquet_join.q.out +++ ql/src/test/results/clientpositive/spark/parquet_join.q.out @@ -97,6 +97,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 120 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 120 Basic stats: COMPLETE Column stats: NONE @@ -115,6 +116,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 199 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 199 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/parquet_vectorization_0.q.out ql/src/test/results/clientpositive/spark/parquet_vectorization_0.q.out index f34cb5b917..a830f95e22 100644 --- ql/src/test/results/clientpositive/spark/parquet_vectorization_0.q.out +++ ql/src/test/results/clientpositive/spark/parquet_vectorization_0.q.out @@ -109,6 +109,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -238,6 +239,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: double), _col3 (type: double) @@ -423,6 +425,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -552,6 +555,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: double), _col3 (type: double) @@ -737,6 +741,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -866,6 +871,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: double), _col1 (type: bigint), _col2 (type: double), _col3 (type: double) @@ -1052,6 +1058,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6 Statistics: Num rows: 1 Data size: 52 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator diff --git ql/src/test/results/clientpositive/spark/parquet_vectorization_1.q.out ql/src/test/results/clientpositive/spark/parquet_vectorization_1.q.out index 43106bbe42..c57a010cca 100644 --- ql/src/test/results/clientpositive/spark/parquet_vectorization_1.q.out +++ ql/src/test/results/clientpositive/spark/parquet_vectorization_1.q.out @@ -97,6 +97,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9 Statistics: Num rows: 1 Data size: 72 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator diff --git ql/src/test/results/clientpositive/spark/parquet_vectorization_12.q.out ql/src/test/results/clientpositive/spark/parquet_vectorization_12.q.out index 337a1b2da5..30b6842b1d 100644 --- ql/src/test/results/clientpositive/spark/parquet_vectorization_12.q.out +++ ql/src/test/results/clientpositive/spark/parquet_vectorization_12.q.out @@ -123,6 +123,7 @@ STAGE PLANS: Statistics: Num rows: 3754 Data size: 181391 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: double), _col1 (type: bigint), _col2 (type: string), _col3 (type: boolean) + null sort order: aaaa sort order: ++++ Map-reduce partition columns: _col0 (type: double), _col1 (type: bigint), _col2 (type: string), _col3 (type: boolean) Reduce Sink Vectorization: @@ -175,6 +176,7 @@ STAGE PLANS: Statistics: Num rows: 1877 Data size: 90695 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: double), _col0 (type: bigint), _col2 (type: string) + null sort order: zzz sort order: +++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator diff --git ql/src/test/results/clientpositive/spark/parquet_vectorization_13.q.out ql/src/test/results/clientpositive/spark/parquet_vectorization_13.q.out index 4504219f96..875348ca1f 100644 --- ql/src/test/results/clientpositive/spark/parquet_vectorization_13.q.out +++ ql/src/test/results/clientpositive/spark/parquet_vectorization_13.q.out @@ -125,6 +125,7 @@ STAGE PLANS: Statistics: Num rows: 2730 Data size: 131912 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: boolean), _col1 (type: tinyint), _col2 (type: timestamp), _col3 (type: float), _col4 (type: string) + null sort order: aaaaa sort order: +++++ Map-reduce partition columns: _col0 (type: boolean), _col1 (type: tinyint), _col2 (type: timestamp), _col3 (type: float), _col4 (type: string) Reduce Sink Vectorization: @@ -177,6 +178,7 @@ STAGE PLANS: Statistics: Num rows: 1365 Data size: 65956 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: boolean), _col1 (type: tinyint), _col2 (type: timestamp), _col3 (type: float), _col4 (type: string), _col5 (type: tinyint), _col6 (type: tinyint), _col7 (type: tinyint), _col8 (type: double), _col9 (type: double), _col10 (type: double), _col11 (type: float), _col12 (type: double), _col13 (type: double), _col14 (type: double), _col15 (type: decimal(7,3)), _col16 (type: double), _col17 (type: double), _col18 (type: float), _col19 (type: double), _col20 (type: tinyint) + null sort order: zzzzzzzzzzzzzzzzzzzzz sort order: +++++++++++++++++++++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -459,6 +461,7 @@ STAGE PLANS: Statistics: Num rows: 2730 Data size: 131912 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: boolean), _col1 (type: tinyint), _col2 (type: timestamp), _col3 (type: float), _col4 (type: string) + null sort order: aaaaa sort order: +++++ Map-reduce partition columns: _col0 (type: boolean), _col1 (type: tinyint), _col2 (type: timestamp), _col3 (type: float), _col4 (type: string) Reduce Sink Vectorization: @@ -511,6 +514,7 @@ STAGE PLANS: Statistics: Num rows: 1365 Data size: 65956 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: boolean), _col1 (type: tinyint), _col2 (type: timestamp), _col3 (type: float), _col4 (type: string), _col5 (type: tinyint), _col6 (type: tinyint), _col7 (type: tinyint), _col8 (type: double), _col9 (type: double), _col10 (type: double), _col11 (type: float), _col12 (type: double), _col13 (type: double), _col14 (type: double), _col15 (type: decimal(7,3)), _col16 (type: double), _col17 (type: double), _col18 (type: float), _col19 (type: double), _col20 (type: tinyint) + null sort order: zzzzzzzzzzzzzzzzzzzzz sort order: +++++++++++++++++++++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator diff --git ql/src/test/results/clientpositive/spark/parquet_vectorization_14.q.out ql/src/test/results/clientpositive/spark/parquet_vectorization_14.q.out index 173aca3646..8ef326c951 100644 --- ql/src/test/results/clientpositive/spark/parquet_vectorization_14.q.out +++ ql/src/test/results/clientpositive/spark/parquet_vectorization_14.q.out @@ -125,6 +125,7 @@ STAGE PLANS: Statistics: Num rows: 606 Data size: 29281 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: float), _col2 (type: double), _col3 (type: timestamp), _col4 (type: boolean) + null sort order: aaaaa sort order: +++++ Map-reduce partition columns: _col0 (type: string), _col1 (type: float), _col2 (type: double), _col3 (type: timestamp), _col4 (type: boolean) Reduce Sink Vectorization: @@ -177,6 +178,7 @@ STAGE PLANS: Statistics: Num rows: 303 Data size: 14640 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: float), _col4 (type: double), _col0 (type: timestamp) + null sort order: zzzz sort order: ++++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator diff --git ql/src/test/results/clientpositive/spark/parquet_vectorization_15.q.out ql/src/test/results/clientpositive/spark/parquet_vectorization_15.q.out index e2309304de..f124b675e3 100644 --- ql/src/test/results/clientpositive/spark/parquet_vectorization_15.q.out +++ ql/src/test/results/clientpositive/spark/parquet_vectorization_15.q.out @@ -121,6 +121,7 @@ STAGE PLANS: Statistics: Num rows: 12288 Data size: 593751 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: float), _col1 (type: boolean), _col2 (type: double), _col3 (type: string), _col4 (type: tinyint), _col5 (type: int), _col6 (type: timestamp) + null sort order: aaaaaaa sort order: +++++++ Map-reduce partition columns: _col0 (type: float), _col1 (type: boolean), _col2 (type: double), _col3 (type: string), _col4 (type: tinyint), _col5 (type: int), _col6 (type: timestamp) Reduce Sink Vectorization: @@ -157,6 +158,7 @@ STAGE PLANS: Statistics: Num rows: 6144 Data size: 296875 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: float), _col1 (type: boolean), _col2 (type: double), _col3 (type: string), _col4 (type: tinyint), _col5 (type: int), _col6 (type: timestamp) + null sort order: zzzzzzz sort order: +++++++ Statistics: Num rows: 6144 Data size: 296875 Basic stats: COMPLETE Column stats: NONE value expressions: _col7 (type: double), _col8 (type: decimal(13,2)), _col9 (type: double), _col10 (type: double), _col11 (type: float), _col12 (type: double), _col13 (type: double), _col14 (type: double), _col15 (type: tinyint), _col16 (type: double), _col17 (type: float), _col18 (type: int), _col19 (type: decimal(13,2)), _col20 (type: double) diff --git ql/src/test/results/clientpositive/spark/parquet_vectorization_16.q.out ql/src/test/results/clientpositive/spark/parquet_vectorization_16.q.out index 56c7ecec34..6658e64c00 100644 --- ql/src/test/results/clientpositive/spark/parquet_vectorization_16.q.out +++ ql/src/test/results/clientpositive/spark/parquet_vectorization_16.q.out @@ -98,6 +98,7 @@ STAGE PLANS: Statistics: Num rows: 4096 Data size: 197917 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: double), _col2 (type: timestamp) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: double), _col2 (type: timestamp) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/spark/parquet_vectorization_17.q.out ql/src/test/results/clientpositive/spark/parquet_vectorization_17.q.out index b7372bb48a..f431947826 100644 --- ql/src/test/results/clientpositive/spark/parquet_vectorization_17.q.out +++ ql/src/test/results/clientpositive/spark/parquet_vectorization_17.q.out @@ -91,6 +91,7 @@ STAGE PLANS: Statistics: Num rows: 4096 Data size: 197917 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col5 (type: bigint), _col0 (type: float) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator diff --git ql/src/test/results/clientpositive/spark/parquet_vectorization_2.q.out ql/src/test/results/clientpositive/spark/parquet_vectorization_2.q.out index f38476965f..1a2ffd0eea 100644 --- ql/src/test/results/clientpositive/spark/parquet_vectorization_2.q.out +++ ql/src/test/results/clientpositive/spark/parquet_vectorization_2.q.out @@ -101,6 +101,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9 Statistics: Num rows: 1 Data size: 76 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator diff --git ql/src/test/results/clientpositive/spark/parquet_vectorization_3.q.out ql/src/test/results/clientpositive/spark/parquet_vectorization_3.q.out index 0d56ff9e59..64be36685d 100644 --- ql/src/test/results/clientpositive/spark/parquet_vectorization_3.q.out +++ ql/src/test/results/clientpositive/spark/parquet_vectorization_3.q.out @@ -106,6 +106,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13 Statistics: Num rows: 1 Data size: 112 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator diff --git ql/src/test/results/clientpositive/spark/parquet_vectorization_4.q.out ql/src/test/results/clientpositive/spark/parquet_vectorization_4.q.out index f2ee082436..1196b719d9 100644 --- ql/src/test/results/clientpositive/spark/parquet_vectorization_4.q.out +++ ql/src/test/results/clientpositive/spark/parquet_vectorization_4.q.out @@ -101,6 +101,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4 Statistics: Num rows: 1 Data size: 36 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator diff --git ql/src/test/results/clientpositive/spark/parquet_vectorization_5.q.out ql/src/test/results/clientpositive/spark/parquet_vectorization_5.q.out index a95545220b..497367cb63 100644 --- ql/src/test/results/clientpositive/spark/parquet_vectorization_5.q.out +++ ql/src/test/results/clientpositive/spark/parquet_vectorization_5.q.out @@ -94,6 +94,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4 Statistics: Num rows: 1 Data size: 28 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator diff --git ql/src/test/results/clientpositive/spark/parquet_vectorization_7.q.out ql/src/test/results/clientpositive/spark/parquet_vectorization_7.q.out index a3ebddf00f..c9ae0c9088 100644 --- ql/src/test/results/clientpositive/spark/parquet_vectorization_7.q.out +++ ql/src/test/results/clientpositive/spark/parquet_vectorization_7.q.out @@ -97,6 +97,7 @@ STAGE PLANS: Statistics: Num rows: 5461 Data size: 263873 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: boolean), _col1 (type: bigint), _col2 (type: smallint), _col3 (type: tinyint), _col4 (type: timestamp), _col5 (type: string), _col6 (type: bigint), _col7 (type: int), _col8 (type: smallint), _col9 (type: tinyint), _col10 (type: int), _col11 (type: bigint), _col12 (type: int), _col13 (type: tinyint), _col14 (type: tinyint) + null sort order: zzzzzzzzzzzzzzz sort order: +++++++++++++++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -334,6 +335,7 @@ STAGE PLANS: Statistics: Num rows: 5461 Data size: 263873 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: boolean), _col1 (type: bigint), _col2 (type: smallint), _col3 (type: tinyint), _col4 (type: timestamp), _col5 (type: string), _col6 (type: bigint), _col7 (type: int), _col8 (type: smallint), _col9 (type: tinyint), _col10 (type: int), _col11 (type: bigint), _col12 (type: int), _col13 (type: tinyint), _col14 (type: tinyint) + null sort order: zzzzzzzzzzzzzzz sort order: +++++++++++++++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator diff --git ql/src/test/results/clientpositive/spark/parquet_vectorization_8.q.out ql/src/test/results/clientpositive/spark/parquet_vectorization_8.q.out index 4f345b58fd..07dab140d6 100644 --- ql/src/test/results/clientpositive/spark/parquet_vectorization_8.q.out +++ ql/src/test/results/clientpositive/spark/parquet_vectorization_8.q.out @@ -93,6 +93,7 @@ STAGE PLANS: Statistics: Num rows: 12288 Data size: 593751 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: timestamp), _col1 (type: double), _col2 (type: boolean), _col3 (type: string), _col4 (type: float), _col5 (type: double), _col6 (type: double), _col7 (type: double), _col8 (type: float), _col9 (type: double), _col10 (type: double), _col11 (type: float), _col12 (type: float), _col13 (type: double) + null sort order: zzzzzzzzzzzzzz sort order: ++++++++++++++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -317,6 +318,7 @@ STAGE PLANS: Statistics: Num rows: 12288 Data size: 593751 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: timestamp), _col1 (type: double), _col2 (type: boolean), _col3 (type: string), _col4 (type: float), _col5 (type: double), _col6 (type: double), _col7 (type: double), _col8 (type: float), _col9 (type: double), _col10 (type: double), _col11 (type: float), _col12 (type: float), _col13 (type: double) + null sort order: zzzzzzzzzzzzzz sort order: ++++++++++++++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator diff --git ql/src/test/results/clientpositive/spark/parquet_vectorization_9.q.out ql/src/test/results/clientpositive/spark/parquet_vectorization_9.q.out index 56c7ecec34..6658e64c00 100644 --- ql/src/test/results/clientpositive/spark/parquet_vectorization_9.q.out +++ ql/src/test/results/clientpositive/spark/parquet_vectorization_9.q.out @@ -98,6 +98,7 @@ STAGE PLANS: Statistics: Num rows: 4096 Data size: 197917 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: double), _col2 (type: timestamp) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: double), _col2 (type: timestamp) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/spark/parquet_vectorization_div0.q.out ql/src/test/results/clientpositive/spark/parquet_vectorization_div0.q.out index 72cc8a75ac..98637c0326 100644 --- ql/src/test/results/clientpositive/spark/parquet_vectorization_div0.q.out +++ ql/src/test/results/clientpositive/spark/parquet_vectorization_div0.q.out @@ -231,6 +231,7 @@ STAGE PLANS: Statistics: Num rows: 1365 Data size: 65956 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint), _col1 (type: double) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -452,6 +453,7 @@ STAGE PLANS: Statistics: Num rows: 1365 Data size: 65956 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: double), _col1 (type: double) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator diff --git ql/src/test/results/clientpositive/spark/parquet_vectorization_limit.q.out ql/src/test/results/clientpositive/spark/parquet_vectorization_limit.q.out index 502fe65b40..7f03cba2da 100644 --- ql/src/test/results/clientpositive/spark/parquet_vectorization_limit.q.out +++ ql/src/test/results/clientpositive/spark/parquet_vectorization_limit.q.out @@ -126,6 +126,7 @@ STAGE PLANS: Statistics: Num rows: 12288 Data size: 593751 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: tinyint), _col1 (type: double) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -270,6 +271,7 @@ STAGE PLANS: Statistics: Num rows: 12288 Data size: 593751 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: tinyint) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: tinyint) Reduce Sink Vectorization: @@ -427,6 +429,7 @@ STAGE PLANS: Statistics: Num rows: 12288 Data size: 593751 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: tinyint) Reduce Sink Vectorization: @@ -572,6 +575,7 @@ STAGE PLANS: Statistics: Num rows: 12288 Data size: 593751 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: tinyint), _col1 (type: double) + null sort order: za sort order: ++ Map-reduce partition columns: _col0 (type: tinyint) Reduce Sink Vectorization: @@ -765,6 +769,7 @@ STAGE PLANS: Statistics: Num rows: 12288 Data size: 593751 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Reduce Sink Vectorization: @@ -808,6 +813,7 @@ STAGE PLANS: Statistics: Num rows: 6144 Data size: 296875 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: bigint), _col0 (type: double) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator diff --git ql/src/test/results/clientpositive/spark/parquet_vectorization_offset_limit.q.out ql/src/test/results/clientpositive/spark/parquet_vectorization_offset_limit.q.out index a69b9ac3fc..804627ed53 100644 --- ql/src/test/results/clientpositive/spark/parquet_vectorization_offset_limit.q.out +++ ql/src/test/results/clientpositive/spark/parquet_vectorization_offset_limit.q.out @@ -122,6 +122,7 @@ STAGE PLANS: Statistics: Num rows: 12288 Data size: 593751 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: tinyint), _col1 (type: double) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator diff --git ql/src/test/results/clientpositive/spark/parquet_vectorization_part_project.q.out ql/src/test/results/clientpositive/spark/parquet_vectorization_part_project.q.out index ab1de3c972..146ce04513 100644 --- ql/src/test/results/clientpositive/spark/parquet_vectorization_part_project.q.out +++ ql/src/test/results/clientpositive/spark/parquet_vectorization_part_project.q.out @@ -84,6 +84,7 @@ STAGE PLANS: Statistics: Num rows: 200 Data size: 9800 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: z sort order: + Statistics: Num rows: 200 Data size: 9800 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/spark/parquet_vectorization_pushdown.q.out ql/src/test/results/clientpositive/spark/parquet_vectorization_pushdown.q.out index 9cc4f3747a..333c6870f8 100644 --- ql/src/test/results/clientpositive/spark/parquet_vectorization_pushdown.q.out +++ ql/src/test/results/clientpositive/spark/parquet_vectorization_pushdown.q.out @@ -42,6 +42,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) diff --git ql/src/test/results/clientpositive/spark/ppd_gby_join.q.out ql/src/test/results/clientpositive/spark/ppd_gby_join.q.out index 95483b1f6d..c2ff27e43e 100644 --- ql/src/test/results/clientpositive/spark/ppd_gby_join.q.out +++ ql/src/test/results/clientpositive/spark/ppd_gby_join.q.out @@ -49,6 +49,7 @@ STAGE PLANS: Statistics: Num rows: 36 Data size: 382 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 36 Data size: 382 Basic stats: COMPLETE Column stats: NONE @@ -68,6 +69,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE @@ -91,6 +93,7 @@ STAGE PLANS: Statistics: Num rows: 60 Data size: 642 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 60 Data size: 642 Basic stats: COMPLETE Column stats: NONE @@ -320,6 +323,7 @@ STAGE PLANS: Statistics: Num rows: 36 Data size: 382 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 36 Data size: 382 Basic stats: COMPLETE Column stats: NONE @@ -339,6 +343,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE @@ -362,6 +367,7 @@ STAGE PLANS: Statistics: Num rows: 60 Data size: 642 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 60 Data size: 642 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/ppd_join.q.out ql/src/test/results/clientpositive/spark/ppd_join.q.out index a7b4e570a4..0b8a21bdba 100644 --- ql/src/test/results/clientpositive/spark/ppd_join.q.out +++ ql/src/test/results/clientpositive/spark/ppd_join.q.out @@ -46,6 +46,7 @@ STAGE PLANS: Statistics: Num rows: 36 Data size: 382 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 36 Data size: 382 Basic stats: COMPLETE Column stats: NONE @@ -65,6 +66,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE @@ -584,6 +586,7 @@ STAGE PLANS: Statistics: Num rows: 36 Data size: 382 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 36 Data size: 382 Basic stats: COMPLETE Column stats: NONE @@ -603,6 +606,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/ppd_join2.q.out ql/src/test/results/clientpositive/spark/ppd_join2.q.out index 3a33cf0e04..905bff43e0 100644 --- ql/src/test/results/clientpositive/spark/ppd_join2.q.out +++ ql/src/test/results/clientpositive/spark/ppd_join2.q.out @@ -53,6 +53,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE @@ -73,6 +74,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE @@ -93,6 +95,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -112,6 +115,7 @@ STAGE PLANS: Statistics: Num rows: 182 Data size: 1939 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: string) Statistics: Num rows: 182 Data size: 1939 Basic stats: COMPLETE Column stats: NONE @@ -1743,6 +1747,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE @@ -1763,6 +1768,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE @@ -1783,6 +1789,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -1802,6 +1809,7 @@ STAGE PLANS: Statistics: Num rows: 182 Data size: 1939 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: string) Statistics: Num rows: 182 Data size: 1939 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/ppd_join3.q.out ql/src/test/results/clientpositive/spark/ppd_join3.q.out index f8fe264edd..dc23a6883c 100644 --- ql/src/test/results/clientpositive/spark/ppd_join3.q.out +++ ql/src/test/results/clientpositive/spark/ppd_join3.q.out @@ -52,6 +52,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE @@ -71,6 +72,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE @@ -90,6 +92,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE @@ -1783,6 +1786,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE @@ -1802,6 +1806,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE @@ -1821,6 +1826,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/ppd_join4.q.out ql/src/test/results/clientpositive/spark/ppd_join4.q.out index c69663eed7..4713d88fbd 100644 --- ql/src/test/results/clientpositive/spark/ppd_join4.q.out +++ ql/src/test/results/clientpositive/spark/ppd_join4.q.out @@ -72,6 +72,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: 'a' (type: string) + null sort order: a sort order: + Map-reduce partition columns: 'a' (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -87,6 +88,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: 'a' (type: string) + null sort order: a sort order: + Map-reduce partition columns: 'a' (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/ppd_join5.q.out ql/src/test/results/clientpositive/spark/ppd_join5.q.out index 995f49ea7c..cb60947bce 100644 --- ql/src/test/results/clientpositive/spark/ppd_join5.q.out +++ ql/src/test/results/clientpositive/spark/ppd_join5.q.out @@ -75,6 +75,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 3 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 3 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string), _col1 (type: string) @@ -93,6 +94,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 3 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 3 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int) @@ -112,6 +114,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 3 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col0 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col0 (type: string) Statistics: Num rows: 1 Data size: 3 Basic stats: COMPLETE Column stats: NONE @@ -129,6 +132,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 7 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 7 Basic stats: COMPLETE Column stats: NONE @@ -209,6 +213,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 3 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 3 Basic stats: COMPLETE Column stats: NONE @@ -228,6 +233,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 3 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col0 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col0 (type: string) Statistics: Num rows: 1 Data size: 3 Basic stats: COMPLETE Column stats: NONE @@ -247,6 +253,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 3 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 3 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int) @@ -269,6 +276,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: int) diff --git ql/src/test/results/clientpositive/spark/ppd_multi_insert.q.out ql/src/test/results/clientpositive/spark/ppd_multi_insert.q.out index 3f469a166e..054f0462c4 100644 --- ql/src/test/results/clientpositive/spark/ppd_multi_insert.q.out +++ ql/src/test/results/clientpositive/spark/ppd_multi_insert.q.out @@ -82,6 +82,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -98,6 +99,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -1372,6 +1374,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -1388,6 +1391,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/ppd_outer_join1.q.out ql/src/test/results/clientpositive/spark/ppd_outer_join1.q.out index 706a61c1db..d8cac99eb3 100644 --- ql/src/test/results/clientpositive/spark/ppd_outer_join1.q.out +++ ql/src/test/results/clientpositive/spark/ppd_outer_join1.q.out @@ -46,6 +46,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE @@ -66,6 +67,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE @@ -169,6 +171,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE @@ -189,6 +192,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/ppd_outer_join2.q.out ql/src/test/results/clientpositive/spark/ppd_outer_join2.q.out index 2c92d097c6..4e9f2e1dd7 100644 --- ql/src/test/results/clientpositive/spark/ppd_outer_join2.q.out +++ ql/src/test/results/clientpositive/spark/ppd_outer_join2.q.out @@ -46,6 +46,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE @@ -66,6 +67,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE @@ -289,6 +291,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE @@ -309,6 +312,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/ppd_outer_join3.q.out ql/src/test/results/clientpositive/spark/ppd_outer_join3.q.out index 12731d2ec5..c0a0852997 100644 --- ql/src/test/results/clientpositive/spark/ppd_outer_join3.q.out +++ ql/src/test/results/clientpositive/spark/ppd_outer_join3.q.out @@ -46,6 +46,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE @@ -66,6 +67,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE @@ -289,6 +291,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE @@ -309,6 +312,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/ppd_outer_join4.q.out ql/src/test/results/clientpositive/spark/ppd_outer_join4.q.out index d13e57d5de..507b228592 100644 --- ql/src/test/results/clientpositive/spark/ppd_outer_join4.q.out +++ ql/src/test/results/clientpositive/spark/ppd_outer_join4.q.out @@ -52,6 +52,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE @@ -72,6 +73,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE @@ -91,6 +93,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE @@ -436,6 +439,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE @@ -456,6 +460,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE @@ -475,6 +480,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/ppd_outer_join5.q.out ql/src/test/results/clientpositive/spark/ppd_outer_join5.q.out index df3d6e62db..b2dce6e836 100644 --- ql/src/test/results/clientpositive/spark/ppd_outer_join5.q.out +++ ql/src/test/results/clientpositive/spark/ppd_outer_join5.q.out @@ -70,6 +70,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string) @@ -88,6 +89,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: string), _col1 (type: string) @@ -106,6 +108,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: string), _col1 (type: string) @@ -124,6 +127,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4 Statistics: Num rows: 1 Data size: 1 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string) @@ -195,6 +199,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: string), _col1 (type: string) @@ -213,6 +218,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: string), _col1 (type: string) @@ -231,6 +237,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string) @@ -246,6 +253,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 1 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string) @@ -317,6 +325,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: string), _col1 (type: string) @@ -335,6 +344,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: string), _col1 (type: string) @@ -353,6 +363,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string) @@ -368,6 +379,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 1 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string), _col3 (type: string) diff --git ql/src/test/results/clientpositive/spark/ppd_transform.q.out ql/src/test/results/clientpositive/spark/ppd_transform.q.out index 5b2671b0f0..4d7e5e990a 100644 --- ql/src/test/results/clientpositive/spark/ppd_transform.q.out +++ ql/src/test/results/clientpositive/spark/ppd_transform.q.out @@ -51,6 +51,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -241,6 +242,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/ptf.q.out ql/src/test/results/clientpositive/spark/ptf.q.out index 0ff31f30d2..ffa190bfa2 100644 --- ql/src/test/results/clientpositive/spark/ptf.q.out +++ ql/src/test/results/clientpositive/spark/ptf.q.out @@ -41,6 +41,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -68,6 +69,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -221,6 +223,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: p_partkey (type: int) + null sort order: a sort order: + Map-reduce partition columns: p_partkey (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -237,6 +240,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: p_partkey (type: int) + null sort order: a sort order: + Map-reduce partition columns: p_partkey (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -253,6 +257,7 @@ STAGE PLANS: Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE @@ -279,6 +284,7 @@ STAGE PLANS: Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE @@ -406,6 +412,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -532,6 +539,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -559,6 +567,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -713,6 +722,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -740,6 +750,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -896,6 +907,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -933,6 +945,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: int) + null sort order: aza sort order: +++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -1082,6 +1095,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -1098,6 +1112,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: p_partkey (type: int) + null sort order: a sort order: + Map-reduce partition columns: p_partkey (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -1127,6 +1142,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -1240,6 +1256,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: p_partkey (type: int) + null sort order: a sort order: + Map-reduce partition columns: p_partkey (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -1251,6 +1268,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -1302,6 +1320,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -1410,6 +1429,7 @@ STAGE PLANS: Map-side function: true Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string), p_size (type: int) + null sort order: azz sort order: ++- Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -1436,6 +1456,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string), _col5 (type: int) + null sort order: azz sort order: ++- Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -1584,6 +1605,7 @@ STAGE PLANS: Map-side function: true Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -1611,6 +1633,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -1761,6 +1784,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -1788,6 +1812,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -1941,6 +1966,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: zz sort order: -+ Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -1991,6 +2017,7 @@ STAGE PLANS: Map-side function: true Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: zz sort order: -+ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -2025,6 +2052,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -2185,6 +2213,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -2212,6 +2241,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -2368,6 +2398,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -2384,6 +2415,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: p_partkey (type: int) + null sort order: a sort order: + Map-reduce partition columns: p_partkey (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -2413,6 +2445,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -2429,6 +2462,7 @@ STAGE PLANS: Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE @@ -2593,6 +2627,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -2630,6 +2665,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: int) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -2767,6 +2803,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: za sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -2800,6 +2837,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE @@ -2991,6 +3029,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -3081,6 +3120,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -3164,6 +3204,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -3188,6 +3229,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col5 (type: int) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -3397,6 +3439,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: p_mfgr (type: string) + null sort order: z sort order: + Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -3454,6 +3497,7 @@ STAGE PLANS: Map-side function: true Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: _col2 (type: string), _col1 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -3488,6 +3532,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col2 (type: string), _col1 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -3672,6 +3717,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: p_mfgr (type: string) + null sort order: z sort order: + Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -3706,6 +3752,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: _col2 (type: string), _col1 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -3732,6 +3779,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: z sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -3758,6 +3806,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -3937,6 +3986,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: p_mfgr (type: string), p_name (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -3971,6 +4021,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: z sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -4004,6 +4055,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -4184,6 +4236,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: p_mfgr (type: string), p_name (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -4218,6 +4271,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: z sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -4260,6 +4314,7 @@ STAGE PLANS: Map-side function: true Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: _col2 (type: string), _col1 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -4287,6 +4342,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col2 (type: string), _col1 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -4468,6 +4524,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: p_mfgr (type: string), p_name (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -4518,6 +4575,7 @@ STAGE PLANS: Map-side function: true Reduce Output Operator key expressions: _col2 (type: string) + null sort order: z sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -4552,6 +4610,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: _col2 (type: string), _col1 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -4727,6 +4786,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: p_mfgr (type: string), p_name (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -4777,6 +4837,7 @@ STAGE PLANS: Map-side function: true Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: _col2 (type: string), _col1 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -4804,6 +4865,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/ptf_matchpath.q.out ql/src/test/results/clientpositive/spark/ptf_matchpath.q.out index 334fd7bd88..1160764f3e 100644 --- ql/src/test/results/clientpositive/spark/ptf_matchpath.q.out +++ ql/src/test/results/clientpositive/spark/ptf_matchpath.q.out @@ -78,6 +78,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 53790 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: fl_num (type: string), year (type: int), month (type: int), day_of_month (type: int) + null sort order: azzz sort order: ++++ Map-reduce partition columns: fl_num (type: string) Statistics: Num rows: 1 Data size: 53790 Basic stats: COMPLETE Column stats: NONE @@ -206,6 +207,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 53790 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: 0 (type: int), fl_num (type: string), year (type: int), month (type: int), day_of_month (type: int) + null sort order: azzzz sort order: +++++ Map-reduce partition columns: 0 (type: int) Statistics: Num rows: 1 Data size: 53790 Basic stats: COMPLETE Column stats: NONE @@ -332,6 +334,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 53790 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: 0 (type: int), _col6 (type: string), _col2 (type: int), _col3 (type: int), _col4 (type: int) + null sort order: azzzz sort order: +++++ Map-reduce partition columns: 0 (type: int) Statistics: Num rows: 1 Data size: 53790 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/ptf_streaming.q.out ql/src/test/results/clientpositive/spark/ptf_streaming.q.out index 7f575017fb..fce2b29795 100644 --- ql/src/test/results/clientpositive/spark/ptf_streaming.q.out +++ ql/src/test/results/clientpositive/spark/ptf_streaming.q.out @@ -41,6 +41,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -67,6 +68,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -219,6 +221,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: p_partkey (type: int) + null sort order: a sort order: + Map-reduce partition columns: p_partkey (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -234,6 +237,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: p_partkey (type: int) + null sort order: a sort order: + Map-reduce partition columns: p_partkey (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -249,6 +253,7 @@ STAGE PLANS: Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE @@ -275,6 +280,7 @@ STAGE PLANS: Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE @@ -405,6 +411,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -420,6 +427,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: p_partkey (type: int) + null sort order: a sort order: + Map-reduce partition columns: p_partkey (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -448,6 +456,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -573,6 +582,7 @@ STAGE PLANS: Map-side function: true Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string), p_size (type: int) + null sort order: azz sort order: ++- Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -599,6 +609,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string), _col5 (type: int) + null sort order: azz sort order: ++- Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -746,6 +757,7 @@ STAGE PLANS: Map-side function: true Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -773,6 +785,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -925,6 +938,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -974,6 +988,7 @@ STAGE PLANS: Map-side function: true Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -1008,6 +1023,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -1162,6 +1178,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -1211,6 +1228,7 @@ STAGE PLANS: Map-side function: true Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -1245,6 +1263,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -1399,6 +1418,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -1448,6 +1468,7 @@ STAGE PLANS: Map-side function: true Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -1482,6 +1503,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -1640,6 +1662,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -1655,6 +1678,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: p_partkey (type: int) + null sort order: a sort order: + Map-reduce partition columns: p_partkey (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -1683,6 +1707,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -1699,6 +1724,7 @@ STAGE PLANS: Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE @@ -1886,6 +1912,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: p_mfgr (type: string) + null sort order: z sort order: + Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -1942,6 +1969,7 @@ STAGE PLANS: Map-side function: true Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: _col2 (type: string), _col1 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -1976,6 +2004,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col2 (type: string), _col1 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -2159,6 +2188,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: p_mfgr (type: string) + null sort order: z sort order: + Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -2192,6 +2222,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: _col2 (type: string), _col1 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -2218,6 +2249,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: z sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -2244,6 +2276,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -2420,6 +2453,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: p_mfgr (type: string), p_name (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -2469,6 +2503,7 @@ STAGE PLANS: Map-side function: true Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: _col2 (type: string), _col1 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -2496,6 +2531,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/reduce_deduplicate_exclude_join.q.out ql/src/test/results/clientpositive/spark/reduce_deduplicate_exclude_join.q.out index e6344b4172..0a7296f519 100644 --- ql/src/test/results/clientpositive/spark/reduce_deduplicate_exclude_join.q.out +++ ql/src/test/results/clientpositive/spark/reduce_deduplicate_exclude_join.q.out @@ -54,6 +54,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/runtime_skewjoin_mapjoin_spark.q.out ql/src/test/results/clientpositive/spark/runtime_skewjoin_mapjoin_spark.q.out index 17db7838a7..3befcfcbce 100644 --- ql/src/test/results/clientpositive/spark/runtime_skewjoin_mapjoin_spark.q.out +++ ql/src/test/results/clientpositive/spark/runtime_skewjoin_mapjoin_spark.q.out @@ -92,6 +92,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -121,6 +122,7 @@ STAGE PLANS: Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE @@ -142,6 +144,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -240,6 +243,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/spark/sample8.q.out ql/src/test/results/clientpositive/spark/sample8.q.out index 99488bfca8..f8b550b1f0 100644 --- ql/src/test/results/clientpositive/spark/sample8.q.out +++ ql/src/test/results/clientpositive/spark/sample8.q.out @@ -763,6 +763,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -780,6 +781,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 191 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 25 Data size: 191 Basic stats: COMPLETE Column stats: NONE @@ -864,6 +866,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -881,6 +884,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 191 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 25 Data size: 191 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/script_pipe.q.out ql/src/test/results/clientpositive/spark/script_pipe.q.out index c3ff8b6de0..7893c8e300 100644 --- ql/src/test/results/clientpositive/spark/script_pipe.q.out +++ ql/src/test/results/clientpositive/spark/script_pipe.q.out @@ -30,6 +30,7 @@ STAGE PLANS: Number of rows: 1 Statistics: Num rows: 1 Data size: 10 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 10 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/spark/semijoin.q.out ql/src/test/results/clientpositive/spark/semijoin.q.out index b6d6559c30..b3b7d8c3dc 100644 --- ql/src/test/results/clientpositive/spark/semijoin.q.out +++ ql/src/test/results/clientpositive/spark/semijoin.q.out @@ -153,6 +153,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 79 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 11 Data size: 79 Basic stats: COMPLETE Column stats: NONE @@ -178,6 +179,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 84 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 11 Data size: 84 Basic stats: COMPLETE Column stats: NONE @@ -193,6 +195,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 86 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 12 Data size: 86 Basic stats: COMPLETE Column stats: NONE Reducer 3 @@ -264,6 +267,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 84 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 11 Data size: 84 Basic stats: COMPLETE Column stats: NONE @@ -289,6 +293,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 79 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 11 Data size: 79 Basic stats: COMPLETE Column stats: NONE @@ -304,6 +309,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 92 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 12 Data size: 92 Basic stats: COMPLETE Column stats: NONE Reducer 3 @@ -377,6 +383,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 79 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 11 Data size: 79 Basic stats: COMPLETE Column stats: NONE @@ -402,6 +409,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -417,6 +425,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 86 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 12 Data size: 86 Basic stats: PARTIAL Column stats: NONE Reducer 3 @@ -482,6 +491,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 79 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 11 Data size: 79 Basic stats: COMPLETE Column stats: NONE @@ -507,6 +517,7 @@ STAGE PLANS: Statistics: Num rows: 7 Data size: 51 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 7 Data size: 51 Basic stats: COMPLETE Column stats: NONE @@ -526,6 +537,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 86 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 12 Data size: 86 Basic stats: COMPLETE Column stats: NONE Reducer 3 @@ -602,6 +614,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 79 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 11 Data size: 79 Basic stats: COMPLETE Column stats: NONE @@ -627,6 +640,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 22 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 22 Basic stats: COMPLETE Column stats: NONE @@ -642,6 +656,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 86 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 12 Data size: 86 Basic stats: COMPLETE Column stats: NONE Reducer 3 @@ -720,6 +735,7 @@ STAGE PLANS: Statistics: Num rows: 7 Data size: 51 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 7 Data size: 51 Basic stats: COMPLETE Column stats: NONE @@ -734,6 +750,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 79 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 11 Data size: 79 Basic stats: COMPLETE Column stats: NONE @@ -754,6 +771,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 86 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 12 Data size: 86 Basic stats: COMPLETE Column stats: NONE Reducer 3 @@ -832,6 +850,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 7 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 7 Basic stats: COMPLETE Column stats: NONE @@ -846,6 +865,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 79 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 11 Data size: 79 Basic stats: COMPLETE Column stats: NONE @@ -866,6 +886,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 86 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 12 Data size: 86 Basic stats: COMPLETE Column stats: NONE Reducer 3 @@ -941,6 +962,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 21 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 21 Basic stats: COMPLETE Column stats: NONE @@ -955,6 +977,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 84 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 11 Data size: 84 Basic stats: COMPLETE Column stats: NONE @@ -971,6 +994,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 92 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 12 Data size: 92 Basic stats: COMPLETE Column stats: NONE Reducer 3 @@ -1081,6 +1105,7 @@ STAGE PLANS: Statistics: Num rows: 24 Data size: 179 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 24 Data size: 179 Basic stats: COMPLETE Column stats: NONE Local Work: @@ -1167,6 +1192,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 79 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 11 Data size: 79 Basic stats: COMPLETE Column stats: NONE @@ -1192,6 +1218,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 84 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: (2 * _col0) (type: int) + null sort order: a sort order: + Map-reduce partition columns: (2 * _col0) (type: int) Statistics: Num rows: 11 Data size: 84 Basic stats: COMPLETE Column stats: NONE @@ -1207,6 +1234,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 86 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 12 Data size: 86 Basic stats: COMPLETE Column stats: NONE Reducer 3 @@ -1278,6 +1306,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 79 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 11 Data size: 79 Basic stats: COMPLETE Column stats: NONE @@ -1293,6 +1322,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 84 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 11 Data size: 84 Basic stats: COMPLETE Column stats: NONE @@ -1318,6 +1348,7 @@ STAGE PLANS: Statistics: Num rows: 22 Data size: 163 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 22 Data size: 163 Basic stats: COMPLETE Column stats: NONE @@ -1339,6 +1370,7 @@ STAGE PLANS: Statistics: Num rows: 48 Data size: 358 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 48 Data size: 358 Basic stats: COMPLETE Column stats: NONE value expressions: _col2 (type: int), _col3 (type: string) @@ -1421,6 +1453,7 @@ STAGE PLANS: Statistics: Num rows: 22 Data size: 163 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: int), value (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: int), value (type: string) Statistics: Num rows: 22 Data size: 163 Basic stats: COMPLETE Column stats: NONE @@ -1445,6 +1478,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 79 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string) Statistics: Num rows: 11 Data size: 79 Basic stats: COMPLETE Column stats: NONE @@ -1460,6 +1494,7 @@ STAGE PLANS: Statistics: Num rows: 24 Data size: 179 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 24 Data size: 179 Basic stats: COMPLETE Column stats: NONE Reducer 3 @@ -1611,6 +1646,7 @@ STAGE PLANS: Statistics: Num rows: 48 Data size: 358 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 48 Data size: 358 Basic stats: COMPLETE Column stats: NONE Local Work: @@ -1692,6 +1728,7 @@ STAGE PLANS: Statistics: Num rows: 22 Data size: 163 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 22 Data size: 163 Basic stats: COMPLETE Column stats: NONE @@ -1702,6 +1739,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 79 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 11 Data size: 79 Basic stats: COMPLETE Column stats: NONE @@ -1722,6 +1760,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 84 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 11 Data size: 84 Basic stats: COMPLETE Column stats: NONE @@ -1739,6 +1778,7 @@ STAGE PLANS: Statistics: Num rows: 48 Data size: 358 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 48 Data size: 358 Basic stats: COMPLETE Column stats: NONE Reducer 3 @@ -1830,6 +1870,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 79 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 11 Data size: 79 Basic stats: COMPLETE Column stats: NONE @@ -1840,6 +1881,7 @@ STAGE PLANS: Statistics: Num rows: 22 Data size: 163 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 22 Data size: 163 Basic stats: COMPLETE Column stats: NONE @@ -1860,6 +1902,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 84 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 11 Data size: 84 Basic stats: COMPLETE Column stats: NONE @@ -1877,6 +1920,7 @@ STAGE PLANS: Statistics: Num rows: 48 Data size: 358 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 48 Data size: 358 Basic stats: COMPLETE Column stats: NONE Reducer 3 @@ -1971,6 +2015,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 79 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 11 Data size: 79 Basic stats: COMPLETE Column stats: NONE @@ -1981,6 +2026,7 @@ STAGE PLANS: Statistics: Num rows: 22 Data size: 163 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 22 Data size: 163 Basic stats: COMPLETE Column stats: NONE @@ -2001,6 +2047,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 84 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 11 Data size: 84 Basic stats: COMPLETE Column stats: NONE @@ -2018,6 +2065,7 @@ STAGE PLANS: Statistics: Num rows: 48 Data size: 358 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 48 Data size: 358 Basic stats: COMPLETE Column stats: NONE Reducer 3 @@ -2112,6 +2160,7 @@ STAGE PLANS: Statistics: Num rows: 22 Data size: 163 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 22 Data size: 163 Basic stats: COMPLETE Column stats: NONE @@ -2132,6 +2181,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 84 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 11 Data size: 84 Basic stats: COMPLETE Column stats: NONE @@ -2142,6 +2192,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 79 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 11 Data size: 79 Basic stats: COMPLETE Column stats: NONE @@ -2159,6 +2210,7 @@ STAGE PLANS: Statistics: Num rows: 48 Data size: 358 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 48 Data size: 358 Basic stats: COMPLETE Column stats: NONE Reducer 3 @@ -2253,6 +2305,7 @@ STAGE PLANS: Statistics: Num rows: 22 Data size: 163 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 22 Data size: 163 Basic stats: COMPLETE Column stats: NONE @@ -2273,6 +2326,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 84 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 11 Data size: 84 Basic stats: COMPLETE Column stats: NONE @@ -2283,6 +2337,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 79 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 11 Data size: 79 Basic stats: COMPLETE Column stats: NONE @@ -2300,6 +2355,7 @@ STAGE PLANS: Statistics: Num rows: 48 Data size: 358 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 48 Data size: 358 Basic stats: COMPLETE Column stats: NONE Reducer 3 @@ -2396,6 +2452,7 @@ STAGE PLANS: Statistics: Num rows: 22 Data size: 163 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 22 Data size: 163 Basic stats: COMPLETE Column stats: NONE @@ -2416,6 +2473,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 79 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 11 Data size: 79 Basic stats: COMPLETE Column stats: NONE @@ -2426,6 +2484,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 84 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 11 Data size: 84 Basic stats: COMPLETE Column stats: NONE @@ -2443,6 +2502,7 @@ STAGE PLANS: Statistics: Num rows: 48 Data size: 358 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 48 Data size: 358 Basic stats: COMPLETE Column stats: NONE Reducer 3 @@ -2555,6 +2615,7 @@ STAGE PLANS: Statistics: Num rows: 22 Data size: 163 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: int) + null sort order: a sort order: + Map-reduce partition columns: key (type: int) Statistics: Num rows: 22 Data size: 163 Basic stats: COMPLETE Column stats: NONE @@ -2580,6 +2641,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 84 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 11 Data size: 84 Basic stats: COMPLETE Column stats: NONE @@ -2590,6 +2652,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 79 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: value (type: string) + null sort order: a sort order: + Map-reduce partition columns: value (type: string) Statistics: Num rows: 11 Data size: 79 Basic stats: COMPLETE Column stats: NONE @@ -2605,6 +2668,7 @@ STAGE PLANS: Statistics: Num rows: 24 Data size: 179 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 24 Data size: 179 Basic stats: COMPLETE Column stats: NONE @@ -2621,6 +2685,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 196 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 26 Data size: 196 Basic stats: COMPLETE Column stats: NONE Reducer 4 @@ -2726,6 +2791,7 @@ STAGE PLANS: Statistics: Num rows: 7 Data size: 51 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 7 Data size: 51 Basic stats: COMPLETE Column stats: NONE @@ -2751,6 +2817,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 84 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 11 Data size: 84 Basic stats: COMPLETE Column stats: NONE @@ -2829,6 +2896,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -2846,6 +2914,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string), _col1 (type: string) @@ -2866,6 +2935,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -2911,6 +2981,7 @@ STAGE PLANS: Statistics: Num rows: 41666 Data size: 926985 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 41666 Data size: 926985 Basic stats: COMPLETE Column stats: NONE @@ -2922,6 +2993,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string) diff --git ql/src/test/results/clientpositive/spark/skewjoin.q.out ql/src/test/results/clientpositive/spark/skewjoin.q.out index 006a7b6cf1..90f23891c8 100644 --- ql/src/test/results/clientpositive/spark/skewjoin.q.out +++ ql/src/test/results/clientpositive/spark/skewjoin.q.out @@ -112,6 +112,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -130,6 +131,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -283,6 +285,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -298,6 +301,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -313,6 +317,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 200 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 1 Data size: 200 Basic stats: COMPLETE Column stats: NONE @@ -328,6 +333,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -429,6 +435,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -444,6 +451,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -459,6 +467,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 200 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 1 Data size: 200 Basic stats: COMPLETE Column stats: NONE @@ -474,6 +483,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -564,6 +574,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: UDFToDouble(key) (type: double) + null sort order: a sort order: + Map-reduce partition columns: UDFToDouble(key) (type: double) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -579,6 +590,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: (key + 1) (type: double) + null sort order: a sort order: + Map-reduce partition columns: (key + 1) (type: double) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -600,6 +612,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: bigint) @@ -683,6 +696,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -701,6 +715,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -785,6 +800,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -876,6 +892,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), UDFToDouble(substring(_col1, 5)) (type: double) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), UDFToDouble(substring(_col1, 5)) (type: double) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -894,6 +911,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), (substring(_col1, 5) + 1) (type: double) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), (substring(_col1, 5) + 1) (type: double) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -978,6 +996,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -1079,6 +1098,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE @@ -1097,6 +1117,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE @@ -1116,6 +1137,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE @@ -1214,6 +1236,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -1379,6 +1402,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) diff --git ql/src/test/results/clientpositive/spark/skewjoin_noskew.q.out ql/src/test/results/clientpositive/spark/skewjoin_noskew.q.out index 1513c8ddda..dff97079e7 100644 --- ql/src/test/results/clientpositive/spark/skewjoin_noskew.q.out +++ ql/src/test/results/clientpositive/spark/skewjoin_noskew.q.out @@ -42,6 +42,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -62,6 +63,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -135,6 +137,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/spark/skewjoin_union_remove_1.q.out ql/src/test/results/clientpositive/spark/skewjoin_union_remove_1.q.out index e9d4b56984..a4f08ce752 100644 --- ql/src/test/results/clientpositive/spark/skewjoin_union_remove_1.q.out +++ ql/src/test/results/clientpositive/spark/skewjoin_union_remove_1.q.out @@ -73,6 +73,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -93,6 +94,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -112,6 +114,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -131,6 +134,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -228,6 +232,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -247,6 +252,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -266,6 +272,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -285,6 +292,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -394,6 +402,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -414,6 +423,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -433,6 +443,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -452,6 +463,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -571,6 +583,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -590,6 +603,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -609,6 +623,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -628,6 +643,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/skewjoin_union_remove_2.q.out ql/src/test/results/clientpositive/spark/skewjoin_union_remove_2.q.out index 52b91df6c7..df02d820b4 100644 --- ql/src/test/results/clientpositive/spark/skewjoin_union_remove_2.q.out +++ ql/src/test/results/clientpositive/spark/skewjoin_union_remove_2.q.out @@ -91,6 +91,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -111,6 +112,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -131,6 +133,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 200 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 200 Basic stats: COMPLETE Column stats: NONE @@ -150,6 +153,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -169,6 +173,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -188,6 +193,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 200 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 200 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/skewjoinopt1.q.out ql/src/test/results/clientpositive/spark/skewjoinopt1.q.out index 29253ee4a2..f29a702825 100644 --- ql/src/test/results/clientpositive/spark/skewjoinopt1.q.out +++ ql/src/test/results/clientpositive/spark/skewjoinopt1.q.out @@ -73,6 +73,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -93,6 +94,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -112,6 +114,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -131,6 +134,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -228,6 +232,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -247,6 +252,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -266,6 +272,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -285,6 +292,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -385,6 +393,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -404,6 +413,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -422,6 +432,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -440,6 +451,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -457,6 +469,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -488,6 +501,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -549,6 +563,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -567,6 +582,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -585,6 +601,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -603,6 +620,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -620,6 +638,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -651,6 +670,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/spark/skewjoinopt10.q.out ql/src/test/results/clientpositive/spark/skewjoinopt10.q.out index 05dfae868e..9b6c5d8874 100644 --- ql/src/test/results/clientpositive/spark/skewjoinopt10.q.out +++ ql/src/test/results/clientpositive/spark/skewjoinopt10.q.out @@ -71,6 +71,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -86,6 +87,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 12 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 3 Data size: 12 Basic stats: COMPLETE Column stats: NONE @@ -101,6 +103,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -115,6 +118,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 12 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 3 Data size: 12 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/skewjoinopt11.q.out ql/src/test/results/clientpositive/spark/skewjoinopt11.q.out index e55f4a7e8b..c764fcaf15 100644 --- ql/src/test/results/clientpositive/spark/skewjoinopt11.q.out +++ ql/src/test/results/clientpositive/spark/skewjoinopt11.q.out @@ -83,6 +83,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -102,6 +103,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -121,6 +123,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -141,6 +144,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/skewjoinopt12.q.out ql/src/test/results/clientpositive/spark/skewjoinopt12.q.out index 42613401f5..0692f9e284 100644 --- ql/src/test/results/clientpositive/spark/skewjoinopt12.q.out +++ ql/src/test/results/clientpositive/spark/skewjoinopt12.q.out @@ -73,6 +73,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -92,6 +93,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -110,6 +112,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -128,6 +131,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/skewjoinopt13.q.out ql/src/test/results/clientpositive/spark/skewjoinopt13.q.out index 6a6b23e6bc..0a7516eec1 100644 --- ql/src/test/results/clientpositive/spark/skewjoinopt13.q.out +++ ql/src/test/results/clientpositive/spark/skewjoinopt13.q.out @@ -95,6 +95,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -115,6 +116,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -135,6 +137,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 200 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 200 Basic stats: COMPLETE Column stats: NONE @@ -152,6 +155,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 330 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 330 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/skewjoinopt14.q.out ql/src/test/results/clientpositive/spark/skewjoinopt14.q.out index 19059aa541..e38d2757b6 100644 --- ql/src/test/results/clientpositive/spark/skewjoinopt14.q.out +++ ql/src/test/results/clientpositive/spark/skewjoinopt14.q.out @@ -98,6 +98,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -118,6 +119,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -138,6 +140,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 200 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 200 Basic stats: COMPLETE Column stats: NONE @@ -157,6 +160,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -176,6 +180,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -190,6 +195,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 330 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 2 Data size: 660 Basic stats: COMPLETE Column stats: NONE @@ -220,6 +226,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 330 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 2 Data size: 660 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/skewjoinopt15.q.out ql/src/test/results/clientpositive/spark/skewjoinopt15.q.out index d320260ce8..613549811a 100644 --- ql/src/test/results/clientpositive/spark/skewjoinopt15.q.out +++ ql/src/test/results/clientpositive/spark/skewjoinopt15.q.out @@ -105,6 +105,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: NONE @@ -125,6 +126,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: NONE @@ -144,6 +146,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -163,6 +166,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -260,6 +264,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: NONE @@ -279,6 +284,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: NONE @@ -298,6 +304,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -317,6 +324,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -417,6 +425,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: NONE @@ -436,6 +445,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: NONE @@ -454,6 +464,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -472,6 +483,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -489,6 +501,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -520,6 +533,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -581,6 +595,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: NONE @@ -599,6 +614,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: NONE @@ -617,6 +633,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -635,6 +652,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -652,6 +670,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -683,6 +702,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/spark/skewjoinopt16.q.out ql/src/test/results/clientpositive/spark/skewjoinopt16.q.out index 75efc9a39a..2ff53d7ae0 100644 --- ql/src/test/results/clientpositive/spark/skewjoinopt16.q.out +++ ql/src/test/results/clientpositive/spark/skewjoinopt16.q.out @@ -73,6 +73,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -92,6 +93,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -110,6 +112,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -128,6 +131,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/skewjoinopt17.q.out ql/src/test/results/clientpositive/spark/skewjoinopt17.q.out index 541c2d654a..3fa2150b56 100644 --- ql/src/test/results/clientpositive/spark/skewjoinopt17.q.out +++ ql/src/test/results/clientpositive/spark/skewjoinopt17.q.out @@ -73,6 +73,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -93,6 +94,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -112,6 +114,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -131,6 +134,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -280,6 +284,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -299,6 +304,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -317,6 +323,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -335,6 +342,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/skewjoinopt18.q.out ql/src/test/results/clientpositive/spark/skewjoinopt18.q.out index de10fc472f..cc79eb5a1b 100644 --- ql/src/test/results/clientpositive/spark/skewjoinopt18.q.out +++ ql/src/test/results/clientpositive/spark/skewjoinopt18.q.out @@ -88,6 +88,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: double) Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: NONE @@ -108,6 +109,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: double) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/skewjoinopt19.q.out ql/src/test/results/clientpositive/spark/skewjoinopt19.q.out index 207bff325f..898a3cc9f9 100644 --- ql/src/test/results/clientpositive/spark/skewjoinopt19.q.out +++ ql/src/test/results/clientpositive/spark/skewjoinopt19.q.out @@ -73,6 +73,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -93,6 +94,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -112,6 +114,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -131,6 +134,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/skewjoinopt2.q.out ql/src/test/results/clientpositive/spark/skewjoinopt2.q.out index 3cb9803410..8d0854fa67 100644 --- ql/src/test/results/clientpositive/spark/skewjoinopt2.q.out +++ ql/src/test/results/clientpositive/spark/skewjoinopt2.q.out @@ -73,6 +73,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -92,6 +93,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -110,6 +112,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -128,6 +131,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -220,6 +224,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -239,6 +244,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -257,6 +263,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -275,6 +282,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -373,6 +381,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -392,6 +401,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -410,6 +420,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -428,6 +439,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -448,6 +460,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 660 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 660 Basic stats: COMPLETE Column stats: NONE @@ -484,6 +497,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 660 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 660 Basic stats: COMPLETE Column stats: NONE @@ -546,6 +560,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -565,6 +580,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -583,6 +599,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -601,6 +618,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -621,6 +639,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 660 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 660 Basic stats: COMPLETE Column stats: NONE @@ -657,6 +676,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 660 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 660 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/skewjoinopt20.q.out ql/src/test/results/clientpositive/spark/skewjoinopt20.q.out index e3d0ba9497..41966a5b99 100644 --- ql/src/test/results/clientpositive/spark/skewjoinopt20.q.out +++ ql/src/test/results/clientpositive/spark/skewjoinopt20.q.out @@ -73,6 +73,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -93,6 +94,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -112,6 +114,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -131,6 +134,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/skewjoinopt3.q.out ql/src/test/results/clientpositive/spark/skewjoinopt3.q.out index 8a31130a2d..28a0c8fbd1 100644 --- ql/src/test/results/clientpositive/spark/skewjoinopt3.q.out +++ ql/src/test/results/clientpositive/spark/skewjoinopt3.q.out @@ -73,6 +73,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -93,6 +94,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -112,6 +114,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -131,6 +134,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -227,6 +231,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -246,6 +251,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -265,6 +271,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -284,6 +291,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/skewjoinopt4.q.out ql/src/test/results/clientpositive/spark/skewjoinopt4.q.out index 1c29257bcd..3f547be9fa 100644 --- ql/src/test/results/clientpositive/spark/skewjoinopt4.q.out +++ ql/src/test/results/clientpositive/spark/skewjoinopt4.q.out @@ -71,6 +71,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -91,6 +92,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -110,6 +112,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -129,6 +132,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -226,6 +230,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -246,6 +251,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -265,6 +271,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -284,6 +291,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/skewjoinopt5.q.out ql/src/test/results/clientpositive/spark/skewjoinopt5.q.out index fc8ff53743..63118dede8 100644 --- ql/src/test/results/clientpositive/spark/skewjoinopt5.q.out +++ ql/src/test/results/clientpositive/spark/skewjoinopt5.q.out @@ -73,6 +73,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -93,6 +94,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -112,6 +114,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -131,6 +134,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/skewjoinopt6.q.out ql/src/test/results/clientpositive/spark/skewjoinopt6.q.out index f6ad61fe7c..bea621f7dc 100644 --- ql/src/test/results/clientpositive/spark/skewjoinopt6.q.out +++ ql/src/test/results/clientpositive/spark/skewjoinopt6.q.out @@ -73,6 +73,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -93,6 +94,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -112,6 +114,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -131,6 +134,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/skewjoinopt7.q.out ql/src/test/results/clientpositive/spark/skewjoinopt7.q.out index bab120038c..29f0688f04 100644 --- ql/src/test/results/clientpositive/spark/skewjoinopt7.q.out +++ ql/src/test/results/clientpositive/spark/skewjoinopt7.q.out @@ -91,6 +91,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -111,6 +112,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -131,6 +133,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 200 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 200 Basic stats: COMPLETE Column stats: NONE @@ -150,6 +153,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -169,6 +173,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -188,6 +193,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 200 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 200 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/skewjoinopt8.q.out ql/src/test/results/clientpositive/spark/skewjoinopt8.q.out index 0ae17d9382..1e602bace3 100644 --- ql/src/test/results/clientpositive/spark/skewjoinopt8.q.out +++ ql/src/test/results/clientpositive/spark/skewjoinopt8.q.out @@ -89,6 +89,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -109,6 +110,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -129,6 +131,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 200 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 200 Basic stats: COMPLETE Column stats: NONE @@ -148,6 +151,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -167,6 +171,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -186,6 +191,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 200 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 200 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/skewjoinopt9.q.out ql/src/test/results/clientpositive/spark/skewjoinopt9.q.out index ad0918c7c7..16c3d6004c 100644 --- ql/src/test/results/clientpositive/spark/skewjoinopt9.q.out +++ ql/src/test/results/clientpositive/spark/skewjoinopt9.q.out @@ -82,6 +82,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 600 Basic stats: COMPLETE Column stats: NONE @@ -102,6 +103,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -217,6 +219,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -237,6 +240,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -253,6 +257,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/smb_mapjoin_14.q.out ql/src/test/results/clientpositive/spark/smb_mapjoin_14.q.out index e5ac111039..a66b1020ee 100644 --- ql/src/test/results/clientpositive/spark/smb_mapjoin_14.q.out +++ ql/src/test/results/clientpositive/spark/smb_mapjoin_14.q.out @@ -92,6 +92,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -196,6 +197,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 77 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 11 Data size: 77 Basic stats: COMPLETE Column stats: NONE @@ -211,6 +213,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 35 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 5 Data size: 35 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: bigint) @@ -328,6 +331,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 77 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 11 Data size: 77 Basic stats: COMPLETE Column stats: NONE @@ -348,6 +352,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -456,6 +461,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -568,6 +574,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -702,6 +709,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -826,6 +834,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -917,6 +926,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 70 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10 Data size: 70 Basic stats: COMPLETE Column stats: NONE @@ -936,6 +946,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 70 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10 Data size: 70 Basic stats: COMPLETE Column stats: NONE @@ -956,6 +967,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -1054,6 +1066,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -1148,6 +1161,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -1254,6 +1268,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -1374,6 +1389,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/spark/smb_mapjoin_16.q.out ql/src/test/results/clientpositive/spark/smb_mapjoin_16.q.out index 183f962b51..30426cf339 100644 --- ql/src/test/results/clientpositive/spark/smb_mapjoin_16.q.out +++ ql/src/test/results/clientpositive/spark/smb_mapjoin_16.q.out @@ -78,6 +78,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/spark/smb_mapjoin_17.q.out ql/src/test/results/clientpositive/spark/smb_mapjoin_17.q.out index 80d9eed8ae..16fc178983 100644 --- ql/src/test/results/clientpositive/spark/smb_mapjoin_17.q.out +++ ql/src/test/results/clientpositive/spark/smb_mapjoin_17.q.out @@ -219,6 +219,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 70 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10 Data size: 70 Basic stats: COMPLETE Column stats: NONE @@ -238,6 +239,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 70 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10 Data size: 70 Basic stats: COMPLETE Column stats: NONE @@ -257,6 +259,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 70 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10 Data size: 70 Basic stats: COMPLETE Column stats: NONE @@ -276,6 +279,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 70 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10 Data size: 70 Basic stats: COMPLETE Column stats: NONE @@ -295,6 +299,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 70 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10 Data size: 70 Basic stats: COMPLETE Column stats: NONE @@ -314,6 +319,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 70 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10 Data size: 70 Basic stats: COMPLETE Column stats: NONE @@ -333,6 +339,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 70 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10 Data size: 70 Basic stats: COMPLETE Column stats: NONE @@ -363,6 +370,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -499,6 +507,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -641,6 +650,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/spark/smb_mapjoin_18.q.out ql/src/test/results/clientpositive/spark/smb_mapjoin_18.q.out index 7894e76441..a8d69d1f64 100644 --- ql/src/test/results/clientpositive/spark/smb_mapjoin_18.q.out +++ ql/src/test/results/clientpositive/spark/smb_mapjoin_18.q.out @@ -251,6 +251,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/smb_mapjoin_20.q.out ql/src/test/results/clientpositive/spark/smb_mapjoin_20.q.out index 19194063cf..9565ab558a 100644 --- ql/src/test/results/clientpositive/spark/smb_mapjoin_20.q.out +++ ql/src/test/results/clientpositive/spark/smb_mapjoin_20.q.out @@ -68,6 +68,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: CAST( _col0 AS STRING) (type: string) + null sort order: a sort order: + Map-reduce partition columns: CAST( _col0 AS STRING) (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -199,6 +200,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -1377,6 +1379,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: CAST( _col0 AS STRING) (type: string) + null sort order: a sort order: + Map-reduce partition columns: CAST( _col0 AS STRING) (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/smb_mapjoin_21.q.out ql/src/test/results/clientpositive/spark/smb_mapjoin_21.q.out index e66a4a92f8..6b96ebf5fe 100644 --- ql/src/test/results/clientpositive/spark/smb_mapjoin_21.q.out +++ ql/src/test/results/clientpositive/spark/smb_mapjoin_21.q.out @@ -146,6 +146,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: - Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -239,6 +240,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -331,6 +333,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -424,6 +427,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -517,6 +521,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/smb_mapjoin_25.q.out ql/src/test/results/clientpositive/spark/smb_mapjoin_25.q.out index 4531896ab4..6ce16b0449 100644 --- ql/src/test/results/clientpositive/spark/smb_mapjoin_25.q.out +++ ql/src/test/results/clientpositive/spark/smb_mapjoin_25.q.out @@ -86,6 +86,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 1 Data size: 2080 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 2080 Basic stats: COMPLETE Column stats: NONE Execution mode: vectorized @@ -101,6 +102,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 1 Data size: 2060 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 2060 Basic stats: COMPLETE Column stats: NONE Execution mode: vectorized @@ -116,6 +118,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 1 Data size: 2060 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 2060 Basic stats: COMPLETE Column stats: NONE Execution mode: vectorized @@ -131,6 +134,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 1 Data size: 2220 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 2220 Basic stats: COMPLETE Column stats: NONE Execution mode: vectorized @@ -166,6 +170,7 @@ STAGE PLANS: 1 Statistics: Num rows: 1 Data size: 4281 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4281 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/smb_mapjoin_4.q.out ql/src/test/results/clientpositive/spark/smb_mapjoin_4.q.out index 6e6d6159ab..2e36c5cef3 100644 --- ql/src/test/results/clientpositive/spark/smb_mapjoin_4.q.out +++ ql/src/test/results/clientpositive/spark/smb_mapjoin_4.q.out @@ -373,6 +373,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 2080 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 2080 Basic stats: COMPLETE Column stats: NONE @@ -393,6 +394,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 2060 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 2060 Basic stats: COMPLETE Column stats: NONE @@ -409,6 +411,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 2220 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 2220 Basic stats: COMPLETE Column stats: NONE @@ -723,6 +726,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 2080 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 2080 Basic stats: COMPLETE Column stats: NONE @@ -739,6 +743,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 2060 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 2060 Basic stats: COMPLETE Column stats: NONE @@ -755,6 +760,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 2220 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 2220 Basic stats: COMPLETE Column stats: NONE @@ -916,6 +922,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 2080 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 2080 Basic stats: COMPLETE Column stats: NONE @@ -932,6 +939,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 2060 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 2060 Basic stats: COMPLETE Column stats: NONE @@ -952,6 +960,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 2220 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 2220 Basic stats: COMPLETE Column stats: NONE @@ -1114,6 +1123,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 2080 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 2080 Basic stats: COMPLETE Column stats: NONE @@ -1130,6 +1140,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 2060 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 2060 Basic stats: COMPLETE Column stats: NONE @@ -1146,6 +1157,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 2220 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 2220 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/smb_mapjoin_5.q.out ql/src/test/results/clientpositive/spark/smb_mapjoin_5.q.out index 5ef294aa38..4dfddae30e 100644 --- ql/src/test/results/clientpositive/spark/smb_mapjoin_5.q.out +++ ql/src/test/results/clientpositive/spark/smb_mapjoin_5.q.out @@ -373,6 +373,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 2080 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 2080 Basic stats: COMPLETE Column stats: NONE @@ -393,6 +394,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 2060 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 2060 Basic stats: COMPLETE Column stats: NONE @@ -409,6 +411,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 2220 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 2220 Basic stats: COMPLETE Column stats: NONE @@ -723,6 +726,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 2080 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 2080 Basic stats: COMPLETE Column stats: NONE @@ -739,6 +743,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 2060 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 2060 Basic stats: COMPLETE Column stats: NONE @@ -755,6 +760,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 2220 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 2220 Basic stats: COMPLETE Column stats: NONE @@ -916,6 +922,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 2080 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 2080 Basic stats: COMPLETE Column stats: NONE @@ -932,6 +939,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 2060 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 2060 Basic stats: COMPLETE Column stats: NONE @@ -952,6 +960,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 2220 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 2220 Basic stats: COMPLETE Column stats: NONE @@ -1114,6 +1123,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 2080 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 2080 Basic stats: COMPLETE Column stats: NONE @@ -1130,6 +1140,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 2060 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 2060 Basic stats: COMPLETE Column stats: NONE @@ -1146,6 +1157,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 2220 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 2220 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/sort.q.out ql/src/test/results/clientpositive/spark/sort.q.out index e9f09e3a1c..f0c5bd2983 100644 --- ql/src/test/results/clientpositive/spark/sort.q.out +++ ql/src/test/results/clientpositive/spark/sort.q.out @@ -30,6 +30,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: string) diff --git ql/src/test/results/clientpositive/spark/spark_combine_equivalent_work_2.q.out ql/src/test/results/clientpositive/spark/spark_combine_equivalent_work_2.q.out index b41413b947..ff9dd86101 100644 --- ql/src/test/results/clientpositive/spark/spark_combine_equivalent_work_2.q.out +++ ql/src/test/results/clientpositive/spark/spark_combine_equivalent_work_2.q.out @@ -45,6 +45,7 @@ STAGE PLANS: Number of rows: 1 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -161,6 +162,7 @@ STAGE PLANS: Number of rows: 1 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -176,6 +178,7 @@ STAGE PLANS: Number of rows: 1 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/spark/spark_constprog_dpp.q.out ql/src/test/results/clientpositive/spark/spark_constprog_dpp.q.out index dea5b0eb63..aaa566ca12 100644 --- ql/src/test/results/clientpositive/spark/spark_constprog_dpp.q.out +++ ql/src/test/results/clientpositive/spark/spark_constprog_dpp.q.out @@ -67,6 +67,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -84,6 +85,7 @@ STAGE PLANS: Number of rows: 1 Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -102,6 +104,7 @@ STAGE PLANS: Number of rows: 1 Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -139,6 +142,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/spark/spark_dynamic_partition_pruning.q.out ql/src/test/results/clientpositive/spark/spark_dynamic_partition_pruning.q.out index 1744f17036..43ac99161b 100644 --- ql/src/test/results/clientpositive/spark/spark_dynamic_partition_pruning.q.out +++ ql/src/test/results/clientpositive/spark/spark_dynamic_partition_pruning.q.out @@ -82,6 +82,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE @@ -279,6 +280,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE @@ -297,6 +299,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 21 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 21 Basic stats: COMPLETE Column stats: NONE @@ -316,6 +319,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -401,6 +405,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE @@ -419,6 +424,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 21 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 21 Basic stats: COMPLETE Column stats: NONE @@ -438,6 +444,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -567,6 +574,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE @@ -585,6 +593,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 21 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 21 Basic stats: COMPLETE Column stats: NONE @@ -604,6 +613,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -692,6 +702,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE @@ -710,6 +721,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 21 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 21 Basic stats: COMPLETE Column stats: NONE @@ -729,6 +741,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -849,6 +862,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE @@ -867,6 +881,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 21 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 1 Data size: 21 Basic stats: COMPLETE Column stats: NONE @@ -886,6 +901,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -1006,6 +1022,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: decimal(10,0)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: decimal(10,0)) Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE @@ -1024,6 +1041,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 21 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: decimal(10,0)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: decimal(10,0)) Statistics: Num rows: 1 Data size: 21 Basic stats: COMPLETE Column stats: NONE @@ -1043,6 +1061,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -1190,6 +1209,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE @@ -1209,6 +1229,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 21 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 21 Basic stats: COMPLETE Column stats: NONE @@ -1227,6 +1248,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 5 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 5 Basic stats: COMPLETE Column stats: NONE @@ -1242,6 +1264,7 @@ STAGE PLANS: Statistics: Num rows: 2200 Data size: 23372 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 2200 Data size: 23372 Basic stats: COMPLETE Column stats: NONE @@ -1261,6 +1284,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -1355,6 +1379,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE @@ -1374,6 +1399,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 21 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 21 Basic stats: COMPLETE Column stats: NONE @@ -1392,6 +1418,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 5 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 5 Basic stats: COMPLETE Column stats: NONE @@ -1407,6 +1434,7 @@ STAGE PLANS: Statistics: Num rows: 2200 Data size: 23372 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 2200 Data size: 23372 Basic stats: COMPLETE Column stats: NONE @@ -1426,6 +1454,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -1568,6 +1597,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE @@ -1586,6 +1616,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 27 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 27 Basic stats: COMPLETE Column stats: NONE @@ -1605,6 +1636,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -1690,6 +1722,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE @@ -1708,6 +1741,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 27 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 27 Basic stats: COMPLETE Column stats: NONE @@ -1727,6 +1761,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -1853,6 +1888,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE @@ -1871,6 +1907,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 21 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 21 Basic stats: COMPLETE Column stats: NONE @@ -1890,6 +1927,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -1975,6 +2013,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE @@ -1993,6 +2032,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 21 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 21 Basic stats: COMPLETE Column stats: NONE @@ -2012,6 +2052,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -2141,6 +2182,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE @@ -2159,6 +2201,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 7 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 1 Data size: 7 Basic stats: COMPLETE Column stats: NONE @@ -2178,6 +2221,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -2298,6 +2342,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE @@ -2316,6 +2361,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 7 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 1 Data size: 7 Basic stats: COMPLETE Column stats: NONE @@ -2335,6 +2381,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -2423,6 +2470,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE @@ -2441,6 +2489,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 7 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 1 Data size: 7 Basic stats: COMPLETE Column stats: NONE @@ -2460,6 +2509,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -2548,6 +2598,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE @@ -2566,6 +2617,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 7 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 1 Data size: 7 Basic stats: COMPLETE Column stats: NONE @@ -2585,6 +2637,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -2714,6 +2767,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE @@ -2732,6 +2786,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 7 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 7 Basic stats: COMPLETE Column stats: NONE @@ -2751,6 +2806,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -2838,6 +2894,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 1000 Data size: 10624 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1000 Data size: 10624 Basic stats: COMPLETE Column stats: NONE Map 4 @@ -2856,6 +2913,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 10624 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Statistics: Num rows: 1000 Data size: 10624 Basic stats: COMPLETE Column stats: NONE @@ -2875,6 +2933,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -2902,6 +2961,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -2975,6 +3035,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string), _col1 (type: string) @@ -2992,6 +3053,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 27 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 27 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string), _col1 (type: string) @@ -3017,6 +3079,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -3147,6 +3210,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE @@ -3165,6 +3229,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 27 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 27 Basic stats: COMPLETE Column stats: NONE @@ -3184,6 +3249,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -3301,6 +3367,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE @@ -3319,6 +3386,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 21 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 21 Basic stats: COMPLETE Column stats: NONE @@ -3338,6 +3406,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -3439,6 +3508,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 21 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 21 Basic stats: COMPLETE Column stats: NONE @@ -3454,6 +3524,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE @@ -3473,6 +3544,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -3571,6 +3643,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE @@ -3589,6 +3662,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 21 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 21 Basic stats: COMPLETE Column stats: NONE @@ -3608,6 +3682,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -3732,6 +3807,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 10624 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1000 Data size: 10624 Basic stats: COMPLETE Column stats: NONE @@ -3751,6 +3827,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 21 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 21 Basic stats: COMPLETE Column stats: NONE @@ -3769,6 +3846,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 5 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 5 Basic stats: COMPLETE Column stats: NONE @@ -3784,6 +3862,7 @@ STAGE PLANS: Statistics: Num rows: 1100 Data size: 11686 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1100 Data size: 11686 Basic stats: COMPLETE Column stats: NONE @@ -3803,6 +3882,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -3888,6 +3968,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 21 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 21 Basic stats: COMPLETE Column stats: NONE @@ -3906,6 +3987,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -3925,6 +4007,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 5 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 5 Basic stats: COMPLETE Column stats: NONE @@ -3940,6 +4023,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 23 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 1 Data size: 23 Basic stats: PARTIAL Column stats: NONE @@ -3959,6 +4043,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) @@ -4043,6 +4128,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string) @@ -4062,6 +4148,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string) @@ -4145,6 +4232,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE @@ -4164,6 +4252,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string) @@ -4183,6 +4272,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string) @@ -4202,6 +4292,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -4237,6 +4328,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -4258,6 +4350,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -4330,6 +4423,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string) @@ -4349,6 +4443,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string) @@ -4432,6 +4527,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE @@ -4451,6 +4547,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string) @@ -4470,6 +4567,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string) @@ -4491,6 +4589,7 @@ STAGE PLANS: Statistics: Num rows: 2200 Data size: 23372 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2200 Data size: 23372 Basic stats: COMPLETE Column stats: NONE @@ -4526,6 +4625,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -4547,6 +4647,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -4620,6 +4721,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string) @@ -4639,6 +4741,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string) @@ -4724,6 +4827,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE @@ -4743,6 +4847,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string) @@ -4762,6 +4867,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string) @@ -4774,6 +4880,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 10624 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE @@ -4812,6 +4919,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -4833,6 +4941,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -4956,6 +5065,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -5106,6 +5216,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -5289,6 +5400,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -5452,6 +5564,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -5599,6 +5712,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -5740,6 +5854,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -5881,6 +5996,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -5976,6 +6092,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 10624 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Statistics: Num rows: 1000 Data size: 10624 Basic stats: COMPLETE Column stats: NONE @@ -6025,6 +6142,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -6167,6 +6285,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -6273,6 +6392,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -6379,6 +6499,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -6539,6 +6660,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -6692,6 +6814,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) @@ -6778,6 +6901,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string) @@ -6797,6 +6921,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string) @@ -6880,6 +7005,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE @@ -6899,6 +7025,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string) @@ -6918,6 +7045,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string) @@ -6939,6 +7067,7 @@ STAGE PLANS: Statistics: Num rows: 2200 Data size: 23372 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2200 Data size: 23372 Basic stats: COMPLETE Column stats: NONE @@ -6974,6 +7103,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -6995,6 +7125,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -7167,6 +7298,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/spark/spark_dynamic_partition_pruning_2.q.out ql/src/test/results/clientpositive/spark/spark_dynamic_partition_pruning_2.q.out index cea33e6777..ed2b7bde65 100644 --- ql/src/test/results/clientpositive/spark/spark_dynamic_partition_pruning_2.q.out +++ ql/src/test/results/clientpositive/spark/spark_dynamic_partition_pruning_2.q.out @@ -238,6 +238,7 @@ STAGE PLANS: Statistics: Num rows: 9 Data size: 29 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 9 Data size: 29 Basic stats: COMPLETE Column stats: NONE @@ -254,6 +255,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 12 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 4 Data size: 12 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: bigint), _col2 (type: decimal(20,0)) @@ -405,6 +407,7 @@ STAGE PLANS: Statistics: Num rows: 9 Data size: 29 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 9 Data size: 29 Basic stats: COMPLETE Column stats: NONE @@ -421,6 +424,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 12 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 4 Data size: 12 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: bigint), _col2 (type: decimal(20,0)) @@ -825,6 +829,7 @@ STAGE PLANS: Statistics: Num rows: 9 Data size: 29 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 9 Data size: 29 Basic stats: COMPLETE Column stats: NONE @@ -841,6 +846,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 12 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 4 Data size: 12 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: bigint), _col2 (type: decimal(20,0)) @@ -1177,6 +1183,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/spark/spark_dynamic_partition_pruning_3.q.out ql/src/test/results/clientpositive/spark/spark_dynamic_partition_pruning_3.q.out index 5a12760c0e..23267b8987 100644 --- ql/src/test/results/clientpositive/spark/spark_dynamic_partition_pruning_3.q.out +++ ql/src/test/results/clientpositive/spark/spark_dynamic_partition_pruning_3.q.out @@ -476,6 +476,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -666,6 +667,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -860,6 +862,7 @@ STAGE PLANS: 1 Map 4 Statistics: Num rows: 19 Data size: 19 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 19 Data size: 19 Basic stats: COMPLETE Column stats: NONE Local Work: @@ -884,6 +887,7 @@ STAGE PLANS: 1 Map 6 Statistics: Num rows: 19 Data size: 19 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 19 Data size: 19 Basic stats: COMPLETE Column stats: NONE Local Work: @@ -904,6 +908,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -1063,6 +1068,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -1214,6 +1220,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -1378,6 +1385,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -1548,6 +1556,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -1738,6 +1747,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/spark/spark_dynamic_partition_pruning_4.q.out ql/src/test/results/clientpositive/spark/spark_dynamic_partition_pruning_4.q.out index d194c95044..26ec769f9c 100644 --- ql/src/test/results/clientpositive/spark/spark_dynamic_partition_pruning_4.q.out +++ ql/src/test/results/clientpositive/spark/spark_dynamic_partition_pruning_4.q.out @@ -189,6 +189,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -204,6 +205,7 @@ STAGE PLANS: Statistics: Num rows: 8 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 8 Data size: 24 Basic stats: COMPLETE Column stats: NONE @@ -220,6 +222,7 @@ STAGE PLANS: Statistics: Num rows: 8 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 8 Data size: 24 Basic stats: COMPLETE Column stats: NONE @@ -446,6 +449,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -461,6 +465,7 @@ STAGE PLANS: Statistics: Num rows: 8 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 8 Data size: 24 Basic stats: COMPLETE Column stats: NONE @@ -477,6 +482,7 @@ STAGE PLANS: Statistics: Num rows: 8 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 8 Data size: 24 Basic stats: COMPLETE Column stats: NONE @@ -693,6 +699,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -708,6 +715,7 @@ STAGE PLANS: Statistics: Num rows: 8 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 8 Data size: 24 Basic stats: COMPLETE Column stats: NONE @@ -908,6 +916,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -923,6 +932,7 @@ STAGE PLANS: Statistics: Num rows: 8 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 8 Data size: 24 Basic stats: COMPLETE Column stats: NONE @@ -942,6 +952,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -957,6 +968,7 @@ STAGE PLANS: Statistics: Num rows: 8 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 8 Data size: 24 Basic stats: COMPLETE Column stats: NONE @@ -1125,6 +1137,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -1140,6 +1153,7 @@ STAGE PLANS: Statistics: Num rows: 8 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 8 Data size: 24 Basic stats: COMPLETE Column stats: NONE @@ -1159,6 +1173,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -1174,6 +1189,7 @@ STAGE PLANS: Statistics: Num rows: 8 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 8 Data size: 24 Basic stats: COMPLETE Column stats: NONE @@ -1284,6 +1300,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -1332,6 +1349,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -1347,6 +1365,7 @@ STAGE PLANS: Statistics: Num rows: 8 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 8 Data size: 24 Basic stats: COMPLETE Column stats: NONE @@ -1363,6 +1382,7 @@ STAGE PLANS: Statistics: Num rows: 8 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 8 Data size: 24 Basic stats: COMPLETE Column stats: NONE @@ -1381,6 +1401,7 @@ STAGE PLANS: Statistics: Num rows: 200 Data size: 2000 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 200 Data size: 2000 Basic stats: COMPLETE Column stats: NONE @@ -1574,6 +1595,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -1622,6 +1644,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -1636,6 +1659,7 @@ STAGE PLANS: Statistics: Num rows: 8 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: string), _col2 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col3 (type: string), _col2 (type: string) Statistics: Num rows: 8 Data size: 24 Basic stats: COMPLETE Column stats: NONE @@ -1651,6 +1675,7 @@ STAGE PLANS: Statistics: Num rows: 8 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: string), _col2 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col3 (type: string), _col2 (type: string) Statistics: Num rows: 8 Data size: 24 Basic stats: COMPLETE Column stats: NONE @@ -1669,6 +1694,7 @@ STAGE PLANS: Statistics: Num rows: 200 Data size: 2000 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col0 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col0 (type: string) Statistics: Num rows: 200 Data size: 2000 Basic stats: COMPLETE Column stats: NONE @@ -1859,6 +1885,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -1946,6 +1973,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -1960,6 +1988,7 @@ STAGE PLANS: Statistics: Num rows: 8 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: string), _col2 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col3 (type: string), _col2 (type: string) Statistics: Num rows: 8 Data size: 24 Basic stats: COMPLETE Column stats: NONE @@ -1975,6 +2004,7 @@ STAGE PLANS: Statistics: Num rows: 8 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col3 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col2 (type: string), _col3 (type: string) Statistics: Num rows: 8 Data size: 24 Basic stats: COMPLETE Column stats: NONE @@ -1993,6 +2023,7 @@ STAGE PLANS: Statistics: Num rows: 200 Data size: 2000 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col0 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col0 (type: string) Statistics: Num rows: 200 Data size: 2000 Basic stats: COMPLETE Column stats: NONE @@ -2028,6 +2059,7 @@ STAGE PLANS: Statistics: Num rows: 200 Data size: 2000 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 200 Data size: 2000 Basic stats: COMPLETE Column stats: NONE @@ -2136,6 +2168,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string) @@ -2155,6 +2188,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string) @@ -2234,6 +2268,7 @@ STAGE PLANS: Statistics: Num rows: 8 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: p (type: string) + null sort order: a sort order: + Map-reduce partition columns: p (type: string) Statistics: Num rows: 8 Data size: 24 Basic stats: COMPLETE Column stats: NONE @@ -2253,6 +2288,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string) @@ -2264,6 +2300,7 @@ STAGE PLANS: Statistics: Num rows: 8 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: p (type: string) + null sort order: a sort order: + Map-reduce partition columns: p (type: string) Statistics: Num rows: 8 Data size: 24 Basic stats: COMPLETE Column stats: NONE @@ -2283,6 +2320,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string) @@ -2304,6 +2342,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -2343,6 +2382,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/spark_dynamic_partition_pruning_5.q.out ql/src/test/results/clientpositive/spark/spark_dynamic_partition_pruning_5.q.out index 8ea0d3ecb8..a2830b3447 100644 --- ql/src/test/results/clientpositive/spark/spark_dynamic_partition_pruning_5.q.out +++ ql/src/test/results/clientpositive/spark/spark_dynamic_partition_pruning_5.q.out @@ -118,6 +118,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -137,6 +138,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -153,6 +155,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -169,6 +172,7 @@ STAGE PLANS: Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col4 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: string) Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE @@ -288,6 +292,7 @@ STAGE PLANS: Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col4 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: string) Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE @@ -306,6 +311,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/spark_dynamic_partition_pruning_6.q.out ql/src/test/results/clientpositive/spark/spark_dynamic_partition_pruning_6.q.out index eaff6b94f2..03d900ede5 100644 --- ql/src/test/results/clientpositive/spark/spark_dynamic_partition_pruning_6.q.out +++ ql/src/test/results/clientpositive/spark/spark_dynamic_partition_pruning_6.q.out @@ -237,6 +237,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 12 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 12 Data size: 12 Basic stats: COMPLETE Column stats: NONE @@ -256,6 +257,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 1 Basic stats: COMPLETE Column stats: NONE @@ -270,6 +272,7 @@ STAGE PLANS: Statistics: Num rows: 8 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 8 Data size: 8 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/spark_dynamic_partition_pruning_7.q.out ql/src/test/results/clientpositive/spark/spark_dynamic_partition_pruning_7.q.out index ca73be0b51..e987955458 100644 --- ql/src/test/results/clientpositive/spark/spark_dynamic_partition_pruning_7.q.out +++ ql/src/test/results/clientpositive/spark/spark_dynamic_partition_pruning_7.q.out @@ -108,6 +108,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE @@ -128,6 +129,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -144,6 +146,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE @@ -164,6 +167,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -294,6 +298,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE @@ -314,6 +319,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -330,6 +336,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/spark_dynamic_partition_pruning_mapjoin_only.q.out ql/src/test/results/clientpositive/spark/spark_dynamic_partition_pruning_mapjoin_only.q.out index 3b115accaf..dfc3a8f02d 100644 --- ql/src/test/results/clientpositive/spark/spark_dynamic_partition_pruning_mapjoin_only.q.out +++ ql/src/test/results/clientpositive/spark/spark_dynamic_partition_pruning_mapjoin_only.q.out @@ -114,6 +114,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 10624 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: string) Statistics: Num rows: 1000 Data size: 10624 Basic stats: COMPLETE Column stats: NONE @@ -133,6 +134,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 24624 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: string) Statistics: Num rows: 1000 Data size: 24624 Basic stats: COMPLETE Column stats: NONE @@ -295,6 +297,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 10624 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: string) Statistics: Num rows: 1000 Data size: 10624 Basic stats: COMPLETE Column stats: NONE @@ -314,6 +317,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 24624 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: string) Statistics: Num rows: 1000 Data size: 24624 Basic stats: COMPLETE Column stats: NONE @@ -444,6 +448,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 10624 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: string) Statistics: Num rows: 1000 Data size: 10624 Basic stats: COMPLETE Column stats: NONE @@ -463,6 +468,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 24624 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: string) Statistics: Num rows: 1000 Data size: 24624 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/spark_explain_groupbyshuffle.q.out ql/src/test/results/clientpositive/spark/spark_explain_groupbyshuffle.q.out index 291d613d99..bba9f5fe4b 100644 --- ql/src/test/results/clientpositive/spark/spark_explain_groupbyshuffle.q.out +++ ql/src/test/results/clientpositive/spark/spark_explain_groupbyshuffle.q.out @@ -35,6 +35,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -100,6 +101,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/spark_explainuser_1.q.out ql/src/test/results/clientpositive/spark/spark_explainuser_1.q.out index c30080194f..7194499281 100644 --- ql/src/test/results/clientpositive/spark/spark_explainuser_1.q.out +++ ql/src/test/results/clientpositive/spark/spark_explainuser_1.q.out @@ -326,7 +326,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Map 1 [GROUP] GROUP [RS_3] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_2] (rows=10 width=101) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(c_int)"],keys:key, c_int, c_float Select Operator [SEL_1] (rows=20 width=88) @@ -362,7 +362,7 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 2 [GROUP] GROUP [RS_8] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_7] (rows=5 width=20) Output:["_col0","_col1","_col2"],aggregations:["count()"],keys:_col0, _col1 Select Operator [SEL_5] (rows=10 width=101) @@ -371,7 +371,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Map 1 [GROUP] GROUP [RS_3] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_2] (rows=10 width=101) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(c_int)"],keys:key, c_int, c_float Select Operator [SEL_1] (rows=20 width=88) @@ -414,13 +414,14 @@ Stage-0 Output:["_col0","_col1","_col2"] <-Reducer 3 [SORT] SORT [RS_28] + null sort order:zz,sort order:-+ Select Operator [SEL_27] (rows=1 width=28) Output:["_col0","_col1","_col2","_col3"] Group By Operator [GBY_26] (rows=1 width=20) Output:["_col0","_col1","_col2"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 2 [GROUP] GROUP [RS_25] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_24] (rows=1 width=20) Output:["_col0","_col1","_col2"],aggregations:["count()"],keys:_col5, _col1 Select Operator [SEL_23] (rows=1 width=24) @@ -431,7 +432,7 @@ Stage-0 Output:["_col1","_col2","_col4","_col5","_col7"],condition map:[{"":"{\"type\":\"Inner\",\"left\":0,\"right\":1}"},{"":"{\"type\":\"Inner\",\"left\":1,\"right\":2}"}],keys:{"0":"_col0","1":"_col0","2":"_col0"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_17] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_2] (rows=18 width=88) Output:["_col0","_col1","_col2"] Filter Operator [FIL_32] (rows=18 width=84) @@ -440,14 +441,14 @@ Stage-0 default@cbo_t3,cbo_t3,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int"] <-Reducer 6 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_18] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_9] (rows=1 width=97) Output:["_col0","_col1","_col2"] Group By Operator [GBY_8] (rows=1 width=101) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Map 5 [GROUP] GROUP [RS_7] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_6] (rows=2 width=101) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(c_int)"],keys:key, c_int, c_float Filter Operator [FIL_33] (rows=5 width=93) @@ -456,14 +457,14 @@ Stage-0 default@cbo_t1,cbo_t1,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int","c_float"] <-Reducer 8 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_19] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_16] (rows=2 width=89) Output:["_col0","_col1"] Group By Operator [GBY_15] (rows=2 width=93) Output:["_col0","_col1","_col2"],keys:KEY._col0, KEY._col1, KEY._col2 <-Map 7 [GROUP] GROUP [RS_14] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_13] (rows=2 width=93) Output:["_col0","_col1","_col2"],keys:key, c_int, c_float Filter Operator [FIL_34] (rows=5 width=93) @@ -506,13 +507,14 @@ Stage-0 Output:["_col0","_col1","_col2"] <-Reducer 3 [SORT] SORT [RS_30] + null sort order:zz,sort order:+- Select Operator [SEL_29] (rows=1 width=28) Output:["_col0","_col1","_col2","_col3"] Group By Operator [GBY_28] (rows=1 width=20) Output:["_col0","_col1","_col2"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 2 [GROUP] GROUP [RS_27] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_26] (rows=1 width=20) Output:["_col0","_col1","_col2"],aggregations:["count()"],keys:_col1, _col7 Select Operator [SEL_25] (rows=1 width=36) @@ -523,7 +525,7 @@ Stage-0 Output:["_col1","_col2","_col3","_col4","_col6","_col7","_col9"],condition map:[{"":"{\"type\":\"Inner\",\"left\":0,\"right\":1}"},{"":"{\"type\":\"Inner\",\"left\":1,\"right\":2}"}],keys:{"0":"_col0","1":"_col0","2":"_col0"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_17] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_2] (rows=18 width=99) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_34] (rows=18 width=84) @@ -532,14 +534,14 @@ Stage-0 default@cbo_t3,cbo_t3,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int"] <-Reducer 6 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_18] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_9] (rows=1 width=97) Output:["_col0","_col1","_col2"] Group By Operator [GBY_8] (rows=1 width=101) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Map 5 [GROUP] GROUP [RS_7] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ 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) @@ -548,14 +550,14 @@ Stage-0 default@cbo_t1,cbo_t1,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int","c_float"] <-Reducer 8 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_19] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_16] (rows=1 width=89) Output:["_col0","_col1"] Group By Operator [GBY_15] (rows=1 width=93) Output:["_col0","_col1","_col2"],keys:KEY._col0, KEY._col1, KEY._col2 <-Map 7 [GROUP] GROUP [RS_14] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ 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) @@ -597,7 +599,7 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 2 [GROUP] GROUP [RS_25] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_24] (rows=1 width=20) Output:["_col0","_col1","_col2"],aggregations:["count()"],keys:_col1, _col5 Select Operator [SEL_23] (rows=1 width=24) @@ -608,7 +610,7 @@ Stage-0 Output:["_col1","_col2","_col4","_col5","_col7"],condition map:[{"":"{\"type\":\"Inner\",\"left\":0,\"right\":1}"},{"":"{\"type\":\"Inner\",\"left\":1,\"right\":2}"}],keys:{"0":"_col0","1":"_col0","2":"_col0"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_17] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_2] (rows=18 width=88) Output:["_col0","_col1","_col2"] Filter Operator [FIL_29] (rows=18 width=84) @@ -617,14 +619,14 @@ Stage-0 default@cbo_t3,cbo_t3,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int"] <-Reducer 5 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_18] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_9] (rows=1 width=97) Output:["_col0","_col1","_col2"] Group By Operator [GBY_8] (rows=1 width=101) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Map 4 [GROUP] GROUP [RS_7] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_6] (rows=1 width=101) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(c_int)"],keys:key, c_int, c_float Filter Operator [FIL_30] (rows=2 width=93) @@ -633,14 +635,14 @@ Stage-0 default@cbo_t1,cbo_t1,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int","c_float"] <-Reducer 7 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_19] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_16] (rows=1 width=89) Output:["_col0","_col1"] Group By Operator [GBY_15] (rows=1 width=93) Output:["_col0","_col1","_col2"],keys:KEY._col0, KEY._col1, KEY._col2 <-Map 6 [GROUP] GROUP [RS_14] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_13] (rows=1 width=93) Output:["_col0","_col1","_col2"],keys:key, c_int, c_float Filter Operator [FIL_31] (rows=2 width=93) @@ -683,11 +685,12 @@ Stage-0 Output:["_col0","_col1","_col2"] <-Reducer 3 [SORT] SORT [RS_30] + null sort order:z,sort order:+ Group By Operator [GBY_28] (rows=1 width=20) Output:["_col0","_col1","_col2"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 2 [GROUP] GROUP [RS_27] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_26] (rows=1 width=20) Output:["_col0","_col1","_col2"],aggregations:["count()"],keys:_col1, _col7 Select Operator [SEL_25] (rows=1 width=36) @@ -698,7 +701,7 @@ Stage-0 Output:["_col1","_col2","_col3","_col4","_col6","_col7","_col9"],condition map:[{"":"{\"type\":\"Inner\",\"left\":0,\"right\":1}"},{"":"{\"type\":\"Inner\",\"left\":1,\"right\":2}"}],keys:{"0":"_col0","1":"_col0","2":"_col0"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_17] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_2] (rows=18 width=99) Output:["_col0","_col1","_col2","_col3","_col4"] Filter Operator [FIL_33] (rows=18 width=84) @@ -707,14 +710,14 @@ Stage-0 default@cbo_t3,cbo_t3,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int"] <-Reducer 6 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_18] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_9] (rows=1 width=97) Output:["_col0","_col1","_col2"] Group By Operator [GBY_8] (rows=1 width=101) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Map 5 [GROUP] GROUP [RS_7] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_6] (rows=1 width=101) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(c_int)"],keys:key, c_int, c_float Filter Operator [FIL_34] (rows=2 width=93) @@ -723,14 +726,14 @@ Stage-0 default@cbo_t1,cbo_t1,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int","c_float"] <-Reducer 8 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_19] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_16] (rows=1 width=89) Output:["_col0","_col1"] Group By Operator [GBY_15] (rows=1 width=93) Output:["_col0","_col1","_col2"],keys:KEY._col0, KEY._col1, KEY._col2 <-Map 7 [GROUP] GROUP [RS_14] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_13] (rows=1 width=93) Output:["_col0","_col1","_col2"],keys:key, c_int, c_float Filter Operator [FIL_35] (rows=2 width=93) @@ -772,7 +775,7 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 2 [GROUP] GROUP [RS_25] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_24] (rows=1 width=20) Output:["_col0","_col1","_col2"],aggregations:["count()"],keys:_col1, _col5 Select Operator [SEL_23] (rows=1 width=24) @@ -783,7 +786,7 @@ Stage-0 Output:["_col1","_col2","_col4","_col5","_col7"],condition map:[{"":"{\"type\":\"Inner\",\"left\":0,\"right\":1}"},{"":"{\"type\":\"Inner\",\"left\":1,\"right\":2}"}],keys:{"0":"_col0","1":"_col0","2":"_col0"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_17] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_2] (rows=18 width=88) Output:["_col0","_col1","_col2"] Filter Operator [FIL_29] (rows=18 width=84) @@ -792,14 +795,14 @@ Stage-0 default@cbo_t3,cbo_t3,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int"] <-Reducer 5 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_18] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_9] (rows=1 width=97) Output:["_col0","_col1","_col2"] Group By Operator [GBY_8] (rows=1 width=101) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Map 4 [GROUP] GROUP [RS_7] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_6] (rows=1 width=101) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(c_int)"],keys:key, c_int, c_float Filter Operator [FIL_30] (rows=2 width=93) @@ -808,14 +811,14 @@ Stage-0 default@cbo_t1,cbo_t1,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int","c_float"] <-Reducer 7 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_19] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_16] (rows=1 width=89) Output:["_col0","_col1"] Group By Operator [GBY_15] (rows=1 width=93) Output:["_col0","_col1","_col2"],keys:KEY._col0, KEY._col1, KEY._col2 <-Map 6 [GROUP] GROUP [RS_14] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_13] (rows=1 width=93) Output:["_col0","_col1","_col2"],keys:key, c_int, c_float Filter Operator [FIL_31] (rows=2 width=93) @@ -871,6 +874,7 @@ Stage-0 Output:["_col0"] <-Reducer 2 [SORT] SORT [RS_29] + null sort order:z,sort order:+ Select Operator [SEL_27] (rows=1 width=87) Output:["_col0"] Group By Operator [GBY_26] (rows=1 width=8) @@ -885,6 +889,7 @@ Stage-0 default@cbo_t3,s1,Tbl:COMPLETE,Col:COMPLETE,Output:["key"] <-Reducer 5 [SORT] SORT [RS_33] + null sort order:z,sort order:+ Select Operator [SEL_31] (rows=1 width=87) Output:["_col0"] Group By Operator [GBY_30] (rows=1 width=8) @@ -892,6 +897,7 @@ Stage-0 <- Please refer to the previous Map 1 [GROUP] <-Reducer 7 [SORT] SORT [RS_37] + null sort order:z,sort order:+ Select Operator [SEL_35] (rows=1 width=87) Output:["_col0"] Group By Operator [GBY_34] (rows=1 width=8) @@ -933,11 +939,12 @@ Stage-0 Output:["_col0","_col1"] <-Reducer 3 [SORT] SORT [RS_28] + null sort order:z,sort order:+ Group By Operator [GBY_26] (rows=1 width=95) Output:["_col0","_col1"],aggregations:["count(VALUE._col0)"],keys:KEY._col0 <-Reducer 2 [GROUP] GROUP [RS_35] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_34] (rows=1 width=95) Output:["_col0","_col1"],aggregations:["count()"],keys:_col0 Select Operator [SEL_32] (rows=1 width=87) @@ -954,7 +961,7 @@ Stage-0 default@cbo_t3,s1,Tbl:COMPLETE,Col:COMPLETE,Output:["key"] <-Reducer 6 [GROUP] GROUP [RS_40] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_39] (rows=1 width=95) Output:["_col0","_col1"],aggregations:["count()"],keys:_col0 Select Operator [SEL_37] (rows=1 width=87) @@ -964,7 +971,7 @@ Stage-0 <- Please refer to the previous Map 1 [GROUP] <-Reducer 8 [GROUP] GROUP [RS_45] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_44] (rows=1 width=95) Output:["_col0","_col1"],aggregations:["count()"],keys:_col0 Select Operator [SEL_42] (rows=1 width=87) @@ -1000,7 +1007,7 @@ Stage-0 Output:["_col0"],condition map:[{"":"{\"type\":\"Inner\",\"left\":0,\"right\":1}"}],keys:{"0":"_col0","1":"_col0"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_6] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_2] (rows=6 width=85) Output:["_col0"] Filter Operator [FIL_11] (rows=6 width=85) @@ -1009,7 +1016,7 @@ Stage-0 default@cbo_t1,cbo_t1,Tbl:COMPLETE,Col:COMPLETE,Output:["key"] <-Map 3 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_7] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_5] (rows=6 width=85) Output:["_col0"] Filter Operator [FIL_12] (rows=6 width=85) @@ -1048,14 +1055,14 @@ Stage-0 Output:["_col1","_col3"],condition map:[{"":"{\"type\":\"Left Outer\",\"left\":0,\"right\":1}"}],keys:{"0":"_col0","1":"_col0"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_5] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_1] (rows=20 width=84) Output:["_col0","_col1"] TableScan [TS_0] (rows=20 width=84) default@cbo_t1,cbo_t1,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int"] <-Map 3 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_6] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_4] (rows=18 width=84) Output:["_col0","_col1"] Filter Operator [FIL_10] (rows=18 width=84) @@ -1094,14 +1101,14 @@ Stage-0 Output:["_col1","_col3"],condition map:[{"":"{\"type\":\"Outer\",\"left\":0,\"right\":1}"}],keys:{"0":"_col0","1":"_col0"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_4] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_1] (rows=20 width=84) Output:["_col0","_col1"] TableScan [TS_0] (rows=20 width=84) default@cbo_t1,cbo_t1,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int"] <-Map 3 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_5] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_3] (rows=20 width=84) Output:["_col0","_col1"] TableScan [TS_2] (rows=20 width=84) @@ -1140,7 +1147,7 @@ Stage-0 Output:["_col1","_col2","_col4","_col5","_col6"],condition map:[{"":"{\"type\":\"Inner\",\"left\":0,\"right\":1}"},{"":"{\"type\":\"Inner\",\"left\":0,\"right\":2}"}],keys:{"0":"_col0","1":"_col0","2":"_col0"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_9] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_2] (rows=18 width=87) Output:["_col0","_col1","_col2"] Filter Operator [FIL_15] (rows=18 width=87) @@ -1149,7 +1156,7 @@ Stage-0 default@cbo_t1,cbo_t1,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int","c_float"] <-Map 3 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_10] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_5] (rows=18 width=84) Output:["_col0","_col1"] Filter Operator [FIL_16] (rows=18 width=84) @@ -1158,7 +1165,7 @@ Stage-0 default@cbo_t3,cbo_t3,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int"] <-Map 4 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_11] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_8] (rows=18 width=84) Output:["_col0","_col1"] Filter Operator [FIL_17] (rows=18 width=84) @@ -1199,7 +1206,7 @@ Stage-0 Output:["_col0","_col1","_col3","_col4"],condition map:[{"":"{\"type\":\"Inner\",\"left\":0,\"right\":1}"},{"":"{\"type\":\"Inner\",\"left\":0,\"right\":2}"}],keys:{"0":"_col0","1":"_col0","2":"_col0"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_9] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_2] (rows=18 width=84) Output:["_col0","_col1"] Filter Operator [FIL_15] (rows=18 width=84) @@ -1208,7 +1215,7 @@ Stage-0 default@cbo_t1,cbo_t1,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int"] <-Map 3 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_10] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_5] (rows=18 width=80) Output:["_col0"] Filter Operator [FIL_16] (rows=18 width=80) @@ -1217,7 +1224,7 @@ Stage-0 default@cbo_t3,cbo_t3,Tbl:COMPLETE,Col:COMPLETE,Output:["key"] <-Map 4 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_11] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_8] (rows=18 width=84) Output:["_col0","_col1"] Filter Operator [FIL_17] (rows=18 width=84) @@ -1260,7 +1267,7 @@ Stage-0 Output:["_col1","_col2","_col3","_col4","_col6","_col7"],condition map:[{"":"{\"type\":\"Inner\",\"left\":0,\"right\":1}"},{"":"{\"type\":\"Inner\",\"left\":0,\"right\":2}"}],keys:{"0":"_col0","1":"_col0","2":"_col0"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_9] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_2] (rows=9 width=93) Output:["_col0","_col1","_col2"] Filter Operator [FIL_18] (rows=9 width=93) @@ -1269,7 +1276,7 @@ Stage-0 default@cbo_t1,cbo_t1,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int","c_float"] <-Map 3 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_10] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_5] (rows=9 width=89) Output:["_col0","_col1"] Filter Operator [FIL_19] (rows=9 width=93) @@ -1278,7 +1285,7 @@ Stage-0 default@cbo_t2,cbo_t2,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int","c_float"] <-Map 4 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_11] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_8] (rows=18 width=88) Output:["_col0","_col1","_col2"] Filter Operator [FIL_20] (rows=18 width=84) @@ -1321,7 +1328,7 @@ Stage-0 Output:["_col1","_col2","_col3","_col4","_col6","_col7"],condition map:[{"":"{\"type\":\"Inner\",\"left\":0,\"right\":1}"},{"":"{\"type\":\"Inner\",\"left\":0,\"right\":2}"}],keys:{"0":"_col0","1":"_col0","2":"_col0"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_9] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_2] (rows=9 width=93) Output:["_col0","_col1","_col2"] Filter Operator [FIL_18] (rows=9 width=93) @@ -1330,7 +1337,7 @@ Stage-0 default@cbo_t1,cbo_t1,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int","c_float"] <-Map 3 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_10] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_5] (rows=9 width=89) Output:["_col0","_col1"] Filter Operator [FIL_19] (rows=9 width=93) @@ -1339,7 +1346,7 @@ Stage-0 default@cbo_t2,cbo_t2,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int","c_float"] <-Map 4 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_11] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_8] (rows=18 width=88) Output:["_col0","_col1","_col2"] Filter Operator [FIL_20] (rows=18 width=84) @@ -1375,13 +1382,14 @@ Stage-0 Output:["_col0","_col1","_col2"] <-Reducer 2 [SORT] SORT [RS_6] + null sort order:z,sort order:+ Select Operator [SEL_5] (rows=10 width=97) Output:["_col0","_col1","_col2"] Group By Operator [GBY_4] (rows=10 width=101) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Map 1 [GROUP] GROUP [RS_3] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ 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) @@ -1418,11 +1426,12 @@ Stage-0 Output:["_col0","_col1","_col2"] <-Reducer 3 [SORT] SORT [RS_11] + null sort order:zz,sort order:++ Group By Operator [GBY_9] (rows=5 width=20) Output:["_col0","_col1","_col2"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 2 [GROUP] GROUP [RS_8] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:zz,sort order:++ Group By Operator [GBY_7] (rows=5 width=20) Output:["_col0","_col1","_col2"],aggregations:["count()"],keys:_col1, _col0 Select Operator [SEL_5] (rows=10 width=101) @@ -1431,7 +1440,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Map 1 [GROUP] GROUP [RS_3] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ 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) @@ -1490,18 +1499,21 @@ Stage-0 Output:["_col0","_col1"] <-Reducer 3 [SORT] SORT [RS_10] + null sort order:z,sort order:+ Limit [LIM_8] (rows=5 width=89) Number of rows:5 Select Operator [SEL_7] (rows=5 width=89) Output:["_col0","_col1"] <-Reducer 2 [SORT] SORT [RS_6] + null sort order:z,sort order:+ Limit [LIM_4] (rows=5 width=89) Number of rows:5 Select Operator [SEL_3] (rows=20 width=84) Output:["_col0","_col1"] <-Map 1 [SORT] SORT [RS_2] + null sort order:z,sort order:+ Select Operator [SEL_1] (rows=20 width=84) Output:["_col0","_col1"] TableScan [TS_0] (rows=20 width=84) @@ -1546,13 +1558,14 @@ Stage-0 Output:["_col0","_col1","_col2"] <-Reducer 5 [SORT] SORT [RS_40] + null sort order:zz,sort order:-+ Select Operator [SEL_39] (rows=1 width=28) Output:["_col0","_col1","_col2","_col3"] Group By Operator [GBY_38] (rows=1 width=20) Output:["_col0","_col1","_col2"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 4 [GROUP] GROUP [RS_37] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_36] (rows=1 width=20) Output:["_col0","_col1","_col2"],aggregations:["count()"],keys:_col4, _col7 Select Operator [SEL_35] (rows=2 width=28) @@ -1563,7 +1576,7 @@ Stage-0 Output:["_col1","_col3","_col4","_col5","_col7","_col8"],condition map:[{"":"{\"type\":\"Inner\",\"left\":0,\"right\":1}"},{"":"{\"type\":\"Inner\",\"left\":1,\"right\":2}"}],keys:{"0":"_col0","1":"_col0","2":"_col0"} <-Map 10 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_31] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_28] (rows=18 width=88) Output:["_col0","_col1","_col2"] Filter Operator [FIL_47] (rows=18 width=84) @@ -1572,7 +1585,7 @@ Stage-0 default@cbo_t3,cbo_t3,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int"] <-Reducer 3 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_29] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Filter Operator [FIL_11] (rows=2 width=105) predicate:_col0 is not null Limit [LIM_9] (rows=3 width=105) @@ -1581,13 +1594,14 @@ Stage-0 Output:["_col0","_col1"] <-Reducer 2 [SORT] SORT [RS_7] + null sort order:zz,sort order:-+ Select Operator [SEL_6] (rows=3 width=105) Output:["_col0","_col1","_col2","_col3"] Group By Operator [GBY_5] (rows=3 width=101) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Map 1 [GROUP] GROUP [RS_4] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_3] (rows=3 width=101) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(c_int)"],keys:key, c_int, c_float Filter Operator [FIL_45] (rows=6 width=93) @@ -1596,7 +1610,7 @@ Stage-0 default@cbo_t2,cbo_t2,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int","c_float"] <-Reducer 9 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_30] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_25] (rows=2 width=101) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_24] (rows=2 width=97) @@ -1607,13 +1621,14 @@ Stage-0 Output:["_col0","_col1","_col2"] <-Reducer 8 [SORT] SORT [RS_20] + null sort order:z,sort order:+ Select Operator [SEL_19] (rows=3 width=97) Output:["_col0","_col1","_col2"] Group By Operator [GBY_18] (rows=3 width=101) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Map 7 [GROUP] GROUP [RS_17] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:zaa,sort order:+++ Group By Operator [GBY_16] (rows=3 width=101) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(c_int)"],keys:key, c_int, c_float Filter Operator [FIL_46] (rows=6 width=93) @@ -1652,7 +1667,7 @@ Stage-0 Output:["_col1"],condition map:[{"":"{\"type\":\"Left Semi\",\"left\":0,\"right\":1}"}],keys:{"0":"_col0","1":"_col0"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_8] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_2] (rows=9 width=93) Output:["_col0","_col1"] Filter Operator [FIL_13] (rows=9 width=93) @@ -1661,7 +1676,7 @@ Stage-0 default@cbo_t1,cbo_t1,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int","c_float"] <-Map 3 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_9] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_7] (rows=6 width=85) Output:["_col0"],keys:_col0 Select Operator [SEL_5] (rows=18 width=80) @@ -1704,7 +1719,7 @@ Stage-0 Output:["_col0","_col1","_col2"],condition map:[{"":"{\"type\":\"Left Semi\",\"left\":0,\"right\":1}"},{"":"{\"type\":\"Left Semi\",\"left\":0,\"right\":2}"}],keys:{"0":"_col0","1":"_col0","2":"_col0"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_13] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_2] (rows=9 width=93) Output:["_col0","_col1","_col2"] Filter Operator [FIL_19] (rows=9 width=93) @@ -1713,7 +1728,7 @@ Stage-0 default@cbo_t1,cbo_t1,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int","c_float"] <-Map 3 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_14] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_10] (rows=4 width=85) Output:["_col0"],keys:_col0 Select Operator [SEL_5] (rows=9 width=85) @@ -1724,7 +1739,7 @@ Stage-0 default@cbo_t2,cbo_t2,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int","c_float"] <-Map 4 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_15] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_12] (rows=7 width=85) Output:["_col0"],keys:_col0 Select Operator [SEL_8] (rows=18 width=80) @@ -1769,20 +1784,21 @@ Stage-0 Output:["_col0","_col1","_col2"] <-Reducer 4 [SORT] SORT [RS_32] + null sort order:zz,sort order:++ Select Operator [SEL_31] (rows=1 width=101) Output:["_col0","_col1","_col2"] Group By Operator [GBY_30] (rows=1 width=101) Output:["_col0","_col1","_col2"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 3 [GROUP] GROUP [RS_29] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_28] (rows=1 width=101) Output:["_col0","_col1","_col2"],aggregations:["count()"],keys:_col1, _col0 Join Operator [JOIN_26] (rows=1 width=93) Output:["_col0","_col1"],condition map:[{"":"{\"type\":\"Left Semi\",\"left\":0,\"right\":1}"},{"":"{\"type\":\"Left Semi\",\"left\":0,\"right\":2}"}],keys:{"0":"_col0","1":"_col0","2":"_col0"} <-Map 8 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_25] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_22] (rows=3 width=85) Output:["_col0"],keys:_col0 Select Operator [SEL_18] (rows=6 width=85) @@ -1793,7 +1809,7 @@ Stage-0 default@cbo_t3,cbo_t3,Tbl:COMPLETE,Col:COMPLETE,Output:["key"] <-Reducer 2 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_23] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_8] (rows=1 width=93) Output:["_col0","_col1"] Filter Operator [FIL_7] (rows=1 width=101) @@ -1804,7 +1820,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(VALUE._col0)"],keys:KEY._col0, KEY._col1, KEY._col2 <-Map 1 [GROUP] GROUP [RS_4] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_3] (rows=1 width=101) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(c_int)"],keys:key, c_int, c_float Filter Operator [FIL_35] (rows=1 width=93) @@ -1813,7 +1829,7 @@ Stage-0 default@cbo_t1,cbo_t1,Tbl:COMPLETE,Col:COMPLETE,Output:["key","c_int","c_float"] <-Reducer 7 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_24] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_20] (rows=1 width=85) Output:["_col0"],keys:_col0 Select Operator [SEL_15] (rows=1 width=85) @@ -1822,7 +1838,7 @@ Stage-0 Output:["_col0","_col1","_col2"],keys:KEY._col0, KEY._col1, KEY._col2 <-Map 6 [GROUP] GROUP [RS_13] - PartitionCols:_col0, _col1, _col2 + PartitionCols:_col0, _col1, _col2,null sort order:aaa,sort order:+++ Group By Operator [GBY_12] (rows=1 width=93) Output:["_col0","_col1","_col2"],keys:key, c_int, c_float Filter Operator [FIL_36] (rows=1 width=93) @@ -1976,14 +1992,14 @@ Stage-0 Output:["_col0","_col1","_col2"],condition map:[{"":"{\"type\":\"Left Outer\",\"left\":0,\"right\":1}"}],keys:{"0":"_col1","1":"_col1"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_14] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_1] (rows=500 width=178) Output:["_col0","_col1"] TableScan [TS_0] (rows=500 width=178) default@src_cbo,b,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Reducer 4 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_15] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_13] (rows=83 width=95) Output:["_col0","_col1"] Group By Operator [GBY_12] (rows=83 width=91) @@ -1994,7 +2010,7 @@ Stage-0 Output:["_col0","_col1"],keys:KEY._col0, KEY._col1 <-Map 3 [GROUP PARTITION-LEVEL SORT] GROUP PARTITION-LEVEL SORT [RS_6] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:aa,sort order:++ Group By Operator [GBY_5] (rows=83 width=178) Output:["_col0","_col1"],keys:value, key Filter Operator [FIL_20] (rows=166 width=178) @@ -2045,12 +2061,12 @@ Stage-0 Output:["_col0","_col1","_col2"],condition map:[{"":"{\"type\":\"Left Outer\",\"left\":0,\"right\":1}"}],keys:{"0":"_col0, _col1","1":"_col1, _col2"} <-Reducer 2 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_13] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_4] (rows=250 width=178) Output:["_col0","_col1"],keys:KEY._col0, KEY._col1 <-Map 1 [GROUP] GROUP [RS_3] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_2] (rows=250 width=178) Output:["_col0","_col1"],keys:key, value Select Operator [SEL_1] (rows=500 width=178) @@ -2059,14 +2075,14 @@ Stage-0 default@src_cbo,b,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Reducer 5 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_14] - PartitionCols:_col1, _col2 + PartitionCols:_col1, _col2,null sort order:aa,sort order:++ Select Operator [SEL_12] (rows=83 width=182) Output:["_col0","_col1","_col2"] Group By Operator [GBY_11] (rows=83 width=178) Output:["_col0","_col1"],keys:KEY._col0, KEY._col1 <-Map 4 [GROUP] GROUP [RS_10] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_9] (rows=83 width=178) Output:["_col0","_col1"],keys:key, value Filter Operator [FIL_19] (rows=166 width=178) @@ -2123,7 +2139,7 @@ Stage-0 Output:["_col0","_col1"],condition map:[{"":"{\"type\":\"Left Semi\",\"left\":0,\"right\":1}"}],keys:{"0":"_col0, _col1","1":"_col0, _col1"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_8] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Select Operator [SEL_2] (rows=166 width=178) Output:["_col0","_col1"] Filter Operator [FIL_13] (rows=166 width=178) @@ -2132,7 +2148,7 @@ Stage-0 default@src_cbo,b,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"],properties:{"insideView":"TRUE"} <-Map 3 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_9] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_7] (rows=83 width=178) Output:["_col0","_col1"],keys:_col0, _col1 Select Operator [SEL_5] (rows=166 width=178) @@ -2179,7 +2195,7 @@ Stage-0 Output:["_col0","_col1"],condition map:[{"":"{\"type\":\"Left Semi\",\"left\":0,\"right\":1}"}],keys:{"0":"_col0, _col1","1":"_col0, _col1"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_8] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Select Operator [SEL_2] (rows=166 width=178) Output:["_col0","_col1"] Filter Operator [FIL_13] (rows=166 width=178) @@ -2188,7 +2204,7 @@ Stage-0 default@src_cbo,b,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Map 3 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_9] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_7] (rows=83 width=178) Output:["_col0","_col1"],keys:_col0, _col1 Select Operator [SEL_5] (rows=166 width=178) @@ -2225,7 +2241,7 @@ Stage-0 Output:["_col0","_col1"],condition map:[{"":"{\"type\":\"Left Semi\",\"left\":0,\"right\":1}"}],keys:{"0":"_col0","1":"_col0"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_8] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_2] (rows=166 width=178) Output:["_col0","_col1"] Filter Operator [FIL_13] (rows=166 width=178) @@ -2234,7 +2250,7 @@ Stage-0 default@src_cbo,src_cbo,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Map 3 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_9] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_7] (rows=83 width=87) Output:["_col0"],keys:_col0 Select Operator [SEL_5] (rows=166 width=87) @@ -2276,7 +2292,7 @@ Stage-0 Output:["_col0","_col3"],condition map:[{"":"{\"type\":\"Left Semi\",\"left\":0,\"right\":1}"}],keys:{"0":"_col1, _col4","1":"_col0, _col1"} <-Map 5 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_18] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_16] (rows=1 width=8) Output:["_col0","_col1"],keys:_col0, _col1 Select Operator [SEL_14] (rows=2 width=8) @@ -2287,14 +2303,14 @@ Stage-0 default@lineitem,lineitem,Tbl:COMPLETE,Col:COMPLETE,Output:["l_orderkey","l_linenumber","l_shipmode"] <-Reducer 2 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_17] - PartitionCols:_col1, _col4 + PartitionCols:_col1, _col4,null sort order:aa,sort order:++ Select Operator [SEL_11] (rows=14 width=20) Output:["_col0","_col1","_col3","_col4"] Join Operator [JOIN_10] (rows=14 width=16) Output:["_col0","_col1","_col2","_col3"],condition map:[{"":"{\"type\":\"Left Semi\",\"left\":0,\"right\":1}"}],keys:{"0":"_col1","1":"_col0"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_8] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_2] (rows=14 width=16) Output:["_col0","_col1","_col2","_col3"] Filter Operator [FIL_22] (rows=14 width=16) @@ -2303,7 +2319,7 @@ Stage-0 default@lineitem,li,Tbl:COMPLETE,Col:COMPLETE,Output:["l_orderkey","l_partkey","l_suppkey","l_linenumber"] <-Map 4 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_9] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_7] (rows=50 width=4) Output:["_col0"],keys:_col0 Select Operator [SEL_5] (rows=100 width=4) @@ -2348,21 +2364,21 @@ Stage-0 Output:["_col0","_col1","_col2"],condition map:[{"":"{\"type\":\"Left Semi\",\"left\":0,\"right\":1}"}],keys:{"0":"_col2","1":"_col0"} <-Reducer 4 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_29] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Filter Operator [FIL_17] (rows=65 width=186) predicate:_col2 is not null Group By Operator [GBY_16] (rows=65 width=186) Output:["_col0","_col1","_col2"],aggregations:["count(VALUE._col0)"],keys:KEY._col0, KEY._col1 <-Reducer 3 [GROUP] GROUP [RS_15] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_14] (rows=65 width=186) Output:["_col0","_col1","_col2"],aggregations:["count()"],keys:_col1, _col2 Join Operator [JOIN_12] (rows=131 width=178) Output:["_col1","_col2"],condition map:[{"":"{\"type\":\"Inner\",\"left\":0,\"right\":1}"}],keys:{"0":"_col0","1":"_col0"} <-Map 6 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_11] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_9] (rows=166 width=178) Output:["_col0","_col1"] Filter Operator [FIL_35] (rows=166 width=178) @@ -2371,12 +2387,12 @@ Stage-0 default@src_cbo,b,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Reducer 2 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_10] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_5] (rows=83 width=87) Output:["_col0"],keys:KEY._col0 <-Map 1 [GROUP] GROUP [RS_4] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_3] (rows=83 width=87) Output:["_col0"],keys:key Filter Operator [FIL_34] (rows=166 width=87) @@ -2385,7 +2401,7 @@ Stage-0 default@src_cbo,src_cbo,Tbl:COMPLETE,Col:COMPLETE,Output:["key"] <-Reducer 8 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_30] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_28] (rows=41 width=8) Output:["_col0"],keys:_col0 Select Operator [SEL_26] (rows=83 width=8) @@ -2398,7 +2414,7 @@ Stage-0 Output:["_col0","_col1"],aggregations:["count(VALUE._col0)"],keys:KEY._col0 <-Map 7 [GROUP] GROUP [RS_23] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_22] (rows=83 width=95) Output:["_col0","_col1"],aggregations:["count()"],keys:key Filter Operator [FIL_36] (rows=166 width=87) @@ -2439,14 +2455,14 @@ Stage-0 Output:["_col0","_col1","_col2"],condition map:[{"":"{\"type\":\"Left Semi\",\"left\":0,\"right\":1}"}],keys:{"0":"_col1","1":"_col0"} <-Reducer 2 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_17] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_6] (rows=13 width=227) Output:["_col0","_col1","_col2"] Group By Operator [GBY_5] (rows=13 width=235) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(VALUE._col0)","count(VALUE._col1)"],keys:KEY._col0, KEY._col1 <-Map 1 [GROUP] GROUP [RS_4] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_3] (rows=13 width=235) Output:["_col0","_col1","_col2","_col3"],aggregations:["sum(p_size)","count(p_size)"],keys:p_name, p_mfgr Filter Operator [FIL_22] (rows=26 width=223) @@ -2455,7 +2471,7 @@ Stage-0 default@part,part,Tbl:COMPLETE,Col:COMPLETE,Output:["p_name","p_mfgr","p_size"] <-Reducer 5 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_18] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_16] (rows=13 width=184) Output:["_col0"],keys:_col0 Select Operator [SEL_11] (rows=26 width=184) @@ -2468,7 +2484,7 @@ Stage-0 Output:["_col1","_col2","_col5"] <-Map 4 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_8] - PartitionCols:p_mfgr + PartitionCols:p_mfgr,null sort order:az,sort order:++ TableScan [TS_7] (rows=26 width=223) default@part,part,Tbl:COMPLETE,Col:COMPLETE,Output:["p_mfgr","p_name","p_size"] @@ -2509,6 +2525,7 @@ Stage-0 Output:["_col0","_col1"] <-Reducer 3 [SORT] SORT [RS_25] + null sort order:z,sort order:+ Select Operator [SEL_24] (rows=631 width=178) Output:["_col0","_col1"] Filter Operator [FIL_23] (rows=631 width=194) @@ -2523,21 +2540,21 @@ Stage-0 Output:["_col0","_col1","_col3"],condition map:[{"":"{\"type\":\"Left Outer\",\"left\":0,\"right\":1}"}],keys:{"0":"_col0","1":"_col0"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_16] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_1] (rows=500 width=178) Output:["_col0","_col1"] TableScan [TS_0] (rows=500 width=178) default@src_cbo,src_cbo,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Reducer 6 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_17] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_8] (rows=83 width=91) Output:["_col0","_col1"] Group By Operator [GBY_7] (rows=83 width=87) Output:["_col0"],keys:KEY._col0 <-Map 5 [GROUP] GROUP [RS_6] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_5] (rows=83 width=87) Output:["_col0"],keys:key Filter Operator [FIL_28] (rows=166 width=87) @@ -2599,24 +2616,24 @@ Stage-0 Output:["_col0","_col1","_col2","_col4","_col5","_col7"],condition map:[{"":"{\"type\":\"Left Outer\",\"left\":0,\"right\":1}"}],keys:{"0":"_col0, _col1","1":"_col0, _col2"} <-Reducer 2 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_19] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Join Operator [JOIN_18] (rows=36 width=227) Output:["_col0","_col1","_col2","_col4","_col5"],condition map:[{"":"{\"type\":\"Left Outer\",\"left\":0,\"right\":1}"}],keys:{"0":"_col1","1":"_col0"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_16] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_1] (rows=26 width=223) Output:["_col0","_col1","_col2"] TableScan [TS_0] (rows=26 width=223) default@part,b,Tbl:COMPLETE,Col:COMPLETE,Output:["p_name","p_mfgr","p_size"] <-Reducer 5 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_17] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_7] (rows=2 width=114) Output:["_col0","_col1","_col2"],aggregations:["count(VALUE._col0)","count(VALUE._col1)"],keys:KEY._col0 <-Map 4 [GROUP] GROUP [RS_6] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ 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) @@ -2627,14 +2644,14 @@ Stage-0 default@part,part,Tbl:COMPLETE,Col:COMPLETE,Output:["p_name","p_mfgr","p_size"] <-Reducer 7 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_20] - PartitionCols:_col0, _col2 + PartitionCols:_col0, _col2,null sort order:aa,sort order:++ Select Operator [SEL_15] (rows=2 width=223) Output:["_col0","_col1","_col2"] Group By Operator [GBY_14] (rows=2 width=219) Output:["_col0","_col1"],keys:KEY._col0, KEY._col1 <-Map 6 [GROUP] GROUP [RS_13] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ 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) @@ -2683,6 +2700,7 @@ Stage-0 Output:["_col0","_col1"] <-Reducer 3 [SORT] SORT [RS_32] + null sort order:z,sort order:+ Select Operator [SEL_31] (rows=27 width=125) Output:["_col0","_col1"] Filter Operator [FIL_30] (rows=27 width=141) @@ -2697,14 +2715,14 @@ Stage-0 Output:["_col0","_col1","_col3"],condition map:[{"":"{\"type\":\"Left Outer\",\"left\":0,\"right\":1}"}],keys:{"0":"UDFToDouble(_col1)","1":"_col0"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_23] - PartitionCols:UDFToDouble(_col1) + PartitionCols:UDFToDouble(_col1),null sort order:a,sort order:+ Select Operator [SEL_1] (rows=26 width=125) Output:["_col0","_col1"] TableScan [TS_0] (rows=26 width=125) default@part,part,Tbl:COMPLETE,Col:COMPLETE,Output:["p_name","p_size"] <-Reducer 6 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_24] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_10] (rows=1 width=12) Output:["_col0","_col1"] Filter Operator [FIL_9] (rows=1 width=16) @@ -2774,6 +2792,7 @@ Stage-0 Output:["_col0","_col1"] <-Reducer 4 [SORT] SORT [RS_34] + null sort order:z,sort order:+ Select Operator [SEL_33] (rows=7 width=106) Output:["_col0","_col1"] Filter Operator [FIL_32] (rows=7 width=114) @@ -2782,7 +2801,7 @@ Stage-0 Output:["_col0","_col1","_col3","_col4","_col6"],condition map:[{"":"{\"type\":\"Left Outer\",\"left\":0,\"right\":1}"}],keys:{"0":"_col0, _col1","1":"_col0, _col2"} <-Reducer 10 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_30] - PartitionCols:_col0, _col2 + PartitionCols:_col0, _col2,null sort order:aa,sort order:++ Select Operator [SEL_25] (rows=1 width=110) Output:["_col0","_col1","_col2"] Filter Operator [FIL_24] (rows=1 width=114) @@ -2791,7 +2810,7 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["min(VALUE._col0)","max(VALUE._col1)"],keys:KEY._col0 <-Map 9 [GROUP] GROUP [RS_22] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_21] (rows=5 width=114) Output:["_col0","_col1","_col2"],aggregations:["min(p_retailprice)","max(p_retailprice)"],keys:p_mfgr Filter Operator [FIL_37] (rows=26 width=106) @@ -2800,17 +2819,17 @@ Stage-0 default@part,part,Tbl:COMPLETE,Col:COMPLETE,Output:["p_mfgr","p_retailprice"] <-Reducer 3 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_29] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Join Operator [JOIN_28] (rows=6 width=111) Output:["_col0","_col1","_col3","_col4"],condition map:[{"":"{\"type\":\"Left Outer\",\"left\":0,\"right\":1}"}],keys:{"0":"_col1","1":"_col0"} <-Reducer 2 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_26] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Group By Operator [GBY_4] (rows=5 width=106) Output:["_col0","_col1"],aggregations:["min(VALUE._col0)"],keys:KEY._col0 <-Map 1 [GROUP] GROUP [RS_3] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ 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) @@ -2819,12 +2838,12 @@ Stage-0 default@part,b,Tbl:COMPLETE,Col:COMPLETE,Output:["p_mfgr","p_retailprice"] <-Reducer 8 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_27] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_16] (rows=1 width=24) Output:["_col0","_col1","_col2"],aggregations:["count(VALUE._col0)","count(VALUE._col1)"],keys:KEY._col0 <-Reducer 7 [GROUP] GROUP [RS_15] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ 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) @@ -2835,7 +2854,7 @@ Stage-0 Output:["_col0","_col1","_col2"],aggregations:["min(VALUE._col0)","max(VALUE._col1)"],keys:KEY._col0 <-Map 6 [GROUP] GROUP [RS_9] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_8] (rows=5 width=114) Output:["_col0","_col1","_col2"],aggregations:["min(p_retailprice)","max(p_retailprice)"],keys:p_mfgr Select Operator [SEL_7] (rows=26 width=106) @@ -2872,7 +2891,7 @@ Stage-0 Output:["_col2","_col3"] <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_1] - PartitionCols:0 + PartitionCols:0,null sort order:a,sort order:+ TableScan [TS_0] (rows=20 width=7) default@cbo_t1,cbo_t1,Tbl:COMPLETE,Col:COMPLETE,Output:["c_float","c_int"] @@ -2905,7 +2924,7 @@ Stage-0 Output:["_col2","_col3"] <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_1] - PartitionCols:0 + PartitionCols:0,null sort order:a,sort order:+ TableScan [TS_0] (rows=20 width=7) default@cbo_t1,cbo_t1,Tbl:COMPLETE,Col:COMPLETE,Output:["c_float","c_int"] @@ -2938,7 +2957,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3"] <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_1] - PartitionCols:key + PartitionCols:key,null sort order:az,sort order:++ TableScan [TS_0] (rows=20 width=169) default@cbo_t1,cbo_t1,Tbl:COMPLETE,Col:COMPLETE,Output:["c_float","c_int","key","value"] @@ -2969,7 +2988,7 @@ Stage-0 Output:["_col0","_col1"] <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_1] - PartitionCols:key + PartitionCols:key,null sort order:az,sort order:++ TableScan [TS_0] (rows=25 width=175) default@src1,src1,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] @@ -3016,14 +3035,14 @@ Stage-0 Output:["_col0","_col1"],aggregations:["count(VALUE._col0)"],keys:KEY._col0 <-Reducer 2 [GROUP] GROUP [RS_11] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_10] (rows=16 width=94) Output:["_col0","_col1"],aggregations:["count()"],keys:_col0 Join Operator [JOIN_8] (rows=39 width=86) Output:["_col0"],condition map:[{"":"{\"type\":\"Inner\",\"left\":0,\"right\":1}"}],keys:{"0":"_col0","1":"_col0"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_6] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_2] (rows=25 width=86) Output:["_col0"] Filter Operator [FIL_20] (rows=25 width=86) @@ -3032,7 +3051,7 @@ Stage-0 default@src1,x,Tbl:COMPLETE,Col:COMPLETE,Output:["key"] <-Map 5 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_7] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_5] (rows=500 width=87) Output:["_col0"] Filter Operator [FIL_21] (rows=500 width=87) @@ -3083,14 +3102,14 @@ Stage-0 Output:["_col0","_col1"],aggregations:["count(VALUE._col0)"],keys:KEY._col0 <-Reducer 2 [GROUP] GROUP [RS_11] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_10] (rows=16 width=94) Output:["_col0","_col1"],aggregations:["count()"],keys:_col0 Join Operator [JOIN_8] (rows=39 width=86) Output:["_col0"],condition map:[{"":"{\"type\":\"Inner\",\"left\":0,\"right\":1}"}],keys:{"0":"_col0","1":"_col0"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_6] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_2] (rows=25 width=86) Output:["_col0"] Filter Operator [FIL_20] (rows=25 width=86) @@ -3099,7 +3118,7 @@ Stage-0 default@src1,x,Tbl:COMPLETE,Col:COMPLETE,Output:["key"] <-Map 5 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_7] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_5] (rows=500 width=87) Output:["_col0"] Filter Operator [FIL_21] (rows=500 width=87) @@ -3149,7 +3168,7 @@ Stage-0 Output:["_col0","_col1"],aggregations:["count(VALUE._col0)"],keys:KEY._col0 <-Map 2 [GROUP] GROUP [RS_11] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_10] (rows=16 width=94) Output:["_col0","_col1"],aggregations:["count()"],keys:_col0 Map Join Operator [MAPJOIN_22] (rows=39 width=86) @@ -3216,14 +3235,14 @@ Stage-0 Output:["_col0","_col1"],aggregations:["count(VALUE._col0)"],keys:KEY._col0 <-Reducer 2 [GROUP] GROUP [RS_13] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_12] (rows=12 width=94) Output:["_col0","_col1"],aggregations:["count()"],keys:_col0 Join Operator [JOIN_10] (rows=25 width=86) Output:["_col0"],condition map:[{"":"{\"type\":\"Left Semi\",\"left\":0,\"right\":1}"}],keys:{"0":"_col0","1":"_col0"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_8] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_2] (rows=25 width=86) Output:["_col0"] Filter Operator [FIL_22] (rows=25 width=86) @@ -3232,7 +3251,7 @@ Stage-0 default@src1,x,Tbl:COMPLETE,Col:COMPLETE,Output:["key"] <-Map 5 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_9] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_7] (rows=250 width=87) Output:["_col0"],keys:_col0 Select Operator [SEL_5] (rows=500 width=87) @@ -3292,7 +3311,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3"],aggregations:["count(DISTINCT KEY._col1:0._col0)","count(DISTINCT KEY._col1:1._col0)","sum(VALUE._col2)"],keys:KEY._col0 <-Map 1 [GROUP PARTITION-LEVEL SORT] GROUP PARTITION-LEVEL SORT [RS_3] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:aaa,sort order:+++ 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) @@ -3323,7 +3342,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3"],aggregations:["count(DISTINCT KEY._col1:0._col0)","count(DISTINCT KEY._col1:1._col0)","sum(VALUE._col0)"],keys:KEY._col0 <-Map 1 [GROUP PARTITION-LEVEL SORT] GROUP PARTITION-LEVEL SORT [RS_2] - PartitionCols:a + PartitionCols:a,null sort order:aaa,sort order:+++ Select Operator [SEL_1] (rows=1 width=16) Output:["a","b","c","d"] TableScan [TS_0] (rows=1 width=16) @@ -3639,12 +3658,14 @@ Stage-2 Output:["_col0","_col1"] <-Reducer 2 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_5] + null sort order:zz,sort order:++ Limit [LIM_4] (rows=10 width=178) Number of rows:10 Select Operator [SEL_3] (rows=500 width=178) Output:["_col0","_col1"] <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_2] + null sort order:zz,sort order:++ Select Operator [SEL_1] (rows=500 width=178) Output:["_col0","_col1"] TableScan [TS_0] (rows=500 width=178) @@ -3694,12 +3715,14 @@ Stage-2 Output:["_col0","_col1"] <-Reducer 2 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_5] + null sort order:zz,sort order:++ Limit [LIM_4] (rows=10 width=192) Number of rows:10 Select Operator [SEL_3] (rows=500 width=192) Output:["_col0","_col1"] <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_2] + null sort order:zz,sort order:++ Select Operator [SEL_1] (rows=500 width=192) Output:["_col0","_col1"] TableScan [TS_0] (rows=500 width=178) @@ -3781,6 +3804,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3"] <-Reducer 2 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_10] + null sort order:zzzz,sort order:++++ Join Operator [JOIN_8] (rows=27556 width=356) Output:["_col0","_col1","_col2","_col3"],condition map:[{"":"{\"type\":\"Inner\",\"left\":0,\"right\":1}"}],keys:{} <-Map 1 [PARTITION-LEVEL SORT] @@ -3841,12 +3865,12 @@ Stage-0 Output:["_col0","_col1","_col5","_col6"],condition map:[{"":"{\"type\":\"Inner\",\"left\":0,\"right\":1}"}],keys:{"0":"key","1":"value"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_2] - PartitionCols:key + PartitionCols:key,null sort order:a,sort order:+ TableScan [TS_0] (rows=1 width=8) default@myinput1_n6,a,Tbl:COMPLETE,Col:NONE,Output:["key","value"] <-Map 3 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_3] - PartitionCols:value + PartitionCols:value,null sort order:a,sort order:+ TableScan [TS_1] (rows=1 width=8) default@myinput1_n6,b,Tbl:COMPLETE,Col:NONE,Output:["key","value"] @@ -3875,21 +3899,21 @@ Stage-0 Output:["_col0","_col1","_col5","_col6","_col10","_col11"],condition map:[{"":"{\"type\":\"Inner\",\"left\":0,\"right\":1}"},{"":"{\"type\":\"Inner\",\"left\":0,\"right\":2}"}],keys:{"0":"key","1":"value","2":"key"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_4] - PartitionCols:key + PartitionCols:key,null sort order:a,sort order:+ Filter Operator [FIL_12] (rows=1 width=8) predicate:key is not null TableScan [TS_0] (rows=1 width=8) default@myinput1_n6,a,Tbl:COMPLETE,Col:NONE,Output:["key","value"] <-Map 3 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_6] - PartitionCols:value + PartitionCols:value,null sort order:a,sort order:+ Filter Operator [FIL_13] (rows=1 width=8) predicate:value is not null TableScan [TS_1] (rows=1 width=8) default@myinput1_n6,b,Tbl:COMPLETE,Col:NONE,Output:["key","value"] <-Map 4 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_8] - PartitionCols:key + PartitionCols:key,null sort order:a,sort order:+ Filter Operator [FIL_14] (rows=1 width=8) predicate:key is not null TableScan [TS_2] (rows=1 width=8) @@ -3920,17 +3944,17 @@ Stage-0 Output:["_col0","_col1","_col5","_col6","_col10","_col11"],condition map:[{"":"{\"type\":\"Inner\",\"left\":0,\"right\":1}"},{"":"{\"type\":\"Inner\",\"left\":0,\"right\":2}"}],keys:{"0":"key","1":"value","2":"key"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_3] - PartitionCols:key + PartitionCols:key,null sort order:a,sort order:+ TableScan [TS_0] (rows=1 width=8) default@myinput1_n6,a,Tbl:COMPLETE,Col:NONE,Output:["key","value"] <-Map 3 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_4] - PartitionCols:value + PartitionCols:value,null sort order:a,sort order:+ TableScan [TS_1] (rows=1 width=8) default@myinput1_n6,b,Tbl:COMPLETE,Col:NONE,Output:["key","value"] <-Map 4 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_5] - PartitionCols:key + PartitionCols:key,null sort order:a,sort order:+ TableScan [TS_2] (rows=1 width=8) default@myinput1_n6,c,Tbl:COMPLETE,Col:NONE,Output:["key","value"] @@ -3959,21 +3983,21 @@ Stage-0 Output:["_col0","_col1","_col5","_col6","_col10","_col11"],condition map:[{"":"{\"type\":\"Inner\",\"left\":0,\"right\":1}"},{"":"{\"type\":\"Inner\",\"left\":0,\"right\":2}"}],keys:{"0":"key, value","1":"value, key","2":"key, value"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_4] - PartitionCols:key, value + PartitionCols:key, value,null sort order:aa,sort order:++ Filter Operator [FIL_12] (rows=1 width=8) predicate:value is not null TableScan [TS_0] (rows=1 width=8) default@myinput1_n6,a,Tbl:COMPLETE,Col:NONE,Output:["key","value"] <-Map 3 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_6] - PartitionCols:value, key + PartitionCols:value, key,null sort order:aa,sort order:++ Filter Operator [FIL_13] (rows=1 width=8) predicate:key is not null TableScan [TS_1] (rows=1 width=8) default@myinput1_n6,b,Tbl:COMPLETE,Col:NONE,Output:["key","value"] <-Map 4 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_8] - PartitionCols:key, value + PartitionCols:key, value,null sort order:aa,sort order:++ Filter Operator [FIL_14] (rows=1 width=8) predicate:value is not null TableScan [TS_2] (rows=1 width=8) @@ -4004,17 +4028,17 @@ Stage-0 Output:["_col0","_col1","_col5","_col6","_col10","_col11"],condition map:[{"":"{\"type\":\"Inner\",\"left\":0,\"right\":1}"},{"":"{\"type\":\"Inner\",\"left\":0,\"right\":2}"}],keys:{"0":"key, value","1":"value, key","2":"key, value"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_3] - PartitionCols:key, value + PartitionCols:key, value,null sort order:aa,sort order:++ TableScan [TS_0] (rows=1 width=8) default@myinput1_n6,a,Tbl:COMPLETE,Col:NONE,Output:["key","value"] <-Map 3 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_4] - PartitionCols:value, key + PartitionCols:value, key,null sort order:aa,sort order:++ TableScan [TS_1] (rows=1 width=8) default@myinput1_n6,b,Tbl:COMPLETE,Col:NONE,Output:["key","value"] <-Map 4 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_5] - PartitionCols:key, value + PartitionCols:key, value,null sort order:aa,sort order:++ TableScan [TS_2] (rows=1 width=8) default@myinput1_n6,c,Tbl:COMPLETE,Col:NONE,Output:["key","value"] @@ -4043,12 +4067,12 @@ Stage-0 Output:["_col0","_col1","_col5","_col6"],condition map:[{"":"{\"type\":\"Left Outer\",\"left\":0,\"right\":1}"}],keys:{"0":"key","1":"value"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_2] - PartitionCols:key + PartitionCols:key,null sort order:a,sort order:+ TableScan [TS_0] (rows=1 width=8) default@myinput1_n6,a,Tbl:COMPLETE,Col:NONE,Output:["key","value"] <-Map 3 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_3] - PartitionCols:value + PartitionCols:value,null sort order:a,sort order:+ TableScan [TS_1] (rows=1 width=8) default@myinput1_n6,b,Tbl:COMPLETE,Col:NONE,Output:["key","value"] @@ -4077,12 +4101,12 @@ Stage-0 Output:["_col0","_col1","_col5","_col6"],condition map:[{"":"{\"type\":\"Right Outer\",\"left\":0,\"right\":1}"}],keys:{"0":"key","1":"value"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_2] - PartitionCols:key + PartitionCols:key,null sort order:a,sort order:+ TableScan [TS_0] (rows=1 width=8) default@myinput1_n6,a,Tbl:COMPLETE,Col:NONE,Output:["key","value"] <-Map 3 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_3] - PartitionCols:value + PartitionCols:value,null sort order:a,sort order:+ TableScan [TS_1] (rows=1 width=8) default@myinput1_n6,b,Tbl:COMPLETE,Col:NONE,Output:["key","value"] @@ -4111,12 +4135,12 @@ Stage-0 Output:["_col0","_col1","_col5","_col6"],condition map:[{"":"{\"type\":\"Outer\",\"left\":0,\"right\":1}"}],keys:{"0":"key","1":"value"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_2] - PartitionCols:key + PartitionCols:key,null sort order:a,sort order:+ TableScan [TS_0] (rows=1 width=8) default@myinput1_n6,a,Tbl:COMPLETE,Col:NONE,Output:["key","value"] <-Map 3 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_3] - PartitionCols:value + PartitionCols:value,null sort order:a,sort order:+ TableScan [TS_1] (rows=1 width=8) default@myinput1_n6,b,Tbl:COMPLETE,Col:NONE,Output:["key","value"] @@ -4423,7 +4447,7 @@ Stage-0 Output:["_col0","_col1"],condition map:[{"":"{\"type\":\"Left Semi\",\"left\":0,\"right\":1}"}],keys:{"0":"_col1","1":"_col0"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_8] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_2] (rows=1 width=188) Output:["_col0","_col1"] Filter Operator [FIL_13] (rows=1 width=188) @@ -4432,7 +4456,7 @@ Stage-0 default@sales,sales,Tbl:COMPLETE,Col:NONE,Output:["name","id"] <-Map 3 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_9] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_7] (rows=1 width=4) Output:["_col0"],keys:_col0 Select Operator [SEL_5] (rows=1 width=4) @@ -4624,14 +4648,14 @@ Stage-0 Output:["_col1","_col2","_col5","_col7"] <-Reducer 2 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_4] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:az,sort order:++ PTF Operator [PTF_3] (rows=26 width=499) Function definitions:[{},{"Partition table definition":{"name:":"noop","order by:":"_col1 ASC NULLS LAST","partition by:":"_col2"}}] Select Operator [SEL_2] (rows=26 width=499) Output:["_col1","_col2","_col5","_col7"] <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_1] - PartitionCols:p_mfgr + PartitionCols:p_mfgr,null sort order:az,sort order:++ TableScan [TS_0] (rows=26 width=231) default@part,part,Tbl:COMPLETE,Col:COMPLETE,Output:["p_mfgr","p_name","p_retailprice","p_size"] @@ -4673,14 +4697,14 @@ Stage-0 Output:["_col1","_col2","_col5"] <-Reducer 2 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_11] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:az,sort order:++ PTF Operator [PTF_10] (rows=27 width=223) Function definitions:[{},{"Partition table definition":{"name:":"noop","order by:":"_col1 ASC NULLS LAST","partition by:":"_col2"}}] Select Operator [SEL_9] (rows=27 width=223) Output:["_col1","_col2","_col5"] <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_8] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:az,sort order:++ Map Join Operator [MAPJOIN_19] (rows=27 width=223) Conds:FIL_17.p_partkey=FIL_17.p_partkey(Inner),Output:["_col1","_col2","_col5"] <-Filter Operator [FIL_17] (rows=26 width=227) @@ -4742,14 +4766,14 @@ Stage-0 Output:["_col1","_col2","_col5","_col7"] <-Reducer 2 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_4] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:az,sort order:++ PTF Operator [PTF_3] (rows=26 width=499) Function definitions:[{},{"Partition table definition":{"name:":"noop","order by:":"_col1 ASC NULLS LAST","partition by:":"_col2"}}] Select Operator [SEL_2] (rows=26 width=499) Output:["_col1","_col2","_col5","_col7"] <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_1] - PartitionCols:p_mfgr + PartitionCols:p_mfgr,null sort order:az,sort order:++ TableScan [TS_0] (rows=26 width=231) default@part,part,Tbl:COMPLETE,Col:COMPLETE,Output:["p_mfgr","p_name","p_retailprice","p_size"] @@ -4797,14 +4821,14 @@ Stage-0 Output:["_col1","_col2","_col5"] <-Reducer 2 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_4] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:az,sort order:++ PTF Operator [PTF_3] (rows=26 width=491) Function definitions:[{},{"Partition table definition":{"name:":"noop","order by:":"_col1 ASC NULLS LAST","partition by:":"_col2"}}] Select Operator [SEL_2] (rows=26 width=491) Output:["_col1","_col2","_col5"] <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_1] - PartitionCols:p_mfgr + PartitionCols:p_mfgr,null sort order:az,sort order:++ TableScan [TS_0] (rows=26 width=223) default@part,part,Tbl:COMPLETE,Col:COMPLETE,Output:["p_mfgr","p_name","p_size"] @@ -4855,12 +4879,12 @@ Stage-0 Output:["_col0","_col1","_col2"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 3 [GROUP PARTITION-LEVEL SORT] GROUP PARTITION-LEVEL SORT [RS_7] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:aza,sort order:+++ Group By Operator [GBY_6] (rows=26 width=223) Output:["_col0","_col1","_col2"],keys:KEY._col0, KEY._col1, KEY._col2 <-Reducer 2 [GROUP PARTITION-LEVEL SORT] GROUP PARTITION-LEVEL SORT [RS_5] - PartitionCols:rand() + PartitionCols:rand(),null sort order:aaa,sort order:+++ Select Operator [SEL_4] (rows=26 width=491) Output:["_col1","_col2","_col5"] PTF Operator [PTF_3] (rows=26 width=491) @@ -4869,7 +4893,7 @@ Stage-0 Output:["_col1","_col2","_col5"] <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_1] - PartitionCols:p_mfgr + PartitionCols:p_mfgr,null sort order:az,sort order:++ TableScan [TS_0] (rows=26 width=223) default@part,part,Tbl:COMPLETE,Col:COMPLETE,Output:["p_mfgr","p_name","p_size"] @@ -4904,7 +4928,7 @@ Stage-0 Map Reduce Local Work <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_2] - PartitionCols:p_mfgr + PartitionCols:p_mfgr,null sort order:az,sort order:++ TableScan [TS_0] (rows=26 width=619) default@part,part,Tbl:COMPLETE,Col:COMPLETE,Output:["p_brand","p_comment","p_container","p_mfgr","p_name","p_partkey","p_retailprice","p_size","p_type"] File Output Operator [FS_11] @@ -4965,14 +4989,14 @@ Stage-0 Output:["_col1","_col2","_col5"] <-Reducer 2 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_5] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:azz,sort order:++- PTF Operator [PTF_4] (rows=26 width=491) Function definitions:[{},{"Partition table definition":{"name:":"noopwithmap","order by:":"_col1 ASC NULLS LAST, _col5 DESC NULLS LAST","partition by:":"_col2"}}] Select Operator [SEL_3] (rows=26 width=491) Output:["_col1","_col2","_col5"] <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_2] - PartitionCols:p_mfgr + PartitionCols:p_mfgr,null sort order:azz,sort order:++- 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) @@ -5020,14 +5044,14 @@ Stage-0 Output:["_col1","_col2","_col5","_col7"] <-Reducer 2 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_5] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:az,sort order:++ PTF Operator [PTF_4] (rows=26 width=499) Function definitions:[{},{"Partition table definition":{"name:":"noopwithmap","order by:":"_col1 ASC NULLS LAST","partition by:":"_col2"}}] Select Operator [SEL_3] (rows=26 width=499) Output:["_col1","_col2","_col5","_col7"] <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_2] - PartitionCols:p_mfgr + PartitionCols:p_mfgr,null sort order:az,sort order:++ 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) @@ -5075,14 +5099,14 @@ Stage-0 Output:["_col1","_col2","_col5","_col7"] <-Reducer 2 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_4] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:az,sort order:++ PTF Operator [PTF_3] (rows=26 width=499) Function definitions:[{},{"Partition table definition":{"name:":"noop","order by:":"_col1 ASC NULLS LAST","partition by:":"_col2"}}] Select Operator [SEL_2] (rows=26 width=499) Output:["_col1","_col2","_col5","_col7"] <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_1] - PartitionCols:p_mfgr + PartitionCols:p_mfgr,null sort order:az,sort order:++ TableScan [TS_0] (rows=26 width=231) default@part,part,Tbl:COMPLETE,Col:COMPLETE,Output:["p_mfgr","p_name","p_retailprice","p_size"] @@ -5131,14 +5155,14 @@ Stage-0 Output:["_col1","_col2","_col5","_col7"] <-Reducer 3 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_8] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:az,sort order:++ PTF Operator [PTF_7] (rows=26 width=499) Function definitions:[{},{"Partition table definition":{"name:":"noopwithmap","order by:":"_col2 DESC NULLS LAST, _col1 ASC NULLS LAST","partition by:":"_col2"}},{"Partition table definition":{"name:":"noop","order by:":"_col2 DESC NULLS LAST, _col1 ASC NULLS LAST","partition by:":"_col2"}}] Select Operator [SEL_6] (rows=26 width=499) Output:["_col1","_col2","_col5","_col7"] <-Reducer 2 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_5] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:zz,sort order:-+ 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) @@ -5147,7 +5171,7 @@ Stage-0 Output:["_col1","_col2","_col5","_col7"] <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_1] - PartitionCols:p_mfgr + PartitionCols:p_mfgr,null sort order:zz,sort order:-+ TableScan [TS_0] (rows=26 width=231) default@part,part,Tbl:COMPLETE,Col:COMPLETE,Output:["p_mfgr","p_name","p_retailprice","p_size"] @@ -5201,14 +5225,14 @@ Stage-0 Output:["_col1","_col2","_col5","_col7"] <-Reducer 2 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_4] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:az,sort order:++ PTF Operator [PTF_3] (rows=26 width=499) Function definitions:[{},{"Partition table definition":{"name:":"noop","order by:":"_col1 ASC NULLS LAST","partition by:":"_col2"}}] Select Operator [SEL_2] (rows=26 width=499) Output:["_col1","_col2","_col5","_col7"] <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_1] - PartitionCols:p_mfgr + PartitionCols:p_mfgr,null sort order:az,sort order:++ TableScan [TS_0] (rows=26 width=231) default@part,part,Tbl:COMPLETE,Col:COMPLETE,Output:["p_mfgr","p_name","p_retailprice","p_size"] @@ -5262,11 +5286,11 @@ Stage-0 Map Reduce Local Work <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_2] - PartitionCols:p_mfgr + PartitionCols:p_mfgr,null sort order:az,sort order:++ TableScan [TS_0] (rows=26 width=235) default@part,part,Tbl:COMPLETE,Col:COMPLETE,Output:["p_mfgr","p_name","p_partkey","p_retailprice","p_size"] PARTITION-LEVEL SORT [RS_10] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:az,sort order:++ Map Join Operator [MAPJOIN_18] (rows=27 width=231) Conds:FIL_16._col0=FIL_16.p_partkey(Inner),Output:["_col1","_col2","_col5","_col7"] <-Filter Operator [FIL_16] (rows=26 width=503) @@ -5417,14 +5441,14 @@ Stage-3 Output:["_col1","_col2","_col5","_col7"] <-Reducer 6 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_24] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:az,sort order:++ PTF Operator [PTF_22] (rows=26 width=499) Function definitions:[{},{"Partition table definition":{"name:":"noop","order by:":"_col1 ASC NULLS LAST","partition by:":"_col2"}}] Select Operator [SEL_21] (rows=26 width=499) Output:["_col1","_col2","_col5","_col7"] <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_1] - PartitionCols:p_mfgr + PartitionCols:p_mfgr,null sort order:az,sort order:++ TableScan [TS_0] (rows=26 width=231) default@part,part,Tbl:COMPLETE,Col:COMPLETE,Output:["p_mfgr","p_name","p_retailprice","p_size"] Reducer 5 @@ -5438,7 +5462,7 @@ Stage-3 Output:["_col0","_col2","_col3","_col6"] <-Reducer 4 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_14] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:zz,sort order:++ Select Operator [SEL_13] (rows=26 width=491) Output:["sum_window_0","_col1","_col2","_col5"] PTF Operator [PTF_12] (rows=26 width=491) @@ -5447,7 +5471,7 @@ Stage-3 Output:["_col1","_col2","_col5"] <-Reducer 7 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_27] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:az,sort order:++ PTF Operator [PTF_26] (rows=26 width=499) Function definitions:[{},{"Partition table definition":{"name:":"noop","order by:":"_col1 ASC NULLS LAST","partition by:":"_col2"}}] Select Operator [SEL_25] (rows=26 width=499) @@ -5519,14 +5543,14 @@ Stage-0 Output:["_col1","_col2","_col5"] <-Reducer 3 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_8] - PartitionCols:_col2, _col1 + PartitionCols:_col2, _col1,null sort order:aa,sort order:++ PTF Operator [PTF_7] (rows=26 width=491) Function definitions:[{},{"Partition table definition":{"name:":"noopwithmap","order by:":"_col2 ASC NULLS LAST, _col1 ASC NULLS LAST","partition by:":"_col2, _col1"}},{"Partition table definition":{"name:":"noop","order by:":"_col2 ASC NULLS LAST, _col1 ASC NULLS LAST","partition by:":"_col2, _col1"}}] Select Operator [SEL_6] (rows=26 width=491) Output:["_col1","_col2","_col5"] <-Reducer 2 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_5] - PartitionCols:_col2, _col1 + PartitionCols:_col2, _col1,null sort order:zz,sort order:++ 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) @@ -5535,7 +5559,7 @@ Stage-0 Output:["_col1","_col2","_col5"] <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_1] - PartitionCols:p_mfgr + PartitionCols:p_mfgr,null sort order:z,sort order:+ TableScan [TS_0] (rows=26 width=223) default@part,part,Tbl:COMPLETE,Col:COMPLETE,Output:["p_mfgr","p_name","p_size"] @@ -5599,28 +5623,28 @@ Stage-0 Output:["_col1","_col2","_col5"] <-Reducer 4 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_10] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:az,sort order:++ PTF Operator [PTF_9] (rows=26 width=491) Function definitions:[{},{"Partition table definition":{"name:":"noop","order by:":"_col2 ASC NULLS LAST","partition by:":"_col2"}}] Select Operator [SEL_8] (rows=26 width=491) Output:["_col1","_col2","_col5"] <-Reducer 3 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_7] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:z,sort order:+ PTF Operator [PTF_6] (rows=26 width=491) Function definitions:[{},{"Partition table definition":{"name:":"noop","order by:":"_col2 ASC NULLS LAST, _col1 ASC NULLS LAST","partition by:":"_col2, _col1"}}] Select Operator [SEL_5] (rows=26 width=491) Output:["_col1","_col2","_col5"] <-Reducer 2 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_4] - PartitionCols:_col2, _col1 + PartitionCols:_col2, _col1,null sort order:zz,sort order:++ PTF Operator [PTF_3] (rows=26 width=491) Function definitions:[{},{"Partition table definition":{"name:":"noop","order by:":"_col2 ASC NULLS LAST","partition by:":"_col2"}},{"Partition table definition":{"name:":"noop","order by:":"_col2 ASC NULLS LAST","partition by:":"_col2"}}] Select Operator [SEL_2] (rows=26 width=491) Output:["_col1","_col2","_col5"] <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_1] - PartitionCols:p_mfgr + PartitionCols:p_mfgr,null sort order:z,sort order:+ TableScan [TS_0] (rows=26 width=223) default@part,part,Tbl:COMPLETE,Col:COMPLETE,Output:["p_mfgr","p_name","p_size"] @@ -5679,21 +5703,21 @@ Stage-0 Output:["_col1","_col2","_col5"] <-Reducer 3 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_7] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:az,sort order:++ PTF Operator [PTF_6] (rows=26 width=491) Function definitions:[{},{"Partition table definition":{"name:":"noop","order by:":"_col2 ASC NULLS LAST","partition by:":"_col2"}},{"Partition table definition":{"name:":"noop","order by:":"_col2 ASC NULLS LAST","partition by:":"_col2"}}] Select Operator [SEL_5] (rows=26 width=491) Output:["_col1","_col2","_col5"] <-Reducer 2 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_4] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:z,sort order:+ PTF Operator [PTF_3] (rows=26 width=491) Function definitions:[{},{"Partition table definition":{"name:":"noop","order by:":"_col2 ASC NULLS LAST, _col1 ASC NULLS LAST","partition by:":"_col2, _col1"}},{"Partition table definition":{"name:":"noop","order by:":"_col2 ASC NULLS LAST, _col1 ASC NULLS LAST","partition by:":"_col2, _col1"}}] Select Operator [SEL_2] (rows=26 width=491) Output:["_col1","_col2","_col5"] <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_1] - PartitionCols:p_mfgr, p_name + PartitionCols:p_mfgr, p_name,null sort order:zz,sort order:++ TableScan [TS_0] (rows=26 width=223) default@part,part,Tbl:COMPLETE,Col:COMPLETE,Output:["p_mfgr","p_name","p_size"] @@ -5721,12 +5745,12 @@ Stage-0 Output:["_col0","_col1"],keys:KEY._col0, KEY._col1 <-Reducer 2 [GROUP] GROUP [RS_4] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Group By Operator [GBY_3] (rows=500 width=178) Output:["_col0","_col1"],keys:KEY._col0, KEY._col1 <-Map 1 [GROUP PARTITION-LEVEL SORT] GROUP PARTITION-LEVEL SORT [RS_2] - PartitionCols:rand() + PartitionCols:rand(),null sort order:aa,sort order:++ Select Operator [SEL_1] (rows=500 width=178) Output:["key","value"] TableScan [TS_0] (rows=500 width=178) @@ -5859,7 +5883,7 @@ Stage-2 Output:["_col0","_col2"],condition map:[{"":"{\"type\":\"Inner\",\"left\":0,\"right\":1}"}],keys:{"0":"_col0","1":"_col0"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_6] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_2] (rows=500 width=87) Output:["_col0"] Filter Operator [FIL_12] (rows=500 width=87) @@ -5868,7 +5892,7 @@ Stage-2 default@src,src1,Tbl:COMPLETE,Col:COMPLETE,Output:["key"] <-Map 3 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_7] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_5] (rows=500 width=178) Output:["_col0","_col1"] Filter Operator [FIL_13] (rows=500 width=178) @@ -6166,7 +6190,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3"],condition map:[{"":"{\"type\":\"Inner\",\"left\":0,\"right\":1}"}],keys:{"0":"_col0","1":"_col0"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_6] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_2] (rows=500 width=178) Output:["_col0","_col1"] Filter Operator [FIL_11] (rows=500 width=178) @@ -6175,7 +6199,7 @@ Stage-0 default@src,src,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Map 3 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_7] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_5] (rows=500 width=178) Output:["_col0","_col1"] Filter Operator [FIL_12] (rows=500 width=178) @@ -6475,14 +6499,14 @@ Stage-0 Output:["_col0","_col1","_col3"],condition map:[{"":"{\"type\":\"Outer\",\"left\":0,\"right\":1}"}],keys:{"0":"_col2","1":"_col1"} <-Map 1 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_4] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Select Operator [SEL_1] (rows=1 width=368) Output:["_col0","_col1","_col2"] TableScan [TS_0] (rows=1 width=368) default@t1_n116,a,Tbl:COMPLETE,Col:NONE,Output:["key","val"] <-Map 5 [PARTITION-LEVEL SORT] PARTITION-LEVEL SORT [RS_5] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_3] (rows=1 width=184) Output:["_col0","_col1"] TableScan [TS_2] (rows=1 width=184) diff --git ql/src/test/results/clientpositive/spark/spark_in_process_launcher.q.out ql/src/test/results/clientpositive/spark/spark_in_process_launcher.q.out index f4697848fb..62caf4ed47 100644 --- ql/src/test/results/clientpositive/spark/spark_in_process_launcher.q.out +++ ql/src/test/results/clientpositive/spark/spark_in_process_launcher.q.out @@ -36,6 +36,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -53,6 +54,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/spark/spark_local_queries.q.out ql/src/test/results/clientpositive/spark/spark_local_queries.q.out index 0ec1549c88..0bf5759861 100644 --- ql/src/test/results/clientpositive/spark/spark_local_queries.q.out +++ ql/src/test/results/clientpositive/spark/spark_local_queries.q.out @@ -28,6 +28,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/spark/spark_multi_insert_parallel_orderby.q.out ql/src/test/results/clientpositive/spark/spark_multi_insert_parallel_orderby.q.out index a675feed61..5ffc6e722f 100644 --- ql/src/test/results/clientpositive/spark/spark_multi_insert_parallel_orderby.q.out +++ ql/src/test/results/clientpositive/spark/spark_multi_insert_parallel_orderby.q.out @@ -46,6 +46,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -136,6 +137,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -1428,6 +1430,7 @@ STAGE PLANS: Number of rows: 10 Statistics: Num rows: 10 Data size: 100 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 10 Data size: 100 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/spark/spark_use_op_stats.q.out ql/src/test/results/clientpositive/spark/spark_use_op_stats.q.out index d057b1e55c..33142c53c4 100644 --- ql/src/test/results/clientpositive/spark/spark_use_op_stats.q.out +++ ql/src/test/results/clientpositive/spark/spark_use_op_stats.q.out @@ -38,6 +38,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE @@ -57,6 +58,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE @@ -178,6 +180,7 @@ STAGE PLANS: Statistics: Num rows: 49 Data size: 510 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 49 Data size: 510 Basic stats: COMPLETE Column stats: NONE @@ -197,6 +200,7 @@ STAGE PLANS: Statistics: Num rows: 49 Data size: 510 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 49 Data size: 510 Basic stats: COMPLETE Column stats: NONE @@ -216,6 +220,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE @@ -236,6 +241,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE @@ -263,6 +269,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -297,6 +304,7 @@ STAGE PLANS: Statistics: Num rows: 182 Data size: 1939 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 182 Data size: 1939 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/spark_use_ts_stats_for_mapjoin.q.out ql/src/test/results/clientpositive/spark/spark_use_ts_stats_for_mapjoin.q.out index 786898ff0f..db15c53163 100644 --- ql/src/test/results/clientpositive/spark/spark_use_ts_stats_for_mapjoin.q.out +++ ql/src/test/results/clientpositive/spark/spark_use_ts_stats_for_mapjoin.q.out @@ -38,6 +38,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE @@ -57,6 +58,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE @@ -179,6 +181,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -199,6 +202,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -494,6 +498,7 @@ STAGE PLANS: Statistics: Num rows: 7 Data size: 30 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 14 Data size: 60 Basic stats: COMPLETE Column stats: NONE @@ -526,6 +531,7 @@ STAGE PLANS: Statistics: Num rows: 7 Data size: 30 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 14 Data size: 60 Basic stats: COMPLETE Column stats: NONE @@ -548,6 +554,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/spark_vectorized_dynamic_partition_pruning.q.out ql/src/test/results/clientpositive/spark/spark_vectorized_dynamic_partition_pruning.q.out index ae62868f88..e90add6d49 100644 --- ql/src/test/results/clientpositive/spark/spark_vectorized_dynamic_partition_pruning.q.out +++ ql/src/test/results/clientpositive/spark/spark_vectorized_dynamic_partition_pruning.q.out @@ -100,6 +100,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -396,6 +397,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -447,6 +449,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -492,6 +495,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -612,6 +616,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -663,6 +668,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -708,6 +714,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -916,6 +923,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -968,6 +976,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -1013,6 +1022,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -1141,6 +1151,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -1193,6 +1204,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -1238,6 +1250,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -1437,6 +1450,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Reduce Sink Vectorization: @@ -1489,6 +1503,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Reduce Sink Vectorization: @@ -1534,6 +1549,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -1733,6 +1749,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: decimal(10,0)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: decimal(10,0)) Reduce Sink Vectorization: @@ -1785,6 +1802,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: decimal(10,0)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: decimal(10,0)) Reduce Sink Vectorization: @@ -1830,6 +1848,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -2088,6 +2107,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -2141,6 +2161,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -2191,6 +2212,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 172 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -2232,6 +2254,7 @@ STAGE PLANS: Statistics: Num rows: 2200 Data size: 23372 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 2200 Data size: 23372 Basic stats: COMPLETE Column stats: NONE @@ -2256,6 +2279,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -2385,6 +2409,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -2438,6 +2463,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -2488,6 +2514,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 172 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -2529,6 +2556,7 @@ STAGE PLANS: Statistics: Num rows: 2200 Data size: 23372 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 2200 Data size: 23372 Basic stats: COMPLETE Column stats: NONE @@ -2553,6 +2581,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -2779,6 +2808,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Reduce Sink Vectorization: @@ -2830,6 +2860,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 360 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Reduce Sink Vectorization: @@ -2875,6 +2906,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -2995,6 +3027,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Reduce Sink Vectorization: @@ -3046,6 +3079,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 360 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Reduce Sink Vectorization: @@ -3091,6 +3125,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -3290,6 +3325,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -3341,6 +3377,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -3386,6 +3423,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -3506,6 +3544,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -3557,6 +3596,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -3602,6 +3642,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -3810,6 +3851,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Reduce Sink Vectorization: @@ -3862,6 +3904,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Reduce Sink Vectorization: @@ -3907,6 +3950,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -4105,6 +4149,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Reduce Sink Vectorization: @@ -4156,6 +4201,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Reduce Sink Vectorization: @@ -4201,6 +4247,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -4329,6 +4376,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Reduce Sink Vectorization: @@ -4381,6 +4429,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Reduce Sink Vectorization: @@ -4426,6 +4475,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -4554,6 +4604,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Reduce Sink Vectorization: @@ -4605,6 +4656,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Reduce Sink Vectorization: @@ -4650,6 +4702,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -4858,6 +4911,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -4910,6 +4964,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 94 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -4955,6 +5010,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -5077,6 +5133,7 @@ STAGE PLANS: projectedOutputColumnNums: [] Statistics: Num rows: 1000 Data size: 10624 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -5130,6 +5187,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 10624 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Reduce Sink Vectorization: @@ -5176,6 +5234,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -5252,6 +5311,7 @@ STAGE PLANS: projectedOutputColumnNums: [] Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -5340,6 +5400,7 @@ STAGE PLANS: projectedOutputColumnNums: [2, 3] Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -5390,6 +5451,7 @@ STAGE PLANS: projectedOutputColumnNums: [0, 2] Statistics: Num rows: 1 Data size: 360 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -5441,6 +5503,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -5655,6 +5718,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Reduce Sink Vectorization: @@ -5706,6 +5770,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 360 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Reduce Sink Vectorization: @@ -5751,6 +5816,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -5941,6 +6007,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -5992,6 +6059,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -6037,6 +6105,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -6215,6 +6284,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -6258,6 +6328,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -6304,6 +6375,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -6475,6 +6547,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -6526,6 +6599,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -6571,6 +6645,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -6806,6 +6881,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 10624 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -6859,6 +6935,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -6909,6 +6986,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 172 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -6950,6 +7028,7 @@ STAGE PLANS: Statistics: Num rows: 1100 Data size: 11686 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1100 Data size: 11686 Basic stats: COMPLETE Column stats: NONE @@ -6974,6 +7053,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -7098,6 +7178,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -7148,6 +7229,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -7198,6 +7280,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 172 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -7239,6 +7322,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 206 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 1 Data size: 206 Basic stats: PARTIAL Column stats: NONE @@ -7263,6 +7347,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) @@ -7389,6 +7474,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -7444,6 +7530,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -7642,6 +7729,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -7697,6 +7785,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -7752,6 +7841,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -7798,6 +7888,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -7889,6 +7980,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -7947,6 +8039,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -8042,6 +8135,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -8097,6 +8191,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -8295,6 +8390,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -8350,6 +8446,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -8405,6 +8502,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -8453,6 +8551,7 @@ STAGE PLANS: Statistics: Num rows: 2200 Data size: 23372 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2200 Data size: 23372 Basic stats: COMPLETE Column stats: NONE @@ -8544,6 +8643,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -8602,6 +8702,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -8698,6 +8799,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -8753,6 +8855,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -8956,6 +9059,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -9011,6 +9115,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -9066,6 +9171,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -9121,6 +9227,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 10624 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -9201,6 +9308,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -9259,6 +9367,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -9454,6 +9563,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -9723,6 +9833,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -10070,6 +10181,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -10357,6 +10469,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -10617,6 +10730,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -10877,6 +10991,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -11136,6 +11251,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -11295,6 +11411,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 10624 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Reduce Sink Vectorization: @@ -11415,6 +11532,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -11670,6 +11788,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -11878,6 +11997,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -12085,6 +12205,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -12408,6 +12529,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -12705,6 +12827,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -12854,6 +12977,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -12909,6 +13033,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -13107,6 +13232,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -13162,6 +13288,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -13217,6 +13344,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -13265,6 +13393,7 @@ STAGE PLANS: Statistics: Num rows: 2200 Data size: 23372 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2200 Data size: 23372 Basic stats: COMPLETE Column stats: NONE @@ -13356,6 +13485,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -13414,6 +13544,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/spark/stats1.q.out ql/src/test/results/clientpositive/spark/stats1.q.out index 8ed989d75a..dac051ebfc 100644 --- ql/src/test/results/clientpositive/spark/stats1.q.out +++ ql/src/test/results/clientpositive/spark/stats1.q.out @@ -52,6 +52,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/spark/stats10.q.out ql/src/test/results/clientpositive/spark/stats10.q.out index e29ef07503..8e91bd81f2 100644 --- ql/src/test/results/clientpositive/spark/stats10.q.out +++ ql/src/test/results/clientpositive/spark/stats10.q.out @@ -41,6 +41,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: UDFToInteger(_col0) (type: int) + null sort order: a sort order: + Map-reduce partition columns: UDFToInteger(_col0) (type: int) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/stats2.q.out ql/src/test/results/clientpositive/spark/stats2.q.out index ddc25386f8..277722da0a 100644 --- ql/src/test/results/clientpositive/spark/stats2.q.out +++ ql/src/test/results/clientpositive/spark/stats2.q.out @@ -46,6 +46,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col3 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col2 (type: string), _col3 (type: string) Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/stats_noscan_2.q.out ql/src/test/results/clientpositive/spark/stats_noscan_2.q.out index 30a1ef91ee..d287e3b622 100644 --- ql/src/test/results/clientpositive/spark/stats_noscan_2.q.out +++ ql/src/test/results/clientpositive/spark/stats_noscan_2.q.out @@ -331,6 +331,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/spark/stats_only_null.q.out ql/src/test/results/clientpositive/spark/stats_only_null.q.out index c1f5401b12..ecdc856042 100644 --- ql/src/test/results/clientpositive/spark/stats_only_null.q.out +++ ql/src/test/results/clientpositive/spark/stats_only_null.q.out @@ -103,6 +103,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4 Statistics: Num rows: 1 Data size: 240 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 240 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: bigint), _col3 (type: bigint), _col4 (type: bigint) @@ -170,6 +171,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4 Statistics: Num rows: 1 Data size: 240 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 240 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: bigint), _col3 (type: bigint), _col4 (type: bigint) diff --git ql/src/test/results/clientpositive/spark/subquery_exists.q.out ql/src/test/results/clientpositive/spark/subquery_exists.q.out index 308d84cf31..0fd1a0a64d 100644 --- ql/src/test/results/clientpositive/spark/subquery_exists.q.out +++ ql/src/test/results/clientpositive/spark/subquery_exists.q.out @@ -46,6 +46,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE @@ -71,6 +72,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE @@ -256,6 +258,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -282,6 +285,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -355,6 +359,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string), _col1 (type: string) @@ -378,6 +383,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE @@ -410,6 +416,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 83 Data size: 881 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 83 Data size: 881 Basic stats: COMPLETE Column stats: NONE @@ -999,6 +1006,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 2 Data size: 2 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 2 Data size: 2 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int) @@ -1020,6 +1028,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1052,6 +1061,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1156,6 +1166,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 9 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 9 Basic stats: COMPLETE Column stats: NONE @@ -1182,6 +1193,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 9 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 9 Basic stats: COMPLETE Column stats: NONE @@ -1207,6 +1219,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -1316,6 +1329,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 3 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 3 Basic stats: COMPLETE Column stats: NONE @@ -1342,6 +1356,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 9 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 9 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/subquery_in.q.out ql/src/test/results/clientpositive/spark/subquery_in.q.out index 016e97ffdd..9531262d2a 100644 --- ql/src/test/results/clientpositive/spark/subquery_in.q.out +++ ql/src/test/results/clientpositive/spark/subquery_in.q.out @@ -38,6 +38,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE @@ -64,6 +65,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE @@ -163,6 +165,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE @@ -188,6 +191,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE @@ -297,6 +301,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: UDFToDouble(_col1) (type: double) + null sort order: a sort order: + Map-reduce partition columns: UDFToDouble(_col1) (type: double) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -309,6 +314,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: p_mfgr (type: string), p_size (type: int) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -373,6 +379,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -393,6 +400,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE @@ -473,6 +481,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string), _col2 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col2 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -489,6 +498,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: p_mfgr (type: string), p_size (type: int) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -559,6 +569,7 @@ STAGE PLANS: Statistics: Num rows: 8 Data size: 968 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 8 Data size: 968 Basic stats: COMPLETE Column stats: NONE @@ -583,6 +594,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 484 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 4 Data size: 484 Basic stats: COMPLETE Column stats: NONE @@ -665,6 +677,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE @@ -690,6 +703,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE @@ -798,6 +812,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -820,6 +835,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE @@ -866,6 +882,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 881 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 83 Data size: 881 Basic stats: COMPLETE Column stats: NONE @@ -943,6 +960,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -965,6 +983,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -1007,6 +1026,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE @@ -1090,6 +1110,7 @@ STAGE PLANS: Statistics: Num rows: 50 Data size: 5999 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 50 Data size: 5999 Basic stats: COMPLETE Column stats: NONE @@ -1112,6 +1133,7 @@ STAGE PLANS: Statistics: Num rows: 100 Data size: 11999 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 100 Data size: 11999 Basic stats: COMPLETE Column stats: NONE @@ -1137,6 +1159,7 @@ STAGE PLANS: Statistics: Num rows: 50 Data size: 5999 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 50 Data size: 5999 Basic stats: COMPLETE Column stats: NONE @@ -1153,6 +1176,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 6598 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 55 Data size: 6598 Basic stats: COMPLETE Column stats: NONE @@ -1188,6 +1212,7 @@ STAGE PLANS: Statistics: Num rows: 50 Data size: 5999 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 50 Data size: 5999 Basic stats: COMPLETE Column stats: NONE @@ -1277,6 +1302,7 @@ STAGE PLANS: Statistics: Num rows: 100 Data size: 11999 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 100 Data size: 11999 Basic stats: COMPLETE Column stats: NONE @@ -1297,6 +1323,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -1319,6 +1346,7 @@ STAGE PLANS: Statistics: Num rows: 100 Data size: 11999 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 100 Data size: 11999 Basic stats: COMPLETE Column stats: NONE @@ -1336,6 +1364,7 @@ STAGE PLANS: Statistics: Num rows: 110 Data size: 13198 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: double), _col3 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: double), _col3 (type: int) Statistics: Num rows: 110 Data size: 13198 Basic stats: COMPLETE Column stats: NONE @@ -1357,6 +1386,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: double) @@ -1399,6 +1429,7 @@ STAGE PLANS: Statistics: Num rows: 50 Data size: 5999 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: double), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: double), _col1 (type: int) Statistics: Num rows: 50 Data size: 5999 Basic stats: COMPLETE Column stats: NONE @@ -1455,6 +1486,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col4 (type: string), _col5 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col4 (type: string), _col5 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -1477,6 +1509,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -1514,6 +1547,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE @@ -1591,6 +1625,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col9 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col9 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -1614,6 +1649,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -1664,6 +1700,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE @@ -1727,6 +1764,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col9 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col9 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -1750,6 +1788,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -1800,6 +1839,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE @@ -1854,6 +1894,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), (_col1 + 100) (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), (_col1 + 100) (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -1879,6 +1920,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -1899,6 +1941,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -1968,6 +2011,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col9 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col9 (type: bigint) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -1991,6 +2035,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -2041,6 +2086,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE @@ -2118,6 +2164,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string), _col5 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col5 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -2144,6 +2191,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE @@ -2216,6 +2264,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string), _col5 (type: int) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string), _col5 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -2242,6 +2291,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string), _col2 (type: int) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string), _col2 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -2338,6 +2388,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string), _col2 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col2 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -2364,6 +2415,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -2462,6 +2514,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string), _col2 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col2 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -2482,6 +2535,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -2508,6 +2562,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -2551,6 +2606,7 @@ STAGE PLANS: Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE @@ -2564,6 +2620,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE @@ -2645,6 +2702,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -2671,6 +2729,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -2695,6 +2754,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE @@ -2719,6 +2779,7 @@ STAGE PLANS: Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE @@ -2737,6 +2798,7 @@ STAGE PLANS: Statistics: Num rows: 275 Data size: 2921 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: bigint) Statistics: Num rows: 275 Data size: 2921 Basic stats: COMPLETE Column stats: NONE @@ -2786,6 +2848,7 @@ STAGE PLANS: Statistics: Num rows: 125 Data size: 1328 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 125 Data size: 1328 Basic stats: COMPLETE Column stats: NONE @@ -2872,6 +2935,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -2897,6 +2961,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -2921,6 +2986,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE @@ -2945,6 +3011,7 @@ STAGE PLANS: Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE @@ -2963,6 +3030,7 @@ STAGE PLANS: Statistics: Num rows: 275 Data size: 2921 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: bigint) Statistics: Num rows: 275 Data size: 2921 Basic stats: COMPLETE Column stats: NONE @@ -3012,6 +3080,7 @@ STAGE PLANS: Statistics: Num rows: 125 Data size: 1328 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 125 Data size: 1328 Basic stats: COMPLETE Column stats: NONE @@ -3097,6 +3166,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col9 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col9 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -3120,6 +3190,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -3137,6 +3208,7 @@ STAGE PLANS: Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: string) + null sort order: z sort order: + Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string) @@ -3182,6 +3254,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE @@ -3246,6 +3319,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col9 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col9 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -3269,6 +3343,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -3286,6 +3361,7 @@ STAGE PLANS: Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: string) + null sort order: z sort order: + Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -3335,6 +3411,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE @@ -3393,6 +3470,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -3419,6 +3497,7 @@ STAGE PLANS: Statistics: Num rows: 52 Data size: 6294 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 52 Data size: 6294 Basic stats: COMPLETE Column stats: NONE @@ -3444,6 +3523,7 @@ STAGE PLANS: Statistics: Num rows: 52 Data size: 6294 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 52 Data size: 6294 Basic stats: COMPLETE Column stats: NONE @@ -3519,6 +3599,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string), _col0 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -3545,6 +3626,7 @@ STAGE PLANS: Statistics: Num rows: 8 Data size: 968 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 8 Data size: 968 Basic stats: COMPLETE Column stats: NONE @@ -3565,6 +3647,7 @@ STAGE PLANS: Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: string), _col4 (type: int) + null sort order: zz sort order: ++ Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: string) @@ -3642,6 +3725,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string), _col2 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col2 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -3662,6 +3746,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -3682,6 +3767,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -3726,6 +3812,7 @@ STAGE PLANS: Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE @@ -3807,6 +3894,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string), _col2 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col2 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -3827,6 +3915,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -3847,6 +3936,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -3891,6 +3981,7 @@ STAGE PLANS: Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE @@ -3974,6 +4065,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string), _col2 (type: string), _col3 (type: int) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col1 (type: string), _col2 (type: string), _col3 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -3994,6 +4086,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -4014,6 +4107,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -4058,6 +4152,7 @@ STAGE PLANS: Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: int) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: int) Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE @@ -4105,6 +4200,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string), _col2 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col2 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -4125,6 +4221,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -4145,6 +4242,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -4189,6 +4287,7 @@ STAGE PLANS: Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE @@ -4272,6 +4371,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col4 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -4294,6 +4394,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -4316,6 +4417,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -4340,6 +4442,7 @@ STAGE PLANS: Statistics: Num rows: 9 Data size: 1112 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col4 (type: string), UDFToLong(_col5) (type: bigint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col4 (type: string), UDFToLong(_col5) (type: bigint) Statistics: Num rows: 9 Data size: 1112 Basic stats: COMPLETE Column stats: NONE @@ -4377,6 +4480,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 726 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 6 Data size: 726 Basic stats: COMPLETE Column stats: NONE @@ -4401,6 +4505,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: bigint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: bigint) Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE @@ -4457,6 +4562,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), UDFToDouble(_col5) (type: double) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), UDFToDouble(_col5) (type: double) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -4480,6 +4586,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -4526,6 +4633,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: double) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: double) Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE @@ -4608,6 +4716,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col5 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col5 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -4627,6 +4736,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: int) @@ -4648,6 +4758,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -4695,6 +4806,7 @@ STAGE PLANS: Statistics: Num rows: 112 Data size: 27220 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 112 Data size: 27220 Basic stats: COMPLETE Column stats: NONE @@ -4719,6 +4831,7 @@ STAGE PLANS: Statistics: Num rows: 56 Data size: 13610 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 56 Data size: 13610 Basic stats: COMPLETE Column stats: NONE @@ -4731,6 +4844,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int) @@ -4788,6 +4902,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col4 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -4810,6 +4925,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -4832,6 +4948,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -4855,6 +4972,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col0 (type: bigint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col2 (type: string), _col0 (type: bigint) Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE @@ -4878,6 +4996,7 @@ STAGE PLANS: Statistics: Num rows: 9 Data size: 1112 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col4 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: string) Statistics: Num rows: 9 Data size: 1112 Basic stats: COMPLETE Column stats: NONE @@ -4894,6 +5013,7 @@ STAGE PLANS: Statistics: Num rows: 9 Data size: 1223 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col4 (type: string), UDFToLong(_col5) (type: bigint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col4 (type: string), UDFToLong(_col5) (type: bigint) Statistics: Num rows: 9 Data size: 1223 Basic stats: COMPLETE Column stats: NONE @@ -4938,6 +5058,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 726 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 6 Data size: 726 Basic stats: COMPLETE Column stats: NONE @@ -4959,6 +5080,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 726 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 6 Data size: 726 Basic stats: COMPLETE Column stats: NONE @@ -5036,6 +5158,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -5058,6 +5181,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -5080,6 +5204,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -5103,6 +5228,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int), _col0 (type: double) + null sort order: aa sort order: ++ Map-reduce partition columns: _col2 (type: int), _col0 (type: double) Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE @@ -5126,6 +5252,7 @@ STAGE PLANS: Statistics: Num rows: 9 Data size: 1112 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 9 Data size: 1112 Basic stats: COMPLETE Column stats: NONE @@ -5142,6 +5269,7 @@ STAGE PLANS: Statistics: Num rows: 9 Data size: 1223 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), UDFToDouble(_col5) (type: double) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), UDFToDouble(_col5) (type: double) Statistics: Num rows: 9 Data size: 1223 Basic stats: COMPLETE Column stats: NONE @@ -5186,6 +5314,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 726 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6 Data size: 726 Basic stats: COMPLETE Column stats: NONE @@ -5211,6 +5340,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 726 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6 Data size: 726 Basic stats: COMPLETE Column stats: NONE @@ -5301,6 +5431,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 2 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: UDFToLong(_col0) (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: UDFToLong(_col0) (type: bigint) Statistics: Num rows: 2 Data size: 2 Basic stats: COMPLETE Column stats: NONE @@ -5320,6 +5451,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -5354,6 +5486,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: COMPLETE @@ -5519,6 +5652,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 6 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: UDFToLong(_col0) (type: bigint), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: UDFToLong(_col0) (type: bigint), _col1 (type: int) Statistics: Num rows: 2 Data size: 6 Basic stats: COMPLETE Column stats: NONE @@ -5542,6 +5676,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 3 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 3 Basic stats: COMPLETE Column stats: NONE @@ -5588,6 +5723,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 3 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: bigint), _col1 (type: int) Statistics: Num rows: 1 Data size: 3 Basic stats: COMPLETE Column stats: NONE @@ -5662,6 +5798,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string), _col5 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col5 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -5677,6 +5814,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string), _col1 (type: int) @@ -5698,6 +5836,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -5745,6 +5884,7 @@ STAGE PLANS: Statistics: Num rows: 338 Data size: 82147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 338 Data size: 82147 Basic stats: COMPLETE Column stats: NONE @@ -5769,6 +5909,7 @@ STAGE PLANS: Statistics: Num rows: 169 Data size: 41073 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 169 Data size: 41073 Basic stats: COMPLETE Column stats: NONE @@ -5781,6 +5922,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string) @@ -5839,6 +5981,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col4 (type: string), _col5 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col4 (type: string), _col5 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -5859,6 +6002,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -5879,6 +6023,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -5901,6 +6046,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -5933,6 +6079,7 @@ STAGE PLANS: outputColumnNames: _col0, _col3 Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string), _col3 (type: int) @@ -5961,6 +6108,7 @@ STAGE PLANS: Statistics: Num rows: 364 Data size: 89401 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 364 Data size: 89401 Basic stats: COMPLETE Column stats: NONE @@ -5973,6 +6121,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string) diff --git ql/src/test/results/clientpositive/spark/subquery_multi.q.out ql/src/test/results/clientpositive/spark/subquery_multi.q.out index de871684c9..4f93c7a891 100644 --- ql/src/test/results/clientpositive/spark/subquery_multi.q.out +++ ql/src/test/results/clientpositive/spark/subquery_multi.q.out @@ -115,6 +115,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col5 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col5 (type: int) Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE @@ -137,6 +138,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE @@ -162,6 +164,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE @@ -178,6 +181,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 35816 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: string) Statistics: Num rows: 1 Data size: 35816 Basic stats: COMPLETE Column stats: NONE @@ -209,6 +213,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE @@ -294,6 +299,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: string) Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE @@ -316,6 +322,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE @@ -336,6 +343,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -349,6 +357,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string) @@ -364,6 +373,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 35816 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 35816 Basic stats: COMPLETE Column stats: NONE @@ -410,6 +420,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE @@ -423,6 +434,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -438,6 +450,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 32577 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 1 Data size: 32577 Basic stats: COMPLETE Column stats: NONE @@ -498,6 +511,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: string) Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE @@ -520,6 +534,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE @@ -540,6 +555,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -561,6 +577,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE @@ -574,6 +591,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string) @@ -589,6 +607,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 35816 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 35816 Basic stats: COMPLETE Column stats: NONE @@ -635,6 +654,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE @@ -648,6 +668,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -663,6 +684,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 32577 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 1 Data size: 32577 Basic stats: COMPLETE Column stats: NONE @@ -748,6 +770,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: string) Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE @@ -770,6 +793,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE @@ -790,6 +814,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -811,6 +836,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE @@ -859,6 +885,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE @@ -872,6 +899,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -887,6 +915,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 32577 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 1 Data size: 32577 Basic stats: COMPLETE Column stats: NONE @@ -900,6 +929,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string) @@ -960,6 +990,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE @@ -982,6 +1013,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: char(2)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: char(2)) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -1002,6 +1034,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -1027,6 +1060,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE @@ -1042,6 +1076,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col10 Statistics: Num rows: 1 Data size: 35816 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 35816 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string), _col10 (type: boolean) @@ -1068,6 +1103,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 35833 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col3 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: string) Statistics: Num rows: 1 Data size: 35833 Basic stats: PARTIAL Column stats: NONE @@ -1103,6 +1139,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: CAST( _col0 AS STRING) (type: string) + null sort order: a sort order: + Map-reduce partition columns: CAST( _col0 AS STRING) (type: string) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -1116,6 +1153,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -1204,6 +1242,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE @@ -1226,6 +1265,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE @@ -1245,6 +1285,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -1260,6 +1301,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 Statistics: Num rows: 1 Data size: 35816 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 35816 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string) @@ -1290,6 +1332,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE @@ -1304,6 +1347,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -1390,6 +1434,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col5 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col5 (type: int) Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE @@ -1412,6 +1457,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE @@ -1431,6 +1477,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: COMPLETE @@ -1446,6 +1493,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 Statistics: Num rows: 1 Data size: 35816 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 35816 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string) @@ -1476,6 +1524,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE @@ -1490,6 +1539,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: COMPLETE @@ -1550,6 +1600,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE @@ -1572,6 +1623,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE @@ -1591,6 +1643,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: COMPLETE @@ -1606,6 +1659,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 Statistics: Num rows: 1 Data size: 35816 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 35816 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string) @@ -1643,6 +1697,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE @@ -1655,6 +1710,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: COMPLETE value expressions: _col0 (type: boolean) @@ -1788,6 +1844,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col4 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col4 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE @@ -1808,6 +1865,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string), _col0 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -1834,6 +1892,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -1859,6 +1918,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -1878,6 +1938,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string), _col0 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -1904,6 +1965,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -1926,6 +1988,7 @@ STAGE PLANS: Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE @@ -1943,6 +2006,7 @@ STAGE PLANS: Statistics: Num rows: 14 Data size: 1730 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col2 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col2 (type: string) Statistics: Num rows: 14 Data size: 1730 Basic stats: COMPLETE Column stats: NONE @@ -1959,6 +2023,7 @@ STAGE PLANS: Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col4 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: string) Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE @@ -1975,6 +2040,7 @@ STAGE PLANS: Statistics: Num rows: 30 Data size: 3807 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: string), _col4 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col3 (type: string), _col4 (type: string) Statistics: Num rows: 30 Data size: 3807 Basic stats: COMPLETE Column stats: NONE @@ -2022,6 +2088,7 @@ STAGE PLANS: Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE @@ -2037,6 +2104,7 @@ STAGE PLANS: Statistics: Num rows: 14 Data size: 1730 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 14 Data size: 1730 Basic stats: COMPLETE Column stats: NONE @@ -2126,6 +2194,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE @@ -2148,6 +2217,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -2173,6 +2243,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -2189,6 +2260,7 @@ STAGE PLANS: Statistics: Num rows: 14 Data size: 1730 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: string), _col4 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col3 (type: string), _col4 (type: string) Statistics: Num rows: 14 Data size: 1730 Basic stats: COMPLETE Column stats: NONE @@ -2220,6 +2292,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE @@ -2308,6 +2381,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col4 (type: string), _col1 (type: string), _col6 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col4 (type: string), _col1 (type: string), _col6 (type: string) Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE @@ -2328,6 +2402,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string), _col0 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -2354,6 +2429,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -2379,6 +2455,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -2398,6 +2475,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string), _col0 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -2424,6 +2502,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -2446,6 +2525,7 @@ STAGE PLANS: Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE @@ -2463,6 +2543,7 @@ STAGE PLANS: Statistics: Num rows: 14 Data size: 1730 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col2 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col2 (type: string) Statistics: Num rows: 14 Data size: 1730 Basic stats: COMPLETE Column stats: NONE @@ -2479,6 +2560,7 @@ STAGE PLANS: Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col4 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: string) Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE @@ -2495,6 +2577,7 @@ STAGE PLANS: Statistics: Num rows: 30 Data size: 3807 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: string), _col4 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col3 (type: string), _col4 (type: string) Statistics: Num rows: 30 Data size: 3807 Basic stats: COMPLETE Column stats: NONE @@ -2542,6 +2625,7 @@ STAGE PLANS: Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE @@ -2557,6 +2641,7 @@ STAGE PLANS: Statistics: Num rows: 14 Data size: 1730 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 14 Data size: 1730 Basic stats: COMPLETE Column stats: NONE @@ -2644,6 +2729,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string), _col4 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col4 (type: string) Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE @@ -2670,6 +2756,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -2692,6 +2779,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -2714,6 +2802,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -2730,6 +2819,7 @@ STAGE PLANS: Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col5 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col5 (type: int) Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE @@ -2746,6 +2836,7 @@ STAGE PLANS: Statistics: Num rows: 30 Data size: 3807 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: string), _col5 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col3 (type: string), _col5 (type: int) Statistics: Num rows: 30 Data size: 3807 Basic stats: COMPLETE Column stats: NONE @@ -2785,6 +2876,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE @@ -2803,6 +2895,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col2 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col2 (type: int) Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE @@ -2887,6 +2980,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string), _col4 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col4 (type: string) Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE @@ -2907,6 +3001,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col2 (type: string), _col1 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -2933,6 +3028,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -2976,6 +3072,7 @@ STAGE PLANS: Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE @@ -3068,6 +3165,7 @@ STAGE PLANS: Statistics: Num rows: 50 Data size: 5999 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 50 Data size: 5999 Basic stats: COMPLETE Column stats: NONE @@ -3089,6 +3187,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: double), _col1 (type: bigint) @@ -3114,6 +3213,7 @@ STAGE PLANS: Statistics: Num rows: 100 Data size: 11999 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 100 Data size: 11999 Basic stats: COMPLETE Column stats: NONE @@ -3133,6 +3233,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2999 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: double) Statistics: Num rows: 25 Data size: 2999 Basic stats: COMPLETE Column stats: NONE @@ -3156,6 +3257,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -3175,6 +3277,7 @@ STAGE PLANS: Statistics: Num rows: 110 Data size: 13198 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int), _col4 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: int), _col4 (type: int) Statistics: Num rows: 110 Data size: 13198 Basic stats: COMPLETE Column stats: NONE @@ -3211,6 +3314,7 @@ STAGE PLANS: outputColumnNames: _col0, _col2, _col5 Statistics: Num rows: 27 Data size: 3298 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 27 Data size: 3298 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col2 (type: double), _col5 (type: boolean) @@ -3243,6 +3347,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3617 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 26 Data size: 3617 Basic stats: COMPLETE Column stats: NONE @@ -3263,6 +3368,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE @@ -3339,6 +3445,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -3364,6 +3471,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -3383,6 +3491,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE @@ -3409,6 +3518,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -3432,6 +3542,7 @@ STAGE PLANS: Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE @@ -3450,6 +3561,7 @@ STAGE PLANS: Statistics: Num rows: 275 Data size: 2921 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: bigint) Statistics: Num rows: 275 Data size: 2921 Basic stats: COMPLETE Column stats: NONE @@ -3490,6 +3602,7 @@ STAGE PLANS: Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE @@ -3522,6 +3635,7 @@ STAGE PLANS: Statistics: Num rows: 275 Data size: 2921 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 275 Data size: 2921 Basic stats: COMPLETE Column stats: NONE @@ -3884,6 +3998,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string), _col4 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col4 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -3903,6 +4018,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string) @@ -3924,6 +4040,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -3963,6 +4080,7 @@ STAGE PLANS: Statistics: Num rows: 338 Data size: 82147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 338 Data size: 82147 Basic stats: COMPLETE Column stats: NONE @@ -3975,6 +4093,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string) @@ -4066,6 +4185,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col5 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col5 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -4088,6 +4208,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 14 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 14 Basic stats: COMPLETE Column stats: NONE @@ -4108,6 +4229,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -4123,6 +4245,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col10 Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string), _col10 (type: boolean) @@ -4168,6 +4291,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -4181,6 +4305,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -4245,6 +4370,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string), _col1 (type: string) @@ -4264,6 +4390,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -4286,6 +4413,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -4307,6 +4435,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE @@ -4320,6 +4449,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: boolean) @@ -4335,6 +4465,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 9812 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 9812 Basic stats: COMPLETE Column stats: NONE @@ -4350,6 +4481,7 @@ STAGE PLANS: outputColumnNames: _col1, _col2, _col4 Statistics: Num rows: 550 Data size: 10793 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 550 Data size: 10793 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: string), _col2 (type: bigint), _col4 (type: boolean) @@ -4375,6 +4507,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -4402,6 +4535,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -4419,6 +4553,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 881 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 83 Data size: 881 Basic stats: COMPLETE Column stats: NONE @@ -4491,6 +4626,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col4 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -4517,6 +4653,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -4539,6 +4676,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE @@ -4560,6 +4698,7 @@ STAGE PLANS: Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col4 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: string) Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE @@ -4602,6 +4741,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/subquery_multiinsert.q.out ql/src/test/results/clientpositive/spark/subquery_multiinsert.q.out index ce5fab9b9b..7d670b5af4 100644 --- ql/src/test/results/clientpositive/spark/subquery_multiinsert.q.out +++ ql/src/test/results/clientpositive/spark/subquery_multiinsert.q.out @@ -87,6 +87,7 @@ STAGE PLANS: alias: b Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE value expressions: key (type: string), value (type: string) @@ -101,6 +102,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string), value (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string), value (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -126,6 +128,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE @@ -145,6 +148,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE @@ -167,6 +171,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -183,6 +188,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 9812 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 9812 Basic stats: COMPLETE Column stats: NONE @@ -206,6 +212,7 @@ STAGE PLANS: Statistics: Num rows: 275 Data size: 5396 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 275 Data size: 5396 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: string) @@ -262,6 +269,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -595,6 +603,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -686,6 +695,7 @@ STAGE PLANS: Statistics: Num rows: 275 Data size: 5396 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 275 Data size: 5396 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: string) diff --git ql/src/test/results/clientpositive/spark/subquery_notin.q.out ql/src/test/results/clientpositive/spark/subquery_notin.q.out index 38284482de..eb2d107f9a 100644 --- ql/src/test/results/clientpositive/spark/subquery_notin.q.out +++ ql/src/test/results/clientpositive/spark/subquery_notin.q.out @@ -44,6 +44,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -66,6 +67,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE @@ -86,6 +88,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -101,6 +104,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col3 Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string), _col1 (type: string), _col3 (type: boolean) @@ -146,6 +150,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 881 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 83 Data size: 881 Basic stats: COMPLETE Column stats: NONE @@ -159,6 +164,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -352,6 +358,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -368,6 +375,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: p_mfgr (type: string), p_size (type: int) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -386,6 +394,7 @@ STAGE PLANS: Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE @@ -458,6 +467,7 @@ STAGE PLANS: Statistics: Num rows: 8 Data size: 968 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 8 Data size: 968 Basic stats: COMPLETE Column stats: NONE @@ -473,6 +483,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 484 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 4 Data size: 484 Basic stats: COMPLETE Column stats: NONE @@ -520,6 +531,7 @@ STAGE PLANS: Statistics: Num rows: 8 Data size: 968 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 8 Data size: 968 Basic stats: COMPLETE Column stats: NONE @@ -537,6 +549,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 484 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col2 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col2 (type: string) Statistics: Num rows: 4 Data size: 484 Basic stats: COMPLETE Column stats: NONE @@ -636,6 +649,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: UDFToDouble(_col1) (type: double) + null sort order: a sort order: + Map-reduce partition columns: UDFToDouble(_col1) (type: double) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -648,6 +662,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: p_mfgr (type: string), p_size (type: int) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -664,6 +679,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col3 Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string), _col1 (type: int), _col3 (type: boolean) @@ -737,6 +753,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -757,6 +774,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE @@ -803,6 +821,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -824,6 +843,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -931,6 +951,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -947,6 +968,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: p_mfgr (type: string), p_size (type: int) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -969,6 +991,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 242 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 242 Basic stats: COMPLETE Column stats: NONE @@ -1017,6 +1040,7 @@ STAGE PLANS: Statistics: Num rows: 8 Data size: 968 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 8 Data size: 968 Basic stats: COMPLETE Column stats: NONE @@ -1039,6 +1063,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 484 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col0 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col2 (type: string), _col0 (type: int) Statistics: Num rows: 4 Data size: 484 Basic stats: COMPLETE Column stats: NONE @@ -1062,6 +1087,7 @@ STAGE PLANS: Statistics: Num rows: 9 Data size: 1112 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 9 Data size: 1112 Basic stats: COMPLETE Column stats: NONE @@ -1078,6 +1104,7 @@ STAGE PLANS: Statistics: Num rows: 9 Data size: 1223 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string), _col2 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col2 (type: int) Statistics: Num rows: 9 Data size: 1223 Basic stats: COMPLETE Column stats: NONE @@ -1149,6 +1176,7 @@ STAGE PLANS: Statistics: Num rows: 8 Data size: 968 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 8 Data size: 968 Basic stats: COMPLETE Column stats: NONE @@ -1168,6 +1196,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 242 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 242 Basic stats: COMPLETE Column stats: NONE @@ -1216,6 +1245,7 @@ STAGE PLANS: Statistics: Num rows: 8 Data size: 968 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 8 Data size: 968 Basic stats: COMPLETE Column stats: NONE @@ -1508,6 +1538,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE @@ -1535,6 +1566,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 881 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 83 Data size: 881 Basic stats: COMPLETE Column stats: NONE @@ -1561,6 +1593,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -1576,6 +1609,7 @@ STAGE PLANS: outputColumnNames: _col0, _col2 Statistics: Num rows: 182 Data size: 1939 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 182 Data size: 1939 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string), _col2 (type: boolean) @@ -1621,6 +1655,7 @@ STAGE PLANS: Statistics: Num rows: 41 Data size: 435 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 41 Data size: 435 Basic stats: COMPLETE Column stats: NONE @@ -1634,6 +1669,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -1696,6 +1732,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col4 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -1723,6 +1760,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -1749,6 +1787,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -1765,6 +1804,7 @@ STAGE PLANS: Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col4 (type: string), _col5 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col4 (type: string), _col5 (type: int) Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE @@ -1804,6 +1844,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE @@ -1822,6 +1863,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col0 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col2 (type: string), _col0 (type: int) Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE @@ -1901,6 +1943,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: (_col5 - 1) (type: int) + null sort order: a sort order: + Map-reduce partition columns: (_col5 - 1) (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -1924,6 +1967,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -1938,6 +1982,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -1952,6 +1997,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col10 Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string), _col10 (type: boolean) @@ -1978,6 +2024,7 @@ STAGE PLANS: Statistics: Num rows: 28 Data size: 3937 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 28 Data size: 3937 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string) @@ -2019,6 +2066,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE @@ -2036,6 +2084,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 726 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6 Data size: 726 Basic stats: COMPLETE Column stats: NONE @@ -2060,6 +2109,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -2131,6 +2181,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: (_col0 * _col5) (type: int) + null sort order: a sort order: + Map-reduce partition columns: (_col0 * _col5) (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -2154,6 +2205,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -2170,6 +2222,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col10 Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string), _col10 (type: boolean) @@ -2225,6 +2278,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE @@ -2242,6 +2296,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 726 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6 Data size: 726 Basic stats: COMPLETE Column stats: NONE @@ -2266,6 +2321,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -2278,6 +2334,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -2358,6 +2415,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -2380,6 +2438,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -2402,6 +2461,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -2424,6 +2484,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -2438,6 +2499,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: (_col0 + 100) (type: int) + null sort order: a sort order: + Map-reduce partition columns: (_col0 + 100) (type: int) Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE @@ -2454,6 +2516,7 @@ STAGE PLANS: Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE @@ -2480,6 +2543,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -2509,6 +2573,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE @@ -2527,6 +2592,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE @@ -2543,6 +2609,7 @@ STAGE PLANS: Statistics: Num rows: 14 Data size: 1730 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col3 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col2 (type: string), _col3 (type: int) Statistics: Num rows: 14 Data size: 1730 Basic stats: COMPLETE Column stats: NONE @@ -2599,6 +2666,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: floor(_col7) (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: floor(_col7) (type: bigint) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -2622,6 +2690,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -2638,6 +2707,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col10 Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string), _col10 (type: boolean) @@ -2697,6 +2767,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE @@ -2714,6 +2785,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 726 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 6 Data size: 726 Basic stats: COMPLETE Column stats: NONE @@ -2738,6 +2810,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -2750,6 +2823,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -2803,6 +2877,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col5 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col5 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -2830,6 +2905,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE @@ -2856,6 +2932,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE @@ -2872,6 +2949,7 @@ STAGE PLANS: Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string), _col5 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col5 (type: int) Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE @@ -2911,6 +2989,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 726 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6 Data size: 726 Basic stats: COMPLETE Column stats: NONE @@ -2929,6 +3008,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 726 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col2 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col2 (type: int) Statistics: Num rows: 6 Data size: 726 Basic stats: COMPLETE Column stats: NONE @@ -3005,6 +3085,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col5 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col5 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -3028,6 +3109,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -3050,6 +3132,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int), _col2 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -3066,6 +3149,7 @@ STAGE PLANS: Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col5 (type: int), _col1 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int), _col5 (type: int), _col1 (type: string) Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE @@ -3105,6 +3189,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE @@ -3123,6 +3208,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int), _col3 (type: int), _col0 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col2 (type: int), _col3 (type: int), _col0 (type: string) Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE @@ -3175,6 +3261,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -3202,6 +3289,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -3228,6 +3316,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: double), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: double), _col1 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -3244,6 +3333,7 @@ STAGE PLANS: Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: UDFToDouble(_col1) (type: double), _col2 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: UDFToDouble(_col1) (type: double), _col2 (type: string) Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE @@ -3283,6 +3373,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE @@ -3301,6 +3392,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: double), _col2 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: double), _col2 (type: string) Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE @@ -3357,6 +3449,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -3383,6 +3476,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -3402,6 +3496,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -3422,6 +3517,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -3445,6 +3541,7 @@ STAGE PLANS: Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE @@ -3462,6 +3559,7 @@ STAGE PLANS: Statistics: Num rows: 14 Data size: 1730 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col2 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col2 (type: int) Statistics: Num rows: 14 Data size: 1730 Basic stats: COMPLETE Column stats: NONE @@ -3476,6 +3574,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE @@ -3491,6 +3590,7 @@ STAGE PLANS: Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string), _col2 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col2 (type: int) Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE @@ -3538,6 +3638,7 @@ STAGE PLANS: Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE @@ -3553,6 +3654,7 @@ STAGE PLANS: Statistics: Num rows: 14 Data size: 1730 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 14 Data size: 1730 Basic stats: COMPLETE Column stats: NONE @@ -3567,6 +3669,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE @@ -3648,6 +3751,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -3673,6 +3777,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE @@ -3695,6 +3800,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -3715,6 +3821,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -3747,6 +3854,7 @@ STAGE PLANS: Statistics: Num rows: 125 Data size: 1328 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 125 Data size: 1328 Basic stats: COMPLETE Column stats: NONE @@ -3761,6 +3869,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col3 Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string), _col1 (type: string), _col3 (type: boolean) @@ -3794,6 +3903,7 @@ STAGE PLANS: Statistics: Num rows: 550 Data size: 15193 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 550 Data size: 15193 Basic stats: COMPLETE Column stats: NONE @@ -3812,6 +3922,7 @@ STAGE PLANS: Statistics: Num rows: 275 Data size: 7596 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: bigint) Statistics: Num rows: 275 Data size: 7596 Basic stats: COMPLETE Column stats: NONE @@ -3847,6 +3958,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE @@ -3860,6 +3972,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -3946,6 +4059,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -3971,6 +4085,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE @@ -3998,6 +4113,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -4024,6 +4140,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -4056,6 +4173,7 @@ STAGE PLANS: Statistics: Num rows: 125 Data size: 1328 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 125 Data size: 1328 Basic stats: COMPLETE Column stats: NONE @@ -4071,6 +4189,7 @@ STAGE PLANS: Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE @@ -4101,6 +4220,7 @@ STAGE PLANS: Statistics: Num rows: 605 Data size: 6427 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 605 Data size: 6427 Basic stats: COMPLETE Column stats: NONE @@ -4119,6 +4239,7 @@ STAGE PLANS: Statistics: Num rows: 302 Data size: 3208 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: bigint) Statistics: Num rows: 302 Data size: 3208 Basic stats: COMPLETE Column stats: NONE @@ -4151,6 +4272,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE @@ -4169,6 +4291,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col0 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col2 (type: string), _col0 (type: string) Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE @@ -4256,6 +4379,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: (_col5 - 1) (type: int) + null sort order: a sort order: + Map-reduce partition columns: (_col5 - 1) (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -4279,6 +4403,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -4293,6 +4418,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -4307,6 +4433,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col10 Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string), _col10 (type: boolean) @@ -4333,6 +4460,7 @@ STAGE PLANS: Statistics: Num rows: 28 Data size: 3937 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: string) + null sort order: z sort order: + Statistics: Num rows: 28 Data size: 3937 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string) @@ -4374,6 +4502,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE @@ -4391,6 +4520,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 726 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6 Data size: 726 Basic stats: COMPLETE Column stats: NONE @@ -4415,6 +4545,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -4487,6 +4618,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: (_col5 - 1) (type: int) + null sort order: a sort order: + Map-reduce partition columns: (_col5 - 1) (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -4510,6 +4642,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -4524,6 +4657,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -4538,6 +4672,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col10 Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string), _col10 (type: boolean) @@ -4564,6 +4699,7 @@ STAGE PLANS: Statistics: Num rows: 28 Data size: 3937 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: string), _col0 (type: int) + null sort order: zz sort order: ++ Statistics: Num rows: 28 Data size: 3937 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -4609,6 +4745,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE @@ -4626,6 +4763,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 726 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6 Data size: 726 Basic stats: COMPLETE Column stats: NONE @@ -4650,6 +4788,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -4709,6 +4848,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -4735,6 +4875,7 @@ STAGE PLANS: Statistics: Num rows: 52 Data size: 6294 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 52 Data size: 6294 Basic stats: COMPLETE Column stats: NONE @@ -4760,6 +4901,7 @@ STAGE PLANS: Statistics: Num rows: 52 Data size: 6294 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 52 Data size: 6294 Basic stats: COMPLETE Column stats: NONE @@ -4780,6 +4922,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -4800,6 +4943,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -4815,6 +4959,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col3 Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string), _col1 (type: string), _col3 (type: boolean) @@ -4860,6 +5005,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -4873,6 +5019,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -5430,6 +5577,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -5452,6 +5600,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -5474,6 +5623,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -5496,6 +5646,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -5510,6 +5661,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: UDFToDouble((_col0 + 100)) (type: double) + null sort order: a sort order: + Map-reduce partition columns: UDFToDouble((_col0 + 100)) (type: double) Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE @@ -5526,6 +5678,7 @@ STAGE PLANS: Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE @@ -5552,6 +5705,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -5581,6 +5735,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE @@ -5599,6 +5754,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: UDFToDouble(_col0) (type: double) + null sort order: a sort order: + Map-reduce partition columns: UDFToDouble(_col0) (type: double) Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE @@ -5615,6 +5771,7 @@ STAGE PLANS: Statistics: Num rows: 14 Data size: 1730 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col3 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col2 (type: string), _col3 (type: int) Statistics: Num rows: 14 Data size: 1730 Basic stats: COMPLETE Column stats: NONE @@ -5706,6 +5863,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 313 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 4 Data size: 313 Basic stats: COMPLETE Column stats: NONE @@ -5727,6 +5885,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 6 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 6 Basic stats: COMPLETE Column stats: NONE @@ -5747,6 +5906,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -5762,6 +5922,7 @@ STAGE PLANS: outputColumnNames: _col0, _col2 Statistics: Num rows: 4 Data size: 344 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 4 Data size: 344 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col2 (type: boolean) @@ -5807,6 +5968,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 2 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 2 Basic stats: COMPLETE Column stats: NONE @@ -5820,6 +5982,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -5880,6 +6043,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 313 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: char(100)) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: char(100)) Statistics: Num rows: 4 Data size: 313 Basic stats: COMPLETE Column stats: NONE @@ -5902,6 +6066,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 313 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: char(100)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: char(100)) Statistics: Num rows: 4 Data size: 313 Basic stats: COMPLETE Column stats: NONE @@ -5921,6 +6086,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 6 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: double) Statistics: Num rows: 3 Data size: 6 Basic stats: COMPLETE Column stats: NONE @@ -5941,6 +6107,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 6 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: double) Statistics: Num rows: 3 Data size: 6 Basic stats: COMPLETE Column stats: NONE @@ -5964,6 +6131,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 6 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: char(100)) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: char(100)) Statistics: Num rows: 3 Data size: 6 Basic stats: COMPLETE Column stats: NONE @@ -5981,6 +6149,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 2 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col2 (type: char(100)) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col2 (type: char(100)) Statistics: Num rows: 1 Data size: 2 Basic stats: COMPLETE Column stats: NONE @@ -5999,6 +6168,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 156 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: double) Statistics: Num rows: 2 Data size: 156 Basic stats: COMPLETE Column stats: NONE @@ -6015,6 +6185,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 344 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: char(100)) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: char(100)) Statistics: Num rows: 4 Data size: 344 Basic stats: COMPLETE Column stats: NONE @@ -6062,6 +6233,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 6 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: char(100)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: char(100)) Statistics: Num rows: 3 Data size: 6 Basic stats: COMPLETE Column stats: NONE @@ -6077,6 +6249,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 2 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: char(100)) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: char(100)) Statistics: Num rows: 1 Data size: 2 Basic stats: COMPLETE Column stats: NONE @@ -6095,6 +6268,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 156 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: double) Statistics: Num rows: 2 Data size: 156 Basic stats: COMPLETE Column stats: NONE @@ -6207,6 +6381,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 9 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 9 Basic stats: COMPLETE Column stats: NONE @@ -6230,6 +6405,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 10 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 10 Basic stats: COMPLETE Column stats: NONE @@ -6252,6 +6428,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 10 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 3 Data size: 10 Basic stats: COMPLETE Column stats: NONE @@ -6268,6 +6445,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 9 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 3 Data size: 9 Basic stats: COMPLETE Column stats: NONE @@ -6307,6 +6485,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 3 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 3 Basic stats: COMPLETE Column stats: NONE @@ -6325,6 +6504,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 3 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int), _col0 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col2 (type: int), _col0 (type: int) Statistics: Num rows: 1 Data size: 3 Basic stats: COMPLETE Column stats: NONE @@ -6434,6 +6614,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 9 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 2 Data size: 9 Basic stats: COMPLETE Column stats: NONE @@ -6457,6 +6638,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -6479,6 +6661,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -6500,6 +6683,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 9 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 9 Basic stats: COMPLETE Column stats: NONE @@ -6541,6 +6725,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -6559,6 +6744,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -6575,6 +6761,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -6589,6 +6776,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -6678,6 +6866,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 10 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 3 Data size: 10 Basic stats: COMPLETE Column stats: NONE @@ -6701,6 +6890,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 10 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 10 Basic stats: COMPLETE Column stats: NONE @@ -6723,6 +6913,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 10 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 3 Data size: 10 Basic stats: COMPLETE Column stats: NONE @@ -6744,6 +6935,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 10 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 10 Basic stats: COMPLETE Column stats: NONE @@ -6785,6 +6977,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 3 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 3 Basic stats: COMPLETE Column stats: NONE @@ -6803,6 +6996,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 3 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 3 Basic stats: COMPLETE Column stats: NONE @@ -6819,6 +7013,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 3 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 1 Data size: 3 Basic stats: COMPLETE Column stats: NONE @@ -6833,6 +7028,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 3 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 3 Basic stats: COMPLETE Column stats: NONE @@ -6887,6 +7083,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 10 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 3 Data size: 10 Basic stats: COMPLETE Column stats: NONE @@ -6910,6 +7107,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 10 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 10 Basic stats: COMPLETE Column stats: NONE @@ -6932,6 +7130,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 10 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 3 Data size: 10 Basic stats: COMPLETE Column stats: NONE @@ -6948,6 +7147,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 11 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 3 Data size: 11 Basic stats: COMPLETE Column stats: NONE @@ -6987,6 +7187,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 3 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 3 Basic stats: COMPLETE Column stats: NONE @@ -7005,6 +7206,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 3 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col2 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col2 (type: int) Statistics: Num rows: 1 Data size: 3 Basic stats: COMPLETE Column stats: NONE @@ -7059,6 +7261,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 10 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 3 Data size: 10 Basic stats: COMPLETE Column stats: NONE @@ -7081,6 +7284,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 10 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 10 Basic stats: COMPLETE Column stats: NONE @@ -7101,6 +7305,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -7116,6 +7321,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col3 Statistics: Num rows: 3 Data size: 11 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 3 Data size: 11 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: int), _col3 (type: boolean) @@ -7161,6 +7367,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 3 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 3 Basic stats: COMPLETE Column stats: NONE @@ -7174,6 +7381,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -7229,6 +7437,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 10 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 10 Basic stats: COMPLETE Column stats: NONE @@ -7250,6 +7459,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 10 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 10 Basic stats: COMPLETE Column stats: NONE @@ -7270,6 +7480,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -7285,6 +7496,7 @@ STAGE PLANS: outputColumnNames: _col0, _col2 Statistics: Num rows: 3 Data size: 11 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 3 Data size: 11 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col2 (type: boolean) @@ -7330,6 +7542,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 3 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 3 Basic stats: COMPLETE Column stats: NONE @@ -7343,6 +7556,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -7414,6 +7628,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -7433,6 +7648,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string), _col1 (type: string) @@ -7454,6 +7670,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -7475,6 +7692,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE @@ -7493,6 +7711,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 881 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 83 Data size: 881 Basic stats: COMPLETE Column stats: NONE @@ -7509,6 +7728,7 @@ STAGE PLANS: Statistics: Num rows: 7607 Data size: 169226 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 7607 Data size: 169226 Basic stats: COMPLETE Column stats: NONE @@ -7564,6 +7784,7 @@ STAGE PLANS: Statistics: Num rows: 13833 Data size: 307707 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13833 Data size: 307707 Basic stats: COMPLETE Column stats: NONE @@ -7579,6 +7800,7 @@ STAGE PLANS: Statistics: Num rows: 6916 Data size: 153842 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 6916 Data size: 153842 Basic stats: COMPLETE Column stats: NONE @@ -7592,6 +7814,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string) diff --git ql/src/test/results/clientpositive/spark/subquery_null_agg.q.out ql/src/test/results/clientpositive/spark/subquery_null_agg.q.out index 39dbbf8f19..af8b81e129 100644 --- ql/src/test/results/clientpositive/spark/subquery_null_agg.q.out +++ ql/src/test/results/clientpositive/spark/subquery_null_agg.q.out @@ -71,6 +71,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: COMPLETE Execution mode: vectorized @@ -89,6 +90,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: COMPLETE value expressions: _col0 (type: boolean) @@ -110,6 +112,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -125,6 +128,7 @@ STAGE PLANS: outputColumnNames: _col1 Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE value expressions: _col1 (type: boolean) @@ -169,6 +173,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) diff --git ql/src/test/results/clientpositive/spark/subquery_scalar.q.out ql/src/test/results/clientpositive/spark/subquery_scalar.q.out index 850b4f161e..7642f95dc7 100644 --- ql/src/test/results/clientpositive/spark/subquery_scalar.q.out +++ ql/src/test/results/clientpositive/spark/subquery_scalar.q.out @@ -116,6 +116,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9 Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string), _col9 (type: double) @@ -136,6 +137,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -180,6 +182,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: double) @@ -260,6 +263,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -278,6 +282,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: double) @@ -296,6 +301,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9 Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string), _col9 (type: double) @@ -314,6 +320,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: COMPLETE Reducer 3 @@ -385,6 +392,7 @@ STAGE PLANS: Number of rows: 0 Statistics: Num rows: 0 Data size: 0 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string) @@ -409,6 +417,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -428,6 +437,7 @@ STAGE PLANS: Number of rows: 0 Statistics: Num rows: 0 Data size: 0 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 0 Data size: 0 Basic stats: NONE Column stats: NONE Execution mode: vectorized @@ -461,6 +471,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -514,6 +525,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string) @@ -531,6 +543,7 @@ STAGE PLANS: Number of rows: 1 Statistics: Num rows: 1 Data size: 5 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 5 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -571,6 +584,7 @@ STAGE PLANS: Number of rows: 1 Statistics: Num rows: 1 Data size: 5 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 5 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int) @@ -651,6 +665,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string) @@ -671,6 +686,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string) @@ -706,6 +722,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE @@ -788,6 +805,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9 Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string), _col9 (type: double) @@ -808,6 +826,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int) @@ -828,6 +847,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -874,6 +894,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: double) @@ -893,6 +914,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: double) @@ -967,6 +989,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: int) @@ -978,6 +1001,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: p_mfgr (type: string), p_size (type: int) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -1039,6 +1063,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -1056,6 +1081,7 @@ STAGE PLANS: predicate: _col0 is not null (type: boolean) Statistics: Num rows: 1 Data size: 121 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 121 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int) @@ -1135,6 +1161,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9 Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string), _col9 (type: int) @@ -1155,6 +1182,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int) @@ -1192,6 +1220,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int) @@ -1273,6 +1302,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -1296,6 +1326,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -1323,6 +1354,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -1359,6 +1391,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE @@ -1415,6 +1448,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -1437,6 +1471,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -1458,6 +1493,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -1494,6 +1530,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 484 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 4 Data size: 484 Basic stats: COMPLETE Column stats: NONE @@ -1550,6 +1587,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col4 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -1573,6 +1611,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE @@ -1620,6 +1659,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE @@ -1682,6 +1722,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col4 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -1705,6 +1746,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE @@ -1726,6 +1768,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int) @@ -1744,6 +1787,7 @@ STAGE PLANS: predicate: (_col9 <= _col5) (type: boolean) Statistics: Num rows: 9 Data size: 1112 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 9 Data size: 1112 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string) @@ -1789,6 +1833,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE @@ -1805,6 +1850,7 @@ STAGE PLANS: predicate: _col0 is not null (type: boolean) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int) @@ -1892,6 +1938,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col4 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -1915,6 +1962,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE @@ -1936,6 +1984,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: double) @@ -1954,6 +2003,7 @@ STAGE PLANS: predicate: (_col5 >= _col9) (type: boolean) Statistics: Num rows: 9 Data size: 1112 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 9 Data size: 1112 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string) @@ -1999,6 +2049,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE @@ -2015,6 +2066,7 @@ STAGE PLANS: predicate: _col0 is not null (type: boolean) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: double) @@ -2098,6 +2150,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string) @@ -2118,6 +2171,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string) @@ -2143,6 +2197,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -2162,6 +2217,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 7957 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col4 (type: string), _col5 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col4 (type: string), _col5 (type: int) Statistics: Num rows: 26 Data size: 7957 Basic stats: COMPLETE Column stats: NONE @@ -2192,6 +2248,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string) @@ -2265,6 +2322,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col5 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col5 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -2288,6 +2346,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -2332,6 +2391,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int), _col3 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col2 (type: int), _col3 (type: int) Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE @@ -2420,6 +2480,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE @@ -2440,6 +2501,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string) @@ -2464,6 +2526,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE @@ -2479,6 +2542,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string), _col1 (type: string) @@ -2492,6 +2556,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string) @@ -2512,6 +2577,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -2529,6 +2595,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reducer 4 @@ -2578,6 +2645,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 125 Data size: 1328 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 125 Data size: 1328 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -2607,6 +2675,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 97812 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 97812 Basic stats: COMPLETE Column stats: NONE @@ -2624,6 +2693,7 @@ STAGE PLANS: predicate: _col1 is not null (type: boolean) Statistics: Num rows: 250 Data size: 48906 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 250 Data size: 48906 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string), _col1 (type: bigint) @@ -2694,6 +2764,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -2715,6 +2786,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: double) @@ -2736,6 +2808,7 @@ STAGE PLANS: predicate: _col1 is not null (type: boolean) Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: double) @@ -2775,6 +2848,7 @@ STAGE PLANS: predicate: _col0 is not null (type: boolean) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: double) @@ -2835,6 +2909,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9 Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string), _col9 (type: bigint) @@ -2855,6 +2930,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -2875,6 +2951,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -2923,6 +3000,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -2945,6 +3023,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: NONE @@ -2966,6 +3045,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -2989,6 +3069,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -3011,6 +3092,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: NONE @@ -3076,6 +3158,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -3096,6 +3179,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -3116,6 +3200,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -3164,6 +3249,7 @@ STAGE PLANS: Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE @@ -3183,6 +3269,7 @@ STAGE PLANS: Statistics: Num rows: 14 Data size: 1730 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 14 Data size: 1730 Basic stats: COMPLETE Column stats: NONE @@ -3267,6 +3354,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -3282,6 +3370,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: string) Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE @@ -3303,6 +3392,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -3323,6 +3413,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string) @@ -3336,6 +3427,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string) @@ -3353,6 +3445,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE @@ -3368,6 +3461,7 @@ STAGE PLANS: outputColumnNames: _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10 Statistics: Num rows: 14 Data size: 1730 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 14 Data size: 1730 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: boolean), _col2 (type: int), _col3 (type: string), _col4 (type: string), _col5 (type: string), _col6 (type: string), _col7 (type: int), _col8 (type: string), _col9 (type: double), _col10 (type: string) @@ -3411,6 +3505,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -3425,6 +3520,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 201 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 201 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: string) @@ -3516,6 +3612,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -3535,6 +3632,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: string) Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE @@ -3556,6 +3654,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -3578,6 +3677,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE @@ -3598,6 +3698,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE @@ -3616,6 +3717,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE @@ -3631,6 +3733,7 @@ STAGE PLANS: outputColumnNames: _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10 Statistics: Num rows: 14 Data size: 1730 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 14 Data size: 1730 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: boolean), _col2 (type: int), _col3 (type: string), _col4 (type: string), _col5 (type: string), _col6 (type: string), _col7 (type: int), _col8 (type: string), _col9 (type: double), _col10 (type: string) @@ -3657,6 +3760,7 @@ STAGE PLANS: Statistics: Num rows: 14 Data size: 1968 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col4 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: string) Statistics: Num rows: 14 Data size: 1968 Basic stats: COMPLETE Column stats: NONE @@ -3694,6 +3798,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -3760,6 +3865,7 @@ STAGE PLANS: Statistics: Num rows: 50 Data size: 5999 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 50 Data size: 5999 Basic stats: COMPLETE Column stats: NONE @@ -3782,6 +3888,7 @@ STAGE PLANS: Statistics: Num rows: 100 Data size: 11999 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 100 Data size: 11999 Basic stats: COMPLETE Column stats: NONE @@ -3808,6 +3915,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2999 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Statistics: Num rows: 25 Data size: 2999 Basic stats: COMPLETE Column stats: NONE @@ -3824,6 +3932,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 55 Data size: 6598 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 55 Data size: 6598 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: int) @@ -3861,6 +3970,7 @@ STAGE PLANS: Statistics: Num rows: 50 Data size: 5999 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 50 Data size: 5999 Basic stats: COMPLETE Column stats: NONE @@ -3878,6 +3988,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 12 Data size: 1439 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 12 Data size: 1439 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int) @@ -3972,6 +4083,7 @@ STAGE PLANS: Statistics: Num rows: 50 Data size: 5999 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 50 Data size: 5999 Basic stats: COMPLETE Column stats: NONE @@ -3994,6 +4106,7 @@ STAGE PLANS: Statistics: Num rows: 100 Data size: 11999 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 100 Data size: 11999 Basic stats: COMPLETE Column stats: NONE @@ -4020,6 +4133,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2999 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Statistics: Num rows: 25 Data size: 2999 Basic stats: COMPLETE Column stats: NONE @@ -4036,6 +4150,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 55 Data size: 6598 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 55 Data size: 6598 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: int) @@ -4073,6 +4188,7 @@ STAGE PLANS: Statistics: Num rows: 50 Data size: 5999 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 50 Data size: 5999 Basic stats: COMPLETE Column stats: NONE @@ -4090,6 +4206,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 12 Data size: 1439 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 12 Data size: 1439 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int) @@ -4178,6 +4295,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -4200,6 +4318,7 @@ STAGE PLANS: Statistics: Num rows: 100 Data size: 11999 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 100 Data size: 11999 Basic stats: COMPLETE Column stats: NONE @@ -4220,6 +4339,7 @@ STAGE PLANS: Statistics: Num rows: 100 Data size: 11999 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 100 Data size: 11999 Basic stats: COMPLETE Column stats: NONE @@ -4251,6 +4371,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: double) @@ -4287,6 +4408,7 @@ STAGE PLANS: Statistics: Num rows: 50 Data size: 5999 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 50 Data size: 5999 Basic stats: COMPLETE Column stats: NONE @@ -4347,6 +4469,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string), _col4 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col4 (type: string) Statistics: Num rows: 1 Data size: 32560 Basic stats: COMPLETE Column stats: NONE @@ -4367,6 +4490,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -4390,6 +4514,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -4437,6 +4562,7 @@ STAGE PLANS: Statistics: Num rows: 14 Data size: 1730 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 14 Data size: 1730 Basic stats: COMPLETE Column stats: NONE @@ -4455,6 +4581,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE @@ -4670,6 +4797,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 238 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 5 Data size: 238 Basic stats: COMPLETE Column stats: NONE @@ -4693,6 +4821,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 31 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 3 Data size: 31 Basic stats: COMPLETE Column stats: NONE @@ -4737,6 +4866,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 10 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 1 Data size: 10 Basic stats: COMPLETE Column stats: NONE @@ -4800,6 +4930,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 238 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 5 Data size: 238 Basic stats: COMPLETE Column stats: NONE @@ -4823,6 +4954,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 31 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 31 Basic stats: COMPLETE Column stats: NONE @@ -4870,6 +5002,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 10 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 1 Data size: 10 Basic stats: COMPLETE Column stats: NONE @@ -4927,6 +5060,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 238 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 5 Data size: 238 Basic stats: COMPLETE Column stats: NONE @@ -4950,6 +5084,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 31 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 3 Data size: 31 Basic stats: COMPLETE Column stats: NONE @@ -4973,6 +5108,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 31 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 31 Basic stats: COMPLETE Column stats: NONE @@ -4997,6 +5133,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 104 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 2 Data size: 104 Basic stats: COMPLETE Column stats: NONE @@ -5040,6 +5177,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 10 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 1 Data size: 10 Basic stats: COMPLETE Column stats: NONE @@ -5059,6 +5197,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 10 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 1 Data size: 10 Basic stats: COMPLETE Column stats: NONE @@ -5124,6 +5263,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10 Statistics: Num rows: 5 Data size: 238 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 5 Data size: 238 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: int), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: int), _col7 (type: boolean), _col8 (type: boolean), _col9 (type: date), _col10 (type: bigint) @@ -5144,6 +5284,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -5166,6 +5307,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 31 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 3 Data size: 31 Basic stats: COMPLETE Column stats: NONE @@ -5186,6 +5328,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 56 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 56 Basic stats: COMPLETE Column stats: NONE @@ -5226,6 +5369,7 @@ STAGE PLANS: predicate: _col0 is not null (type: boolean) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -5244,6 +5388,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 10 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 10 Basic stats: COMPLETE Column stats: NONE @@ -5335,6 +5480,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -5358,6 +5504,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -5375,6 +5522,7 @@ STAGE PLANS: predicate: _col1 is not null (type: boolean) Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string), _col1 (type: bigint) @@ -5414,6 +5562,7 @@ STAGE PLANS: predicate: _col0 is not null (type: boolean) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -5497,6 +5646,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE @@ -5523,6 +5673,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE @@ -5545,6 +5696,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -5568,6 +5720,7 @@ STAGE PLANS: Statistics: Num rows: 182 Data size: 1939 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 182 Data size: 1939 Basic stats: COMPLETE Column stats: NONE @@ -5585,6 +5738,7 @@ STAGE PLANS: predicate: _col2 is not null (type: boolean) Statistics: Num rows: 91 Data size: 969 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 91 Data size: 969 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) @@ -5624,6 +5778,7 @@ STAGE PLANS: predicate: _col0 is not null (type: boolean) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -5692,6 +5847,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -5714,6 +5870,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -5732,6 +5889,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: int), _col6 (type: string), _col7 (type: double), _col8 (type: string) @@ -5757,6 +5915,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int) @@ -5803,6 +5962,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -5820,6 +5980,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE @@ -5865,6 +6026,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col4 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -5887,6 +6049,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -5909,6 +6072,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -5961,6 +6125,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 242 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 242 Basic stats: COMPLETE Column stats: NONE @@ -5986,6 +6151,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE @@ -6033,6 +6199,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col4 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col4 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -6048,6 +6215,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string), _col1 (type: int) @@ -6069,6 +6237,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -6123,6 +6292,7 @@ STAGE PLANS: Statistics: Num rows: 338 Data size: 82147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 338 Data size: 82147 Basic stats: COMPLETE Column stats: NONE @@ -6142,6 +6312,7 @@ STAGE PLANS: Statistics: Num rows: 169 Data size: 41073 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 169 Data size: 41073 Basic stats: COMPLETE Column stats: NONE @@ -6155,6 +6326,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string) @@ -6253,6 +6425,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 6 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 6 Basic stats: COMPLETE Column stats: NONE @@ -6268,6 +6441,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 2 Data size: 6 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 2 Data size: 6 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int) @@ -6289,6 +6463,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 6 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 6 Basic stats: COMPLETE Column stats: NONE @@ -6343,6 +6518,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 14 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 14 Basic stats: COMPLETE Column stats: NONE @@ -6362,6 +6538,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 7 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 1 Data size: 7 Basic stats: COMPLETE Column stats: NONE @@ -6375,6 +6552,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 3 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 3 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int) @@ -6433,6 +6611,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 6 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 6 Basic stats: COMPLETE Column stats: NONE @@ -6448,6 +6627,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 2 Data size: 6 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 2 Data size: 6 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: int) @@ -6469,6 +6649,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 6 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 6 Basic stats: COMPLETE Column stats: NONE @@ -6516,6 +6697,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 14 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 14 Basic stats: COMPLETE Column stats: NONE @@ -6538,6 +6720,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 7 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 7 Basic stats: COMPLETE Column stats: NONE @@ -6550,6 +6733,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 3 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 3 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int) @@ -6610,6 +6794,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 6 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 6 Basic stats: COMPLETE Column stats: NONE @@ -6633,6 +6818,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -6677,6 +6863,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -6737,6 +6924,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 6 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 6 Basic stats: COMPLETE Column stats: NONE @@ -6760,6 +6948,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -6800,6 +6989,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 0 Basic stats: PARTIAL Column stats: NONE @@ -6877,6 +7067,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -6897,6 +7088,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -6920,6 +7112,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -6942,6 +7135,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -6959,6 +7153,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reducer 4 @@ -7008,6 +7203,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -7024,6 +7220,7 @@ STAGE PLANS: predicate: _col1 is not null (type: boolean) Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string), _col1 (type: bigint) @@ -7079,6 +7276,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE @@ -7103,6 +7301,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE @@ -7126,6 +7325,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -7148,6 +7348,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -7165,6 +7366,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reducer 4 @@ -7214,6 +7416,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 125 Data size: 1328 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 125 Data size: 1328 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -7230,6 +7433,7 @@ STAGE PLANS: predicate: _col1 is not null (type: boolean) Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string), _col1 (type: bigint) diff --git ql/src/test/results/clientpositive/spark/subquery_select.q.out ql/src/test/results/clientpositive/spark/subquery_select.q.out index f11819e94c..429d12c28e 100644 --- ql/src/test/results/clientpositive/spark/subquery_select.q.out +++ ql/src/test/results/clientpositive/spark/subquery_select.q.out @@ -36,6 +36,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -57,6 +58,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int) @@ -72,6 +74,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col3 Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: boolean), _col3 (type: boolean) @@ -113,6 +116,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -135,6 +139,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: boolean), _col1 (type: boolean) @@ -221,6 +226,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -244,6 +250,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -261,6 +268,7 @@ STAGE PLANS: Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE @@ -307,6 +315,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 726 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 6 Data size: 726 Basic stats: COMPLETE Column stats: NONE @@ -329,6 +338,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col0 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col2 (type: string), _col0 (type: int) Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE @@ -416,6 +426,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -437,6 +448,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int) @@ -452,6 +464,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col4 Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: boolean), _col2 (type: boolean), _col4 (type: boolean) @@ -493,6 +506,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -515,6 +529,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: boolean), _col1 (type: boolean), _col2 (type: boolean), _col3 (type: boolean) @@ -603,6 +618,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -625,6 +641,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -647,6 +664,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -670,6 +688,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col0 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col2 (type: string), _col0 (type: int) Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE @@ -693,6 +712,7 @@ STAGE PLANS: Statistics: Num rows: 9 Data size: 1112 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 9 Data size: 1112 Basic stats: COMPLETE Column stats: NONE @@ -709,6 +729,7 @@ STAGE PLANS: Statistics: Num rows: 9 Data size: 1223 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 9 Data size: 1223 Basic stats: COMPLETE Column stats: NONE @@ -750,6 +771,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 726 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 6 Data size: 726 Basic stats: COMPLETE Column stats: NONE @@ -775,6 +797,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 726 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 6 Data size: 726 Basic stats: COMPLETE Column stats: NONE @@ -857,6 +880,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int) @@ -876,6 +900,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -914,6 +939,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: boolean) @@ -994,6 +1020,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -1016,6 +1043,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -1055,6 +1083,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE @@ -1135,6 +1164,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int) @@ -1154,6 +1184,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -1192,6 +1223,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: boolean) @@ -1272,6 +1304,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -1294,6 +1327,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -1333,6 +1367,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE @@ -1411,6 +1446,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -1434,6 +1470,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -1475,6 +1512,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE @@ -1551,6 +1589,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -1574,6 +1613,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -1611,6 +1651,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE @@ -1689,6 +1730,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int) @@ -1709,6 +1751,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int) @@ -1739,6 +1782,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int) @@ -1837,6 +1881,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -1857,6 +1902,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string) @@ -1875,6 +1921,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string) @@ -1908,6 +1955,7 @@ STAGE PLANS: predicate: _col0 is not null (type: boolean) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string) @@ -1929,6 +1977,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 32473 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 166 Data size: 32473 Basic stats: COMPLETE Column stats: NONE @@ -2012,6 +2061,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -2031,6 +2081,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE @@ -2053,6 +2104,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -2097,6 +2149,7 @@ STAGE PLANS: Statistics: Num rows: 275 Data size: 2921 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 275 Data size: 2921 Basic stats: COMPLETE Column stats: NONE @@ -2114,6 +2167,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE @@ -2207,6 +2261,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -2229,6 +2284,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 2 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 2 Basic stats: COMPLETE Column stats: NONE @@ -2249,6 +2305,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -2264,6 +2321,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col3 Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: boolean), _col3 (type: boolean) @@ -2302,6 +2360,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 2 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 2 Basic stats: COMPLETE Column stats: NONE @@ -2319,6 +2378,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: boolean), _col1 (type: boolean) @@ -2407,6 +2467,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int) @@ -2425,6 +2486,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -2455,6 +2517,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -2535,6 +2598,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int) @@ -2555,6 +2619,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: int) @@ -2585,6 +2650,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: int) @@ -2681,6 +2747,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -2704,6 +2771,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -2745,6 +2813,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE @@ -2825,6 +2894,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -2848,6 +2918,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -2889,6 +2960,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE @@ -2968,6 +3040,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string) @@ -2983,6 +3056,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -2999,6 +3073,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 6319 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 26 Data size: 6319 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: boolean) @@ -3031,6 +3106,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 121 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 121 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: boolean) @@ -3120,6 +3196,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -3141,6 +3218,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: string) @@ -3163,6 +3241,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -3185,6 +3264,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE @@ -3207,6 +3287,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 192 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 192 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: boolean), _col1 (type: boolean) @@ -3222,6 +3303,7 @@ STAGE PLANS: Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string), _col2 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col2 (type: int) Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE @@ -3238,6 +3320,7 @@ STAGE PLANS: Statistics: Num rows: 30 Data size: 3807 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 30 Data size: 3807 Basic stats: COMPLETE Column stats: NONE @@ -3253,6 +3336,7 @@ STAGE PLANS: outputColumnNames: _col2, _col3, _col4, _col6, _col7, _col8, _col10, _col13 Statistics: Num rows: 33 Data size: 4187 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 33 Data size: 4187 Basic stats: COMPLETE Column stats: NONE value expressions: _col2 (type: int), _col3 (type: boolean), _col4 (type: boolean), _col6 (type: bigint), _col7 (type: boolean), _col8 (type: boolean), _col10 (type: boolean), _col13 (type: boolean) @@ -3298,6 +3382,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 726 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 6 Data size: 726 Basic stats: COMPLETE Column stats: NONE @@ -3320,6 +3405,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col0 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col2 (type: string), _col0 (type: int) Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE @@ -3405,6 +3491,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -3427,6 +3514,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -3466,6 +3554,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE @@ -3558,6 +3647,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -3579,6 +3669,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int) @@ -3591,6 +3682,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized @@ -3610,6 +3702,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 234 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 26 Data size: 234 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -3630,6 +3723,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -3646,6 +3740,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: boolean), _col1 (type: boolean) @@ -3658,6 +3753,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int) @@ -3672,6 +3768,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col3 Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: boolean), _col3 (type: boolean) @@ -3712,6 +3809,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 234 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 26 Data size: 234 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -3734,6 +3832,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 9 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 9 Basic stats: COMPLETE Column stats: NONE @@ -3747,6 +3846,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int) @@ -3851,6 +3951,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized @@ -3872,6 +3973,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -3892,6 +3994,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -3916,6 +4019,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int) @@ -3933,6 +4037,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: double) @@ -3947,6 +4052,7 @@ STAGE PLANS: outputColumnNames: _col1 Statistics: Num rows: 26 Data size: 338 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 338 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: boolean) @@ -3961,6 +4067,7 @@ STAGE PLANS: outputColumnNames: _col1, _col2 Statistics: Num rows: 26 Data size: 780 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 780 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: boolean), _col2 (type: double) @@ -3998,6 +4105,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: boolean) @@ -4014,6 +4122,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: double) @@ -4117,6 +4226,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int) @@ -4135,6 +4245,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -4152,6 +4263,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -4189,6 +4301,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -4249,6 +4362,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -4268,6 +4382,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int), _col1 (type: double) @@ -4288,6 +4403,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -4309,6 +4425,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -4355,6 +4472,7 @@ STAGE PLANS: Statistics: Num rows: 8 Data size: 1104 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 8 Data size: 1104 Basic stats: COMPLETE Column stats: NONE @@ -4374,6 +4492,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: double) @@ -4397,6 +4516,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 726 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 6 Data size: 726 Basic stats: COMPLETE Column stats: NONE @@ -4472,6 +4592,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized @@ -4491,6 +4612,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -4511,6 +4633,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -4531,6 +4654,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int) @@ -4551,6 +4675,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int) @@ -4568,6 +4693,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: double) @@ -4580,6 +4706,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -4594,6 +4721,7 @@ STAGE PLANS: outputColumnNames: _col1 Statistics: Num rows: 26 Data size: 234 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 234 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: int) @@ -4608,6 +4736,7 @@ STAGE PLANS: outputColumnNames: _col1, _col2 Statistics: Num rows: 26 Data size: 364 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 364 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: int), _col2 (type: int) @@ -4622,6 +4751,7 @@ STAGE PLANS: outputColumnNames: _col1, _col2, _col3 Statistics: Num rows: 26 Data size: 806 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 806 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: int), _col2 (type: int), _col3 (type: double) @@ -4655,6 +4785,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int) @@ -4667,6 +4798,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int) @@ -4755,6 +4887,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int) @@ -4774,6 +4907,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -4793,6 +4927,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -4830,6 +4965,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -4842,6 +4978,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -4935,6 +5072,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: int) @@ -4954,6 +5092,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -4976,6 +5115,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -4996,6 +5136,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -5018,6 +5159,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -5044,6 +5186,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 484 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 4 Data size: 484 Basic stats: COMPLETE Column stats: NONE @@ -5076,6 +5219,7 @@ STAGE PLANS: Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string), _col2 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col2 (type: int) Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE @@ -5092,6 +5236,7 @@ STAGE PLANS: Statistics: Num rows: 30 Data size: 3807 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 30 Data size: 3807 Basic stats: COMPLETE Column stats: NONE @@ -5111,6 +5256,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -5123,6 +5269,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -5149,6 +5296,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 242 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 242 Basic stats: COMPLETE Column stats: NONE @@ -5252,6 +5400,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -5274,6 +5423,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -5293,6 +5443,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -5315,6 +5466,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -5337,6 +5489,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -5359,6 +5512,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -5379,6 +5533,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -5396,6 +5551,7 @@ STAGE PLANS: Statistics: Num rows: 30 Data size: 3807 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 30 Data size: 3807 Basic stats: COMPLETE Column stats: NONE @@ -5415,6 +5571,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -5427,6 +5584,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -5453,6 +5611,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 242 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 242 Basic stats: COMPLETE Column stats: NONE @@ -5478,6 +5637,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 484 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 4 Data size: 484 Basic stats: COMPLETE Column stats: NONE @@ -5494,6 +5654,7 @@ STAGE PLANS: outputColumnNames: _col1, _col3 Statistics: Num rows: 57 Data size: 6923 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 57 Data size: 6923 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: int), _col3 (type: bigint) @@ -5541,6 +5702,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 242 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 242 Basic stats: COMPLETE Column stats: NONE @@ -5559,6 +5721,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE @@ -5575,6 +5738,7 @@ STAGE PLANS: Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string), _col2 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col2 (type: int) Statistics: Num rows: 28 Data size: 3461 Basic stats: COMPLETE Column stats: NONE @@ -5662,6 +5826,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -5685,6 +5850,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -5722,6 +5888,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1573 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/subquery_views.q.out ql/src/test/results/clientpositive/spark/subquery_views.q.out index 106def74c1..7c9f1aaeb8 100644 --- ql/src/test/results/clientpositive/spark/subquery_views.q.out +++ ql/src/test/results/clientpositive/spark/subquery_views.q.out @@ -137,6 +137,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE @@ -158,6 +159,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE @@ -182,6 +184,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE @@ -206,6 +209,7 @@ STAGE PLANS: Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 55 Data size: 584 Basic stats: COMPLETE Column stats: NONE @@ -229,6 +233,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE @@ -243,6 +248,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 881 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 83 Data size: 881 Basic stats: COMPLETE Column stats: NONE @@ -273,6 +279,7 @@ STAGE PLANS: Statistics: Num rows: 365 Data size: 3878 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 365 Data size: 3878 Basic stats: COMPLETE Column stats: NONE @@ -287,6 +294,7 @@ STAGE PLANS: Statistics: Num rows: 27 Data size: 286 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 27 Data size: 286 Basic stats: COMPLETE Column stats: NONE @@ -305,6 +313,7 @@ STAGE PLANS: Statistics: Num rows: 27 Data size: 286 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 27 Data size: 286 Basic stats: COMPLETE Column stats: NONE @@ -321,6 +330,7 @@ STAGE PLANS: Statistics: Num rows: 91 Data size: 969 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: string), _col2 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col3 (type: string), _col2 (type: string) Statistics: Num rows: 91 Data size: 969 Basic stats: COMPLETE Column stats: NONE @@ -335,6 +345,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 881 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 83 Data size: 881 Basic stats: COMPLETE Column stats: NONE @@ -359,6 +370,7 @@ STAGE PLANS: Statistics: Num rows: 365 Data size: 3878 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 365 Data size: 3878 Basic stats: COMPLETE Column stats: NONE @@ -391,6 +403,7 @@ STAGE PLANS: Statistics: Num rows: 27 Data size: 286 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 27 Data size: 286 Basic stats: COMPLETE Column stats: NONE @@ -409,6 +422,7 @@ STAGE PLANS: Statistics: Num rows: 27 Data size: 286 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 27 Data size: 286 Basic stats: COMPLETE Column stats: NONE @@ -425,6 +439,7 @@ STAGE PLANS: Statistics: Num rows: 91 Data size: 969 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: string), _col2 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col3 (type: string), _col2 (type: string) Statistics: Num rows: 91 Data size: 969 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/temp_table.q.out ql/src/test/results/clientpositive/spark/temp_table.q.out index 0468a81be9..a46fc0a5a4 100644 --- ql/src/test/results/clientpositive/spark/temp_table.q.out +++ ql/src/test/results/clientpositive/spark/temp_table.q.out @@ -218,6 +218,7 @@ STAGE PLANS: Statistics: Num rows: 247 Data size: 2609 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 247 Data size: 2609 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -297,6 +298,7 @@ STAGE PLANS: Statistics: Num rows: 247 Data size: 2609 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -313,6 +315,7 @@ STAGE PLANS: Statistics: Num rows: 253 Data size: 2703 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/spark/temp_table_join1.q.out ql/src/test/results/clientpositive/spark/temp_table_join1.q.out index 6c3fb62ea8..5b56a21198 100644 --- ql/src/test/results/clientpositive/spark/temp_table_join1.q.out +++ ql/src/test/results/clientpositive/spark/temp_table_join1.q.out @@ -58,6 +58,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 104 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 104 Basic stats: COMPLETE Column stats: NONE @@ -77,6 +78,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 104 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 104 Basic stats: COMPLETE Column stats: NONE @@ -170,6 +172,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 104 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 104 Basic stats: COMPLETE Column stats: NONE @@ -189,6 +192,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 104 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 104 Basic stats: COMPLETE Column stats: NONE @@ -282,6 +286,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 104 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 104 Basic stats: COMPLETE Column stats: NONE @@ -301,6 +306,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 104 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 104 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/tez_join_tests.q.out ql/src/test/results/clientpositive/spark/tez_join_tests.q.out index e577e4b1b3..00d2d1bd5a 100644 --- ql/src/test/results/clientpositive/spark/tez_join_tests.q.out +++ ql/src/test/results/clientpositive/spark/tez_join_tests.q.out @@ -38,6 +38,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -58,6 +59,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 191 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 191 Basic stats: COMPLETE Column stats: NONE @@ -73,6 +75,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -90,6 +93,7 @@ STAGE PLANS: Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE @@ -106,6 +110,7 @@ STAGE PLANS: Statistics: Num rows: 605 Data size: 6427 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 605 Data size: 6427 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: string), _col2 (type: string), _col3 (type: string) diff --git ql/src/test/results/clientpositive/spark/tez_joins_explain.q.out ql/src/test/results/clientpositive/spark/tez_joins_explain.q.out index 69feb25194..b8a220cee2 100644 --- ql/src/test/results/clientpositive/spark/tez_joins_explain.q.out +++ ql/src/test/results/clientpositive/spark/tez_joins_explain.q.out @@ -38,6 +38,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -58,6 +59,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 191 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 25 Data size: 191 Basic stats: COMPLETE Column stats: NONE @@ -73,6 +75,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -90,6 +93,7 @@ STAGE PLANS: Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE @@ -106,6 +110,7 @@ STAGE PLANS: Statistics: Num rows: 605 Data size: 6427 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 605 Data size: 6427 Basic stats: COMPLETE Column stats: NONE value expressions: _col1 (type: string), _col2 (type: string), _col3 (type: string) diff --git ql/src/test/results/clientpositive/spark/union10.q.out ql/src/test/results/clientpositive/spark/union10.q.out index 7ad566f718..170807b29e 100644 --- ql/src/test/results/clientpositive/spark/union10.q.out +++ ql/src/test/results/clientpositive/spark/union10.q.out @@ -54,6 +54,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/spark/union11.q.out ql/src/test/results/clientpositive/spark/union11.q.out index 97c10a524a..1765c4a30f 100644 --- ql/src/test/results/clientpositive/spark/union11.q.out +++ ql/src/test/results/clientpositive/spark/union11.q.out @@ -46,6 +46,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -71,6 +72,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: NONE @@ -112,6 +114,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: NONE @@ -137,6 +140,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/union12.q.out ql/src/test/results/clientpositive/spark/union12.q.out index efbe76beca..d63f6186f0 100644 --- ql/src/test/results/clientpositive/spark/union12.q.out +++ ql/src/test/results/clientpositive/spark/union12.q.out @@ -58,6 +58,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -76,6 +77,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -94,6 +96,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/spark/union14.q.out ql/src/test/results/clientpositive/spark/union14.q.out index 485d67da88..3418d2942c 100644 --- ql/src/test/results/clientpositive/spark/union14.q.out +++ ql/src/test/results/clientpositive/spark/union14.q.out @@ -46,6 +46,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 199 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 199 Basic stats: COMPLETE Column stats: NONE @@ -67,6 +68,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -108,6 +110,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 199 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 199 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/union15.q.out ql/src/test/results/clientpositive/spark/union15.q.out index 81bd8c0263..b77110790f 100644 --- ql/src/test/results/clientpositive/spark/union15.q.out +++ ql/src/test/results/clientpositive/spark/union15.q.out @@ -46,6 +46,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -68,6 +69,7 @@ STAGE PLANS: Statistics: Num rows: 51 Data size: 390 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 51 Data size: 390 Basic stats: COMPLETE Column stats: NONE @@ -94,6 +96,7 @@ STAGE PLANS: Statistics: Num rows: 51 Data size: 390 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 51 Data size: 390 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/union16.q.out ql/src/test/results/clientpositive/spark/union16.q.out index 17c7a96855..a584dadd62 100644 --- ql/src/test/results/clientpositive/spark/union16.q.out +++ ql/src/test/results/clientpositive/spark/union16.q.out @@ -93,6 +93,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/spark/union17.q.out ql/src/test/results/clientpositive/spark/union17.q.out index 987dc81741..4dec2920fb 100644 --- ql/src/test/results/clientpositive/spark/union17.q.out +++ ql/src/test/results/clientpositive/spark/union17.q.out @@ -65,6 +65,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -87,6 +88,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 280 Basic stats: COMPLETE Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 280 Basic stats: COMPLETE Column stats: PARTIAL @@ -108,6 +110,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 464 Basic stats: COMPLETE Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 464 Basic stats: COMPLETE Column stats: PARTIAL @@ -171,6 +174,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 280 Basic stats: COMPLETE Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 280 Basic stats: COMPLETE Column stats: PARTIAL @@ -194,6 +198,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 464 Basic stats: COMPLETE Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 464 Basic stats: COMPLETE Column stats: PARTIAL diff --git ql/src/test/results/clientpositive/spark/union18.q.out ql/src/test/results/clientpositive/spark/union18.q.out index 733d5ee5aa..98e10568bc 100644 --- ql/src/test/results/clientpositive/spark/union18.q.out +++ ql/src/test/results/clientpositive/spark/union18.q.out @@ -62,6 +62,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/spark/union19.q.out ql/src/test/results/clientpositive/spark/union19.q.out index f82b59d46d..4233810231 100644 --- ql/src/test/results/clientpositive/spark/union19.q.out +++ ql/src/test/results/clientpositive/spark/union19.q.out @@ -63,6 +63,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -85,6 +86,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: PARTIAL @@ -123,6 +125,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: PARTIAL diff --git ql/src/test/results/clientpositive/spark/union2.q.out ql/src/test/results/clientpositive/spark/union2.q.out index 7dbe76a7f9..93e91e8ce2 100644 --- ql/src/test/results/clientpositive/spark/union2.q.out +++ ql/src/test/results/clientpositive/spark/union2.q.out @@ -37,6 +37,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/spark/union20.q.out ql/src/test/results/clientpositive/spark/union20.q.out index 01054da491..cabbe40747 100644 --- ql/src/test/results/clientpositive/spark/union20.q.out +++ ql/src/test/results/clientpositive/spark/union20.q.out @@ -51,6 +51,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -70,6 +71,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 167 Data size: 2035 Basic stats: COMPLETE Column stats: PARTIAL @@ -90,6 +92,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 1763 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 167 Data size: 2035 Basic stats: COMPLETE Column stats: PARTIAL @@ -109,6 +112,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 272 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 167 Data size: 2035 Basic stats: COMPLETE Column stats: PARTIAL @@ -144,6 +148,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 272 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 167 Data size: 2035 Basic stats: COMPLETE Column stats: PARTIAL diff --git ql/src/test/results/clientpositive/spark/union21.q.out ql/src/test/results/clientpositive/spark/union21.q.out index b20d6a7405..554860b43c 100644 --- ql/src/test/results/clientpositive/spark/union21.q.out +++ ql/src/test/results/clientpositive/spark/union21.q.out @@ -63,6 +63,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 93 Basic stats: COMPLETE Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 93 Basic stats: COMPLETE Column stats: PARTIAL @@ -86,6 +87,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 93 Basic stats: COMPLETE Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 93 Basic stats: COMPLETE Column stats: PARTIAL @@ -109,6 +111,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 93 Basic stats: COMPLETE Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 93 Basic stats: COMPLETE Column stats: PARTIAL @@ -132,6 +135,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 93 Basic stats: COMPLETE Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 93 Basic stats: COMPLETE Column stats: PARTIAL @@ -155,6 +159,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 93 Basic stats: COMPLETE Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 93 Basic stats: COMPLETE Column stats: PARTIAL diff --git ql/src/test/results/clientpositive/spark/union23.q.out ql/src/test/results/clientpositive/spark/union23.q.out index bc7530323b..fe6063b037 100644 --- ql/src/test/results/clientpositive/spark/union23.q.out +++ ql/src/test/results/clientpositive/spark/union23.q.out @@ -49,6 +49,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 1000 Data size: 10624 Basic stats: COMPLETE Column stats: NONE Map 3 @@ -62,6 +63,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 1000 Data size: 10624 Basic stats: COMPLETE Column stats: NONE Execution mode: vectorized diff --git ql/src/test/results/clientpositive/spark/union25.q.out ql/src/test/results/clientpositive/spark/union25.q.out index fd56a418b5..1c9daaf0a0 100644 --- ql/src/test/results/clientpositive/spark/union25.q.out +++ ql/src/test/results/clientpositive/spark/union25.q.out @@ -101,6 +101,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 10624 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1000 Data size: 10624 Basic stats: COMPLETE Column stats: NONE @@ -124,6 +125,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 10624 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1000 Data size: 10624 Basic stats: COMPLETE Column stats: NONE @@ -146,6 +148,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 10624 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1000 Data size: 10624 Basic stats: COMPLETE Column stats: NONE @@ -192,6 +195,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 10624 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1000 Data size: 10624 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/union26.q.out ql/src/test/results/clientpositive/spark/union26.q.out index 80d0f99a39..00c92a16d8 100644 --- ql/src/test/results/clientpositive/spark/union26.q.out +++ ql/src/test/results/clientpositive/spark/union26.q.out @@ -73,6 +73,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -89,6 +90,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -121,6 +123,7 @@ STAGE PLANS: Statistics: Num rows: 1550 Data size: 16467 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1550 Data size: 16467 Basic stats: COMPLETE Column stats: NONE @@ -148,6 +151,7 @@ STAGE PLANS: Statistics: Num rows: 1550 Data size: 16467 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1550 Data size: 16467 Basic stats: COMPLETE Column stats: NONE @@ -168,6 +172,7 @@ STAGE PLANS: Statistics: Num rows: 1550 Data size: 16467 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1550 Data size: 16467 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/union27.q.out ql/src/test/results/clientpositive/spark/union27.q.out index 1f97c037ee..f8de73448f 100644 --- ql/src/test/results/clientpositive/spark/union27.q.out +++ ql/src/test/results/clientpositive/spark/union27.q.out @@ -72,6 +72,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE @@ -91,6 +92,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -111,6 +113,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 2656 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/union28.q.out ql/src/test/results/clientpositive/spark/union28.q.out index 9203cd3ba9..b40b0de0c2 100644 --- ql/src/test/results/clientpositive/spark/union28.q.out +++ ql/src/test/results/clientpositive/spark/union28.q.out @@ -88,6 +88,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/union3.q.out ql/src/test/results/clientpositive/spark/union3.q.out index 4b53448a6c..5c54e01c71 100644 --- ql/src/test/results/clientpositive/spark/union3.q.out +++ ql/src/test/results/clientpositive/spark/union3.q.out @@ -62,6 +62,7 @@ STAGE PLANS: Number of rows: 1 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -78,6 +79,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 4 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -107,6 +109,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 4 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -122,6 +125,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 4 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -137,6 +141,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 4 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/spark/union30.q.out ql/src/test/results/clientpositive/spark/union30.q.out index b157bd91e7..9d165d9272 100644 --- ql/src/test/results/clientpositive/spark/union30.q.out +++ ql/src/test/results/clientpositive/spark/union30.q.out @@ -124,6 +124,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/union31.q.out ql/src/test/results/clientpositive/spark/union31.q.out index 7df1057a95..672b754deb 100644 --- ql/src/test/results/clientpositive/spark/union31.q.out +++ ql/src/test/results/clientpositive/spark/union31.q.out @@ -113,6 +113,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 140 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 20 Data size: 140 Basic stats: COMPLETE Column stats: NONE @@ -140,6 +141,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 140 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 20 Data size: 140 Basic stats: COMPLETE Column stats: NONE @@ -167,6 +169,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 140 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 20 Data size: 140 Basic stats: COMPLETE Column stats: NONE @@ -194,6 +197,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 140 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 20 Data size: 140 Basic stats: COMPLETE Column stats: NONE @@ -412,6 +416,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 70 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 70 Basic stats: COMPLETE Column stats: NONE @@ -435,6 +440,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 70 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 70 Basic stats: COMPLETE Column stats: NONE @@ -451,6 +457,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 35 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 70 Basic stats: COMPLETE Column stats: NONE @@ -506,6 +513,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 35 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 70 Basic stats: COMPLETE Column stats: NONE @@ -722,6 +730,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 70 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 70 Basic stats: COMPLETE Column stats: NONE @@ -742,6 +751,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 53 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 11 Data size: 53 Basic stats: COMPLETE Column stats: NONE @@ -765,6 +775,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 53 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 11 Data size: 53 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/union32.q.out ql/src/test/results/clientpositive/spark/union32.q.out index ea165cbe5d..9b124bf6da 100644 --- ql/src/test/results/clientpositive/spark/union32.q.out +++ ql/src/test/results/clientpositive/spark/union32.q.out @@ -170,6 +170,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 70 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 70 Basic stats: COMPLETE Column stats: NONE @@ -190,6 +191,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 70 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 70 Basic stats: COMPLETE Column stats: NONE @@ -345,6 +347,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 70 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 70 Basic stats: COMPLETE Column stats: NONE @@ -365,6 +368,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 70 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 70 Basic stats: COMPLETE Column stats: NONE @@ -486,6 +490,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 70 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 70 Basic stats: COMPLETE Column stats: NONE @@ -506,6 +511,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 70 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 70 Basic stats: COMPLETE Column stats: NONE @@ -662,6 +668,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 70 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 70 Basic stats: COMPLETE Column stats: NONE @@ -682,6 +689,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 70 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 70 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/union33.q.out ql/src/test/results/clientpositive/spark/union33.q.out index 3b0a89b31f..a5d00408c0 100644 --- ql/src/test/results/clientpositive/spark/union33.q.out +++ ql/src/test/results/clientpositive/spark/union33.q.out @@ -81,6 +81,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: rand() (type: double) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -97,6 +98,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -223,6 +225,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: rand() (type: double) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -261,6 +264,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/union34.q.out ql/src/test/results/clientpositive/spark/union34.q.out index dee8893de3..5fc85d2768 100644 --- ql/src/test/results/clientpositive/spark/union34.q.out +++ ql/src/test/results/clientpositive/spark/union34.q.out @@ -295,6 +295,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 104 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 104 Basic stats: COMPLETE Column stats: NONE @@ -315,6 +316,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 104 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 104 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/union4.q.out ql/src/test/results/clientpositive/spark/union4.q.out index 33e6da5ca8..97fa0bf71d 100644 --- ql/src/test/results/clientpositive/spark/union4.q.out +++ ql/src/test/results/clientpositive/spark/union4.q.out @@ -49,6 +49,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/spark/union5.q.out ql/src/test/results/clientpositive/spark/union5.q.out index bb53e311b3..e4c126f2af 100644 --- ql/src/test/results/clientpositive/spark/union5.q.out +++ ql/src/test/results/clientpositive/spark/union5.q.out @@ -41,6 +41,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -66,6 +67,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: NONE @@ -107,6 +109,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/union6.q.out ql/src/test/results/clientpositive/spark/union6.q.out index f87c80dffb..869050c369 100644 --- ql/src/test/results/clientpositive/spark/union6.q.out +++ ql/src/test/results/clientpositive/spark/union6.q.out @@ -50,6 +50,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/spark/union7.q.out ql/src/test/results/clientpositive/spark/union7.q.out index 6fa17efa76..501b7de052 100644 --- ql/src/test/results/clientpositive/spark/union7.q.out +++ ql/src/test/results/clientpositive/spark/union7.q.out @@ -42,6 +42,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -64,6 +65,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 199 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 199 Basic stats: COMPLETE Column stats: NONE @@ -90,6 +92,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 199 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 199 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/union9.q.out ql/src/test/results/clientpositive/spark/union9.q.out index 75addb9bee..bac95a2fca 100644 --- ql/src/test/results/clientpositive/spark/union9.q.out +++ ql/src/test/results/clientpositive/spark/union9.q.out @@ -39,6 +39,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/spark/union_lateralview.q.out ql/src/test/results/clientpositive/spark/union_lateralview.q.out index 611380b784..54cf520491 100644 --- ql/src/test/results/clientpositive/spark/union_lateralview.q.out +++ ql/src/test/results/clientpositive/spark/union_lateralview.q.out @@ -88,6 +88,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE @@ -108,6 +109,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE @@ -137,6 +139,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE @@ -157,6 +160,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE @@ -168,6 +172,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/union_remove_1.q.out ql/src/test/results/clientpositive/spark/union_remove_1.q.out index b663c30061..a63ba5ced7 100644 --- ql/src/test/results/clientpositive/spark/union_remove_1.q.out +++ ql/src/test/results/clientpositive/spark/union_remove_1.q.out @@ -74,6 +74,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/union_remove_10.q.out ql/src/test/results/clientpositive/spark/union_remove_10.q.out index 08ac551676..3aa9171f3e 100644 --- ql/src/test/results/clientpositive/spark/union_remove_10.q.out +++ ql/src/test/results/clientpositive/spark/union_remove_10.q.out @@ -104,6 +104,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/union_remove_13.q.out ql/src/test/results/clientpositive/spark/union_remove_13.q.out index 21254ef24f..666482e731 100644 --- ql/src/test/results/clientpositive/spark/union_remove_13.q.out +++ ql/src/test/results/clientpositive/spark/union_remove_13.q.out @@ -106,6 +106,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/union_remove_15.q.out ql/src/test/results/clientpositive/spark/union_remove_15.q.out index e781036d5e..eb5f9a278e 100644 --- ql/src/test/results/clientpositive/spark/union_remove_15.q.out +++ ql/src/test/results/clientpositive/spark/union_remove_15.q.out @@ -73,6 +73,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/union_remove_16.q.out ql/src/test/results/clientpositive/spark/union_remove_16.q.out index 28930261e5..79f24557bb 100644 --- ql/src/test/results/clientpositive/spark/union_remove_16.q.out +++ ql/src/test/results/clientpositive/spark/union_remove_16.q.out @@ -78,6 +78,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/union_remove_17.q.out ql/src/test/results/clientpositive/spark/union_remove_17.q.out index 6fdee0f20f..57e24f9b4d 100644 --- ql/src/test/results/clientpositive/spark/union_remove_17.q.out +++ ql/src/test/results/clientpositive/spark/union_remove_17.q.out @@ -69,6 +69,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 600 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 2 Data size: 600 Basic stats: COMPLETE Column stats: NONE @@ -89,6 +90,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 600 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 2 Data size: 600 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/union_remove_18.q.out ql/src/test/results/clientpositive/spark/union_remove_18.q.out index 299ac33c91..7e12447605 100644 --- ql/src/test/results/clientpositive/spark/union_remove_18.q.out +++ ql/src/test/results/clientpositive/spark/union_remove_18.q.out @@ -73,6 +73,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/union_remove_19.q.out ql/src/test/results/clientpositive/spark/union_remove_19.q.out index 42f0524cd6..f23ddb64f1 100644 --- ql/src/test/results/clientpositive/spark/union_remove_19.q.out +++ ql/src/test/results/clientpositive/spark/union_remove_19.q.out @@ -74,6 +74,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -248,6 +249,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -388,6 +390,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/union_remove_2.q.out ql/src/test/results/clientpositive/spark/union_remove_2.q.out index 8b6c64c468..1ab895cd69 100644 --- ql/src/test/results/clientpositive/spark/union_remove_2.q.out +++ ql/src/test/results/clientpositive/spark/union_remove_2.q.out @@ -77,6 +77,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/union_remove_20.q.out ql/src/test/results/clientpositive/spark/union_remove_20.q.out index 9e8e9e7129..98db2395ae 100644 --- ql/src/test/results/clientpositive/spark/union_remove_20.q.out +++ ql/src/test/results/clientpositive/spark/union_remove_20.q.out @@ -74,6 +74,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/union_remove_21.q.out ql/src/test/results/clientpositive/spark/union_remove_21.q.out index b8f90b38fb..aa640a3ebd 100644 --- ql/src/test/results/clientpositive/spark/union_remove_21.q.out +++ ql/src/test/results/clientpositive/spark/union_remove_21.q.out @@ -73,6 +73,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/union_remove_22.q.out ql/src/test/results/clientpositive/spark/union_remove_22.q.out index 3655441881..feef79b412 100644 --- ql/src/test/results/clientpositive/spark/union_remove_22.q.out +++ ql/src/test/results/clientpositive/spark/union_remove_22.q.out @@ -74,6 +74,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -258,6 +259,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/union_remove_23.q.out ql/src/test/results/clientpositive/spark/union_remove_23.q.out index 916bbbec06..280ead0372 100644 --- ql/src/test/results/clientpositive/spark/union_remove_23.q.out +++ ql/src/test/results/clientpositive/spark/union_remove_23.q.out @@ -74,6 +74,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -93,6 +94,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -115,6 +117,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -139,6 +142,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 330 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 330 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/union_remove_24.q.out ql/src/test/results/clientpositive/spark/union_remove_24.q.out index 44e5ae573f..febc9e47a9 100644 --- ql/src/test/results/clientpositive/spark/union_remove_24.q.out +++ ql/src/test/results/clientpositive/spark/union_remove_24.q.out @@ -74,6 +74,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/union_remove_25.q.out ql/src/test/results/clientpositive/spark/union_remove_25.q.out index 9977909bb6..7a11629391 100644 --- ql/src/test/results/clientpositive/spark/union_remove_25.q.out +++ ql/src/test/results/clientpositive/spark/union_remove_25.q.out @@ -90,6 +90,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -269,6 +270,7 @@ STAGE PLANS: Number of rows: 500 Statistics: Num rows: 500 Data size: 5000 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 5000 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -447,6 +449,7 @@ STAGE PLANS: Number of rows: 1000 Statistics: Num rows: 1000 Data size: 10624 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1000 Data size: 10624 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -468,6 +471,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col3 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col2 (type: string), _col3 (type: string) Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/union_remove_4.q.out ql/src/test/results/clientpositive/spark/union_remove_4.q.out index 20fdd36ded..888411449a 100644 --- ql/src/test/results/clientpositive/spark/union_remove_4.q.out +++ ql/src/test/results/clientpositive/spark/union_remove_4.q.out @@ -79,6 +79,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/union_remove_5.q.out ql/src/test/results/clientpositive/spark/union_remove_5.q.out index 8420ff0870..df0b295784 100644 --- ql/src/test/results/clientpositive/spark/union_remove_5.q.out +++ ql/src/test/results/clientpositive/spark/union_remove_5.q.out @@ -82,6 +82,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/union_remove_6.q.out ql/src/test/results/clientpositive/spark/union_remove_6.q.out index ea90d183cd..12a31d3f85 100644 --- ql/src/test/results/clientpositive/spark/union_remove_6.q.out +++ ql/src/test/results/clientpositive/spark/union_remove_6.q.out @@ -85,6 +85,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/union_remove_6_subq.q.out ql/src/test/results/clientpositive/spark/union_remove_6_subq.q.out index 486661066a..f6621b8f6c 100644 --- ql/src/test/results/clientpositive/spark/union_remove_6_subq.q.out +++ ql/src/test/results/clientpositive/spark/union_remove_6_subq.q.out @@ -89,6 +89,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE @@ -276,6 +277,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -299,6 +301,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -336,6 +339,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -414,6 +418,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -440,6 +445,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: bigint) + null sort order: az sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -498,6 +504,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: bigint) + null sort order: az sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/union_remove_7.q.out ql/src/test/results/clientpositive/spark/union_remove_7.q.out index 61fb7c9a53..a02a866b22 100644 --- ql/src/test/results/clientpositive/spark/union_remove_7.q.out +++ ql/src/test/results/clientpositive/spark/union_remove_7.q.out @@ -74,6 +74,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/union_remove_8.q.out ql/src/test/results/clientpositive/spark/union_remove_8.q.out index 79433559f4..f2ff3bf986 100644 --- ql/src/test/results/clientpositive/spark/union_remove_8.q.out +++ ql/src/test/results/clientpositive/spark/union_remove_8.q.out @@ -77,6 +77,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/union_remove_9.q.out ql/src/test/results/clientpositive/spark/union_remove_9.q.out index 06d96df326..92c95670e4 100644 --- ql/src/test/results/clientpositive/spark/union_remove_9.q.out +++ ql/src/test/results/clientpositive/spark/union_remove_9.q.out @@ -86,6 +86,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 300 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/union_top_level.q.out ql/src/test/results/clientpositive/spark/union_top_level.q.out index 4ea395e519..f91270bb29 100644 --- ql/src/test/results/clientpositive/spark/union_top_level.q.out +++ ql/src/test/results/clientpositive/spark/union_top_level.q.out @@ -46,6 +46,7 @@ STAGE PLANS: Number of rows: 3 Statistics: Num rows: 3 Data size: 30 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 3 Data size: 30 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -68,6 +69,7 @@ STAGE PLANS: Number of rows: 3 Statistics: Num rows: 3 Data size: 30 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 3 Data size: 30 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -90,6 +92,7 @@ STAGE PLANS: Number of rows: 3 Statistics: Num rows: 3 Data size: 30 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 3 Data size: 30 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -232,6 +235,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -252,6 +256,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 5312 Basic stats: COMPLETE Column stats: NONE @@ -272,6 +277,7 @@ STAGE PLANS: Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 550 Data size: 5843 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -403,6 +409,7 @@ STAGE PLANS: Number of rows: 3 Statistics: Num rows: 3 Data size: 30 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 3 Data size: 30 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -425,6 +432,7 @@ STAGE PLANS: Number of rows: 3 Statistics: Num rows: 3 Data size: 30 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 3 Data size: 30 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -447,6 +455,7 @@ STAGE PLANS: Number of rows: 3 Statistics: Num rows: 3 Data size: 30 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 3 Data size: 30 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -633,6 +642,7 @@ STAGE PLANS: Number of rows: 3 Statistics: Num rows: 3 Data size: 30 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 3 Data size: 30 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -655,6 +665,7 @@ STAGE PLANS: Number of rows: 3 Statistics: Num rows: 3 Data size: 30 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 3 Data size: 30 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -677,6 +688,7 @@ STAGE PLANS: Number of rows: 3 Statistics: Num rows: 3 Data size: 30 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 3 Data size: 30 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -851,6 +863,7 @@ STAGE PLANS: Number of rows: 3 Statistics: Num rows: 3 Data size: 30 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 3 Data size: 30 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -873,6 +886,7 @@ STAGE PLANS: Number of rows: 3 Statistics: Num rows: 3 Data size: 30 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 3 Data size: 30 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -895,6 +909,7 @@ STAGE PLANS: Number of rows: 3 Statistics: Num rows: 3 Data size: 30 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 3 Data size: 30 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/spark/union_view.q.out ql/src/test/results/clientpositive/spark/union_view.q.out index 66ea95705f..6423ea4f67 100644 --- ql/src/test/results/clientpositive/spark/union_view.q.out +++ ql/src/test/results/clientpositive/spark/union_view.q.out @@ -483,10 +483,10 @@ STAGE PLANS: 86 val_86 2 86 val_86 3 86 val_86 3 -86 val_86 3 -86 val_86 3 86 val_86 2 86 val_86 2 +86 val_86 3 +86 val_86 3 86 val_86 1 STAGE DEPENDENCIES: Stage-1 is a root stage @@ -516,6 +516,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) @@ -540,6 +541,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) @@ -564,6 +566,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) @@ -621,6 +624,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) @@ -642,6 +646,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) @@ -666,6 +671,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) @@ -723,6 +729,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) @@ -747,6 +754,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) @@ -768,6 +776,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) @@ -920,6 +929,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) @@ -944,6 +954,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) @@ -965,6 +976,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/spark/vector_between_in.q.out ql/src/test/results/clientpositive/spark/vector_between_in.q.out index af1ea9b149..60864945e4 100644 --- ql/src/test/results/clientpositive/spark/vector_between_in.q.out +++ ql/src/test/results/clientpositive/spark/vector_between_in.q.out @@ -72,6 +72,7 @@ STAGE PLANS: Statistics: Num rows: 12289 Data size: 2467616 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: date) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -180,6 +181,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -283,6 +285,7 @@ STAGE PLANS: Statistics: Num rows: 12289 Data size: 2467616 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: decimal(20,10)) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -391,6 +394,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -494,6 +498,7 @@ STAGE PLANS: Statistics: Num rows: 1365 Data size: 274090 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: date) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -592,6 +597,7 @@ STAGE PLANS: Statistics: Num rows: 10924 Data size: 2193525 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: date) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -690,6 +696,7 @@ STAGE PLANS: Statistics: Num rows: 1365 Data size: 274090 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: decimal(20,10)) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -798,6 +805,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -1155,6 +1163,7 @@ STAGE PLANS: Statistics: Num rows: 12289 Data size: 2467616 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Reduce Sink Vectorization: @@ -1198,6 +1207,7 @@ STAGE PLANS: Statistics: Num rows: 6144 Data size: 1233707 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -1296,6 +1306,7 @@ STAGE PLANS: Statistics: Num rows: 12289 Data size: 2467616 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Reduce Sink Vectorization: @@ -1339,6 +1350,7 @@ STAGE PLANS: Statistics: Num rows: 6144 Data size: 1233707 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -1437,6 +1449,7 @@ STAGE PLANS: Statistics: Num rows: 12289 Data size: 2467616 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Reduce Sink Vectorization: @@ -1480,6 +1493,7 @@ STAGE PLANS: Statistics: Num rows: 6144 Data size: 1233707 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -1578,6 +1592,7 @@ STAGE PLANS: Statistics: Num rows: 12289 Data size: 2467616 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Reduce Sink Vectorization: @@ -1621,6 +1636,7 @@ STAGE PLANS: Statistics: Num rows: 6144 Data size: 1233707 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator diff --git ql/src/test/results/clientpositive/spark/vector_cast_constant.q.out ql/src/test/results/clientpositive/spark/vector_cast_constant.q.out index 394a516976..1b5a0e5537 100644 --- ql/src/test/results/clientpositive/spark/vector_cast_constant.q.out +++ ql/src/test/results/clientpositive/spark/vector_cast_constant.q.out @@ -161,6 +161,7 @@ STAGE PLANS: Statistics: Num rows: 1049 Data size: 311170 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -214,6 +215,7 @@ STAGE PLANS: Statistics: Num rows: 524 Data size: 155436 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator diff --git ql/src/test/results/clientpositive/spark/vector_count_distinct.q.out ql/src/test/results/clientpositive/spark/vector_count_distinct.q.out index e925c2ebf3..f4d61a107c 100644 --- ql/src/test/results/clientpositive/spark/vector_count_distinct.q.out +++ ql/src/test/results/clientpositive/spark/vector_count_distinct.q.out @@ -1341,6 +1341,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 3504000 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -1393,6 +1394,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator diff --git ql/src/test/results/clientpositive/spark/vector_data_types.q.out ql/src/test/results/clientpositive/spark/vector_data_types.q.out index a61b665fd1..f54fb8aad5 100644 --- ql/src/test/results/clientpositive/spark/vector_data_types.q.out +++ ql/src/test/results/clientpositive/spark/vector_data_types.q.out @@ -144,6 +144,7 @@ STAGE PLANS: Statistics: Num rows: 1050 Data size: 311170 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: tinyint), _col1 (type: smallint), _col2 (type: int) + null sort order: zzz sort order: +++ Statistics: Num rows: 1050 Data size: 311170 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -250,6 +251,7 @@ STAGE PLANS: Statistics: Num rows: 1050 Data size: 311170 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: tinyint), _col1 (type: smallint), _col2 (type: int) + null sort order: zzz sort order: +++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -393,6 +395,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator diff --git ql/src/test/results/clientpositive/spark/vector_decimal_aggregate.q.out ql/src/test/results/clientpositive/spark/vector_decimal_aggregate.q.out index ccf7fa50db..6e3109d439 100644 --- ql/src/test/results/clientpositive/spark/vector_decimal_aggregate.q.out +++ ql/src/test/results/clientpositive/spark/vector_decimal_aggregate.q.out @@ -100,6 +100,7 @@ STAGE PLANS: Statistics: Num rows: 12289 Data size: 2165060 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -283,6 +284,7 @@ STAGE PLANS: Statistics: Num rows: 12289 Data size: 2165060 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -500,6 +502,7 @@ STAGE PLANS: Statistics: Num rows: 12289 Data size: 346462 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -702,6 +705,7 @@ STAGE PLANS: Statistics: Num rows: 12289 Data size: 346462 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/spark/vector_distinct_2.q.out ql/src/test/results/clientpositive/spark/vector_distinct_2.q.out index 1f9085a314..fa941db643 100644 --- ql/src/test/results/clientpositive/spark/vector_distinct_2.q.out +++ ql/src/test/results/clientpositive/spark/vector_distinct_2.q.out @@ -156,6 +156,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 918712 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: tinyint), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: tinyint), _col1 (type: string) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/spark/vector_groupby_3.q.out ql/src/test/results/clientpositive/spark/vector_groupby_3.q.out index 8ddeb11574..b68dc5dda0 100644 --- ql/src/test/results/clientpositive/spark/vector_groupby_3.q.out +++ ql/src/test/results/clientpositive/spark/vector_groupby_3.q.out @@ -158,6 +158,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 918712 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: tinyint), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: tinyint), _col1 (type: string) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/spark/vector_left_outer_join.q.out ql/src/test/results/clientpositive/spark/vector_left_outer_join.q.out index 41dc1fd2b2..24f6be551e 100644 --- ql/src/test/results/clientpositive/spark/vector_left_outer_join.q.out +++ ql/src/test/results/clientpositive/spark/vector_left_outer_join.q.out @@ -134,6 +134,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/spark/vector_mapjoin_reduce.q.out ql/src/test/results/clientpositive/spark/vector_mapjoin_reduce.q.out index 7ee5f14c59..75507731a1 100644 --- ql/src/test/results/clientpositive/spark/vector_mapjoin_reduce.q.out +++ ql/src/test/results/clientpositive/spark/vector_mapjoin_reduce.q.out @@ -60,6 +60,7 @@ STAGE PLANS: Statistics: Num rows: 100 Data size: 11999 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/spark/vector_orderby_5.q.out ql/src/test/results/clientpositive/spark/vector_orderby_5.q.out index ebda4627cb..4bc314fe7e 100644 --- ql/src/test/results/clientpositive/spark/vector_orderby_5.q.out +++ ql/src/test/results/clientpositive/spark/vector_orderby_5.q.out @@ -159,6 +159,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 918712 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Reduce Sink Vectorization: @@ -202,6 +203,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 459356 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: z sort order: - Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator diff --git ql/src/test/results/clientpositive/spark/vector_outer_join1.q.out ql/src/test/results/clientpositive/spark/vector_outer_join1.q.out index 510d9ef4aa..49ed5665c3 100644 --- ql/src/test/results/clientpositive/spark/vector_outer_join1.q.out +++ ql/src/test/results/clientpositive/spark/vector_outer_join1.q.out @@ -887,6 +887,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator diff --git ql/src/test/results/clientpositive/spark/vector_outer_join2.q.out ql/src/test/results/clientpositive/spark/vector_outer_join2.q.out index 56d37b0a41..a42744ddc6 100644 --- ql/src/test/results/clientpositive/spark/vector_outer_join2.q.out +++ ql/src/test/results/clientpositive/spark/vector_outer_join2.q.out @@ -435,6 +435,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator diff --git ql/src/test/results/clientpositive/spark/vector_string_concat.q.out ql/src/test/results/clientpositive/spark/vector_string_concat.q.out index 541a0b45aa..bf442a69ac 100644 --- ql/src/test/results/clientpositive/spark/vector_string_concat.q.out +++ ql/src/test/results/clientpositive/spark/vector_string_concat.q.out @@ -373,6 +373,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 918712 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -414,6 +415,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 459356 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator diff --git ql/src/test/results/clientpositive/spark/vectorization_0.q.out ql/src/test/results/clientpositive/spark/vectorization_0.q.out index bec1a22335..c5b37cc912 100644 --- ql/src/test/results/clientpositive/spark/vectorization_0.q.out +++ ql/src/test/results/clientpositive/spark/vectorization_0.q.out @@ -110,6 +110,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -253,6 +254,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: double), _col3 (type: double) @@ -439,6 +441,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -582,6 +585,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: double), _col3 (type: double) @@ -768,6 +772,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -911,6 +916,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: double), _col1 (type: bigint), _col2 (type: double), _col3 (type: double) @@ -1098,6 +1104,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6 Statistics: Num rows: 1 Data size: 52 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator diff --git ql/src/test/results/clientpositive/spark/vectorization_1.q.out ql/src/test/results/clientpositive/spark/vectorization_1.q.out index d52f5dd710..00e022a770 100644 --- ql/src/test/results/clientpositive/spark/vectorization_1.q.out +++ ql/src/test/results/clientpositive/spark/vectorization_1.q.out @@ -98,6 +98,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9 Statistics: Num rows: 1 Data size: 72 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator diff --git ql/src/test/results/clientpositive/spark/vectorization_12.q.out ql/src/test/results/clientpositive/spark/vectorization_12.q.out index 230524c2c3..90a0008fb5 100644 --- ql/src/test/results/clientpositive/spark/vectorization_12.q.out +++ ql/src/test/results/clientpositive/spark/vectorization_12.q.out @@ -124,6 +124,7 @@ STAGE PLANS: Statistics: Num rows: 3754 Data size: 888395 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: double), _col1 (type: bigint), _col2 (type: string), _col3 (type: boolean) + null sort order: aaaa sort order: ++++ Map-reduce partition columns: _col0 (type: double), _col1 (type: bigint), _col2 (type: string), _col3 (type: boolean) Reduce Sink Vectorization: @@ -191,6 +192,7 @@ STAGE PLANS: Statistics: Num rows: 1877 Data size: 444197 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: double), _col0 (type: bigint), _col2 (type: string) + null sort order: zzz sort order: +++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator diff --git ql/src/test/results/clientpositive/spark/vectorization_13.q.out ql/src/test/results/clientpositive/spark/vectorization_13.q.out index 43504e0caa..760f0f92b3 100644 --- ql/src/test/results/clientpositive/spark/vectorization_13.q.out +++ ql/src/test/results/clientpositive/spark/vectorization_13.q.out @@ -126,6 +126,7 @@ STAGE PLANS: Statistics: Num rows: 2730 Data size: 646063 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: boolean), _col1 (type: tinyint), _col2 (type: timestamp), _col3 (type: float), _col4 (type: string) + null sort order: aaaaa sort order: +++++ Map-reduce partition columns: _col0 (type: boolean), _col1 (type: tinyint), _col2 (type: timestamp), _col3 (type: float), _col4 (type: string) Reduce Sink Vectorization: @@ -193,6 +194,7 @@ STAGE PLANS: Statistics: Num rows: 1365 Data size: 323031 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: boolean), _col1 (type: tinyint), _col2 (type: timestamp), _col3 (type: float), _col4 (type: string), _col5 (type: tinyint), _col6 (type: tinyint), _col7 (type: tinyint), _col8 (type: double), _col9 (type: double), _col10 (type: double), _col11 (type: float), _col12 (type: double), _col13 (type: double), _col14 (type: double), _col15 (type: decimal(7,3)), _col16 (type: double), _col17 (type: double), _col18 (type: float), _col19 (type: double), _col20 (type: tinyint) + null sort order: zzzzzzzzzzzzzzzzzzzzz sort order: +++++++++++++++++++++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -483,6 +485,7 @@ STAGE PLANS: Statistics: Num rows: 2730 Data size: 646063 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: boolean), _col1 (type: tinyint), _col2 (type: timestamp), _col3 (type: float), _col4 (type: string) + null sort order: aaaaa sort order: +++++ Map-reduce partition columns: _col0 (type: boolean), _col1 (type: tinyint), _col2 (type: timestamp), _col3 (type: float), _col4 (type: string) Reduce Sink Vectorization: @@ -535,6 +538,7 @@ STAGE PLANS: Statistics: Num rows: 1365 Data size: 323031 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: boolean), _col1 (type: tinyint), _col2 (type: timestamp), _col3 (type: float), _col4 (type: string), _col5 (type: tinyint), _col6 (type: tinyint), _col7 (type: tinyint), _col8 (type: double), _col9 (type: double), _col10 (type: double), _col11 (type: float), _col12 (type: double), _col13 (type: double), _col14 (type: double), _col15 (type: decimal(7,3)), _col16 (type: double), _col17 (type: double), _col18 (type: float), _col19 (type: double), _col20 (type: tinyint) + null sort order: zzzzzzzzzzzzzzzzzzzzz sort order: +++++++++++++++++++++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator diff --git ql/src/test/results/clientpositive/spark/vectorization_14.q.out ql/src/test/results/clientpositive/spark/vectorization_14.q.out index e298917aba..d4f636b354 100644 --- ql/src/test/results/clientpositive/spark/vectorization_14.q.out +++ ql/src/test/results/clientpositive/spark/vectorization_14.q.out @@ -126,6 +126,7 @@ STAGE PLANS: Statistics: Num rows: 606 Data size: 143411 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: float), _col2 (type: double), _col3 (type: timestamp), _col4 (type: boolean) + null sort order: aaaaa sort order: +++++ Map-reduce partition columns: _col0 (type: string), _col1 (type: float), _col2 (type: double), _col3 (type: timestamp), _col4 (type: boolean) Reduce Sink Vectorization: @@ -193,6 +194,7 @@ STAGE PLANS: Statistics: Num rows: 303 Data size: 71705 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: float), _col4 (type: double), _col0 (type: timestamp) + null sort order: zzzz sort order: ++++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator diff --git ql/src/test/results/clientpositive/spark/vectorization_15.q.out ql/src/test/results/clientpositive/spark/vectorization_15.q.out index 4d086b4662..6b1b9d1568 100644 --- ql/src/test/results/clientpositive/spark/vectorization_15.q.out +++ ql/src/test/results/clientpositive/spark/vectorization_15.q.out @@ -122,6 +122,7 @@ STAGE PLANS: Statistics: Num rows: 12288 Data size: 2907994 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: float), _col1 (type: boolean), _col2 (type: double), _col3 (type: string), _col4 (type: tinyint), _col5 (type: int), _col6 (type: timestamp) + null sort order: aaaaaaa sort order: +++++++ Map-reduce partition columns: _col0 (type: float), _col1 (type: boolean), _col2 (type: double), _col3 (type: string), _col4 (type: tinyint), _col5 (type: int), _col6 (type: timestamp) Reduce Sink Vectorization: @@ -166,6 +167,7 @@ STAGE PLANS: Statistics: Num rows: 6144 Data size: 1453997 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: float), _col1 (type: boolean), _col2 (type: double), _col3 (type: string), _col4 (type: tinyint), _col5 (type: int), _col6 (type: timestamp) + null sort order: zzzzzzz sort order: +++++++ Statistics: Num rows: 6144 Data size: 1453997 Basic stats: COMPLETE Column stats: NONE value expressions: _col7 (type: double), _col8 (type: decimal(13,2)), _col9 (type: double), _col10 (type: double), _col11 (type: float), _col12 (type: double), _col13 (type: double), _col14 (type: double), _col15 (type: tinyint), _col16 (type: double), _col17 (type: float), _col18 (type: int), _col19 (type: decimal(13,2)), _col20 (type: double) diff --git ql/src/test/results/clientpositive/spark/vectorization_16.q.out ql/src/test/results/clientpositive/spark/vectorization_16.q.out index 903962b370..ff4bddde68 100644 --- ql/src/test/results/clientpositive/spark/vectorization_16.q.out +++ ql/src/test/results/clientpositive/spark/vectorization_16.q.out @@ -99,6 +99,7 @@ STAGE PLANS: Statistics: Num rows: 4096 Data size: 969331 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: double), _col2 (type: timestamp) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: double), _col2 (type: timestamp) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/spark/vectorization_17.q.out ql/src/test/results/clientpositive/spark/vectorization_17.q.out index 8d0222fc06..353d1bcc3c 100644 --- ql/src/test/results/clientpositive/spark/vectorization_17.q.out +++ ql/src/test/results/clientpositive/spark/vectorization_17.q.out @@ -92,6 +92,7 @@ STAGE PLANS: Statistics: Num rows: 4096 Data size: 969331 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col5 (type: bigint), _col0 (type: float) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator diff --git ql/src/test/results/clientpositive/spark/vectorization_2.q.out ql/src/test/results/clientpositive/spark/vectorization_2.q.out index 2d210ddb98..f9194624d7 100644 --- ql/src/test/results/clientpositive/spark/vectorization_2.q.out +++ ql/src/test/results/clientpositive/spark/vectorization_2.q.out @@ -102,6 +102,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9 Statistics: Num rows: 1 Data size: 76 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator diff --git ql/src/test/results/clientpositive/spark/vectorization_3.q.out ql/src/test/results/clientpositive/spark/vectorization_3.q.out index 1b65477b43..f256817e29 100644 --- ql/src/test/results/clientpositive/spark/vectorization_3.q.out +++ ql/src/test/results/clientpositive/spark/vectorization_3.q.out @@ -107,6 +107,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13 Statistics: Num rows: 1 Data size: 112 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator diff --git ql/src/test/results/clientpositive/spark/vectorization_4.q.out ql/src/test/results/clientpositive/spark/vectorization_4.q.out index 0b9a0fad0c..31bd799df6 100644 --- ql/src/test/results/clientpositive/spark/vectorization_4.q.out +++ ql/src/test/results/clientpositive/spark/vectorization_4.q.out @@ -102,6 +102,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4 Statistics: Num rows: 1 Data size: 36 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator diff --git ql/src/test/results/clientpositive/spark/vectorization_5.q.out ql/src/test/results/clientpositive/spark/vectorization_5.q.out index 5069ca9862..b069758a7d 100644 --- ql/src/test/results/clientpositive/spark/vectorization_5.q.out +++ ql/src/test/results/clientpositive/spark/vectorization_5.q.out @@ -95,6 +95,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4 Statistics: Num rows: 1 Data size: 28 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator diff --git ql/src/test/results/clientpositive/spark/vectorization_9.q.out ql/src/test/results/clientpositive/spark/vectorization_9.q.out index 903962b370..ff4bddde68 100644 --- ql/src/test/results/clientpositive/spark/vectorization_9.q.out +++ ql/src/test/results/clientpositive/spark/vectorization_9.q.out @@ -99,6 +99,7 @@ STAGE PLANS: Statistics: Num rows: 4096 Data size: 969331 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: double), _col2 (type: timestamp) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: double), _col2 (type: timestamp) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/spark/vectorization_div0.q.out ql/src/test/results/clientpositive/spark/vectorization_div0.q.out index 954af27e0b..b3cf6d9bb3 100644 --- ql/src/test/results/clientpositive/spark/vectorization_div0.q.out +++ ql/src/test/results/clientpositive/spark/vectorization_div0.q.out @@ -44,6 +44,7 @@ STAGE PLANS: Statistics: Num rows: 12288 Data size: 2907994 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col2 (type: tinyint), _col4 (type: bigint), _col6 (type: double) + null sort order: zzzz sort order: ++++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -267,6 +268,7 @@ STAGE PLANS: Statistics: Num rows: 1365 Data size: 323031 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint), _col1 (type: double), _col2 (type: decimal(22,21)) + null sort order: zzz sort order: +++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -489,6 +491,7 @@ STAGE PLANS: Statistics: Num rows: 1365 Data size: 323031 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: double), _col1 (type: double), _col2 (type: double), _col3 (type: double), _col4 (type: double), _col5 (type: double) + null sort order: zzzzzz sort order: ++++++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -711,6 +714,7 @@ STAGE PLANS: Statistics: Num rows: 12288 Data size: 2907994 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: bigint), _col2 (type: tinyint), _col3 (type: double), _col4 (type: double), _col5 (type: double), _col6 (type: int), _col7 (type: bigint), _col8 (type: tinyint) + null sort order: zzzzzzzzz sort order: +++++++++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator diff --git ql/src/test/results/clientpositive/spark/vectorization_input_format_excludes.q.out ql/src/test/results/clientpositive/spark/vectorization_input_format_excludes.q.out index f21be7fde3..9677116261 100644 --- ql/src/test/results/clientpositive/spark/vectorization_input_format_excludes.q.out +++ ql/src/test/results/clientpositive/spark/vectorization_input_format_excludes.q.out @@ -192,6 +192,7 @@ STAGE PLANS: Statistics: Num rows: 12288 Data size: 256791 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: tinyint) Statistics: Num rows: 12288 Data size: 256791 Basic stats: COMPLETE Column stats: NONE @@ -529,6 +530,7 @@ STAGE PLANS: Statistics: Num rows: 12288 Data size: 256791 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: tinyint) Statistics: Num rows: 12288 Data size: 256791 Basic stats: COMPLETE Column stats: NONE @@ -866,6 +868,7 @@ STAGE PLANS: Statistics: Num rows: 12288 Data size: 256791 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: tinyint) Statistics: Num rows: 12288 Data size: 256791 Basic stats: COMPLETE Column stats: NONE @@ -1251,6 +1254,7 @@ STAGE PLANS: Statistics: Num rows: 12288 Data size: 1110042 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: tinyint) Statistics: Num rows: 12288 Data size: 1110042 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/vectorization_nested_udf.q.out ql/src/test/results/clientpositive/spark/vectorization_nested_udf.q.out index f607f2cb9c..0e6ee6cfe4 100644 --- ql/src/test/results/clientpositive/spark/vectorization_nested_udf.q.out +++ ql/src/test/results/clientpositive/spark/vectorization_nested_udf.q.out @@ -54,6 +54,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator diff --git ql/src/test/results/clientpositive/spark/vectorization_parquet_projection.q.out ql/src/test/results/clientpositive/spark/vectorization_parquet_projection.q.out index e55b01715b..7808f85c02 100644 --- ql/src/test/results/clientpositive/spark/vectorization_parquet_projection.q.out +++ ql/src/test/results/clientpositive/spark/vectorization_parquet_projection.q.out @@ -231,6 +231,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -324,6 +325,7 @@ STAGE PLANS: Statistics: Num rows: 22 Data size: 709 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 22 Data size: 709 Basic stats: COMPLETE Column stats: NONE @@ -423,6 +425,7 @@ STAGE PLANS: Statistics: Num rows: 22 Data size: 709 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 22 Data size: 709 Basic stats: COMPLETE Column stats: NONE @@ -537,6 +540,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -630,6 +634,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/spark/vectorization_part_project.q.out ql/src/test/results/clientpositive/spark/vectorization_part_project.q.out index dba3d692f1..15174da34d 100644 --- ql/src/test/results/clientpositive/spark/vectorization_part_project.q.out +++ ql/src/test/results/clientpositive/spark/vectorization_part_project.q.out @@ -84,6 +84,7 @@ STAGE PLANS: Statistics: Num rows: 200 Data size: 40674 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: z sort order: + Statistics: Num rows: 200 Data size: 40674 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/spark/vectorization_pushdown.q.out ql/src/test/results/clientpositive/spark/vectorization_pushdown.q.out index 22ba6d74e2..4d706b4021 100644 --- ql/src/test/results/clientpositive/spark/vectorization_pushdown.q.out +++ ql/src/test/results/clientpositive/spark/vectorization_pushdown.q.out @@ -42,6 +42,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint) diff --git ql/src/test/results/clientpositive/spark/vectorization_short_regress.q.out ql/src/test/results/clientpositive/spark/vectorization_short_regress.q.out index da2b462c77..f756376cf3 100644 --- ql/src/test/results/clientpositive/spark/vectorization_short_regress.q.out +++ ql/src/test/results/clientpositive/spark/vectorization_short_regress.q.out @@ -129,6 +129,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10 Statistics: Num rows: 1 Data size: 84 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -395,6 +396,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13, _col14 Statistics: Num rows: 1 Data size: 112 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -653,6 +655,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13 Statistics: Num rows: 1 Data size: 104 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -890,6 +893,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9 Statistics: Num rows: 1 Data size: 76 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -1123,6 +1127,7 @@ STAGE PLANS: Statistics: Num rows: 9898 Data size: 2342392 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: double), _col2 (type: timestamp), _col3 (type: string), _col4 (type: boolean), _col5 (type: tinyint), _col6 (type: float), _col7 (type: timestamp), _col8 (type: smallint), _col9 (type: bigint), _col10 (type: bigint), _col11 (type: int), _col12 (type: decimal(14,3)), _col13 (type: smallint), _col14 (type: smallint), _col15 (type: smallint), _col16 (type: double), _col17 (type: decimal(15,3)), _col18 (type: float), _col19 (type: double), _col20 (type: double), _col21 (type: tinyint), _col22 (type: decimal(9,7)) + null sort order: zzzzzzzzzzzzzzzzzzzzzzz sort order: +++++++++++++++++++++++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -1423,6 +1428,7 @@ STAGE PLANS: Statistics: Num rows: 12288 Data size: 2907994 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: bigint), _col2 (type: string), _col3 (type: boolean), _col4 (type: float), _col5 (type: double), _col6 (type: timestamp), _col7 (type: smallint), _col8 (type: string), _col9 (type: boolean), _col10 (type: double), _col11 (type: decimal(5,3)), _col12 (type: double), _col13 (type: float), _col14 (type: float), _col15 (type: float), _col16 (type: float), _col17 (type: double), _col18 (type: double), _col19 (type: bigint), _col20 (type: double), _col21 (type: smallint), _col22 (type: bigint), _col23 (type: double), _col24 (type: smallint) + null sort order: zzzzzzzzzzzzzzzzzzzzzzzzz sort order: +++++++++++++++++++++++++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -1672,6 +1678,7 @@ STAGE PLANS: Statistics: Num rows: 10922 Data size: 2584725 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col8 (type: boolean), _col1 (type: string), _col3 (type: timestamp), _col5 (type: float), _col6 (type: bigint), _col4 (type: double), _col0 (type: int), _col7 (type: smallint), _col9 (type: int), _col10 (type: bigint), _col11 (type: bigint), _col12 (type: float), _col13 (type: bigint), _col14 (type: double), _col15 (type: double), _col16 (type: bigint), _col17 (type: double), _col18 (type: decimal(8,7)), _col19 (type: double), _col20 (type: smallint), _col21 (type: int) + null sort order: zzzzzzzzzzzzzzzzzzzzz sort order: +++++++++++++++++++++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -1979,6 +1986,7 @@ STAGE PLANS: Statistics: Num rows: 3868 Data size: 915374 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col5 (type: smallint), _col1 (type: string), _col2 (type: double), _col3 (type: float), _col4 (type: bigint), _col6 (type: double), _col7 (type: int), _col8 (type: float), _col9 (type: double), _col10 (type: double), _col11 (type: double), _col12 (type: float), _col13 (type: int), _col14 (type: double), _col15 (type: double) + null sort order: zzzzzzzzzzzzzzz sort order: +++++++++++++++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -2243,6 +2251,7 @@ STAGE PLANS: Statistics: Num rows: 455 Data size: 107677 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: smallint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: smallint) Reduce Sink Vectorization: @@ -2295,6 +2304,7 @@ STAGE PLANS: Statistics: Num rows: 227 Data size: 53720 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: smallint), _col1 (type: int), _col2 (type: double), _col3 (type: decimal(10,9)), _col4 (type: bigint), _col5 (type: double), _col6 (type: int), _col7 (type: double), _col8 (type: int), _col9 (type: bigint), _col10 (type: bigint) + null sort order: zzzzzzzzzzz sort order: +++++++++++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -2524,6 +2534,7 @@ STAGE PLANS: Statistics: Num rows: 2654 Data size: 628077 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Reduce Sink Vectorization: @@ -2576,6 +2587,7 @@ STAGE PLANS: Statistics: Num rows: 1327 Data size: 314038 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -2849,6 +2861,7 @@ STAGE PLANS: Statistics: Num rows: 12288 Data size: 2907994 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: timestamp), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: timestamp), _col1 (type: string) Reduce Sink Vectorization: @@ -2901,6 +2914,7 @@ STAGE PLANS: Statistics: Num rows: 6144 Data size: 1453997 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: timestamp), _col1 (type: string), _col2 (type: double), _col3 (type: double), _col4 (type: double), _col5 (type: double), _col6 (type: double), _col7 (type: double), _col8 (type: bigint), _col9 (type: bigint), _col10 (type: double), _col11 (type: tinyint), _col12 (type: double), _col13 (type: double), _col14 (type: double), _col15 (type: double), _col16 (type: double), _col17 (type: double), _col18 (type: double), _col19 (type: double), _col20 (type: double), _col21 (type: double), _col22 (type: double), _col23 (type: double), _col24 (type: double), _col25 (type: double), _col26 (type: double), _col27 (type: tinyint), _col28 (type: double), _col29 (type: double), _col30 (type: double), _col31 (type: double), _col32 (type: decimal(8,6)), _col33 (type: double), _col34 (type: bigint), _col35 (type: double), _col36 (type: bigint), _col37 (type: bigint), _col38 (type: double) + null sort order: zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz sort order: +++++++++++++++++++++++++++++++++++++++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -3255,6 +3269,7 @@ STAGE PLANS: Statistics: Num rows: 10239 Data size: 2423091 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Reduce Sink Vectorization: @@ -3307,6 +3322,7 @@ STAGE PLANS: Statistics: Num rows: 5119 Data size: 1211427 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -3494,6 +3510,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -3612,6 +3629,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -3802,6 +3820,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -3920,6 +3939,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -4038,6 +4058,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -4156,6 +4177,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -4274,6 +4296,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -4392,6 +4415,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator diff --git ql/src/test/results/clientpositive/spark/vectorized_case.q.out ql/src/test/results/clientpositive/spark/vectorized_case.q.out index b1c7cc3005..374577183e 100644 --- ql/src/test/results/clientpositive/spark/vectorized_case.q.out +++ ql/src/test/results/clientpositive/spark/vectorized_case.q.out @@ -324,6 +324,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -470,6 +471,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator diff --git ql/src/test/results/clientpositive/spark/vectorized_mapjoin.q.out ql/src/test/results/clientpositive/spark/vectorized_mapjoin.q.out index 4c625af2f3..d9ce4920b9 100644 --- ql/src/test/results/clientpositive/spark/vectorized_mapjoin.q.out +++ ql/src/test/results/clientpositive/spark/vectorized_mapjoin.q.out @@ -134,6 +134,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4 Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator diff --git ql/src/test/results/clientpositive/spark/vectorized_nested_mapjoin.q.out ql/src/test/results/clientpositive/spark/vectorized_nested_mapjoin.q.out index 2697cd6ec3..72e04e4e2c 100644 --- ql/src/test/results/clientpositive/spark/vectorized_nested_mapjoin.q.out +++ ql/src/test/results/clientpositive/spark/vectorized_nested_mapjoin.q.out @@ -125,6 +125,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: double) diff --git ql/src/test/results/clientpositive/spark/vectorized_ptf.q.out ql/src/test/results/clientpositive/spark/vectorized_ptf.q.out index 968234097c..7dad116393 100644 --- ql/src/test/results/clientpositive/spark/vectorized_ptf.q.out +++ ql/src/test/results/clientpositive/spark/vectorized_ptf.q.out @@ -154,6 +154,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -208,6 +209,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16042 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 16042 Basic stats: COMPLETE Column stats: NONE @@ -410,6 +412,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16042 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: p_partkey (type: int) + null sort order: a sort order: + Map-reduce partition columns: p_partkey (type: int) Reduce Sink Vectorization: @@ -454,6 +457,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16042 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: p_partkey (type: int) + null sort order: a sort order: + Map-reduce partition columns: p_partkey (type: int) Reduce Sink Vectorization: @@ -495,6 +499,7 @@ STAGE PLANS: Statistics: Num rows: 28 Data size: 17646 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 28 Data size: 17646 Basic stats: COMPLETE Column stats: NONE @@ -526,6 +531,7 @@ STAGE PLANS: Statistics: Num rows: 28 Data size: 17646 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 28 Data size: 17646 Basic stats: COMPLETE Column stats: NONE @@ -665,6 +671,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -825,6 +832,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -879,6 +887,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16042 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 16042 Basic stats: COMPLETE Column stats: NONE @@ -1078,6 +1087,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -1132,6 +1142,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16042 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 16042 Basic stats: COMPLETE Column stats: NONE @@ -1300,6 +1311,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -1364,6 +1376,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16042 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: int) + null sort order: aza sort order: +++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 26 Data size: 16042 Basic stats: COMPLETE Column stats: NONE @@ -1525,6 +1538,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -1570,6 +1584,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16042 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: p_partkey (type: int) + null sort order: a sort order: + Map-reduce partition columns: p_partkey (type: int) Reduce Sink Vectorization: @@ -1624,6 +1639,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16042 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 16042 Basic stats: COMPLETE Column stats: NONE @@ -1753,6 +1769,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16042 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: p_partkey (type: int) + null sort order: a sort order: + Map-reduce partition columns: p_partkey (type: int) Reduce Sink Vectorization: @@ -1787,6 +1804,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -1870,6 +1888,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16042 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 16042 Basic stats: COMPLETE Column stats: NONE @@ -1982,6 +2001,7 @@ STAGE PLANS: Map-side function: true Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string), p_size (type: int) + null sort order: azz sort order: ++- Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 16042 Basic stats: COMPLETE Column stats: NONE @@ -2019,6 +2039,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16042 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string), _col5 (type: int) + null sort order: azz sort order: ++- Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 16042 Basic stats: COMPLETE Column stats: NONE @@ -2208,6 +2229,7 @@ STAGE PLANS: Map-side function: true Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 16042 Basic stats: COMPLETE Column stats: NONE @@ -2246,6 +2268,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16042 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 16042 Basic stats: COMPLETE Column stats: NONE @@ -2441,6 +2464,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -2495,6 +2519,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16042 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 16042 Basic stats: COMPLETE Column stats: NONE @@ -2693,6 +2718,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -2770,6 +2796,7 @@ STAGE PLANS: Map-side function: true Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 16042 Basic stats: COMPLETE Column stats: NONE @@ -2809,6 +2836,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16042 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 16042 Basic stats: COMPLETE Column stats: NONE @@ -3014,6 +3042,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -3068,6 +3097,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16042 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 16042 Basic stats: COMPLETE Column stats: NONE @@ -3236,6 +3266,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -3281,6 +3312,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16042 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: p_partkey (type: int) + null sort order: a sort order: + Map-reduce partition columns: p_partkey (type: int) Reduce Sink Vectorization: @@ -3335,6 +3367,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16042 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 26 Data size: 16042 Basic stats: COMPLETE Column stats: NONE @@ -3356,6 +3389,7 @@ STAGE PLANS: Statistics: Num rows: 28 Data size: 17646 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 28 Data size: 17646 Basic stats: COMPLETE Column stats: NONE @@ -3532,6 +3566,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -3596,6 +3631,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16042 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: int) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: int) Statistics: Num rows: 26 Data size: 16042 Basic stats: COMPLETE Column stats: NONE @@ -3775,6 +3811,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16042 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: za sort order: ++ Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -3835,6 +3872,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 8021 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 8021 Basic stats: COMPLETE Column stats: NONE @@ -4038,6 +4076,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -4193,6 +4232,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16042 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 16042 Basic stats: COMPLETE Column stats: NONE @@ -4286,6 +4326,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16042 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 16042 Basic stats: COMPLETE Column stats: NONE @@ -4315,6 +4356,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16042 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col5 (type: int) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 16042 Basic stats: COMPLETE Column stats: NONE @@ -4531,6 +4573,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string) + null sort order: z sort order: + Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -4614,6 +4657,7 @@ STAGE PLANS: Map-side function: true Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: _col2 (type: string), _col1 (type: string) Statistics: Num rows: 26 Data size: 16042 Basic stats: COMPLETE Column stats: NONE @@ -4653,6 +4697,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16042 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col2 (type: string), _col1 (type: string) Statistics: Num rows: 26 Data size: 16042 Basic stats: COMPLETE Column stats: NONE @@ -4880,6 +4925,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string) + null sort order: z sort order: + Map-reduce partition columns: p_mfgr (type: string) Reduce Sink Vectorization: @@ -4940,6 +4986,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16042 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: _col2 (type: string), _col1 (type: string) Statistics: Num rows: 26 Data size: 16042 Basic stats: COMPLETE Column stats: NONE @@ -4971,6 +5018,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16042 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: z sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 16042 Basic stats: COMPLETE Column stats: NONE @@ -5002,6 +5050,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16042 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 16042 Basic stats: COMPLETE Column stats: NONE @@ -5225,6 +5274,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: p_mfgr (type: string), p_name (type: string) Reduce Sink Vectorization: @@ -5285,6 +5335,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16042 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: z sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 16042 Basic stats: COMPLETE Column stats: NONE @@ -5323,6 +5374,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16042 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 16042 Basic stats: COMPLETE Column stats: NONE @@ -5547,6 +5599,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: p_mfgr (type: string), p_name (type: string) Reduce Sink Vectorization: @@ -5607,6 +5660,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16042 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: z sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 16042 Basic stats: COMPLETE Column stats: NONE @@ -5654,6 +5708,7 @@ STAGE PLANS: Map-side function: true Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: _col2 (type: string), _col1 (type: string) Statistics: Num rows: 26 Data size: 16042 Basic stats: COMPLETE Column stats: NONE @@ -5686,6 +5741,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16042 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col2 (type: string), _col1 (type: string) Statistics: Num rows: 26 Data size: 16042 Basic stats: COMPLETE Column stats: NONE @@ -5910,6 +5966,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: p_mfgr (type: string), p_name (type: string) Reduce Sink Vectorization: @@ -5986,6 +6043,7 @@ STAGE PLANS: Map-side function: true Reduce Output Operator key expressions: _col2 (type: string) + null sort order: z sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 16042 Basic stats: COMPLETE Column stats: NONE @@ -6025,6 +6083,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16042 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: _col2 (type: string), _col1 (type: string) Statistics: Num rows: 26 Data size: 16042 Basic stats: COMPLETE Column stats: NONE @@ -6243,6 +6302,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:p_partkey:int, 1:p_name:string, 2:p_mfgr:string, 3:p_brand:string, 4:p_type:string, 5:p_size:int, 6:p_container:string, 7:p_retailprice:double, 8:p_comment:string, 9:ROW__ID:struct] Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: p_mfgr (type: string), p_name (type: string) Reduce Sink Vectorization: @@ -6319,6 +6379,7 @@ STAGE PLANS: Map-side function: true Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Map-reduce partition columns: _col2 (type: string), _col1 (type: string) Statistics: Num rows: 26 Data size: 16042 Basic stats: COMPLETE Column stats: NONE @@ -6351,6 +6412,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 16042 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 26 Data size: 16042 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/spark/vectorized_shufflejoin.q.out ql/src/test/results/clientpositive/spark/vectorized_shufflejoin.q.out index 5857fca61b..c563e8c0bb 100644 --- ql/src/test/results/clientpositive/spark/vectorized_shufflejoin.q.out +++ ql/src/test/results/clientpositive/spark/vectorized_shufflejoin.q.out @@ -51,6 +51,7 @@ STAGE PLANS: Statistics: Num rows: 12288 Data size: 2907994 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -93,6 +94,7 @@ STAGE PLANS: Statistics: Num rows: 12288 Data size: 2907994 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -136,6 +138,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4 Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: int), _col2 (type: int), _col3 (type: bigint), _col4 (type: bigint) diff --git ql/src/test/results/clientpositive/spark/vectorized_timestamp_funcs.q.out ql/src/test/results/clientpositive/spark/vectorized_timestamp_funcs.q.out index 38f2035ef7..72c6a7f0f5 100644 --- ql/src/test/results/clientpositive/spark/vectorized_timestamp_funcs.q.out +++ ql/src/test/results/clientpositive/spark/vectorized_timestamp_funcs.q.out @@ -276,6 +276,7 @@ STAGE PLANS: Statistics: Num rows: 52 Data size: 8979 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -488,6 +489,7 @@ STAGE PLANS: Statistics: Num rows: 52 Data size: 8979 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -684,6 +686,7 @@ STAGE PLANS: Statistics: Num rows: 52 Data size: 8979 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -880,6 +883,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 294 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -1026,6 +1030,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -1156,6 +1161,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator @@ -1304,6 +1310,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkEmptyKeyOperator diff --git ql/src/test/results/clientpositive/spark/windowing.q.out ql/src/test/results/clientpositive/spark/windowing.q.out index 1f33c08db8..e58b31cf0b 100644 --- ql/src/test/results/clientpositive/spark/windowing.q.out +++ ql/src/test/results/clientpositive/spark/windowing.q.out @@ -1840,6 +1840,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE @@ -1883,6 +1884,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: int), _col3 (type: bigint) + null sort order: aaaa sort order: ++++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: int), _col3 (type: bigint) Statistics: Num rows: 26 Data size: 3147 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/stat_estimate_drill.q.out ql/src/test/results/clientpositive/stat_estimate_drill.q.out index 36c49fa9b2..da6b64bc51 100644 --- ql/src/test/results/clientpositive/stat_estimate_drill.q.out +++ ql/src/test/results/clientpositive/stat_estimate_drill.q.out @@ -102,6 +102,7 @@ STAGE PLANS: Statistics: Num rows: 2/2 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2/2 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -172,6 +173,7 @@ STAGE PLANS: Statistics: Num rows: 10/10 Data size: 120 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10/10 Data size: 120 Basic stats: COMPLETE Column stats: COMPLETE @@ -242,6 +244,7 @@ STAGE PLANS: Statistics: Num rows: 10/10 Data size: 120 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10/10 Data size: 120 Basic stats: COMPLETE Column stats: COMPLETE @@ -316,6 +319,7 @@ STAGE PLANS: Statistics: Num rows: 10/10 Data size: 120 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10/10 Data size: 120 Basic stats: COMPLETE Column stats: COMPLETE @@ -388,6 +392,7 @@ STAGE PLANS: Statistics: Num rows: 1/1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Statistics: Num rows: 1/1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -460,6 +465,7 @@ STAGE PLANS: Statistics: Num rows: 1/1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Statistics: Num rows: 1/1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE @@ -530,6 +536,7 @@ STAGE PLANS: Statistics: Num rows: 10/3 Data size: 120 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 10/3 Data size: 120 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/stats0.q.out ql/src/test/results/clientpositive/stats0.q.out index dabd229a00..221a32db2c 100644 --- ql/src/test/results/clientpositive/stats0.q.out +++ ql/src/test/results/clientpositive/stats0.q.out @@ -796,6 +796,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 965 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 965 Basic stats: COMPLETE Column stats: COMPLETE @@ -2417,6 +2418,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 965 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 965 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/stats1.q.out ql/src/test/results/clientpositive/stats1.q.out index a0cc1269dc..a2b269e260 100644 --- ql/src/test/results/clientpositive/stats1.q.out +++ ql/src/test/results/clientpositive/stats1.q.out @@ -48,6 +48,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -94,6 +95,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -125,6 +127,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/stats10.q.out ql/src/test/results/clientpositive/stats10.q.out index 4506ddecd0..905ac288f5 100644 --- ql/src/test/results/clientpositive/stats10.q.out +++ ql/src/test/results/clientpositive/stats10.q.out @@ -37,6 +37,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: UDFToInteger(_col0) (type: int) + null sort order: a sort order: + Map-reduce partition columns: UDFToInteger(_col0) (type: int) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -99,6 +100,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 949 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/stats4.q.out ql/src/test/results/clientpositive/stats4.q.out index 471b9e8101..0fc2b853e4 100644 --- ql/src/test/results/clientpositive/stats4.q.out +++ ql/src/test/results/clientpositive/stats4.q.out @@ -102,6 +102,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 2496 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 2 Data size: 2496 Basic stats: COMPLETE Column stats: COMPLETE @@ -244,6 +245,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: '2008-12-31' (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: '2008-12-31' (type: string), _col1 (type: string) Statistics: Num rows: 2 Data size: 2316 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/stats_empty_dyn_part.q.out ql/src/test/results/clientpositive/stats_empty_dyn_part.q.out index 9f766e16e4..9d8cb7c88a 100644 --- ql/src/test/results/clientpositive/stats_empty_dyn_part.q.out +++ ql/src/test/results/clientpositive/stats_empty_dyn_part.q.out @@ -59,6 +59,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 531 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 531 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/stats_empty_partition2.q.out ql/src/test/results/clientpositive/stats_empty_partition2.q.out index acf929652f..a43369a089 100644 --- ql/src/test/results/clientpositive/stats_empty_partition2.q.out +++ ql/src/test/results/clientpositive/stats_empty_partition2.q.out @@ -103,6 +103,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: COMPLETE @@ -120,6 +121,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/stats_nonpart.q.out ql/src/test/results/clientpositive/stats_nonpart.q.out index ae9f9e5f54..53351d0b2b 100644 --- ql/src/test/results/clientpositive/stats_nonpart.q.out +++ ql/src/test/results/clientpositive/stats_nonpart.q.out @@ -154,6 +154,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 848 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 848 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/stats_noscan_2.q.out ql/src/test/results/clientpositive/stats_noscan_2.q.out index 93f4c0e8ad..b179f58709 100644 --- ql/src/test/results/clientpositive/stats_noscan_2.q.out +++ ql/src/test/results/clientpositive/stats_noscan_2.q.out @@ -326,6 +326,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/stats_only_null.q.out ql/src/test/results/clientpositive/stats_only_null.q.out index 1c64a5fbce..57b8815d8f 100644 --- ql/src/test/results/clientpositive/stats_only_null.q.out +++ ql/src/test/results/clientpositive/stats_only_null.q.out @@ -98,6 +98,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4 Statistics: Num rows: 1 Data size: 240 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 240 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: bigint), _col3 (type: bigint), _col4 (type: bigint) @@ -158,6 +159,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4 Statistics: Num rows: 1 Data size: 240 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 240 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: bigint), _col3 (type: bigint), _col4 (type: bigint) diff --git ql/src/test/results/clientpositive/stats_part.q.out ql/src/test/results/clientpositive/stats_part.q.out index efc1766755..035154006e 100644 --- ql/src/test/results/clientpositive/stats_part.q.out +++ ql/src/test/results/clientpositive/stats_part.q.out @@ -96,6 +96,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/stats_part2.q.out ql/src/test/results/clientpositive/stats_part2.q.out index 1411b6eff7..1db34fb295 100644 --- ql/src/test/results/clientpositive/stats_part2.q.out +++ ql/src/test/results/clientpositive/stats_part2.q.out @@ -76,6 +76,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -134,6 +135,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int) @@ -648,6 +650,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int) @@ -1170,6 +1173,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1271,6 +1275,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int) diff --git ql/src/test/results/clientpositive/stats_partial_size.q.out ql/src/test/results/clientpositive/stats_partial_size.q.out index 824dd192fa..96095c5433 100644 --- ql/src/test/results/clientpositive/stats_partial_size.q.out +++ ql/src/test/results/clientpositive/stats_partial_size.q.out @@ -67,6 +67,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -84,6 +85,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/stats_ppr_all.q.out ql/src/test/results/clientpositive/stats_ppr_all.q.out index 991a7288f3..8eaa729be2 100644 --- ql/src/test/results/clientpositive/stats_ppr_all.q.out +++ ql/src/test/results/clientpositive/stats_ppr_all.q.out @@ -101,6 +101,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: double) @@ -159,6 +160,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: double) @@ -216,6 +218,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: double) @@ -278,6 +281,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: double) diff --git ql/src/test/results/clientpositive/stats_sizebug.q.out ql/src/test/results/clientpositive/stats_sizebug.q.out index 780745deb8..7bcf5537e1 100644 --- ql/src/test/results/clientpositive/stats_sizebug.q.out +++ ql/src/test/results/clientpositive/stats_sizebug.q.out @@ -90,6 +90,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 848 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 848 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/subq2.q.out ql/src/test/results/clientpositive/subq2.q.out index 52bc5c4ba0..b16167976e 100644 --- ql/src/test/results/clientpositive/subq2.q.out +++ ql/src/test/results/clientpositive/subq2.q.out @@ -36,6 +36,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 7885 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 83 Data size: 7885 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/subquery_exists.q.out ql/src/test/results/clientpositive/subquery_exists.q.out index 6277bb2f58..4d729acf10 100644 --- ql/src/test/results/clientpositive/subquery_exists.q.out +++ ql/src/test/results/clientpositive/subquery_exists.q.out @@ -41,6 +41,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE @@ -63,6 +64,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 14774 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 83 Data size: 14774 Basic stats: COMPLETE Column stats: COMPLETE @@ -241,6 +243,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -264,6 +267,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 22750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 22750 Basic stats: COMPLETE Column stats: COMPLETE @@ -339,6 +343,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -369,11 +374,13 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Operator Tree: @@ -981,6 +988,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1011,11 +1019,13 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int) TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Operator Tree: @@ -1131,6 +1141,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -1154,6 +1165,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1188,6 +1200,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1291,6 +1304,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1314,6 +1328,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/subquery_exists_having.q.out ql/src/test/results/clientpositive/subquery_exists_having.q.out index 783fd83afb..806a4dce46 100644 --- ql/src/test/results/clientpositive/subquery_exists_having.q.out +++ ql/src/test/results/clientpositive/subquery_exists_having.q.out @@ -47,6 +47,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -72,6 +73,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -95,6 +97,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 7221 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 83 Data size: 7221 Basic stats: COMPLETE Column stats: COMPLETE @@ -197,6 +200,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -220,6 +224,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 7221 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 83 Data size: 7221 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/subquery_multiinsert.q.out ql/src/test/results/clientpositive/subquery_multiinsert.q.out index c04ade101d..e12747c33d 100644 --- ql/src/test/results/clientpositive/subquery_multiinsert.q.out +++ ql/src/test/results/clientpositive/subquery_multiinsert.q.out @@ -95,6 +95,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -130,6 +131,7 @@ STAGE PLANS: alias: b Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE value expressions: key (type: string), value (type: string) @@ -144,6 +146,7 @@ STAGE PLANS: serde: org.apache.hadoop.hive.serde2.lazybinary.LazyBinarySerDe TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Operator Tree: @@ -168,6 +171,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -185,6 +189,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 14442 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 166 Data size: 14442 Basic stats: COMPLETE Column stats: COMPLETE @@ -217,6 +222,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 500 Data size: 104051 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: string) @@ -279,6 +285,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: key (type: string), value (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: key (type: string), value (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -301,6 +308,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 14774 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 83 Data size: 14774 Basic stats: COMPLETE Column stats: COMPLETE @@ -361,6 +369,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -644,6 +653,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -767,6 +777,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 104051 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 500 Data size: 104051 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: string) @@ -917,6 +928,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -942,6 +954,7 @@ STAGE PLANS: alias: b Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE value expressions: key (type: string), value (type: string) @@ -956,6 +969,7 @@ STAGE PLANS: serde: org.apache.hadoop.hive.serde2.lazybinary.LazyBinarySerDe TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Operator Tree: diff --git ql/src/test/results/clientpositive/subquery_notexists.q.out ql/src/test/results/clientpositive/subquery_notexists.q.out index 751a493575..65566f5d92 100644 --- ql/src/test/results/clientpositive/subquery_notexists.q.out +++ ql/src/test/results/clientpositive/subquery_notexists.q.out @@ -44,6 +44,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 14774 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 83 Data size: 14774 Basic stats: COMPLETE Column stats: COMPLETE @@ -77,12 +78,14 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE TableScan Reduce Output Operator key expressions: _col1 (type: string), _col2 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col2 (type: string) Statistics: Num rows: 83 Data size: 15106 Basic stats: COMPLETE Column stats: COMPLETE @@ -302,6 +305,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 14774 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 83 Data size: 14774 Basic stats: COMPLETE Column stats: COMPLETE @@ -344,6 +348,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -351,6 +356,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 83 Data size: 7885 Basic stats: COMPLETE Column stats: COMPLETE @@ -571,6 +577,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 14774 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 83 Data size: 14774 Basic stats: COMPLETE Column stats: COMPLETE @@ -603,11 +610,13 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string) TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 83 Data size: 15106 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: boolean), _col1 (type: string), _col2 (type: string) @@ -698,6 +707,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 26 Data size: 3146 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 3146 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -709,6 +719,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 26 Data size: 2704 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 2704 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -734,6 +745,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 676 Data size: 152100 Basic stats: COMPLETE Column stats: COMPLETE @@ -741,6 +753,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 12 Data size: 1296 Basic stats: COMPLETE Column stats: COMPLETE @@ -778,6 +791,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE TableScan @@ -792,6 +806,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 26 Data size: 2704 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 26 Data size: 2704 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string) @@ -823,6 +838,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 24 Data size: 2496 Basic stats: COMPLETE Column stats: COMPLETE @@ -860,12 +876,14 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 208 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 26 Data size: 208 Basic stats: COMPLETE Column stats: COMPLETE TableScan Reduce Output Operator key expressions: _col1 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: double) Statistics: Num rows: 24 Data size: 2688 Basic stats: COMPLETE Column stats: COMPLETE @@ -898,6 +916,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 12 Data size: 1248 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/subquery_notexists_having.q.out ql/src/test/results/clientpositive/subquery_notexists_having.q.out index b14102c18e..a3b26b3866 100644 --- ql/src/test/results/clientpositive/subquery_notexists_having.q.out +++ ql/src/test/results/clientpositive/subquery_notexists_having.q.out @@ -47,6 +47,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE @@ -70,12 +71,14 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE TableScan Reduce Output Operator key expressions: _col1 (type: string), _col2 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col1 (type: string), _col2 (type: string) Statistics: Num rows: 83 Data size: 15106 Basic stats: COMPLETE Column stats: COMPLETE @@ -122,6 +125,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 14774 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 83 Data size: 14774 Basic stats: COMPLETE Column stats: COMPLETE @@ -234,6 +238,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE @@ -261,6 +266,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE @@ -268,6 +274,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 83 Data size: 7885 Basic stats: COMPLETE Column stats: COMPLETE @@ -314,6 +321,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 14774 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 83 Data size: 14774 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/subquery_notin_having.q.out ql/src/test/results/clientpositive/subquery_notin_having.q.out index 52b1cf880b..aa1486a188 100644 --- ql/src/test/results/clientpositive/subquery_notin_having.q.out +++ ql/src/test/results/clientpositive/subquery_notin_having.q.out @@ -49,6 +49,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -74,6 +75,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -81,6 +83,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 83 Data size: 7553 Basic stats: COMPLETE Column stats: COMPLETE @@ -106,11 +109,13 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 333 Data size: 31971 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: bigint), _col3 (type: boolean) TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -160,6 +165,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 7221 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 83 Data size: 7221 Basic stats: COMPLETE Column stats: COMPLETE @@ -198,6 +204,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -274,6 +281,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 530 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 5 Data size: 530 Basic stats: COMPLETE Column stats: COMPLETE @@ -299,6 +307,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: double) Statistics: Num rows: 5 Data size: 530 Basic stats: COMPLETE Column stats: COMPLETE @@ -306,6 +315,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -332,6 +342,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: double) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: double) Statistics: Num rows: 6 Data size: 668 Basic stats: COMPLETE Column stats: COMPLETE @@ -339,6 +350,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col2 (type: double) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col2 (type: double) Statistics: Num rows: 1 Data size: 110 Basic stats: COMPLETE Column stats: COMPLETE @@ -386,6 +398,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 570 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 5 Data size: 570 Basic stats: COMPLETE Column stats: COMPLETE @@ -425,6 +438,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE @@ -463,6 +477,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 570 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 5 Data size: 570 Basic stats: COMPLETE Column stats: COMPLETE @@ -575,6 +590,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 530 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 5 Data size: 530 Basic stats: COMPLETE Column stats: COMPLETE @@ -600,6 +616,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 5 Data size: 530 Basic stats: COMPLETE Column stats: COMPLETE @@ -607,6 +624,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 102 Basic stats: COMPLETE Column stats: COMPLETE @@ -632,11 +650,13 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 6 Data size: 644 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: double), _col3 (type: boolean) TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -687,6 +707,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 570 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 5 Data size: 570 Basic stats: COMPLETE Column stats: COMPLETE @@ -732,6 +753,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 570 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 5 Data size: 570 Basic stats: COMPLETE Column stats: COMPLETE @@ -769,6 +791,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -892,6 +915,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -915,12 +939,14 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE TableScan Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -946,11 +972,13 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col2 (type: boolean) TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -1000,6 +1028,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -1038,6 +1067,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -1111,6 +1141,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1134,12 +1165,14 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE TableScan Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -1166,6 +1199,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 2 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -1173,6 +1207,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col2 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1220,6 +1255,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE @@ -1257,6 +1293,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -1284,6 +1321,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1291,6 +1329,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -1328,6 +1367,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/subquery_unqual_corr_expr.q.out ql/src/test/results/clientpositive/subquery_unqual_corr_expr.q.out index 748bd9a518..3b10b078e7 100644 --- ql/src/test/results/clientpositive/subquery_unqual_corr_expr.q.out +++ ql/src/test/results/clientpositive/subquery_unqual_corr_expr.q.out @@ -26,6 +26,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: lower(key) (type: string) + null sort order: a sort order: + Map-reduce partition columns: lower(key) (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -49,6 +50,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE @@ -130,6 +132,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -166,11 +169,13 @@ STAGE PLANS: Row Limit Per Split: 10 Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE value expressions: key (type: string), value (type: string) TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Operator Tree: @@ -195,6 +200,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: concat(_col0, _col1) (type: string) + null sort order: a sort order: + Map-reduce partition columns: concat(_col0, _col1) (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -208,6 +214,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/subquery_unqualcolumnrefs.q.out ql/src/test/results/clientpositive/subquery_unqualcolumnrefs.q.out index c1b75f21a0..33157447bd 100644 --- ql/src/test/results/clientpositive/subquery_unqualcolumnrefs.q.out +++ ql/src/test/results/clientpositive/subquery_unqualcolumnrefs.q.out @@ -65,6 +65,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -87,6 +88,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 14774 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 83 Data size: 14774 Basic stats: COMPLETE Column stats: COMPLETE @@ -142,6 +144,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE @@ -164,6 +167,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 14774 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 83 Data size: 14774 Basic stats: COMPLETE Column stats: COMPLETE @@ -233,6 +237,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE @@ -255,6 +260,7 @@ STAGE PLANS: Statistics: Num rows: 83 Data size: 14774 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 83 Data size: 14774 Basic stats: COMPLETE Column stats: COMPLETE @@ -325,6 +331,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 5798 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: p_mfgr (type: string), p_size (type: int) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 5798 Basic stats: COMPLETE Column stats: COMPLETE @@ -384,6 +391,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 4 Data size: 456 Basic stats: COMPLETE Column stats: COMPLETE @@ -415,6 +423,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 5798 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 26 Data size: 5798 Basic stats: COMPLETE Column stats: COMPLETE @@ -422,6 +431,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 4 Data size: 456 Basic stats: COMPLETE Column stats: COMPLETE @@ -448,6 +458,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 33 Data size: 7695 Basic stats: COMPLETE Column stats: COMPLETE @@ -455,6 +466,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col2 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col2 (type: string) Statistics: Num rows: 4 Data size: 892 Basic stats: COMPLETE Column stats: COMPLETE @@ -495,6 +507,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 5798 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: p_mfgr (type: string), p_size (type: int) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 5798 Basic stats: COMPLETE Column stats: COMPLETE @@ -553,6 +566,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 4 Data size: 876 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/symlink_text_input_format.q.out ql/src/test/results/clientpositive/symlink_text_input_format.q.out index 6007d38f22..2fea2ca10b 100644 --- ql/src/test/results/clientpositive/symlink_text_input_format.q.out +++ ql/src/test/results/clientpositive/symlink_text_input_format.q.out @@ -56,6 +56,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Execution mode: vectorized @@ -127,6 +128,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Execution mode: vectorized @@ -201,6 +203,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -275,6 +278,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Execution mode: vectorized @@ -349,6 +353,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Execution mode: vectorized @@ -426,6 +431,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/tablevalues.q.out ql/src/test/results/clientpositive/tablevalues.q.out index ead7ce0cbe..149cde52c6 100644 --- ql/src/test/results/clientpositive/tablevalues.q.out +++ ql/src/test/results/clientpositive/tablevalues.q.out @@ -83,6 +83,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -412,6 +413,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 2560 Basic stats: COMPLETE Column stats: COMPLETE function name: inline Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 2560 Basic stats: COMPLETE Column stats: COMPLETE value expressions: col1 (type: string), col2 (type: int), col3 (type: int) @@ -421,6 +423,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Operator Tree: @@ -510,6 +513,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 2560 Basic stats: COMPLETE Column stats: COMPLETE function name: inline Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 2560 Basic stats: COMPLETE Column stats: COMPLETE value expressions: col1 (type: string), col2 (type: int), col3 (type: int) @@ -527,6 +531,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Operator Tree: @@ -604,6 +609,7 @@ STAGE PLANS: Select Operator Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 5 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE TableScan @@ -618,6 +624,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 2560 Basic stats: COMPLETE Column stats: COMPLETE function name: inline Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 2560 Basic stats: COMPLETE Column stats: COMPLETE value expressions: col1 (type: string), col2 (type: int), col3 (type: int) @@ -932,6 +939,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 430 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: 0 (type: int), key (type: string) + null sort order: az sort order: +- Map-reduce partition columns: 0 (type: int) Statistics: Num rows: 5 Data size: 430 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/temp_table_display_colstats_tbllvl.q.out ql/src/test/results/clientpositive/temp_table_display_colstats_tbllvl.q.out index 3722695c80..505e83c1fe 100644 --- ql/src/test/results/clientpositive/temp_table_display_colstats_tbllvl.q.out +++ ql/src/test/results/clientpositive/temp_table_display_colstats_tbllvl.q.out @@ -186,6 +186,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 1480 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1480 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) @@ -529,6 +530,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4 Statistics: Num rows: 1 Data size: 2192 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 2192 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct), _col4 (type: struct) diff --git ql/src/test/results/clientpositive/temp_table_join1.q.out ql/src/test/results/clientpositive/temp_table_join1.q.out index 224ead500d..82d4efdb71 100644 --- ql/src/test/results/clientpositive/temp_table_join1.q.out +++ ql/src/test/results/clientpositive/temp_table_join1.q.out @@ -53,6 +53,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 870 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 870 Basic stats: COMPLETE Column stats: COMPLETE @@ -69,6 +70,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE @@ -155,6 +157,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 870 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 870 Basic stats: COMPLETE Column stats: COMPLETE @@ -171,6 +174,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 3680 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 3680 Basic stats: COMPLETE Column stats: NONE @@ -257,6 +261,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 1840 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 1840 Basic stats: COMPLETE Column stats: NONE @@ -273,6 +278,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 3680 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 3680 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/tez/acid_vectorization_original_tez.q.out ql/src/test/results/clientpositive/tez/acid_vectorization_original_tez.q.out index fe47ac7de1..126498a897 100644 --- ql/src/test/results/clientpositive/tez/acid_vectorization_original_tez.q.out +++ ql/src/test/results/clientpositive/tez/acid_vectorization_original_tez.q.out @@ -461,6 +461,7 @@ STAGE PLANS: Statistics: Num rows: 7 Data size: 84 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint), _col1 (type: smallint), _col2 (type: int) + null sort order: zzz sort order: +++ Statistics: Num rows: 7 Data size: 84 Basic stats: COMPLETE Column stats: COMPLETE Execution mode: vectorized @@ -534,6 +535,7 @@ STAGE PLANS: Statistics: Num rows: 7 Data size: 616 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: z sort order: + Statistics: Num rows: 7 Data size: 616 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: tinyint), _col2 (type: smallint), _col3 (type: int) @@ -610,6 +612,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 2502 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: z sort order: + Map-reduce partition columns: UDFToInteger(_col0) (type: int) Statistics: Num rows: 6 Data size: 2502 Basic stats: COMPLETE Column stats: COMPLETE @@ -710,6 +713,7 @@ STAGE PLANS: Statistics: Num rows: 1049 Data size: 88116 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: struct) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: struct) Statistics: Num rows: 1049 Data size: 88116 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/tez/explainanalyze_1.q.out ql/src/test/results/clientpositive/tez/explainanalyze_1.q.out index 38da086cac..d836361135 100644 --- ql/src/test/results/clientpositive/tez/explainanalyze_1.q.out +++ ql/src/test/results/clientpositive/tez/explainanalyze_1.q.out @@ -299,7 +299,7 @@ Stage-0 Output:["_col0","_col1"],aggregations:["count(KEY._col0)"],keys:KEY._col0 <-Map 1 [SIMPLE_EDGE] SHUFFLE [RS_2] - PartitionCols:key + PartitionCols:key,null sort order:a,sort order:+ Select Operator [SEL_1] (rows=500/500 width=87) Output:["key"] TableScan [TS_0] (rows=500/500 width=87) @@ -350,7 +350,7 @@ Stage-0 Conds:RS_6._col0=RS_7._col0(Inner) <-Map 1 [SIMPLE_EDGE] SHUFFLE [RS_6] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_2] (rows=166/497 width=87) Output:["_col0"] Filter Operator [FIL_16] (rows=166/497 width=87) @@ -359,7 +359,7 @@ Stage-0 default@src,a,Tbl:COMPLETE,Col:COMPLETE,Output:["key"] <-Map 4 [SIMPLE_EDGE] SHUFFLE [RS_7] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_5] (rows=166/0 width=91) Output:["_col0"] Filter Operator [FIL_17] (rows=166/0 width=91) @@ -403,7 +403,7 @@ Stage-0 Conds:RS_6._col0=RS_7._col0(Inner) <-Map 1 [SIMPLE_EDGE] SHUFFLE [RS_6] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_2] (rows=166/497 width=87) Output:["_col0"] Filter Operator [FIL_16] (rows=166/497 width=87) @@ -412,7 +412,7 @@ Stage-0 default@src,a,Tbl:COMPLETE,Col:COMPLETE,Output:["key"] <-Map 4 [SIMPLE_EDGE] SHUFFLE [RS_7] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_5] (rows=166/497 width=87) Output:["_col0"] Filter Operator [FIL_17] (rows=166/497 width=87) @@ -517,7 +517,7 @@ Stage-0 Conds:RS_6._col0=RS_7._col0(Inner),Output:["_col0","_col2"] <-Map 1 [SIMPLE_EDGE] SHUFFLE [RS_6] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_2] (rows=500/500 width=87) Output:["_col0"] Filter Operator [FIL_13] (rows=500/500 width=87) @@ -526,7 +526,7 @@ Stage-0 default@src,x,Tbl:COMPLETE,Col:COMPLETE,Output:["key"] <-Map 3 [SIMPLE_EDGE] SHUFFLE [RS_7] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_5] (rows=500/500 width=178) Output:["_col0","_col1"] Filter Operator [FIL_14] (rows=500/500 width=178) @@ -585,14 +585,14 @@ Stage-0 Conds:RS_3.key=RS_5.key(Inner),Output:["_col0","_col1"] <-Map 1 [SIMPLE_EDGE] SHUFFLE [RS_3] - PartitionCols:key + PartitionCols:key,null sort order:a,sort order:+ Filter Operator [FIL_12] (rows=500/500 width=178) predicate:key is not null TableScan [TS_0] (rows=500/500 width=178) default@src,a,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Map 3 [SIMPLE_EDGE] SHUFFLE [RS_5] - PartitionCols:key + PartitionCols:key,null sort order:a,sort order:+ Filter Operator [FIL_13] (rows=500/500 width=87) predicate:key is not null TableScan [TS_1] (rows=500/500 width=87) diff --git ql/src/test/results/clientpositive/tez/explainanalyze_3.q.out ql/src/test/results/clientpositive/tez/explainanalyze_3.q.out index 7d303849d5..28b3c33475 100644 --- ql/src/test/results/clientpositive/tez/explainanalyze_3.q.out +++ ql/src/test/results/clientpositive/tez/explainanalyze_3.q.out @@ -711,6 +711,7 @@ Stage-0 Output:["_col0","_col1"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_7] + null sort order:z,sort order:+ Select Operator [SEL_6] (rows=500/500 width=178) Output:["_col0","_col1"] TableScan [TS_0] (rows=500/500 width=178) @@ -960,7 +961,7 @@ Stage-0 BucketMapJoin:true,Conds:RS_29._col0=SEL_31._col0(Inner),Output:["_col0","_col1","_col3"] <-Map 1 [CUSTOM_EDGE] vectorized MULTICAST [RS_29] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_28] (rows=242/242 width=95) Output:["_col0","_col1"] Filter Operator [FIL_27] (rows=242/242 width=95) diff --git ql/src/test/results/clientpositive/tez/explainanalyze_4.q.out ql/src/test/results/clientpositive/tez/explainanalyze_4.q.out index 4eb698ecd1..a81e282cbc 100644 --- ql/src/test/results/clientpositive/tez/explainanalyze_4.q.out +++ ql/src/test/results/clientpositive/tez/explainanalyze_4.q.out @@ -52,11 +52,12 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col20","_col21","_col22","_col23"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_10] + null sort order:z,sort order:+ Merge Join Operator [MERGEJOIN_27] (rows=4626/10 width=528) Conds:RS_6._col2=RS_7._col2(Inner),Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col20","_col21","_col22","_col23"] <-Map 1 [SIMPLE_EDGE] SHUFFLE [RS_6] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Select Operator [SEL_2] (rows=3078/10 width=231) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11"] Filter Operator [FIL_15] (rows=3078/10 width=231) @@ -65,7 +66,7 @@ Stage-0 default@alltypesorc,a,Tbl:COMPLETE,Col:COMPLETE,Output:["ctinyint","csmallint","cint","cbigint","cfloat","cdouble","cstring1","cstring2","ctimestamp1","ctimestamp2","cboolean1","cboolean2"] <-Map 4 [SIMPLE_EDGE] SHUFFLE [RS_7] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Select Operator [SEL_5] (rows=2298/10 width=231) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11"] Filter Operator [FIL_16] (rows=2298/10 width=231) @@ -155,7 +156,7 @@ Stage-0 Conds:RS_6._col0=RS_7._col0(Inner) <-Map 1 [SIMPLE_EDGE] SHUFFLE [RS_6] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_2] (rows=3078/10 width=2) Output:["_col0"] Filter Operator [FIL_16] (rows=3078/10 width=2) @@ -164,7 +165,7 @@ Stage-0 default@alltypesorc,a,Tbl:COMPLETE,Col:COMPLETE,Output:["cint"] <-Map 4 [SIMPLE_EDGE] SHUFFLE [RS_7] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_5] (rows=2298/10 width=2) Output:["_col0"] Filter Operator [FIL_17] (rows=2298/10 width=8) @@ -248,16 +249,17 @@ Stage-0 Output:["_col0","_col1"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_13] + null sort order:z,sort order:+ Group By Operator [GBY_11] (rows=3079/5 width=11) Output:["_col0","_col1"],aggregations:["count()"],keys:KEY._col0 <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_10] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_30] (rows=4626/10 width=3) Conds:RS_6._col1=RS_7._col0(Inner),Output:["_col0"] <-Map 1 [SIMPLE_EDGE] SHUFFLE [RS_6] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_2] (rows=3078/10 width=5) Output:["_col0","_col1"] Filter Operator [FIL_18] (rows=3078/10 width=5) @@ -266,7 +268,7 @@ Stage-0 default@alltypesorc,a,Tbl:COMPLETE,Col:COMPLETE,Output:["csmallint","cint"] <-Map 5 [SIMPLE_EDGE] SHUFFLE [RS_7] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_5] (rows=2298/10 width=2) Output:["_col0"] Filter Operator [FIL_19] (rows=2298/10 width=8) @@ -353,11 +355,12 @@ Stage-0 Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col20","_col21","_col22","_col23"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_10] + null sort order:z,sort order:+ Map Join Operator [MAPJOIN_27] (rows=1501/10 width=236) Conds:RS_6.KEY.reducesinkkey0=RS_7.KEY.reducesinkkey0(Inner),DynamicPartitionHashJoin:true,Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11","_col12","_col13","_col14","_col15","_col16","_col17","_col18","_col19","_col20","_col21","_col22","_col23"] <-Map 4 [CUSTOM_SIMPLE_EDGE] PARTITION_ONLY_SHUFFLE [RS_7] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Select Operator [SEL_5] (rows=1365/10 width=236) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11"] Filter Operator [FIL_16] (rows=1365/10 width=236) @@ -366,7 +369,7 @@ Stage-0 default@alltypesorc,b,Tbl:COMPLETE,Col:NONE,Output:["ctinyint","csmallint","cint","cbigint","cfloat","cdouble","cstring1","cstring2","ctimestamp1","ctimestamp2","cboolean1","cboolean2"] <-Map 1 [CUSTOM_SIMPLE_EDGE] PARTITION_ONLY_SHUFFLE [RS_6] - PartitionCols:_col2 + PartitionCols:_col2,null sort order:a,sort order:+ Select Operator [SEL_2] (rows=1365/10 width=236) Output:["_col0","_col1","_col2","_col3","_col4","_col5","_col6","_col7","_col8","_col9","_col10","_col11"] Filter Operator [FIL_15] (rows=1365/10 width=236) @@ -456,7 +459,7 @@ Stage-0 Conds:RS_6.KEY.reducesinkkey0=RS_7.KEY.reducesinkkey0(Inner),DynamicPartitionHashJoin:true <-Map 4 [CUSTOM_SIMPLE_EDGE] PARTITION_ONLY_SHUFFLE [RS_7] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_5] (rows=1365/10 width=236) Output:["_col0"] Filter Operator [FIL_17] (rows=1365/10 width=236) @@ -465,7 +468,7 @@ Stage-0 default@alltypesorc,b,Tbl:COMPLETE,Col:NONE,Output:["cint","cbigint"] <-Map 1 [CUSTOM_SIMPLE_EDGE] PARTITION_ONLY_SHUFFLE [RS_6] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_2] (rows=1365/10 width=236) Output:["_col0"] Filter Operator [FIL_16] (rows=1365/10 width=236) @@ -549,16 +552,17 @@ Stage-0 Output:["_col0","_col1"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_13] + null sort order:z,sort order:+ Group By Operator [GBY_11] (rows=750/5 width=236) Output:["_col0","_col1"],aggregations:["count()"],keys:KEY._col0 <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_10] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Map Join Operator [MAPJOIN_30] (rows=1501/10 width=236) Conds:RS_6.KEY.reducesinkkey0=RS_7.KEY.reducesinkkey0(Inner),DynamicPartitionHashJoin:true,Output:["_col0"] <-Map 5 [CUSTOM_SIMPLE_EDGE] PARTITION_ONLY_SHUFFLE [RS_7] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_5] (rows=1365/10 width=236) Output:["_col0"] Filter Operator [FIL_19] (rows=1365/10 width=236) @@ -567,7 +571,7 @@ Stage-0 default@alltypesorc,b,Tbl:COMPLETE,Col:NONE,Output:["cint","cbigint"] <-Map 1 [CUSTOM_SIMPLE_EDGE] PARTITION_ONLY_SHUFFLE [RS_6] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_2] (rows=1365/10 width=236) Output:["_col0","_col1"] Filter Operator [FIL_18] (rows=1365/10 width=236) diff --git ql/src/test/results/clientpositive/tez/explainanalyze_5.q.out ql/src/test/results/clientpositive/tez/explainanalyze_5.q.out index 5088a3d155..0fd098d7e9 100644 --- ql/src/test/results/clientpositive/tez/explainanalyze_5.q.out +++ ql/src/test/results/clientpositive/tez/explainanalyze_5.q.out @@ -135,7 +135,7 @@ Stage-3 Conds:RS_15._col0=RS_16._col0(Inner),Output:["_col0","_col2"] <-Map 7 [SIMPLE_EDGE] SHUFFLE [RS_16] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_14] (rows=500/500 width=178) Output:["_col0","_col1"] Filter Operator [FIL_31] (rows=500/500 width=178) @@ -144,7 +144,7 @@ Stage-3 default@src,src,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Reducer 3 [SIMPLE_EDGE] SHUFFLE [RS_15] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_11] (rows=525/319 width=87) Output:["_col0"] Group By Operator [GBY_10] (rows=525/319 width=178) @@ -152,7 +152,7 @@ Stage-3 <-Union 2 [SIMPLE_EDGE] <-Map 1 [CONTAINS] Reduce Output Operator [RS_48] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Select Operator [SEL_46] (rows=500/500 width=178) Output:["_col0","_col1"] Filter Operator [FIL_45] (rows=500/500 width=178) @@ -161,7 +161,7 @@ Stage-3 Output:["key","value"] <-Map 6 [CONTAINS] Reduce Output Operator [RS_53] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:aa,sort order:++ Select Operator [SEL_51] (rows=25/25 width=175) Output:["_col0","_col1"] Filter Operator [FIL_50] (rows=25/25 width=175) @@ -319,7 +319,7 @@ Stage-3 Output:["_col0","_col1","_col2","_col3"] <-Map 1 [SIMPLE_EDGE] SHUFFLE [RS_3] - PartitionCols:UDFToInteger(_col0) + PartitionCols:UDFToInteger(_col0),null sort order:z,sort order:+ Select Operator [SEL_2] (rows=2/2 width=302) Output:["_col0","_col1","_col3"] Filter Operator [FIL_9] (rows=2/2 width=226) @@ -436,7 +436,7 @@ Stage-3 Output:["_col0"] <-Map 1 [SIMPLE_EDGE] SHUFFLE [RS_3] - PartitionCols:UDFToInteger(_col0) + PartitionCols:UDFToInteger(_col0),null sort order:z,sort order:+ Select Operator [SEL_2] (rows=1/8 width=3) Output:["_col0"] Filter Operator [FIL_8] (rows=1/8 width=3) diff --git ql/src/test/results/clientpositive/tez/explainuser_3.q.out ql/src/test/results/clientpositive/tez/explainuser_3.q.out index 2377a6674e..13d09ae085 100644 --- ql/src/test/results/clientpositive/tez/explainuser_3.q.out +++ ql/src/test/results/clientpositive/tez/explainuser_3.q.out @@ -49,6 +49,7 @@ Stage-0 Output:["_col0","_col1"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_6] + null sort order:zz,sort order:++ Select Operator [SEL_5] (rows=10 width=101) Output:["_col0","_col1"] TableScan [TS_0] (rows=10 width=101) @@ -567,6 +568,7 @@ Stage-0 Output:["_col0","_col1"] <-Map 1 [SIMPLE_EDGE] vectorized SHUFFLE [RS_7] + null sort order:z,sort order:+ Select Operator [SEL_6] (rows=500 width=178) Output:["_col0","_col1"] TableScan [TS_0] (rows=500 width=178) @@ -794,7 +796,7 @@ Stage-0 BucketMapJoin:true,Conds:RS_29._col0=SEL_31._col0(Inner),Output:["_col0","_col1","_col3"] <-Map 1 [CUSTOM_EDGE] vectorized MULTICAST [RS_29] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_28] (rows=242 width=95) Output:["_col0","_col1"] Filter Operator [FIL_27] (rows=242 width=95) diff --git ql/src/test/results/clientpositive/tez/hybridgrace_hashjoin_1.q.out ql/src/test/results/clientpositive/tez/hybridgrace_hashjoin_1.q.out index d9078b5111..ac31a768e3 100644 --- ql/src/test/results/clientpositive/tez/hybridgrace_hashjoin_1.q.out +++ ql/src/test/results/clientpositive/tez/hybridgrace_hashjoin_1.q.out @@ -69,6 +69,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -88,6 +89,7 @@ STAGE PLANS: Statistics: Num rows: 12288 Data size: 36696 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 12288 Data size: 36696 Basic stats: COMPLETE Column stats: COMPLETE @@ -196,6 +198,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -215,6 +218,7 @@ STAGE PLANS: Statistics: Num rows: 12288 Data size: 36696 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 12288 Data size: 36696 Basic stats: COMPLETE Column stats: COMPLETE @@ -320,6 +324,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -339,6 +344,7 @@ STAGE PLANS: Statistics: Num rows: 9173 Data size: 27396 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 9173 Data size: 27396 Basic stats: COMPLETE Column stats: COMPLETE @@ -443,6 +449,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -462,6 +469,7 @@ STAGE PLANS: Statistics: Num rows: 9173 Data size: 27396 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 9173 Data size: 27396 Basic stats: COMPLETE Column stats: COMPLETE @@ -561,6 +569,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -580,6 +589,7 @@ STAGE PLANS: Statistics: Num rows: 9173 Data size: 27396 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 9173 Data size: 27396 Basic stats: COMPLETE Column stats: COMPLETE @@ -680,6 +690,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -699,6 +710,7 @@ STAGE PLANS: Statistics: Num rows: 9173 Data size: 27396 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 9173 Data size: 27396 Basic stats: COMPLETE Column stats: COMPLETE @@ -838,6 +850,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -857,6 +870,7 @@ STAGE PLANS: Statistics: Num rows: 499 Data size: 87443 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 499 Data size: 87443 Basic stats: COMPLETE Column stats: NONE @@ -969,6 +983,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -988,6 +1003,7 @@ STAGE PLANS: Statistics: Num rows: 499 Data size: 87443 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 499 Data size: 87443 Basic stats: COMPLETE Column stats: NONE @@ -1085,6 +1101,7 @@ STAGE PLANS: Statistics: Num rows: 499 Data size: 87443 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 499 Data size: 87443 Basic stats: COMPLETE Column stats: NONE @@ -1104,6 +1121,7 @@ STAGE PLANS: Statistics: Num rows: 499 Data size: 87443 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 499 Data size: 87443 Basic stats: COMPLETE Column stats: NONE @@ -1124,6 +1142,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -1220,6 +1239,7 @@ STAGE PLANS: Statistics: Num rows: 499 Data size: 87443 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 499 Data size: 87443 Basic stats: COMPLETE Column stats: NONE @@ -1239,6 +1259,7 @@ STAGE PLANS: Statistics: Num rows: 499 Data size: 87443 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 499 Data size: 87443 Basic stats: COMPLETE Column stats: NONE @@ -1259,6 +1280,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: bigint) @@ -1376,6 +1398,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 551 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 5 Data size: 551 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: decimal(20,10)) @@ -1394,6 +1417,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 551 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 5 Data size: 551 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: decimal(23,14)) @@ -1582,6 +1606,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 551 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 5 Data size: 551 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: decimal(20,10)) @@ -1600,6 +1625,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 5 Data size: 551 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 5 Data size: 551 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: decimal(23,14)) diff --git ql/src/test/results/clientpositive/tez/hybridgrace_hashjoin_2.q.out ql/src/test/results/clientpositive/tez/hybridgrace_hashjoin_2.q.out index b223417022..6b235996d8 100644 --- ql/src/test/results/clientpositive/tez/hybridgrace_hashjoin_2.q.out +++ ql/src/test/results/clientpositive/tez/hybridgrace_hashjoin_2.q.out @@ -66,6 +66,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -105,6 +106,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -120,6 +122,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -221,6 +224,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -262,6 +266,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -277,6 +282,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -380,6 +386,7 @@ STAGE PLANS: Statistics: Num rows: 25/25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 25/25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -406,6 +413,7 @@ STAGE PLANS: HybridGraceHashJoin: true Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 158/148 Data size: 13588 Basic stats: COMPLETE Column stats: COMPLETE @@ -447,6 +455,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1/1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1/1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -462,6 +471,7 @@ STAGE PLANS: Statistics: Num rows: 500/500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500/500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -575,6 +585,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -600,6 +611,7 @@ STAGE PLANS: Statistics: Num rows: 158 Data size: 13588 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 158 Data size: 13588 Basic stats: COMPLETE Column stats: COMPLETE @@ -639,6 +651,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -654,6 +667,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -760,6 +774,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -786,6 +801,7 @@ STAGE PLANS: HybridGraceHashJoin: true Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 158 Data size: 13588 Basic stats: COMPLETE Column stats: COMPLETE @@ -827,6 +843,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -842,6 +859,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -965,6 +983,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -980,6 +999,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: value (type: string) + null sort order: a sort order: + Map-reduce partition columns: value (type: string) Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE @@ -1019,6 +1039,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1034,6 +1055,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -1049,6 +1071,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2225 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: value (type: string) + null sort order: a sort order: + Map-reduce partition columns: value (type: string) Statistics: Num rows: 25 Data size: 2225 Basic stats: COMPLETE Column stats: COMPLETE @@ -1088,6 +1111,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1108,6 +1132,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1142,6 +1167,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1249,6 +1275,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 25 Data size: 2150 Basic stats: COMPLETE Column stats: COMPLETE @@ -1264,6 +1291,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: value (type: string) + null sort order: a sort order: + Map-reduce partition columns: value (type: string) Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE @@ -1305,6 +1333,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1320,6 +1349,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -1335,6 +1365,7 @@ STAGE PLANS: Statistics: Num rows: 25 Data size: 2225 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: value (type: string) + null sort order: a sort order: + Map-reduce partition columns: value (type: string) Statistics: Num rows: 25 Data size: 2225 Basic stats: COMPLETE Column stats: COMPLETE @@ -1376,6 +1407,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1396,6 +1428,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1430,6 +1463,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: bigint) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -1545,6 +1579,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 350 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 2 Data size: 350 Basic stats: COMPLETE Column stats: COMPLETE @@ -1605,6 +1640,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1620,6 +1656,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE @@ -1635,6 +1672,7 @@ STAGE PLANS: Statistics: Num rows: 222 Data size: 39516 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: value (type: string) + null sort order: a sort order: + Map-reduce partition columns: value (type: string) Statistics: Num rows: 222 Data size: 39516 Basic stats: COMPLETE Column stats: COMPLETE @@ -1650,6 +1688,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 15106 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: value (type: string) + null sort order: a sort order: + Map-reduce partition columns: value (type: string) Statistics: Num rows: 166 Data size: 15106 Basic stats: COMPLETE Column stats: COMPLETE @@ -1771,6 +1810,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 350 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 2 Data size: 350 Basic stats: COMPLETE Column stats: COMPLETE @@ -1835,6 +1875,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1850,6 +1891,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 166 Data size: 29548 Basic stats: COMPLETE Column stats: COMPLETE @@ -1865,6 +1907,7 @@ STAGE PLANS: Statistics: Num rows: 222 Data size: 39516 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: value (type: string) + null sort order: a sort order: + Map-reduce partition columns: value (type: string) Statistics: Num rows: 222 Data size: 39516 Basic stats: COMPLETE Column stats: COMPLETE @@ -1880,6 +1923,7 @@ STAGE PLANS: Statistics: Num rows: 166 Data size: 15106 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: value (type: string) + null sort order: a sort order: + Map-reduce partition columns: value (type: string) Statistics: Num rows: 166 Data size: 15106 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/tez/multi_count_distinct.q.out ql/src/test/results/clientpositive/tez/multi_count_distinct.q.out index e647d3a2e4..5db15351d6 100644 --- ql/src/test/results/clientpositive/tez/multi_count_distinct.q.out +++ ql/src/test/results/clientpositive/tez/multi_count_distinct.q.out @@ -53,7 +53,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3 <-Map 1 [SIMPLE_EDGE] SHUFFLE [RS_4] - PartitionCols:_col0, _col1, _col2, _col3 + PartitionCols:_col0, _col1, _col2, _col3,null sort order:aaaa,sort order:++++ Group By Operator [GBY_3] (rows=13 width=101) Output:["_col0","_col1","_col2","_col3"],keys:_col0, _col1, _col2, 0L Select Operator [SEL_1] (rows=9 width=93) @@ -137,7 +137,7 @@ Stage-0 Output:["_col0","_col1","_col2","_col3"],keys:KEY._col0, KEY._col1, KEY._col2, KEY._col3 <-Map 1 [SIMPLE_EDGE] SHUFFLE [RS_4] - PartitionCols:_col0, _col1, _col2, _col3 + PartitionCols:_col0, _col1, _col2, _col3,null sort order:aaaa,sort order:++++ Group By Operator [GBY_3] (rows=22 width=101) Output:["_col0","_col1","_col2","_col3"],keys:_col0, _col1, _col2, 0L Select Operator [SEL_1] (rows=9 width=93) diff --git ql/src/test/results/clientpositive/tez/tez-tag.q.out ql/src/test/results/clientpositive/tez/tez-tag.q.out index d070ef611c..9776ce623e 100644 --- ql/src/test/results/clientpositive/tez/tez-tag.q.out +++ ql/src/test/results/clientpositive/tez/tez-tag.q.out @@ -218,7 +218,7 @@ Stage-0 Conds:RS_12._col0=RS_13._col0(Inner) <-Map 6 [SIMPLE_EDGE] SHUFFLE [RS_13] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_8] (rows=500 width=4) Output:["_col0"] Filter Operator [FIL_28] (rows=500 width=4) @@ -227,12 +227,12 @@ Stage-0 default@tab_part_n6,b,Tbl:COMPLETE,Col:COMPLETE,Output:["key"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_12] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_29] (rows=39 width=4) Conds:RS_9._col1=RS_10._col0(Inner),Output:["_col0"] <-Map 1 [SIMPLE_EDGE] SHUFFLE [RS_9] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Select Operator [SEL_2] (rows=242 width=95) Output:["_col0","_col1"] Filter Operator [FIL_26] (rows=242 width=95) @@ -241,7 +241,7 @@ Stage-0 default@tab_n5,a,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Map 5 [SIMPLE_EDGE] SHUFFLE [RS_10] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_5] (rows=25 width=89) Output:["_col0"] Filter Operator [FIL_27] (rows=25 width=89) @@ -299,7 +299,7 @@ Stage-0 Conds:RS_21._col1=RS_22._col0(Inner) <-Map 7 [SIMPLE_EDGE] SHUFFLE [RS_22] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Select Operator [SEL_17] (rows=8 width=89) Output:["_col0"] Filter Operator [FIL_38] (rows=8 width=175) @@ -308,7 +308,7 @@ Stage-0 default@src1,c,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_21] - PartitionCols:_col1 + PartitionCols:_col1,null sort order:a,sort order:+ Merge Join Operator [MERGEJOIN_39] (rows=121 width=184) Conds:FIL_35._col0=GBY_13._col0(Inner),Output:["_col1"] <-Group By Operator [GBY_13] (rows=121 width=4) @@ -319,7 +319,7 @@ Stage-0 Output:["_col0","_col1"],aggregations:["min(VALUE._col0)"],keys:KEY._col0 <-Map 1 [SIMPLE_EDGE] SHUFFLE [RS_4] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_3] (rows=121 width=188) Output:["_col0","_col1"],aggregations:["min(value)"],keys:key Filter Operator [FIL_36] (rows=242 width=95) @@ -328,7 +328,7 @@ Stage-0 default@tab2_n2,x,Tbl:COMPLETE,Col:COMPLETE,Output:["key","value"] <-Map 5 [SIMPLE_EDGE] SHUFFLE [RS_12] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:a,sort order:+ Group By Operator [GBY_11] (rows=121 width=4) Output:["_col0"],keys:key Filter Operator [FIL_37] (rows=242 width=4) diff --git ql/src/test/results/clientpositive/tez/topnkey.q.out ql/src/test/results/clientpositive/tez/topnkey.q.out index 206c0c805d..54891b8cd4 100644 --- ql/src/test/results/clientpositive/tez/topnkey.q.out +++ ql/src/test/results/clientpositive/tez/topnkey.q.out @@ -214,15 +214,16 @@ Stage-0 Output:["_col0"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_6] + null sort order:z,sort order:+ Group By Operator [GBY_4] (rows=250 width=87) Output:["_col0"],keys:KEY._col0 <-Map 1 [SIMPLE_EDGE] SHUFFLE [RS_3] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:z,sort order:+ Group By Operator [GBY_2] (rows=250 width=87) Output:["_col0"],keys:key Top N Key Operator [TNK_10] (rows=500 width=87) - keys:key,sort order:+,top n:5 + keys:key,null sort order:z,sort order:+,top n:5 Select Operator [SEL_1] (rows=500 width=87) Output:["key"] TableScan [TS_0] (rows=500 width=87) @@ -283,6 +284,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -301,6 +303,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -321,6 +324,7 @@ STAGE PLANS: Statistics: Num rows: 791 Data size: 140798 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 791 Data size: 140798 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -432,15 +436,16 @@ Stage-0 Output:["_col0","_col1"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_6] + null sort order:zz,sort order:++ Group By Operator [GBY_4] (rows=6 width=4) Output:["_col0","_col1"],keys:KEY._col0, KEY._col1 <-Map 1 [SIMPLE_EDGE] SHUFFLE [RS_3] - PartitionCols:_col0, _col1 + PartitionCols:_col0, _col1,null sort order:zz,sort order:++ Group By Operator [GBY_2] (rows=6 width=4) Output:["_col0","_col1"],keys:a, b Top N Key Operator [TNK_10] (rows=12 width=6) - keys:a, b,sort order:++,top n:3 + keys:a, b,null sort order:zz,sort order:++,top n:3 Select Operator [SEL_1] (rows=12 width=6) Output:["a","b"] TableScan [TS_0] (rows=12 width=6) @@ -485,15 +490,16 @@ Stage-0 Output:["_col0","_col1"] <-Reducer 2 [SIMPLE_EDGE] SHUFFLE [RS_6] + null sort order:z,sort order:+ Group By Operator [GBY_4] (rows=4 width=10) Output:["_col0","_col1"],aggregations:["count(VALUE._col0)"],keys:KEY._col0 <-Map 1 [SIMPLE_EDGE] SHUFFLE [RS_3] - PartitionCols:_col0 + PartitionCols:_col0,null sort order:z,sort order:+ Group By Operator [GBY_2] (rows=4 width=10) Output:["_col0","_col1"],aggregations:["count(b)"],keys:a Top N Key Operator [TNK_10] (rows=12 width=6) - keys:a,sort order:+,top n:2 + keys:a,null sort order:z,sort order:+,top n:2 Select Operator [SEL_1] (rows=12 width=6) Output:["a","b"] TableScan [TS_0] (rows=12 width=6) diff --git ql/src/test/results/clientpositive/tez/vector_join_part_col_char.q.out ql/src/test/results/clientpositive/tez/vector_join_part_col_char.q.out index aa987f71e0..7df9534418 100644 --- ql/src/test/results/clientpositive/tez/vector_join_part_col_char.q.out +++ ql/src/test/results/clientpositive/tez/vector_join_part_col_char.q.out @@ -143,6 +143,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 474 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: char(50)) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: char(50)) Statistics: Num rows: 2 Data size: 474 Basic stats: COMPLETE Column stats: COMPLETE @@ -185,6 +186,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 384 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: char(50)) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: char(50)) Statistics: Num rows: 2 Data size: 384 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/tez/vector_non_string_partition.q.out ql/src/test/results/clientpositive/tez/vector_non_string_partition.q.out index cd25183e82..d449fd3754 100644 --- ql/src/test/results/clientpositive/tez/vector_non_string_partition.q.out +++ ql/src/test/results/clientpositive/tez/vector_non_string_partition.q.out @@ -78,6 +78,7 @@ STAGE PLANS: Statistics: Num rows: 1537 Data size: 12296 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -207,6 +208,7 @@ STAGE PLANS: Statistics: Num rows: 1537 Data size: 156774 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator diff --git ql/src/test/results/clientpositive/tez/vector_topnkey.q.out ql/src/test/results/clientpositive/tez/vector_topnkey.q.out index b6760db156..aca08fb566 100644 --- ql/src/test/results/clientpositive/tez/vector_topnkey.q.out +++ ql/src/test/results/clientpositive/tez/vector_topnkey.q.out @@ -45,6 +45,7 @@ STAGE PLANS: Top N Key Operator sort order: + keys: _col0 (type: string) + null sort order: z Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE top n: 5 Top N Key Vectorization: @@ -68,6 +69,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -127,6 +129,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -243,6 +246,7 @@ STAGE PLANS: Top N Key Operator sort order: + keys: key (type: string) + null sort order: z Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE top n: 5 Top N Key Vectorization: @@ -264,6 +268,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -319,6 +324,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkObjectHashOperator @@ -440,6 +446,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -490,6 +497,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -532,6 +540,7 @@ STAGE PLANS: Statistics: Num rows: 791 Data size: 140798 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 791 Data size: 140798 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/timestamp.q.out ql/src/test/results/clientpositive/timestamp.q.out index aaa9998788..446e3263b8 100644 --- ql/src/test/results/clientpositive/timestamp.q.out +++ ql/src/test/results/clientpositive/timestamp.q.out @@ -31,6 +31,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -52,6 +53,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -297,6 +299,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -318,6 +321,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/topnkey.q.out ql/src/test/results/clientpositive/topnkey.q.out index 66d0eca989..67691ac6ba 100644 --- ql/src/test/results/clientpositive/topnkey.q.out +++ ql/src/test/results/clientpositive/topnkey.q.out @@ -255,6 +255,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE @@ -278,6 +279,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -352,6 +354,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -368,6 +371,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -398,6 +402,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 791 Data size: 140798 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -514,6 +519,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: zz sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Statistics: Num rows: 6 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE @@ -537,6 +543,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: zz sort order: ++ Statistics: Num rows: 6 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -608,6 +615,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 4 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE @@ -633,6 +641,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 4 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/type_widening.q.out ql/src/test/results/clientpositive/type_widening.q.out index 72120f31e4..f295e66ee9 100644 --- ql/src/test/results/clientpositive/type_widening.q.out +++ ql/src/test/results/clientpositive/type_widening.q.out @@ -62,6 +62,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 8000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: z sort order: + Statistics: Num rows: 1000 Data size: 8000 Basic stats: COMPLETE Column stats: COMPLETE TableScan @@ -75,6 +76,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 8000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: z sort order: + Statistics: Num rows: 1000 Data size: 8000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Operator Tree: diff --git ql/src/test/results/clientpositive/udaf_binarysetfunctions.q.out ql/src/test/results/clientpositive/udaf_binarysetfunctions.q.out index 42a3428665..31fc4abd96 100644 --- ql/src/test/results/clientpositive/udaf_binarysetfunctions.q.out +++ ql/src/test/results/clientpositive/udaf_binarysetfunctions.q.out @@ -395,6 +395,7 @@ STAGE PLANS: Statistics: Num rows: 7 Data size: 11396 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 7 Data size: 11396 Basic stats: COMPLETE Column stats: COMPLETE @@ -423,6 +424,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 7 Data size: 2324 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: double), _col2 (type: double), _col3 (type: double), _col4 (type: double), _col5 (type: double), _col6 (type: bigint), _col7 (type: double), _col8 (type: double), _col9 (type: double), _col10 (type: double), _col11 (type: double), _col12 (type: double), _col13 (type: decimal(14,4)), _col14 (type: decimal(14,4)) diff --git ql/src/test/results/clientpositive/udaf_binarysetfunctions_no_cbo.q.out ql/src/test/results/clientpositive/udaf_binarysetfunctions_no_cbo.q.out index ed900291b4..b088175fc5 100644 --- ql/src/test/results/clientpositive/udaf_binarysetfunctions_no_cbo.q.out +++ ql/src/test/results/clientpositive/udaf_binarysetfunctions_no_cbo.q.out @@ -395,6 +395,7 @@ STAGE PLANS: Statistics: Num rows: 7 Data size: 12180 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 7 Data size: 12180 Basic stats: COMPLETE Column stats: COMPLETE @@ -419,6 +420,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 7 Data size: 2268 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: double), _col2 (type: double), _col3 (type: double), _col4 (type: double), _col5 (type: double), _col6 (type: bigint), _col7 (type: double), _col8 (type: double), _col9 (type: double), _col10 (type: double), _col11 (type: double), _col12 (type: double), _col13 (type: decimal(14,4)), _col14 (type: decimal(14,4)) diff --git ql/src/test/results/clientpositive/udaf_number_format.q.out ql/src/test/results/clientpositive/udaf_number_format.q.out index 1746c2159f..822ea784ba 100644 --- ql/src/test/results/clientpositive/udaf_number_format.q.out +++ ql/src/test/results/clientpositive/udaf_number_format.q.out @@ -36,6 +36,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: double), _col1 (type: bigint), _col2 (type: double), _col3 (type: double) diff --git ql/src/test/results/clientpositive/udaf_percentile_approx_23.q.out ql/src/test/results/clientpositive/udaf_percentile_approx_23.q.out index 713c68271b..c200ecf75a 100644 --- ql/src/test/results/clientpositive/udaf_percentile_approx_23.q.out +++ ql/src/test/results/clientpositive/udaf_percentile_approx_23.q.out @@ -526,6 +526,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 168 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 168 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: array) @@ -590,6 +591,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 168 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 168 Basic stats: COMPLETE Column stats: NONE value expressions: _col0 (type: array) diff --git ql/src/test/results/clientpositive/udaf_percentile_cont.q.out ql/src/test/results/clientpositive/udaf_percentile_cont.q.out index 5b02d24eb0..509ae7bfe6 100644 --- ql/src/test/results/clientpositive/udaf_percentile_cont.q.out +++ ql/src/test/results/clientpositive/udaf_percentile_cont.q.out @@ -514,6 +514,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5 Statistics: Num rows: 1 Data size: 4728 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4728 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct,percentiles:array,isascending:boolean>), _col1 (type: struct,percentiles:array,isascending:boolean>), _col2 (type: struct,percentiles:array,isascending:boolean>), _col3 (type: struct,percentiles:array,isascending:boolean>), _col4 (type: struct,percentiles:array,isascending:boolean>), _col5 (type: struct,percentiles:array,isascending:boolean>) diff --git ql/src/test/results/clientpositive/udaf_percentile_disc.q.out ql/src/test/results/clientpositive/udaf_percentile_disc.q.out index 41de8a2eb8..e7efcf9302 100644 --- ql/src/test/results/clientpositive/udaf_percentile_disc.q.out +++ ql/src/test/results/clientpositive/udaf_percentile_disc.q.out @@ -514,6 +514,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5 Statistics: Num rows: 1 Data size: 4728 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 4728 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct,percentiles:array,isascending:boolean>), _col1 (type: struct,percentiles:array,isascending:boolean>), _col2 (type: struct,percentiles:array,isascending:boolean>), _col3 (type: struct,percentiles:array,isascending:boolean>), _col4 (type: struct,percentiles:array,isascending:boolean>), _col5 (type: struct,percentiles:array,isascending:boolean>) diff --git ql/src/test/results/clientpositive/udf1.q.out ql/src/test/results/clientpositive/udf1.q.out index b839dc377d..9647770bcd 100644 --- ql/src/test/results/clientpositive/udf1.q.out +++ ql/src/test/results/clientpositive/udf1.q.out @@ -80,6 +80,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13, _col14, _col15, _col16, _col17, _col18, _col19 Statistics: Num rows: 1 Data size: 8800 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8800 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct), _col3 (type: struct), _col4 (type: struct), _col5 (type: struct), _col6 (type: struct), _col7 (type: struct), _col8 (type: struct), _col9 (type: struct), _col10 (type: struct), _col11 (type: struct), _col12 (type: struct), _col13 (type: struct), _col14 (type: struct), _col15 (type: struct), _col16 (type: struct), _col17 (type: struct), _col18 (type: struct), _col19 (type: struct) diff --git ql/src/test/results/clientpositive/udf3.q.out ql/src/test/results/clientpositive/udf3.q.out index 119c6c8e8c..18abd9560c 100644 --- ql/src/test/results/clientpositive/udf3.q.out +++ ql/src/test/results/clientpositive/udf3.q.out @@ -39,6 +39,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint), _col2 (type: int), _col3 (type: int) diff --git ql/src/test/results/clientpositive/udf8.q.out ql/src/test/results/clientpositive/udf8.q.out index 955a9d8b54..8e8ca424b4 100644 --- ql/src/test/results/clientpositive/udf8.q.out +++ ql/src/test/results/clientpositive/udf8.q.out @@ -56,6 +56,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: double), _col1 (type: bigint) diff --git ql/src/test/results/clientpositive/udf_10_trims.q.out ql/src/test/results/clientpositive/udf_10_trims.q.out index 1681e676ec..41eefa3e8c 100644 --- ql/src/test/results/clientpositive/udf_10_trims.q.out +++ ql/src/test/results/clientpositive/udf_10_trims.q.out @@ -66,6 +66,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 440 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 440 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct) diff --git ql/src/test/results/clientpositive/udf_case_column_pruning.q.out ql/src/test/results/clientpositive/udf_case_column_pruning.q.out index 83923ee7b6..90678ffb6c 100644 --- ql/src/test/results/clientpositive/udf_case_column_pruning.q.out +++ ql/src/test/results/clientpositive/udf_case_column_pruning.q.out @@ -44,6 +44,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE @@ -61,6 +62,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -90,6 +92,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 791 Data size: 3164 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/udf_character_length.q.out ql/src/test/results/clientpositive/udf_character_length.q.out index 609ca84652..e854005845 100644 --- ql/src/test/results/clientpositive/udf_character_length.q.out +++ ql/src/test/results/clientpositive/udf_character_length.q.out @@ -86,6 +86,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 424 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 424 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct) diff --git ql/src/test/results/clientpositive/udf_count.q.out ql/src/test/results/clientpositive/udf_count.q.out index 06c3ff1c05..24652ac93c 100644 --- ql/src/test/results/clientpositive/udf_count.q.out +++ ql/src/test/results/clientpositive/udf_count.q.out @@ -73,6 +73,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE @@ -100,6 +101,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -165,6 +167,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Operator Tree: diff --git ql/src/test/results/clientpositive/udf_folder_constants.q.out ql/src/test/results/clientpositive/udf_folder_constants.q.out index 80f45a9899..fe3e894048 100644 --- ql/src/test/results/clientpositive/udf_folder_constants.q.out +++ ql/src/test/results/clientpositive/udf_folder_constants.q.out @@ -74,6 +74,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -90,6 +91,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/udf_isops_simplify.q.out ql/src/test/results/clientpositive/udf_isops_simplify.q.out index f764f11ee7..f7d7dddf28 100644 --- ql/src/test/results/clientpositive/udf_isops_simplify.q.out +++ ql/src/test/results/clientpositive/udf_isops_simplify.q.out @@ -37,6 +37,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -96,6 +97,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -155,6 +157,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -214,6 +217,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -273,6 +277,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -332,6 +337,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/udf_length.q.out ql/src/test/results/clientpositive/udf_length.q.out index 54d6857677..f019db9849 100644 --- ql/src/test/results/clientpositive/udf_length.q.out +++ ql/src/test/results/clientpositive/udf_length.q.out @@ -69,6 +69,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 424 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 424 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct) diff --git ql/src/test/results/clientpositive/udf_octet_length.q.out ql/src/test/results/clientpositive/udf_octet_length.q.out index 6b746a5ad3..3e3f523952 100644 --- ql/src/test/results/clientpositive/udf_octet_length.q.out +++ ql/src/test/results/clientpositive/udf_octet_length.q.out @@ -69,6 +69,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 424 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 424 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct) diff --git ql/src/test/results/clientpositive/udf_reverse.q.out ql/src/test/results/clientpositive/udf_reverse.q.out index ba1d4d117c..d2ecbd0153 100644 --- ql/src/test/results/clientpositive/udf_reverse.q.out +++ ql/src/test/results/clientpositive/udf_reverse.q.out @@ -69,6 +69,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 440 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 440 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct) diff --git ql/src/test/results/clientpositive/udtf_json_tuple.q.out ql/src/test/results/clientpositive/udtf_json_tuple.q.out index 23d4d6da47..e6409a6552 100644 --- ql/src/test/results/clientpositive/udtf_json_tuple.q.out +++ ql/src/test/results/clientpositive/udtf_json_tuple.q.out @@ -78,6 +78,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 1020 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 12 Data size: 1020 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string) @@ -97,6 +98,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 1020 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 12 Data size: 1020 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string) @@ -167,6 +169,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string) + null sort order: zzz sort order: +++ Statistics: Num rows: 6 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col3 (type: string), _col4 (type: string) @@ -239,6 +242,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 1020 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 12 Data size: 1020 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: string), _col2 (type: string) @@ -258,6 +262,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 1020 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 12 Data size: 1020 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: string), _col2 (type: string) @@ -336,6 +341,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -366,6 +372,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -390,6 +397,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: bigint) diff --git ql/src/test/results/clientpositive/udtf_parse_url_tuple.q.out ql/src/test/results/clientpositive/udtf_parse_url_tuple.q.out index 6c8c98fa18..4fc82418ef 100644 --- ql/src/test/results/clientpositive/udtf_parse_url_tuple.q.out +++ ql/src/test/results/clientpositive/udtf_parse_url_tuple.q.out @@ -97,6 +97,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 1020 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 12 Data size: 1020 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string), _col6 (type: string), _col7 (type: string), _col8 (type: string), _col9 (type: string) @@ -116,6 +117,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 1020 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 12 Data size: 1020 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string), _col6 (type: string), _col7 (type: string), _col8 (type: string), _col9 (type: string) @@ -186,6 +188,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string) + null sort order: zzz sort order: +++ Statistics: Num rows: 6 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col3 (type: string), _col4 (type: string), _col5 (type: string), _col6 (type: string), _col7 (type: string), _col8 (type: string) @@ -258,6 +261,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 1020 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 12 Data size: 1020 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string), _col6 (type: string) @@ -277,6 +281,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 1020 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 12 Data size: 1020 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: string), _col2 (type: string), _col3 (type: string), _col4 (type: string), _col5 (type: string), _col6 (type: string) @@ -354,6 +359,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE @@ -384,6 +390,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/union10.q.out ql/src/test/results/clientpositive/union10.q.out index de75fddee7..9c31c86c07 100644 --- ql/src/test/results/clientpositive/union10.q.out +++ ql/src/test/results/clientpositive/union10.q.out @@ -55,6 +55,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -105,6 +106,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -134,6 +136,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -163,6 +166,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -252,6 +256,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -288,6 +293,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/union11.q.out ql/src/test/results/clientpositive/union11.q.out index 049b98659c..658f98a27e 100644 --- ql/src/test/results/clientpositive/union11.q.out +++ ql/src/test/results/clientpositive/union11.q.out @@ -41,6 +41,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -77,6 +78,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE @@ -93,6 +95,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE @@ -109,6 +112,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE @@ -145,6 +149,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -183,6 +188,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/union12.q.out ql/src/test/results/clientpositive/union12.q.out index 1d70e86aeb..f2b48413c6 100644 --- ql/src/test/results/clientpositive/union12.q.out +++ ql/src/test/results/clientpositive/union12.q.out @@ -59,6 +59,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -109,6 +110,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -138,6 +140,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -167,6 +170,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -256,6 +260,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -292,6 +297,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/union14.q.out ql/src/test/results/clientpositive/union14.q.out index 16f7b4ed8b..ea6c3e8785 100644 --- ql/src/test/results/clientpositive/union14.q.out +++ ql/src/test/results/clientpositive/union14.q.out @@ -39,6 +39,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -81,6 +82,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1248 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1248 Basic stats: COMPLETE Column stats: COMPLETE @@ -97,6 +99,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1248 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1248 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/union15.q.out ql/src/test/results/clientpositive/union15.q.out index cf3a4e6a6c..528896e06d 100644 --- ql/src/test/results/clientpositive/union15.q.out +++ ql/src/test/results/clientpositive/union15.q.out @@ -41,6 +41,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -77,6 +78,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 1536 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 16 Data size: 1536 Basic stats: COMPLETE Column stats: COMPLETE @@ -99,6 +101,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 1536 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 16 Data size: 1536 Basic stats: COMPLETE Column stats: COMPLETE @@ -121,6 +124,7 @@ STAGE PLANS: Statistics: Num rows: 16 Data size: 1536 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 16 Data size: 1536 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/union16.q.out ql/src/test/results/clientpositive/union16.q.out index 4c43f082a3..2c8c33e500 100644 --- ql/src/test/results/clientpositive/union16.q.out +++ ql/src/test/results/clientpositive/union16.q.out @@ -90,6 +90,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -109,6 +110,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -128,6 +130,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -147,6 +150,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -166,6 +170,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -185,6 +190,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -204,6 +210,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -223,6 +230,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -242,6 +250,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -261,6 +270,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -280,6 +290,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -299,6 +310,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -318,6 +330,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -337,6 +350,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -356,6 +370,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -375,6 +390,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -394,6 +410,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -413,6 +430,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -432,6 +450,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -451,6 +470,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -470,6 +490,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -489,6 +510,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -508,6 +530,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -527,6 +550,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -546,6 +570,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/union17.q.out ql/src/test/results/clientpositive/union17.q.out index 5c066022b5..145a90caed 100644 --- ql/src/test/results/clientpositive/union17.q.out +++ ql/src/test/results/clientpositive/union17.q.out @@ -61,6 +61,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -97,6 +98,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 70000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 70000 Basic stats: COMPLETE Column stats: COMPLETE @@ -131,6 +133,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 70000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 70000 Basic stats: COMPLETE Column stats: COMPLETE @@ -206,6 +209,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -238,6 +242,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: string) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 501 Data size: 232464 Basic stats: COMPLETE Column stats: COMPLETE @@ -293,6 +298,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1320 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) diff --git ql/src/test/results/clientpositive/union18.q.out ql/src/test/results/clientpositive/union18.q.out index eb9fe57b94..841d40fffe 100644 --- ql/src/test/results/clientpositive/union18.q.out +++ ql/src/test/results/clientpositive/union18.q.out @@ -64,6 +64,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -110,6 +111,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -169,6 +171,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -294,6 +297,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1320 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) diff --git ql/src/test/results/clientpositive/union19.q.out ql/src/test/results/clientpositive/union19.q.out index 6eeea82db0..6352e0bf05 100644 --- ql/src/test/results/clientpositive/union19.q.out +++ ql/src/test/results/clientpositive/union19.q.out @@ -60,6 +60,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -96,6 +97,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 24000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 24000 Basic stats: COMPLETE Column stats: COMPLETE @@ -146,6 +148,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 24000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 24000 Basic stats: COMPLETE Column stats: COMPLETE @@ -237,6 +240,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -278,6 +282,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1320 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) diff --git ql/src/test/results/clientpositive/union2.q.out ql/src/test/results/clientpositive/union2.q.out index bb4b0c0b51..3b44eb886d 100644 --- ql/src/test/results/clientpositive/union2.q.out +++ ql/src/test/results/clientpositive/union2.q.out @@ -34,6 +34,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -53,6 +54,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/union20.q.out ql/src/test/results/clientpositive/union20.q.out index 0eb57330cb..481f9544b4 100644 --- ql/src/test/results/clientpositive/union20.q.out +++ ql/src/test/results/clientpositive/union20.q.out @@ -46,6 +46,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -75,6 +76,7 @@ STAGE PLANS: Statistics: Num rows: 167 Data size: 29820 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 167 Data size: 29820 Basic stats: COMPLETE Column stats: COMPLETE @@ -94,6 +96,7 @@ STAGE PLANS: Statistics: Num rows: 167 Data size: 29820 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 167 Data size: 29820 Basic stats: COMPLETE Column stats: COMPLETE @@ -103,6 +106,7 @@ STAGE PLANS: Statistics: Num rows: 167 Data size: 29820 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 167 Data size: 29820 Basic stats: COMPLETE Column stats: COMPLETE @@ -122,6 +126,7 @@ STAGE PLANS: Statistics: Num rows: 167 Data size: 29820 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 167 Data size: 29820 Basic stats: COMPLETE Column stats: COMPLETE @@ -158,6 +163,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/union21.q.out ql/src/test/results/clientpositive/union21.q.out index e2a41f37bb..a100206495 100644 --- ql/src/test/results/clientpositive/union21.q.out +++ ql/src/test/results/clientpositive/union21.q.out @@ -60,6 +60,7 @@ STAGE PLANS: Statistics: Num rows: 316 Data size: 60672 Basic stats: COMPLETE Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 316 Data size: 60672 Basic stats: COMPLETE Column stats: PARTIAL @@ -82,6 +83,7 @@ STAGE PLANS: Statistics: Num rows: 316 Data size: 60672 Basic stats: COMPLETE Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 316 Data size: 60672 Basic stats: COMPLETE Column stats: PARTIAL @@ -104,6 +106,7 @@ STAGE PLANS: Statistics: Num rows: 316 Data size: 60672 Basic stats: COMPLETE Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 316 Data size: 60672 Basic stats: COMPLETE Column stats: PARTIAL @@ -126,6 +129,7 @@ STAGE PLANS: Statistics: Num rows: 316 Data size: 60672 Basic stats: COMPLETE Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 316 Data size: 60672 Basic stats: COMPLETE Column stats: PARTIAL @@ -148,6 +152,7 @@ STAGE PLANS: Statistics: Num rows: 316 Data size: 60672 Basic stats: COMPLETE Column stats: PARTIAL Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 316 Data size: 60672 Basic stats: COMPLETE Column stats: PARTIAL diff --git ql/src/test/results/clientpositive/union23.q.out ql/src/test/results/clientpositive/union23.q.out index 19a373d7aa..742b282b62 100644 --- ql/src/test/results/clientpositive/union23.q.out +++ ql/src/test/results/clientpositive/union23.q.out @@ -46,6 +46,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 178000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 1000 Data size: 178000 Basic stats: COMPLETE Column stats: COMPLETE TableScan @@ -59,6 +60,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 178000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 1000 Data size: 178000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Operator Tree: diff --git ql/src/test/results/clientpositive/union25.q.out ql/src/test/results/clientpositive/union25.q.out index b220f02a77..f92aab33e4 100644 --- ql/src/test/results/clientpositive/union25.q.out +++ ql/src/test/results/clientpositive/union25.q.out @@ -98,6 +98,7 @@ STAGE PLANS: Statistics: Num rows: 316 Data size: 27492 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 316 Data size: 27492 Basic stats: COMPLETE Column stats: COMPLETE @@ -119,6 +120,7 @@ STAGE PLANS: Statistics: Num rows: 316 Data size: 27492 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 316 Data size: 27492 Basic stats: COMPLETE Column stats: COMPLETE @@ -161,6 +163,7 @@ STAGE PLANS: Statistics: Num rows: 408 Data size: 75888 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 408 Data size: 75888 Basic stats: COMPLETE Column stats: COMPLETE @@ -177,6 +180,7 @@ STAGE PLANS: Statistics: Num rows: 408 Data size: 75888 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 408 Data size: 75888 Basic stats: COMPLETE Column stats: COMPLETE @@ -244,6 +248,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1304 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) diff --git ql/src/test/results/clientpositive/union26.q.out ql/src/test/results/clientpositive/union26.q.out index 7885b8e1b9..5c5d21bc95 100644 --- ql/src/test/results/clientpositive/union26.q.out +++ ql/src/test/results/clientpositive/union26.q.out @@ -68,6 +68,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -81,6 +82,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -115,6 +117,7 @@ STAGE PLANS: Statistics: Num rows: 895 Data size: 166470 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 895 Data size: 166470 Basic stats: COMPLETE Column stats: COMPLETE @@ -147,6 +150,7 @@ STAGE PLANS: Statistics: Num rows: 895 Data size: 166470 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 895 Data size: 166470 Basic stats: COMPLETE Column stats: COMPLETE @@ -176,6 +180,7 @@ STAGE PLANS: Statistics: Num rows: 895 Data size: 166470 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 895 Data size: 166470 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/union27.q.out ql/src/test/results/clientpositive/union27.q.out index a1a81eba33..bce4310f11 100644 --- ql/src/test/results/clientpositive/union27.q.out +++ ql/src/test/results/clientpositive/union27.q.out @@ -67,6 +67,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE @@ -85,6 +86,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -104,6 +106,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/union28.q.out ql/src/test/results/clientpositive/union28.q.out index 0917c09ef3..20f3d6c2b4 100644 --- ql/src/test/results/clientpositive/union28.q.out +++ ql/src/test/results/clientpositive/union28.q.out @@ -67,6 +67,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE @@ -119,6 +120,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -148,6 +150,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -177,6 +180,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -269,6 +273,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/union29.q.out ql/src/test/results/clientpositive/union29.q.out index f57ca865d5..c8b76d5b77 100644 --- ql/src/test/results/clientpositive/union29.q.out +++ ql/src/test/results/clientpositive/union29.q.out @@ -82,6 +82,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -117,6 +118,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -152,6 +154,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/union3.q.out ql/src/test/results/clientpositive/union3.q.out index ddebebfe83..3b9daaab05 100644 --- ql/src/test/results/clientpositive/union3.q.out +++ ql/src/test/results/clientpositive/union3.q.out @@ -57,6 +57,7 @@ STAGE PLANS: Number of rows: 1 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -84,6 +85,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 4 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -92,6 +94,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 4 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -100,6 +103,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 4 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -108,6 +112,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 4 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE @@ -136,6 +141,7 @@ STAGE PLANS: Number of rows: 1 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -167,6 +173,7 @@ STAGE PLANS: Number of rows: 1 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -198,6 +205,7 @@ STAGE PLANS: Number of rows: 1 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/union30.q.out ql/src/test/results/clientpositive/union30.q.out index c6d0c039b4..b0b05b88ed 100644 --- ql/src/test/results/clientpositive/union30.q.out +++ ql/src/test/results/clientpositive/union30.q.out @@ -81,6 +81,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE @@ -133,6 +134,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -168,6 +170,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -197,6 +200,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -226,6 +230,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -318,6 +323,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 44500 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/union31.q.out ql/src/test/results/clientpositive/union31.q.out index 0694aebe94..9b422605e9 100644 --- ql/src/test/results/clientpositive/union31.q.out +++ ql/src/test/results/clientpositive/union31.q.out @@ -112,6 +112,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 558 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 6 Data size: 558 Basic stats: COMPLETE Column stats: COMPLETE @@ -155,6 +156,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 558 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 6 Data size: 558 Basic stats: COMPLETE Column stats: COMPLETE @@ -235,6 +237,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -267,6 +270,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 6 Data size: 582 Basic stats: COMPLETE Column stats: COMPLETE @@ -323,6 +327,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -480,6 +485,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 465 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 5 Data size: 465 Basic stats: COMPLETE Column stats: COMPLETE @@ -507,6 +513,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 930 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 930 Basic stats: COMPLETE Column stats: COMPLETE @@ -516,6 +523,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 930 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 930 Basic stats: COMPLETE Column stats: COMPLETE @@ -615,6 +623,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -656,6 +665,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -693,6 +703,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 465 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 5 Data size: 465 Basic stats: COMPLETE Column stats: COMPLETE @@ -892,6 +903,7 @@ STAGE PLANS: Statistics: Num rows: 5 Data size: 465 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 5 Data size: 465 Basic stats: COMPLETE Column stats: COMPLETE @@ -927,6 +939,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 975 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 11 Data size: 975 Basic stats: COMPLETE Column stats: COMPLETE @@ -945,6 +958,7 @@ STAGE PLANS: Statistics: Num rows: 11 Data size: 975 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 11 Data size: 975 Basic stats: COMPLETE Column stats: COMPLETE @@ -1043,6 +1057,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -1084,6 +1099,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/union32.q.out ql/src/test/results/clientpositive/union32.q.out index 2da5cba4b3..0979186ebd 100644 --- ql/src/test/results/clientpositive/union32.q.out +++ ql/src/test/results/clientpositive/union32.q.out @@ -163,6 +163,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 930 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 930 Basic stats: COMPLETE Column stats: COMPLETE @@ -180,6 +181,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 850 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 850 Basic stats: COMPLETE Column stats: COMPLETE @@ -327,6 +329,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 930 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 930 Basic stats: COMPLETE Column stats: COMPLETE @@ -344,6 +347,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 850 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 850 Basic stats: COMPLETE Column stats: COMPLETE @@ -491,6 +495,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 930 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 930 Basic stats: COMPLETE Column stats: COMPLETE @@ -508,6 +513,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 1890 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 1890 Basic stats: COMPLETE Column stats: COMPLETE @@ -656,6 +662,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 930 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 930 Basic stats: COMPLETE Column stats: COMPLETE @@ -673,6 +680,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 1890 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 1890 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/union33.q.out ql/src/test/results/clientpositive/union33.q.out index 94f069e6f5..410a676cf7 100644 --- ql/src/test/results/clientpositive/union33.q.out +++ ql/src/test/results/clientpositive/union33.q.out @@ -60,6 +60,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: rand() (type: double) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -85,6 +86,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -143,6 +145,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -168,6 +171,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -329,6 +333,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: rand() (type: double) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -354,6 +359,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -402,6 +408,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -437,6 +444,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/union34.q.out ql/src/test/results/clientpositive/union34.q.out index 78eca8d326..4a7b8c477a 100644 --- ql/src/test/results/clientpositive/union34.q.out +++ ql/src/test/results/clientpositive/union34.q.out @@ -284,6 +284,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 1780 Basic stats: COMPLETE Column stats: COMPLETE @@ -301,6 +302,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 870 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 870 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/union4.q.out ql/src/test/results/clientpositive/union4.q.out index 6b6888a5d6..ef4921fa69 100644 --- ql/src/test/results/clientpositive/union4.q.out +++ ql/src/test/results/clientpositive/union4.q.out @@ -50,6 +50,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -100,6 +101,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -129,6 +131,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 864 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -218,6 +221,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/union5.q.out ql/src/test/results/clientpositive/union5.q.out index 3dd63ec344..338c26a5bb 100644 --- ql/src/test/results/clientpositive/union5.q.out +++ ql/src/test/results/clientpositive/union5.q.out @@ -36,6 +36,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -72,6 +73,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE @@ -88,6 +90,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE @@ -124,6 +127,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/union6.q.out ql/src/test/results/clientpositive/union6.q.out index d752f32965..319b2d5b4a 100644 --- ql/src/test/results/clientpositive/union6.q.out +++ ql/src/test/results/clientpositive/union6.q.out @@ -51,6 +51,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -97,6 +98,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) @@ -128,6 +130,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 880 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct) diff --git ql/src/test/results/clientpositive/union7.q.out ql/src/test/results/clientpositive/union7.q.out index b4b8059c9d..7945580bce 100644 --- ql/src/test/results/clientpositive/union7.q.out +++ ql/src/test/results/clientpositive/union7.q.out @@ -37,6 +37,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -73,6 +74,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1248 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1248 Basic stats: COMPLETE Column stats: COMPLETE @@ -95,6 +97,7 @@ STAGE PLANS: Statistics: Num rows: 13 Data size: 1248 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 13 Data size: 1248 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/union9.q.out ql/src/test/results/clientpositive/union9.q.out index 975d2c207c..b95219406a 100644 --- ql/src/test/results/clientpositive/union9.q.out +++ ql/src/test/results/clientpositive/union9.q.out @@ -36,6 +36,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -55,6 +56,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -74,6 +76,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/union_lateralview.q.out ql/src/test/results/clientpositive/union_lateralview.q.out index fa961550fa..a7ae3aff66 100644 --- ql/src/test/results/clientpositive/union_lateralview.q.out +++ ql/src/test/results/clientpositive/union_lateralview.q.out @@ -86,6 +86,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 462000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 2000 Data size: 462000 Basic stats: COMPLETE Column stats: COMPLETE @@ -106,6 +107,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 462000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 2000 Data size: 462000 Basic stats: COMPLETE Column stats: COMPLETE @@ -135,6 +137,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 462000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 2000 Data size: 462000 Basic stats: COMPLETE Column stats: COMPLETE @@ -155,6 +158,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 462000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 2000 Data size: 462000 Basic stats: COMPLETE Column stats: COMPLETE @@ -164,6 +168,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: key (type: string) + null sort order: a sort order: + Map-reduce partition columns: key (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -228,6 +233,7 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 1288 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: struct), _col1 (type: struct), _col2 (type: struct) diff --git ql/src/test/results/clientpositive/union_offcbo.q.out ql/src/test/results/clientpositive/union_offcbo.q.out index 261f382f23..2822750e4e 100644 --- ql/src/test/results/clientpositive/union_offcbo.q.out +++ ql/src/test/results/clientpositive/union_offcbo.q.out @@ -263,6 +263,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 110 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col8 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col8 (type: string) Statistics: Num rows: 1 Data size: 110 Basic stats: COMPLETE Column stats: NONE @@ -280,6 +281,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 936 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col8 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col8 (type: string) Statistics: Num rows: 1 Data size: 936 Basic stats: COMPLETE Column stats: NONE @@ -355,6 +357,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 294 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col8 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col8 (type: string) Statistics: Num rows: 1 Data size: 294 Basic stats: COMPLETE Column stats: NONE @@ -372,6 +375,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 920 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col8 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col8 (type: string) Statistics: Num rows: 1 Data size: 920 Basic stats: COMPLETE Column stats: NONE @@ -613,6 +617,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 200 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 200 Basic stats: COMPLETE Column stats: NONE @@ -630,6 +635,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 936 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col5 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col5 (type: string) Statistics: Num rows: 1 Data size: 936 Basic stats: COMPLETE Column stats: NONE @@ -708,6 +714,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 384 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: string) Statistics: Num rows: 1 Data size: 384 Basic stats: COMPLETE Column stats: NONE @@ -725,6 +732,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 920 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 920 Basic stats: COMPLETE Column stats: NONE @@ -963,6 +971,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 110 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col8 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col8 (type: string) Statistics: Num rows: 1 Data size: 110 Basic stats: COMPLETE Column stats: NONE @@ -980,6 +989,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 936 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col8 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col8 (type: string) Statistics: Num rows: 1 Data size: 936 Basic stats: COMPLETE Column stats: NONE @@ -1069,6 +1079,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 294 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col8 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col8 (type: string) Statistics: Num rows: 1 Data size: 294 Basic stats: COMPLETE Column stats: NONE @@ -1086,6 +1097,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 920 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col8 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col8 (type: string) Statistics: Num rows: 1 Data size: 920 Basic stats: COMPLETE Column stats: NONE @@ -1323,6 +1335,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 110 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col8 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col8 (type: string) Statistics: Num rows: 1 Data size: 110 Basic stats: COMPLETE Column stats: NONE @@ -1339,6 +1352,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 936 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col8 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col8 (type: string) Statistics: Num rows: 1 Data size: 936 Basic stats: COMPLETE Column stats: NONE @@ -1427,6 +1441,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 294 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col8 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col8 (type: string) Statistics: Num rows: 1 Data size: 294 Basic stats: COMPLETE Column stats: NONE @@ -1443,6 +1458,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 920 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col8 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col8 (type: string) Statistics: Num rows: 1 Data size: 920 Basic stats: COMPLETE Column stats: NONE @@ -1683,6 +1699,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 200 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 200 Basic stats: COMPLETE Column stats: NONE @@ -1699,6 +1716,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 936 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col5 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col5 (type: string) Statistics: Num rows: 1 Data size: 936 Basic stats: COMPLETE Column stats: NONE @@ -1776,6 +1794,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 384 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col3 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col3 (type: string) Statistics: Num rows: 1 Data size: 384 Basic stats: COMPLETE Column stats: NONE @@ -1792,6 +1811,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 920 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 1 Data size: 920 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/union_pos_alias.q.out ql/src/test/results/clientpositive/union_pos_alias.q.out index fac08b26d0..5b2980ca64 100644 --- ql/src/test/results/clientpositive/union_pos_alias.q.out +++ ql/src/test/results/clientpositive/union_pos_alias.q.out @@ -37,6 +37,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -66,6 +67,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 288 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 3 Data size: 288 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: bigint) @@ -74,6 +76,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 288 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 3 Data size: 288 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: bigint) @@ -82,6 +85,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 288 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 3 Data size: 288 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: bigint) @@ -113,6 +117,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -149,6 +154,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -244,6 +250,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 3570 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string), _col0 (type: string) + null sort order: zz sort order: +- Statistics: Num rows: 20 Data size: 3570 Basic stats: COMPLETE Column stats: COMPLETE TableScan @@ -257,6 +264,7 @@ STAGE PLANS: Statistics: Num rows: 20 Data size: 3570 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string), _col0 (type: string) + null sort order: zz sort order: +- Statistics: Num rows: 20 Data size: 3570 Basic stats: COMPLETE Column stats: COMPLETE Reduce Operator Tree: @@ -502,6 +510,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 392 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string) Statistics: Num rows: 2 Data size: 392 Basic stats: COMPLETE Column stats: COMPLETE @@ -536,6 +545,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 408 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string) Statistics: Num rows: 2 Data size: 408 Basic stats: COMPLETE Column stats: COMPLETE @@ -552,6 +562,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 408 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string) Statistics: Num rows: 2 Data size: 408 Basic stats: COMPLETE Column stats: COMPLETE @@ -608,6 +619,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 392 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: string) Statistics: Num rows: 2 Data size: 392 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/union_remove_1.q.out ql/src/test/results/clientpositive/union_remove_1.q.out index 80bb06d0c6..d888b2fb5a 100644 --- ql/src/test/results/clientpositive/union_remove_1.q.out +++ ql/src/test/results/clientpositive/union_remove_1.q.out @@ -69,6 +69,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE @@ -119,6 +120,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/union_remove_10.q.out ql/src/test/results/clientpositive/union_remove_10.q.out index 83acdc3a0c..cfda88e301 100644 --- ql/src/test/results/clientpositive/union_remove_10.q.out +++ ql/src/test/results/clientpositive/union_remove_10.q.out @@ -142,6 +142,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/union_remove_13.q.out ql/src/test/results/clientpositive/union_remove_13.q.out index d5ddf4605a..2836a5c08c 100644 --- ql/src/test/results/clientpositive/union_remove_13.q.out +++ ql/src/test/results/clientpositive/union_remove_13.q.out @@ -77,6 +77,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/union_remove_15.q.out ql/src/test/results/clientpositive/union_remove_15.q.out index 2e5a55d45b..ea1e428db2 100644 --- ql/src/test/results/clientpositive/union_remove_15.q.out +++ ql/src/test/results/clientpositive/union_remove_15.q.out @@ -68,6 +68,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE @@ -124,6 +125,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/union_remove_16.q.out ql/src/test/results/clientpositive/union_remove_16.q.out index 0798e7e2fe..563c507c11 100644 --- ql/src/test/results/clientpositive/union_remove_16.q.out +++ ql/src/test/results/clientpositive/union_remove_16.q.out @@ -73,6 +73,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE @@ -158,6 +159,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/union_remove_17.q.out ql/src/test/results/clientpositive/union_remove_17.q.out index 2153837153..43f0662ffa 100644 --- ql/src/test/results/clientpositive/union_remove_17.q.out +++ ql/src/test/results/clientpositive/union_remove_17.q.out @@ -66,6 +66,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 2 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -85,6 +86,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col2 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: string) Statistics: Num rows: 2 Data size: 368 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/union_remove_18.q.out ql/src/test/results/clientpositive/union_remove_18.q.out index 12de35cc05..b1f6ac898f 100644 --- ql/src/test/results/clientpositive/union_remove_18.q.out +++ ql/src/test/results/clientpositive/union_remove_18.q.out @@ -68,6 +68,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE @@ -124,6 +125,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 1 Data size: 368 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/union_remove_19.q.out ql/src/test/results/clientpositive/union_remove_19.q.out index 4e4352672d..c991888158 100644 --- ql/src/test/results/clientpositive/union_remove_19.q.out +++ ql/src/test/results/clientpositive/union_remove_19.q.out @@ -69,6 +69,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE @@ -119,6 +120,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE @@ -259,6 +261,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE @@ -309,6 +312,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE @@ -415,6 +419,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE @@ -469,6 +474,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/union_remove_2.q.out ql/src/test/results/clientpositive/union_remove_2.q.out index 5e059479eb..3c8ebffd30 100644 --- ql/src/test/results/clientpositive/union_remove_2.q.out +++ ql/src/test/results/clientpositive/union_remove_2.q.out @@ -74,6 +74,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/union_remove_20.q.out ql/src/test/results/clientpositive/union_remove_20.q.out index 7494d9b378..591cfb9c96 100644 --- ql/src/test/results/clientpositive/union_remove_20.q.out +++ ql/src/test/results/clientpositive/union_remove_20.q.out @@ -69,6 +69,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE @@ -123,6 +124,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/union_remove_21.q.out ql/src/test/results/clientpositive/union_remove_21.q.out index 04a9d7f1ef..9ecf7585d3 100644 --- ql/src/test/results/clientpositive/union_remove_21.q.out +++ ql/src/test/results/clientpositive/union_remove_21.q.out @@ -68,6 +68,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE @@ -115,6 +116,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/union_remove_22.q.out ql/src/test/results/clientpositive/union_remove_22.q.out index 908b38e861..ecc8d5860e 100644 --- ql/src/test/results/clientpositive/union_remove_22.q.out +++ ql/src/test/results/clientpositive/union_remove_22.q.out @@ -69,6 +69,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE @@ -123,6 +124,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE @@ -269,6 +271,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE @@ -323,6 +326,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/union_remove_23.q.out ql/src/test/results/clientpositive/union_remove_23.q.out index 86b72c6cf9..170831b008 100644 --- ql/src/test/results/clientpositive/union_remove_23.q.out +++ ql/src/test/results/clientpositive/union_remove_23.q.out @@ -69,6 +69,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE @@ -85,6 +86,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE @@ -117,6 +119,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 202 Basic stats: COMPLETE Column stats: NONE @@ -167,6 +170,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/union_remove_24.q.out ql/src/test/results/clientpositive/union_remove_24.q.out index 0f506f0807..a0836a7d8a 100644 --- ql/src/test/results/clientpositive/union_remove_24.q.out +++ ql/src/test/results/clientpositive/union_remove_24.q.out @@ -69,6 +69,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE @@ -123,6 +124,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/union_remove_25.q.out ql/src/test/results/clientpositive/union_remove_25.q.out index 3ba08f82bd..333ae9ff4c 100644 --- ql/src/test/results/clientpositive/union_remove_25.q.out +++ ql/src/test/results/clientpositive/union_remove_25.q.out @@ -85,6 +85,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE @@ -137,6 +138,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE @@ -280,6 +282,7 @@ STAGE PLANS: Number of rows: 500 Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -333,6 +336,7 @@ STAGE PLANS: Number of rows: 500 Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -470,6 +474,7 @@ STAGE PLANS: Number of rows: 1000 Statistics: Num rows: 1000 Data size: 362000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1000 Data size: 362000 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -524,6 +529,7 @@ STAGE PLANS: Number of rows: 1000 Statistics: Num rows: 1000 Data size: 362000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1000 Data size: 362000 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/union_remove_4.q.out ql/src/test/results/clientpositive/union_remove_4.q.out index 8938c53ec9..225d094136 100644 --- ql/src/test/results/clientpositive/union_remove_4.q.out +++ ql/src/test/results/clientpositive/union_remove_4.q.out @@ -74,6 +74,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE @@ -163,6 +164,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/union_remove_5.q.out ql/src/test/results/clientpositive/union_remove_5.q.out index 07e64eeae6..314ca5401e 100644 --- ql/src/test/results/clientpositive/union_remove_5.q.out +++ ql/src/test/results/clientpositive/union_remove_5.q.out @@ -79,6 +79,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/union_remove_6.q.out ql/src/test/results/clientpositive/union_remove_6.q.out index acc23253a4..35a810228e 100644 --- ql/src/test/results/clientpositive/union_remove_6.q.out +++ ql/src/test/results/clientpositive/union_remove_6.q.out @@ -81,6 +81,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE @@ -181,6 +182,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/union_remove_6_subq.q.out ql/src/test/results/clientpositive/union_remove_6_subq.q.out index dad88b074c..05908b078e 100644 --- ql/src/test/results/clientpositive/union_remove_6_subq.q.out +++ ql/src/test/results/clientpositive/union_remove_6_subq.q.out @@ -85,6 +85,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE @@ -185,6 +186,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE @@ -310,6 +312,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -344,6 +347,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -357,6 +361,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -393,6 +398,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -479,6 +485,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -516,6 +523,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: bigint) + null sort order: az sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -530,6 +538,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: bigint) + null sort order: az sort order: ++ Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE @@ -590,6 +599,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/union_remove_7.q.out ql/src/test/results/clientpositive/union_remove_7.q.out index 043c60e2d3..734448ee6d 100644 --- ql/src/test/results/clientpositive/union_remove_7.q.out +++ ql/src/test/results/clientpositive/union_remove_7.q.out @@ -69,6 +69,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE @@ -119,6 +120,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/union_remove_8.q.out ql/src/test/results/clientpositive/union_remove_8.q.out index d0fc602e27..7014eee6af 100644 --- ql/src/test/results/clientpositive/union_remove_8.q.out +++ ql/src/test/results/clientpositive/union_remove_8.q.out @@ -74,6 +74,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/union_remove_9.q.out ql/src/test/results/clientpositive/union_remove_9.q.out index a8dbb5315b..ff72ddf168 100644 --- ql/src/test/results/clientpositive/union_remove_9.q.out +++ ql/src/test/results/clientpositive/union_remove_9.q.out @@ -82,6 +82,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 184 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/union_remove_plan.q.out ql/src/test/results/clientpositive/union_remove_plan.q.out index 8bdd3a9a00..57fde4188b 100644 --- ql/src/test/results/clientpositive/union_remove_plan.q.out +++ ql/src/test/results/clientpositive/union_remove_plan.q.out @@ -54,6 +54,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 85 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 85 Basic stats: COMPLETE Column stats: COMPLETE @@ -90,6 +91,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 85 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 85 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/union_view.q.out ql/src/test/results/clientpositive/union_view.q.out index c553030522..4c85e7a75c 100644 --- ql/src/test/results/clientpositive/union_view.q.out +++ ql/src/test/results/clientpositive/union_view.q.out @@ -571,6 +571,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -596,6 +597,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -621,6 +623,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -674,6 +677,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -696,6 +700,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -721,6 +726,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -774,6 +780,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -799,6 +806,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -821,6 +829,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -971,6 +980,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -996,6 +1006,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -1018,6 +1029,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/vector_aggregate_9.q.out ql/src/test/results/clientpositive/vector_aggregate_9.q.out index 0c823afc4e..8eaac2578b 100644 --- ql/src/test/results/clientpositive/vector_aggregate_9.q.out +++ ql/src/test/results/clientpositive/vector_aggregate_9.q.out @@ -151,6 +151,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 344 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -262,6 +263,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -373,6 +375,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/vector_aggregate_without_gby.q.out ql/src/test/results/clientpositive/vector_aggregate_without_gby.q.out index 146e00abd7..3518230d93 100644 --- ql/src/test/results/clientpositive/vector_aggregate_without_gby.q.out +++ ql/src/test/results/clientpositive/vector_aggregate_without_gby.q.out @@ -91,6 +91,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/vector_binary_join_groupby.q.out ql/src/test/results/clientpositive/vector_binary_join_groupby.q.out index 41668594ac..76569745fc 100644 --- ql/src/test/results/clientpositive/vector_binary_join_groupby.q.out +++ ql/src/test/results/clientpositive/vector_binary_join_groupby.q.out @@ -205,6 +205,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -321,6 +322,7 @@ STAGE PLANS: Statistics: Num rows: 50 Data size: 3200 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: binary) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: binary) Reduce Sink Vectorization: @@ -370,6 +372,7 @@ STAGE PLANS: native: true Reduce Output Operator key expressions: _col1 (type: binary) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/vector_bucket.q.out ql/src/test/results/clientpositive/vector_bucket.q.out index 3e56df159c..fb4067ebaa 100644 --- ql/src/test/results/clientpositive/vector_bucket.q.out +++ ql/src/test/results/clientpositive/vector_bucket.q.out @@ -46,6 +46,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/vector_case_when_2.q.out ql/src/test/results/clientpositive/vector_case_when_2.q.out index da7b675bbd..288e6f0c8d 100644 --- ql/src/test/results/clientpositive/vector_case_when_2.q.out +++ ql/src/test/results/clientpositive/vector_case_when_2.q.out @@ -148,6 +148,7 @@ STAGE PLANS: Statistics: Num rows: 51 Data size: 50745 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: timestamp), _col10 (type: string), _col1 (type: timestamp) + null sort order: zzz sort order: +++ Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -411,6 +412,7 @@ STAGE PLANS: Statistics: Num rows: 51 Data size: 50745 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: timestamp), _col10 (type: string), _col1 (type: timestamp) + null sort order: zzz sort order: +++ Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -674,6 +676,7 @@ STAGE PLANS: Statistics: Num rows: 51 Data size: 50745 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: timestamp), _col10 (type: string), _col1 (type: timestamp) + null sort order: zzz sort order: +++ Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -899,6 +902,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -1004,6 +1008,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -1109,6 +1114,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -1214,6 +1220,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 24 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/vector_cast_constant.q.out ql/src/test/results/clientpositive/vector_cast_constant.q.out index 0880ae6ef0..528a9da103 100644 --- ql/src/test/results/clientpositive/vector_cast_constant.q.out +++ ql/src/test/results/clientpositive/vector_cast_constant.q.out @@ -156,6 +156,7 @@ STAGE PLANS: Statistics: Num rows: 257 Data size: 40092 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -206,6 +207,7 @@ STAGE PLANS: native: true Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/vector_char_2.q.out ql/src/test/results/clientpositive/vector_char_2.q.out index 8d98e98d21..dfa58dbd9b 100644 --- ql/src/test/results/clientpositive/vector_char_2.q.out +++ ql/src/test/results/clientpositive/vector_char_2.q.out @@ -117,6 +117,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 26750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: char(20)) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: char(20)) Reduce Sink Vectorization: @@ -163,6 +164,7 @@ STAGE PLANS: native: true Reduce Output Operator key expressions: _col0 (type: char(20)) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -310,6 +312,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 26750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: char(20)) + null sort order: z sort order: - Map-reduce partition columns: _col0 (type: char(20)) Reduce Sink Vectorization: @@ -356,6 +359,7 @@ STAGE PLANS: native: true Reduce Output Operator key expressions: _col0 (type: char(20)) + null sort order: z sort order: - Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/vector_char_mapjoin1.q.out ql/src/test/results/clientpositive/vector_char_mapjoin1.q.out index 022b32d483..cd12603abb 100644 --- ql/src/test/results/clientpositive/vector_char_mapjoin1.q.out +++ ql/src/test/results/clientpositive/vector_char_mapjoin1.q.out @@ -207,6 +207,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 728 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -348,6 +349,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 728 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -499,6 +501,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 549 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/vector_coalesce_2.q.out ql/src/test/results/clientpositive/vector_coalesce_2.q.out index 1e6cf27f96..cac621ebbd 100644 --- ql/src/test/results/clientpositive/vector_coalesce_2.q.out +++ ql/src/test/results/clientpositive/vector_coalesce_2.q.out @@ -85,6 +85,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 186 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -289,6 +290,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 186 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/vector_coalesce_4.q.out ql/src/test/results/clientpositive/vector_coalesce_4.q.out index 3c35da6da3..d1a7a97f3e 100644 --- ql/src/test/results/clientpositive/vector_coalesce_4.q.out +++ ql/src/test/results/clientpositive/vector_coalesce_4.q.out @@ -65,6 +65,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int), _col2 (type: int) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/vector_count.q.out ql/src/test/results/clientpositive/vector_count.q.out index d40656d2ff..a889ea141e 100644 --- ql/src/test/results/clientpositive/vector_count.q.out +++ ql/src/test/results/clientpositive/vector_count.q.out @@ -79,6 +79,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 108 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: int) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 3 Data size: 108 Basic stats: COMPLETE Column stats: COMPLETE @@ -162,6 +163,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 528 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int), _col2 (type: int), _col3 (type: int) + null sort order: aaaa sort order: ++++ Statistics: Num rows: 3 Data size: 528 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col4 (type: bigint), _col5 (type: bigint), _col6 (type: bigint), _col7 (type: bigint), _col8 (type: bigint) @@ -243,6 +245,7 @@ STAGE PLANS: Statistics: Num rows: 7 Data size: 112 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: a (type: int), b (type: int), c (type: int) + null sort order: aaa sort order: +++ Map-reduce partition columns: a (type: int) Reduce Sink Vectorization: @@ -334,6 +337,7 @@ STAGE PLANS: Statistics: Num rows: 7 Data size: 112 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: a (type: int), b (type: int), c (type: int), d (type: int) + null sort order: aaaa sort order: ++++ Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/vector_data_types.q.out ql/src/test/results/clientpositive/vector_data_types.q.out index 23a514e0b6..a6db4db157 100644 --- ql/src/test/results/clientpositive/vector_data_types.q.out +++ ql/src/test/results/clientpositive/vector_data_types.q.out @@ -139,6 +139,7 @@ STAGE PLANS: Statistics: Num rows: 1050 Data size: 358026 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint), _col1 (type: smallint), _col2 (type: int) + null sort order: zzz sort order: +++ Statistics: Num rows: 1050 Data size: 358026 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -239,6 +240,7 @@ STAGE PLANS: Statistics: Num rows: 1050 Data size: 358026 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint), _col1 (type: smallint), _col2 (type: int) + null sort order: zzz sort order: +++ Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -364,6 +366,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/vector_date_1.q.out ql/src/test/results/clientpositive/vector_date_1.q.out index 5da1c8d205..bcb85b27de 100644 --- ql/src/test/results/clientpositive/vector_date_1.q.out +++ ql/src/test/results/clientpositive/vector_date_1.q.out @@ -123,6 +123,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 432 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: date) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -266,6 +267,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 432 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: date) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -409,6 +411,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 264 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: date) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -552,6 +555,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 264 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: date) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -700,6 +704,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 112 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: date) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/vector_decimal64_div_decimal64column.q.out ql/src/test/results/clientpositive/vector_decimal64_div_decimal64column.q.out index ac140a34da..6678020be8 100644 --- ql/src/test/results/clientpositive/vector_decimal64_div_decimal64column.q.out +++ ql/src/test/results/clientpositive/vector_decimal64_div_decimal64column.q.out @@ -83,6 +83,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 112 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/vector_decimal64_div_decimal64scalar.q.out ql/src/test/results/clientpositive/vector_decimal64_div_decimal64scalar.q.out index 0a8c0f3dfc..31fa3233f9 100644 --- ql/src/test/results/clientpositive/vector_decimal64_div_decimal64scalar.q.out +++ ql/src/test/results/clientpositive/vector_decimal64_div_decimal64scalar.q.out @@ -83,6 +83,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 112 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -189,6 +190,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 112 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/vector_decimal_1.q.out ql/src/test/results/clientpositive/vector_decimal_1.q.out index 23ae11b4e8..037db4da38 100644 --- ql/src/test/results/clientpositive/vector_decimal_1.q.out +++ ql/src/test/results/clientpositive/vector_decimal_1.q.out @@ -82,6 +82,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -177,6 +178,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -272,6 +274,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: smallint) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -367,6 +370,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -462,6 +466,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -557,6 +562,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: float) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -652,6 +658,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -747,6 +754,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 368 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -842,6 +850,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 80 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: timestamp) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/vector_decimal_10_0.q.out ql/src/test/results/clientpositive/vector_decimal_10_0.q.out index ea6886f9ff..83847be7b2 100644 --- ql/src/test/results/clientpositive/vector_decimal_10_0.q.out +++ ql/src/test/results/clientpositive/vector_decimal_10_0.q.out @@ -71,6 +71,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 224 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(10,0)) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -165,6 +166,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 112 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: decimal(10,0)) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/vector_decimal_6.q.out ql/src/test/results/clientpositive/vector_decimal_6.q.out index c2c7f874af..c956429110 100644 --- ql/src/test/results/clientpositive/vector_decimal_6.q.out +++ ql/src/test/results/clientpositive/vector_decimal_6.q.out @@ -144,6 +144,7 @@ STAGE PLANS: Statistics: Num rows: 27 Data size: 2684 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(10,5)), _col1 (type: int) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -263,6 +264,7 @@ STAGE PLANS: Statistics: Num rows: 27 Data size: 3132 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(17,4)), _col1 (type: int) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -387,6 +389,7 @@ STAGE PLANS: Statistics: Num rows: 54 Data size: 5600 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(18,5)) + null sort order: z sort order: + Statistics: Num rows: 54 Data size: 5600 Basic stats: COMPLETE Column stats: COMPLETE TableScan @@ -400,6 +403,7 @@ STAGE PLANS: Statistics: Num rows: 54 Data size: 5600 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(18,5)) + null sort order: z sort order: + Statistics: Num rows: 54 Data size: 5600 Basic stats: COMPLETE Column stats: COMPLETE Map Vectorization: @@ -543,6 +547,7 @@ STAGE PLANS: Statistics: Num rows: 27 Data size: 3132 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/vector_decimal_aggregate.q.out ql/src/test/results/clientpositive/vector_decimal_aggregate.q.out index 863841f2ea..b1c38ba671 100644 --- ql/src/test/results/clientpositive/vector_decimal_aggregate.q.out +++ ql/src/test/results/clientpositive/vector_decimal_aggregate.q.out @@ -95,6 +95,7 @@ STAGE PLANS: Statistics: Num rows: 6105 Data size: 4267312 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -242,6 +243,7 @@ STAGE PLANS: Statistics: Num rows: 6105 Data size: 4462672 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -422,6 +424,7 @@ STAGE PLANS: Statistics: Num rows: 6105 Data size: 4267312 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -588,6 +591,7 @@ STAGE PLANS: Statistics: Num rows: 6105 Data size: 4462672 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/vector_decimal_col_scalar_division.q.out ql/src/test/results/clientpositive/vector_decimal_col_scalar_division.q.out index fffa2f1e3c..663313eab1 100644 --- ql/src/test/results/clientpositive/vector_decimal_col_scalar_division.q.out +++ ql/src/test/results/clientpositive/vector_decimal_col_scalar_division.q.out @@ -87,6 +87,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 560 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/vector_decimal_expressions.q.out ql/src/test/results/clientpositive/vector_decimal_expressions.q.out index efc9122d58..5b02fa133c 100644 --- ql/src/test/results/clientpositive/vector_decimal_expressions.q.out +++ ql/src/test/results/clientpositive/vector_decimal_expressions.q.out @@ -79,6 +79,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 220 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: decimal(25,14)), _col1 (type: decimal(26,14)), _col2 (type: decimal(38,13)), _col3 (type: decimal(38,17)), _col4 (type: decimal(12,10)), _col5 (type: int), _col6 (type: smallint), _col7 (type: tinyint), _col8 (type: bigint), _col9 (type: boolean), _col10 (type: double), _col11 (type: float), _col12 (type: string), _col13 (type: timestamp) + null sort order: zzzzzzzzzzzzzz sort order: ++++++++++++++ Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -228,6 +229,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 220 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: decimal(11,3)), _col1 (type: decimal(11,3)), _col2 (type: decimal(21,11)), _col3 (type: decimal(23,9)), _col4 (type: decimal(5,3)), _col5 (type: int), _col6 (type: smallint), _col7 (type: tinyint), _col8 (type: bigint), _col9 (type: boolean), _col10 (type: double), _col11 (type: float), _col12 (type: string), _col13 (type: timestamp) + null sort order: zzzzzzzzzzzzzz sort order: ++++++++++++++ Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/vector_decimal_join.q.out ql/src/test/results/clientpositive/vector_decimal_join.q.out index c3215bf410..872e2ceea9 100644 --- ql/src/test/results/clientpositive/vector_decimal_join.q.out +++ ql/src/test/results/clientpositive/vector_decimal_join.q.out @@ -111,6 +111,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 112 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/vector_decimal_precision.q.out ql/src/test/results/clientpositive/vector_decimal_precision.q.out index ed0868d6e1..e5c6bf08a7 100644 --- ql/src/test/results/clientpositive/vector_decimal_precision.q.out +++ ql/src/test/results/clientpositive/vector_decimal_precision.q.out @@ -597,6 +597,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 120 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -1187,6 +1188,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 232 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/vector_decimal_round.q.out ql/src/test/results/clientpositive/vector_decimal_round.q.out index 93c235792f..16dc32a116 100644 --- ql/src/test/results/clientpositive/vector_decimal_round.q.out +++ ql/src/test/results/clientpositive/vector_decimal_round.q.out @@ -69,6 +69,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 224 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(10,0)) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -164,6 +165,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 336 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: decimal(11,0)) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -287,6 +289,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 224 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(10,0)) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -382,6 +385,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 336 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: decimal(11,0)) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -505,6 +509,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 224 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(10,0)) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -600,6 +605,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 336 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: decimal(11,0)) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/vector_decimal_round_2.q.out ql/src/test/results/clientpositive/vector_decimal_round_2.q.out index 6719f3d485..8b93280d72 100644 --- ql/src/test/results/clientpositive/vector_decimal_round_2.q.out +++ ql/src/test/results/clientpositive/vector_decimal_round_2.q.out @@ -73,6 +73,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 1456 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(21,0)) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -219,6 +220,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 2240 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(21,0)) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -392,6 +394,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 3808 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(21,0)) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -554,6 +557,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 224 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: decimal(30,9)) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/vector_decimal_trailing.q.out ql/src/test/results/clientpositive/vector_decimal_trailing.q.out index 3d8a1b476c..73247f19be 100644 --- ql/src/test/results/clientpositive/vector_decimal_trailing.q.out +++ ql/src/test/results/clientpositive/vector_decimal_trailing.q.out @@ -103,6 +103,7 @@ STAGE PLANS: Statistics: Num rows: 30 Data size: 4936 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/vector_delete_orig_table.q.out ql/src/test/results/clientpositive/vector_delete_orig_table.q.out index 6ff1a6fccc..c2d96af845 100644 --- ql/src/test/results/clientpositive/vector_delete_orig_table.q.out +++ ql/src/test/results/clientpositive/vector_delete_orig_table.q.out @@ -80,6 +80,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/vector_distinct_2.q.out ql/src/test/results/clientpositive/vector_distinct_2.q.out index f335de618b..68f857a913 100644 --- ql/src/test/results/clientpositive/vector_distinct_2.q.out +++ ql/src/test/results/clientpositive/vector_distinct_2.q.out @@ -151,6 +151,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 97812 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: tinyint), _col1 (type: string) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/vector_empty_where.q.out ql/src/test/results/clientpositive/vector_empty_where.q.out index 61f6d8005e..4fb9c3c9fd 100644 --- ql/src/test/results/clientpositive/vector_empty_where.q.out +++ ql/src/test/results/clientpositive/vector_empty_where.q.out @@ -56,6 +56,7 @@ STAGE PLANS: Statistics: Num rows: 3072 Data size: 9176 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -103,6 +104,7 @@ STAGE PLANS: TableScan Vectorization: native: true Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -204,6 +206,7 @@ STAGE PLANS: Statistics: Num rows: 3053 Data size: 9120 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -251,6 +254,7 @@ STAGE PLANS: TableScan Vectorization: native: true Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -360,6 +364,7 @@ STAGE PLANS: Statistics: Num rows: 3072 Data size: 9176 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -407,6 +412,7 @@ STAGE PLANS: TableScan Vectorization: native: true Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -516,6 +522,7 @@ STAGE PLANS: Statistics: Num rows: 3072 Data size: 9176 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Reduce Sink Vectorization: @@ -563,6 +570,7 @@ STAGE PLANS: TableScan Vectorization: native: true Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/vector_groupby4.q.out ql/src/test/results/clientpositive/vector_groupby4.q.out index d84f67b1b8..719dfac22e 100644 --- ql/src/test/results/clientpositive/vector_groupby4.q.out +++ ql/src/test/results/clientpositive/vector_groupby4.q.out @@ -62,6 +62,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: rand() (type: double) Reduce Sink Vectorization: @@ -105,6 +106,7 @@ STAGE PLANS: native: true Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -177,6 +179,7 @@ STAGE PLANS: TableScan Vectorization: native: true Reduce Output Operator + null sort order: sort order: Map-reduce partition columns: rand() (type: double) Reduce Sink Vectorization: @@ -220,6 +223,7 @@ STAGE PLANS: TableScan Vectorization: native: true Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/vector_groupby6.q.out ql/src/test/results/clientpositive/vector_groupby6.q.out index ac4665e172..19ca7f7e0c 100644 --- ql/src/test/results/clientpositive/vector_groupby6.q.out +++ ql/src/test/results/clientpositive/vector_groupby6.q.out @@ -62,6 +62,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 45500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: rand() (type: double) Reduce Sink Vectorization: @@ -105,6 +106,7 @@ STAGE PLANS: native: true Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -177,6 +179,7 @@ STAGE PLANS: TableScan Vectorization: native: true Reduce Output Operator + null sort order: sort order: Map-reduce partition columns: rand() (type: double) Reduce Sink Vectorization: @@ -220,6 +223,7 @@ STAGE PLANS: TableScan Vectorization: native: true Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/vector_groupby_3.q.out ql/src/test/results/clientpositive/vector_groupby_3.q.out index 588a013b09..872c42f1ca 100644 --- ql/src/test/results/clientpositive/vector_groupby_3.q.out +++ ql/src/test/results/clientpositive/vector_groupby_3.q.out @@ -153,6 +153,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 105812 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: tinyint), _col1 (type: string) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/vector_groupby_mapjoin.q.out ql/src/test/results/clientpositive/vector_groupby_mapjoin.q.out index 18852d84c2..420322b02e 100644 --- ql/src/test/results/clientpositive/vector_groupby_mapjoin.q.out +++ ql/src/test/results/clientpositive/vector_groupby_mapjoin.q.out @@ -71,6 +71,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -270,6 +271,7 @@ STAGE PLANS: native: true Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -389,11 +391,13 @@ STAGE PLANS: Map Operator Tree: TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 895 Data size: 160894 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: string), _col1 (type: string), _col3 (type: boolean) TableScan Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) @@ -436,6 +440,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -443,6 +448,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 250 Data size: 22750 Basic stats: COMPLETE Column stats: COMPLETE @@ -493,6 +499,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/vector_grouping_sets.q.out ql/src/test/results/clientpositive/vector_grouping_sets.q.out index e1947e3239..563304a248 100644 --- ql/src/test/results/clientpositive/vector_grouping_sets.q.out +++ ql/src/test/results/clientpositive/vector_grouping_sets.q.out @@ -177,6 +177,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 1296 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: bigint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: bigint) Reduce Sink Vectorization: @@ -293,6 +294,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 1296 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: bigint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: bigint) Reduce Sink Vectorization: @@ -395,6 +397,7 @@ STAGE PLANS: Statistics: Num rows: 12 Data size: 1296 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: bigint) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: bigint) Statistics: Num rows: 12 Data size: 1296 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/vector_if_expr.q.out ql/src/test/results/clientpositive/vector_if_expr.q.out index f38f2d6a73..58c2e1e5d2 100644 --- ql/src/test/results/clientpositive/vector_if_expr.q.out +++ ql/src/test/results/clientpositive/vector_if_expr.q.out @@ -44,6 +44,7 @@ STAGE PLANS: Statistics: Num rows: 4587 Data size: 857712 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/vector_include_no_sel.q.out ql/src/test/results/clientpositive/vector_include_no_sel.q.out index bcd656c57b..405b417eb2 100644 --- ql/src/test/results/clientpositive/vector_include_no_sel.q.out +++ ql/src/test/results/clientpositive/vector_include_no_sel.q.out @@ -254,6 +254,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/vector_interval_1.q.out ql/src/test/results/clientpositive/vector_interval_1.q.out index 3d8605fd72..45dc306864 100644 --- ql/src/test/results/clientpositive/vector_interval_1.q.out +++ ql/src/test/results/clientpositive/vector_interval_1.q.out @@ -98,6 +98,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 214 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -213,6 +214,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 176 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: date) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -336,6 +338,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 208 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: date) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -471,6 +474,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 1264 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: date) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -618,6 +622,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 1040 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: timestamp) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -747,6 +752,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 152 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: timestamp) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -858,6 +864,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 184 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: date) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -975,6 +982,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 256 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: date) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/vector_interval_arithmetic.q.out ql/src/test/results/clientpositive/vector_interval_arithmetic.q.out index 31ac2d3bce..659947030c 100644 --- ql/src/test/results/clientpositive/vector_interval_arithmetic.q.out +++ ql/src/test/results/clientpositive/vector_interval_arithmetic.q.out @@ -92,6 +92,7 @@ STAGE PLANS: Statistics: Num rows: 50 Data size: 19600 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: date) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -261,6 +262,7 @@ STAGE PLANS: Statistics: Num rows: 50 Data size: 4600 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: date) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -430,6 +432,7 @@ STAGE PLANS: Statistics: Num rows: 50 Data size: 14000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: timestamp) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -706,6 +709,7 @@ STAGE PLANS: Statistics: Num rows: 50 Data size: 14800 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: date) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -877,6 +881,7 @@ STAGE PLANS: Statistics: Num rows: 50 Data size: 6600 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: date) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -1048,6 +1053,7 @@ STAGE PLANS: Statistics: Num rows: 50 Data size: 14000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: timestamp) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/vector_join_part_col_char.q.out ql/src/test/results/clientpositive/vector_join_part_col_char.q.out index e0daaf5b5e..f61a5e9281 100644 --- ql/src/test/results/clientpositive/vector_join_part_col_char.q.out +++ ql/src/test/results/clientpositive/vector_join_part_col_char.q.out @@ -137,6 +137,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 474 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: char(50)) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: char(50)) Statistics: Num rows: 2 Data size: 474 Basic stats: COMPLETE Column stats: COMPLETE @@ -151,6 +152,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 384 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: char(50)) + null sort order: a sort order: + Map-reduce partition columns: _col2 (type: char(50)) Statistics: Num rows: 2 Data size: 384 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/vector_left_outer_join.q.out ql/src/test/results/clientpositive/vector_left_outer_join.q.out index bdcdc879fd..620804646d 100644 --- ql/src/test/results/clientpositive/vector_left_outer_join.q.out +++ ql/src/test/results/clientpositive/vector_left_outer_join.q.out @@ -105,6 +105,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/vector_mr_diff_schema_alias.q.out ql/src/test/results/clientpositive/vector_mr_diff_schema_alias.q.out index 520a4d85b8..2cb5484c5b 100644 --- ql/src/test/results/clientpositive/vector_mr_diff_schema_alias.q.out +++ ql/src/test/results/clientpositive/vector_mr_diff_schema_alias.q.out @@ -268,6 +268,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -285,6 +286,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -317,6 +319,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -333,6 +336,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: NONE @@ -373,6 +377,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE @@ -412,6 +417,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/vector_non_string_partition.q.out ql/src/test/results/clientpositive/vector_non_string_partition.q.out index 71d2a76f7b..55997b6ce3 100644 --- ql/src/test/results/clientpositive/vector_non_string_partition.q.out +++ ql/src/test/results/clientpositive/vector_non_string_partition.q.out @@ -72,6 +72,7 @@ STAGE PLANS: Statistics: Num rows: 1537 Data size: 12296 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -182,6 +183,7 @@ STAGE PLANS: Statistics: Num rows: 1537 Data size: 156774 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: string) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/vector_null_projection.q.out ql/src/test/results/clientpositive/vector_null_projection.q.out index 5ec79eaeaa..1cf28dab10 100644 --- ql/src/test/results/clientpositive/vector_null_projection.q.out +++ ql/src/test/results/clientpositive/vector_null_projection.q.out @@ -152,6 +152,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE @@ -172,6 +173,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/vector_orderby_5.q.out ql/src/test/results/clientpositive/vector_orderby_5.q.out index e317e013ea..25244d291d 100644 --- ql/src/test/results/clientpositive/vector_orderby_5.q.out +++ ql/src/test/results/clientpositive/vector_orderby_5.q.out @@ -154,6 +154,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 36 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Reduce Sink Vectorization: @@ -199,6 +200,7 @@ STAGE PLANS: native: true Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: z sort order: - Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/vector_outer_join1.q.out ql/src/test/results/clientpositive/vector_outer_join1.q.out index aa6bffb988..23a82fc6de 100644 --- ql/src/test/results/clientpositive/vector_outer_join1.q.out +++ ql/src/test/results/clientpositive/vector_outer_join1.q.out @@ -738,6 +738,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/vector_outer_join2.q.out ql/src/test/results/clientpositive/vector_outer_join2.q.out index 6789d09c8e..70d891a468 100644 --- ql/src/test/results/clientpositive/vector_outer_join2.q.out +++ ql/src/test/results/clientpositive/vector_outer_join2.q.out @@ -362,6 +362,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/vector_outer_join3.q.out ql/src/test/results/clientpositive/vector_outer_join3.q.out index ccf3d9ac4d..e9a084f1a5 100644 --- ql/src/test/results/clientpositive/vector_outer_join3.q.out +++ ql/src/test/results/clientpositive/vector_outer_join3.q.out @@ -248,7 +248,7 @@ left outer join small_alltypesorc_a_n1 hd POSTHOOK: type: QUERY POSTHOOK: Input: default@small_alltypesorc_a_n1 #### A masked pattern was here #### -{"CBOPlan":"{\n \"rels\": [\n {\n \"id\": \"0\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveTableScan\",\n \"table\": [\n \"default\",\n \"small_alltypesorc_a_n1\"\n ],\n \"table:alias\": \"c\",\n \"inputs\": [],\n \"rowCount\": 20.0,\n \"avgRowSize\": 10.0,\n \"rowType\": [\n {\n \"type\": \"TINYINT\",\n \"nullable\": true,\n \"name\": \"ctinyint\"\n },\n {\n \"type\": \"SMALLINT\",\n \"nullable\": true,\n \"name\": \"csmallint\"\n },\n {\n \"type\": \"INTEGER\",\n \"nullable\": true,\n \"name\": \"cint\"\n },\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"cbigint\"\n },\n {\n \"type\": \"FLOAT\",\n \"nullable\": true,\n \"name\": \"cfloat\"\n },\n {\n \"type\": \"DOUBLE\",\n \"nullable\": true,\n \"name\": \"cdouble\"\n },\n {\n \"type\": \"VARCHAR\",\n \"nullable\": true,\n \"precision\": 2147483647,\n \"name\": \"cstring1\"\n },\n {\n \"type\": \"VARCHAR\",\n \"nullable\": true,\n \"precision\": 2147483647,\n \"name\": \"cstring2\"\n },\n {\n \"type\": \"TIMESTAMP\",\n \"nullable\": true,\n \"precision\": 9,\n \"name\": \"ctimestamp1\"\n },\n {\n \"type\": \"TIMESTAMP\",\n \"nullable\": true,\n \"precision\": 9,\n \"name\": \"ctimestamp2\"\n },\n {\n \"type\": \"BOOLEAN\",\n \"nullable\": true,\n \"name\": \"cboolean1\"\n },\n {\n \"type\": \"BOOLEAN\",\n \"nullable\": true,\n \"name\": \"cboolean2\"\n },\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"BLOCK__OFFSET__INSIDE__FILE\"\n },\n {\n \"type\": \"VARCHAR\",\n \"nullable\": true,\n \"precision\": 2147483647,\n \"name\": \"INPUT__FILE__NAME\"\n },\n {\n \"fields\": [\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"writeid\"\n },\n {\n \"type\": \"INTEGER\",\n \"nullable\": true,\n \"name\": \"bucketid\"\n },\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"rowid\"\n }\n ],\n \"name\": \"ROW__ID\"\n }\n ],\n \"colStats\": [\n {\n \"name\": \"cint\",\n \"ndv\": 8,\n \"minValue\": -738306196,\n \"maxValue\": 626923679\n },\n {\n \"name\": \"cstring1\",\n \"ndv\": 8\n },\n {\n \"name\": \"ctinyint\",\n \"ndv\": 2,\n \"minValue\": -64,\n \"maxValue\": -51\n },\n {\n \"name\": \"csmallint\",\n \"ndv\": 6,\n \"minValue\": -15920,\n \"maxValue\": -6907\n },\n {\n \"name\": \"cbigint\",\n \"ndv\": 15,\n \"minValue\": -1970551565,\n \"maxValue\": 1086455747\n },\n {\n \"name\": \"cfloat\",\n \"ndv\": 2,\n \"minValue\": -64.0,\n \"maxValue\": -51.0\n },\n {\n \"name\": \"cdouble\",\n \"ndv\": 6,\n \"minValue\": -15920.0,\n \"maxValue\": -6907.0\n },\n {\n \"name\": \"cstring2\",\n \"ndv\": 15\n },\n {\n \"name\": \"ctimestamp1\",\n \"ndv\": 0,\n \"minValue\": -28810,\n \"maxValue\": -28789\n },\n {\n \"name\": \"ctimestamp2\",\n \"ndv\": 0,\n \"minValue\": -28812,\n \"maxValue\": -28786\n },\n {\n \"name\": \"cboolean1\",\n \"ndv\": 2\n },\n {\n \"name\": \"cboolean2\",\n \"ndv\": 2\n }\n ]\n },\n {\n \"id\": \"1\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveProject\",\n \"fields\": [\n \"cint\",\n \"cstring1\"\n ],\n \"exprs\": [\n {\n \"input\": 2,\n \"name\": \"$2\"\n },\n {\n \"input\": 6,\n \"name\": \"$6\"\n }\n ],\n \"rowCount\": 20.0\n },\n {\n \"id\": \"2\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveTableScan\",\n \"table\": [\n \"default\",\n \"small_alltypesorc_a_n1\"\n ],\n \"table:alias\": \"cd\",\n \"inputs\": [],\n \"rowCount\": 20.0,\n \"avgRowSize\": 4.0,\n \"rowType\": [\n {\n \"type\": \"TINYINT\",\n \"nullable\": true,\n \"name\": \"ctinyint\"\n },\n {\n \"type\": \"SMALLINT\",\n \"nullable\": true,\n \"name\": \"csmallint\"\n },\n {\n \"type\": \"INTEGER\",\n \"nullable\": true,\n \"name\": \"cint\"\n },\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"cbigint\"\n },\n {\n \"type\": \"FLOAT\",\n \"nullable\": true,\n \"name\": \"cfloat\"\n },\n {\n \"type\": \"DOUBLE\",\n \"nullable\": true,\n \"name\": \"cdouble\"\n },\n {\n \"type\": \"VARCHAR\",\n \"nullable\": true,\n \"precision\": 2147483647,\n \"name\": \"cstring1\"\n },\n {\n \"type\": \"VARCHAR\",\n \"nullable\": true,\n \"precision\": 2147483647,\n \"name\": \"cstring2\"\n },\n {\n \"type\": \"TIMESTAMP\",\n \"nullable\": true,\n \"precision\": 9,\n \"name\": \"ctimestamp1\"\n },\n {\n \"type\": \"TIMESTAMP\",\n \"nullable\": true,\n \"precision\": 9,\n \"name\": \"ctimestamp2\"\n },\n {\n \"type\": \"BOOLEAN\",\n \"nullable\": true,\n \"name\": \"cboolean1\"\n },\n {\n \"type\": \"BOOLEAN\",\n \"nullable\": true,\n \"name\": \"cboolean2\"\n },\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"BLOCK__OFFSET__INSIDE__FILE\"\n },\n {\n \"type\": \"VARCHAR\",\n \"nullable\": true,\n \"precision\": 2147483647,\n \"name\": \"INPUT__FILE__NAME\"\n },\n {\n \"fields\": [\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"writeid\"\n },\n {\n \"type\": \"INTEGER\",\n \"nullable\": true,\n \"name\": \"bucketid\"\n },\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"rowid\"\n }\n ],\n \"name\": \"ROW__ID\"\n }\n ],\n \"colStats\": [\n {\n \"name\": \"cint\",\n \"ndv\": 8,\n \"minValue\": -738306196,\n \"maxValue\": 626923679\n },\n {\n \"name\": \"ctinyint\",\n \"ndv\": 2,\n \"minValue\": -64,\n \"maxValue\": -51\n },\n {\n \"name\": \"csmallint\",\n \"ndv\": 6,\n \"minValue\": -15920,\n \"maxValue\": -6907\n },\n {\n \"name\": \"cbigint\",\n \"ndv\": 15,\n \"minValue\": -1970551565,\n \"maxValue\": 1086455747\n },\n {\n \"name\": \"cfloat\",\n \"ndv\": 2,\n \"minValue\": -64.0,\n \"maxValue\": -51.0\n },\n {\n \"name\": \"cdouble\",\n \"ndv\": 6,\n \"minValue\": -15920.0,\n \"maxValue\": -6907.0\n },\n {\n \"name\": \"cstring1\",\n \"ndv\": 8\n },\n {\n \"name\": \"cstring2\",\n \"ndv\": 15\n },\n {\n \"name\": \"ctimestamp1\",\n \"ndv\": 0,\n \"minValue\": -28810,\n \"maxValue\": -28789\n },\n {\n \"name\": \"ctimestamp2\",\n \"ndv\": 0,\n \"minValue\": -28812,\n \"maxValue\": -28786\n },\n {\n \"name\": \"cboolean1\",\n \"ndv\": 2\n },\n {\n \"name\": \"cboolean2\",\n \"ndv\": 2\n }\n ]\n },\n {\n \"id\": \"3\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveFilter\",\n \"condition\": {\n \"op\": {\n \"name\": \"IS NOT NULL\",\n \"kind\": \"IS_NOT_NULL\",\n \"syntax\": \"POSTFIX\"\n },\n \"operands\": [\n {\n \"input\": 2,\n \"name\": \"$2\"\n }\n ]\n },\n \"rowCount\": 10.0\n },\n {\n \"id\": \"4\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveProject\",\n \"fields\": [\n \"cint\"\n ],\n \"exprs\": [\n {\n \"input\": 2,\n \"name\": \"$2\"\n }\n ],\n \"rowCount\": 10.0\n },\n {\n \"id\": \"5\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveJoin\",\n \"condition\": {\n \"op\": {\n \"name\": \"=\",\n \"kind\": \"EQUALS\",\n \"syntax\": \"BINARY\"\n },\n \"operands\": [\n {\n \"input\": 2,\n \"name\": \"$2\"\n },\n {\n \"input\": 0,\n \"name\": \"$0\"\n }\n ]\n },\n \"joinType\": \"left\",\n \"algorithm\": \"none\",\n \"cost\": \"not available\",\n \"inputs\": [\n \"1\",\n \"4\"\n ],\n \"rowCount\": 25.0\n },\n {\n \"id\": \"6\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveTableScan\",\n \"table\": [\n \"default\",\n \"small_alltypesorc_a_n1\"\n ],\n \"table:alias\": \"hd\",\n \"inputs\": [],\n \"rowCount\": 20.0,\n \"avgRowSize\": 6.0,\n \"rowType\": [\n {\n \"type\": \"TINYINT\",\n \"nullable\": true,\n \"name\": \"ctinyint\"\n },\n {\n \"type\": \"SMALLINT\",\n \"nullable\": true,\n \"name\": \"csmallint\"\n },\n {\n \"type\": \"INTEGER\",\n \"nullable\": true,\n \"name\": \"cint\"\n },\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"cbigint\"\n },\n {\n \"type\": \"FLOAT\",\n \"nullable\": true,\n \"name\": \"cfloat\"\n },\n {\n \"type\": \"DOUBLE\",\n \"nullable\": true,\n \"name\": \"cdouble\"\n },\n {\n \"type\": \"VARCHAR\",\n \"nullable\": true,\n \"precision\": 2147483647,\n \"name\": \"cstring1\"\n },\n {\n \"type\": \"VARCHAR\",\n \"nullable\": true,\n \"precision\": 2147483647,\n \"name\": \"cstring2\"\n },\n {\n \"type\": \"TIMESTAMP\",\n \"nullable\": true,\n \"precision\": 9,\n \"name\": \"ctimestamp1\"\n },\n {\n \"type\": \"TIMESTAMP\",\n \"nullable\": true,\n \"precision\": 9,\n \"name\": \"ctimestamp2\"\n },\n {\n \"type\": \"BOOLEAN\",\n \"nullable\": true,\n \"name\": \"cboolean1\"\n },\n {\n \"type\": \"BOOLEAN\",\n \"nullable\": true,\n \"name\": \"cboolean2\"\n },\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"BLOCK__OFFSET__INSIDE__FILE\"\n },\n {\n \"type\": \"VARCHAR\",\n \"nullable\": true,\n \"precision\": 2147483647,\n \"name\": \"INPUT__FILE__NAME\"\n },\n {\n \"fields\": [\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"writeid\"\n },\n {\n \"type\": \"INTEGER\",\n \"nullable\": true,\n \"name\": \"bucketid\"\n },\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"rowid\"\n }\n ],\n \"name\": \"ROW__ID\"\n }\n ],\n \"colStats\": [\n {\n \"name\": \"cstring1\",\n \"ndv\": 8\n },\n {\n \"name\": \"ctinyint\",\n \"ndv\": 2,\n \"minValue\": -64,\n \"maxValue\": -51\n },\n {\n \"name\": \"csmallint\",\n \"ndv\": 6,\n \"minValue\": -15920,\n \"maxValue\": -6907\n },\n {\n \"name\": \"cint\",\n \"ndv\": 8,\n \"minValue\": -738306196,\n \"maxValue\": 626923679\n },\n {\n \"name\": \"cbigint\",\n \"ndv\": 15,\n \"minValue\": -1970551565,\n \"maxValue\": 1086455747\n },\n {\n \"name\": \"cfloat\",\n \"ndv\": 2,\n \"minValue\": -64.0,\n \"maxValue\": -51.0\n },\n {\n \"name\": \"cdouble\",\n \"ndv\": 6,\n \"minValue\": -15920.0,\n \"maxValue\": -6907.0\n },\n {\n \"name\": \"cstring2\",\n \"ndv\": 15\n },\n {\n \"name\": \"ctimestamp1\",\n \"ndv\": 0,\n \"minValue\": -28810,\n \"maxValue\": -28789\n },\n {\n \"name\": \"ctimestamp2\",\n \"ndv\": 0,\n \"minValue\": -28812,\n \"maxValue\": -28786\n },\n {\n \"name\": \"cboolean1\",\n \"ndv\": 2\n },\n {\n \"name\": \"cboolean2\",\n \"ndv\": 2\n }\n ]\n },\n {\n \"id\": \"7\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveFilter\",\n \"condition\": {\n \"op\": {\n \"name\": \"IS NOT NULL\",\n \"kind\": \"IS_NOT_NULL\",\n \"syntax\": \"POSTFIX\"\n },\n \"operands\": [\n {\n \"input\": 6,\n \"name\": \"$6\"\n }\n ]\n },\n \"rowCount\": 10.0\n },\n {\n \"id\": \"8\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveProject\",\n \"fields\": [\n \"cstring1\"\n ],\n \"exprs\": [\n {\n \"input\": 6,\n \"name\": \"$6\"\n }\n ],\n \"rowCount\": 10.0\n },\n {\n \"id\": \"9\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveJoin\",\n \"condition\": {\n \"op\": {\n \"name\": \"=\",\n \"kind\": \"EQUALS\",\n \"syntax\": \"BINARY\"\n },\n \"operands\": [\n {\n \"input\": 3,\n \"name\": \"$3\"\n },\n {\n \"input\": 1,\n \"name\": \"$1\"\n }\n ]\n },\n \"joinType\": \"left\",\n \"algorithm\": \"none\",\n \"cost\": \"not available\",\n \"inputs\": [\n \"5\",\n \"8\"\n ],\n \"rowCount\": 31.25\n },\n {\n \"id\": \"10\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveAggregate\",\n \"group\": [],\n \"aggs\": [\n {\n \"agg\": {\n \"name\": \"count\",\n \"kind\": \"COUNT\",\n \"syntax\": \"FUNCTION_STAR\"\n },\n \"type\": {\n \"type\": \"BIGINT\",\n \"nullable\": true\n },\n \"distinct\": false,\n \"operands\": [],\n \"name\": null\n }\n ],\n \"rowCount\": 1.0\n }\n ]\n}","optimizedSQL":"SELECT COUNT(*) AS `$f0`\nFROM (SELECT `cint`, `cstring1`\nFROM `default`.`small_alltypesorc_a_n1`) AS `t`\nLEFT JOIN (SELECT `cint`\nFROM `default`.`small_alltypesorc_a_n1`\nWHERE `cint` IS NOT NULL) AS `t1` ON `t`.`cint` = `t1`.`cint`\nLEFT JOIN (SELECT `cstring1`\nFROM `default`.`small_alltypesorc_a_n1`\nWHERE `cstring1` IS NOT NULL) AS `t3` ON `t`.`cstring1` = `t3`.`cstring1`","PLAN VECTORIZATION":{"enabled":true,"enabledConditionsMet":["hive.vectorized.execution.enabled IS true"]},"cboInfo":"Plan optimized by CBO.","STAGE DEPENDENCIES":{"Stage-8":{"ROOT STAGE":"TRUE"},"Stage-3":{"DEPENDENT STAGES":"Stage-8"},"Stage-0":{"DEPENDENT STAGES":"Stage-3"}},"STAGE PLANS":{"Stage-8":{"Map Reduce Local Work":{"Alias -> Map Local Tables:":{"$hdt$_1:cd":{"Fetch Operator":{"limit:":"-1"}},"$hdt$_2:hd":{"Fetch Operator":{"limit:":"-1"}}},"Alias -> Map Local Operator Tree:":{"$hdt$_1:cd":{"TableScan":{"alias:":"cd","columns:":["cint"],"database:":"default","filterExpr:":"cint is not null (type: boolean)","Statistics:":"Num rows: 20 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE","table:":"small_alltypesorc_a_n1","isTempTable:":"false","OperatorId:":"TS_2","children":{"Filter Operator":{"predicate:":"cint is not null (type: boolean)","Statistics:":"Num rows: 10 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"FIL_20","children":{"Select Operator":{"expressions:":"cint (type: int)","columnExprMap:":{"_col0":"cint"},"outputColumnNames:":["_col0"],"Statistics:":"Num rows: 10 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"SEL_4","children":{"HashTable Sink Operator":{"keys:":{"0":"_col0 (type: int)","1":"_col0 (type: int)"},"OperatorId:":"HASHTABLESINK_30"}}}}}}}},"$hdt$_2:hd":{"TableScan":{"alias:":"hd","columns:":["cstring1"],"database:":"default","filterExpr:":"cstring1 is not null (type: boolean)","Statistics:":"Num rows: 20 Data size: 990 Basic stats: COMPLETE Column stats: COMPLETE","table:":"small_alltypesorc_a_n1","isTempTable:":"false","OperatorId:":"TS_5","children":{"Filter Operator":{"predicate:":"cstring1 is not null (type: boolean)","Statistics:":"Num rows: 10 Data size: 540 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"FIL_21","children":{"Select Operator":{"expressions:":"cstring1 (type: string)","columnExprMap:":{"_col0":"cstring1"},"outputColumnNames:":["_col0"],"Statistics:":"Num rows: 10 Data size: 540 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"SEL_7","children":{"HashTable Sink Operator":{"keys:":{"0":"_col1 (type: string)","1":"_col0 (type: string)"},"OperatorId:":"HASHTABLESINK_28"}}}}}}}}}}},"Stage-3":{"Map Reduce":{"Map Operator Tree:":[{"TableScan":{"alias:":"c","columns:":["cint","cstring1"],"database:":"default","Statistics:":"Num rows: 20 Data size: 1034 Basic stats: COMPLETE Column stats: COMPLETE","table:":"small_alltypesorc_a_n1","TableScan Vectorization:":{"native:":"true","vectorizationSchemaColumns:":"[0:ctinyint:tinyint, 1:csmallint:smallint, 2:cint:int, 3:cbigint:bigint, 4:cfloat:float, 5:cdouble:double, 6:cstring1:string, 7:cstring2:string, 8:ctimestamp1:timestamp, 9:ctimestamp2:timestamp, 10:cboolean1:boolean, 11:cboolean2:boolean, 12:ROW__ID:struct]"},"isTempTable:":"false","OperatorId:":"TS_0","children":{"Select Operator":{"expressions:":"cint (type: int), cstring1 (type: string)","columnExprMap:":{"_col0":"cint","_col1":"cstring1"},"outputColumnNames:":["_col0","_col1"],"Select Vectorization:":{"className:":"VectorSelectOperator","native:":"true","projectedOutputColumnNums:":"[2, 6]"},"Statistics:":"Num rows: 20 Data size: 1034 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"SEL_32","children":{"Map Join Operator":{"columnExprMap:":{"_col1":"0:_col1"},"condition map:":[{"":"Left Outer Join 0 to 1"}],"keys:":{"0":"_col0 (type: int)","1":"_col0 (type: int)"},"Map Join Vectorization:":{"bigTableKeyExpressions:":["col 2:int"],"bigTableValueExpressions:":["col 6:string"],"className:":"VectorMapJoinOperator","native:":"false","nativeConditionsMet:":["hive.mapjoin.optimized.hashtable IS true","hive.vectorized.execution.mapjoin.native.enabled IS true","One MapJoin Condition IS true","No nullsafe IS true","Small table vectorizes IS true","Outer Join has keys IS true","Optimized Table and Supports Key Types IS true"],"nativeConditionsNotMet:":["hive.execution.engine mr IN [tez, spark] IS false"]},"outputColumnNames:":["_col1"],"Statistics:":"Num rows: 45 Data size: 3240 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"MAPJOIN_33","children":{"Map Join Operator":{"condition map:":[{"":"Left Outer Join 0 to 1"}],"keys:":{"0":"_col1 (type: string)","1":"_col0 (type: string)"},"Map Join Vectorization:":{"bigTableKeyExpressions:":["col 0:string"],"className:":"VectorMapJoinOperator","native:":"false","nativeConditionsMet:":["hive.mapjoin.optimized.hashtable IS true","hive.vectorized.execution.mapjoin.native.enabled IS true","One MapJoin Condition IS true","No nullsafe IS true","Small table vectorizes IS true","Outer Join has keys IS true","Optimized Table and Supports Key Types IS true"],"nativeConditionsNotMet:":["hive.execution.engine mr IN [tez, spark] IS false"]},"Statistics:":"Num rows: 101 Data size: 808 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"MAPJOIN_34","children":{"Group By Operator":{"aggregations:":["count()"],"Group By Vectorization:":{"aggregators:":["VectorUDAFCountStar(*) -> bigint"],"className:":"VectorGroupByOperator","groupByMode:":"HASH","native:":"false","vectorProcessingMode:":"HASH","projectedOutputColumnNums:":"[0]"},"minReductionHashAggr:":"0.99","mode:":"hash","outputColumnNames:":["_col0"],"Statistics:":"Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"GBY_35","children":{"Reduce Output Operator":{"columnExprMap:":{"VALUE._col0":"_col0"},"sort order:":"","Reduce Sink Vectorization:":{"className:":"VectorReduceSinkOperator","native:":"false","nativeConditionsMet:":["hive.vectorized.execution.reducesink.new.enabled IS true","No PTF TopN IS true","No DISTINCT columns IS true","BinarySortableSerDe for keys IS true","LazyBinarySerDe for values IS true"],"nativeConditionsNotMet:":["hive.execution.engine mr IN [tez, spark] IS false"]},"Statistics:":"Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE","value expressions:":"_col0 (type: bigint)","OperatorId:":"RS_36"}}}}}}}}}}}}],"Execution mode:":"vectorized","Map Vectorization:":{"enabled:":"true","enabledConditionsMet:":["hive.vectorized.use.vectorized.input.format IS true"],"inputFormatFeatureSupport:":"[DECIMAL_64]","featureSupportInUse:":"[DECIMAL_64]","inputFileFormats:":["org.apache.hadoop.hive.ql.io.orc.OrcInputFormat"],"allNative:":"false","usesVectorUDFAdaptor:":"false","vectorized:":"true","rowBatchContext:":{"dataColumnCount:":"12","includeColumns:":"[2, 6]","dataColumns:":["ctinyint:tinyint","csmallint:smallint","cint:int","cbigint:bigint","cfloat:float","cdouble:double","cstring1:string","cstring2:string","ctimestamp1:timestamp","ctimestamp2:timestamp","cboolean1:boolean","cboolean2:boolean"],"partitionColumnCount:":"0","scratchColumnTypeNames:":"[]"}},"Local Work:":{"Map Reduce Local Work":{}},"Reduce Vectorization:":{"enabled:":"false","enableConditionsMet:":["hive.vectorized.execution.reduce.enabled IS true"],"enableConditionsNotMet:":["hive.execution.engine mr IN [tez, spark] IS false"]},"Reduce Operator Tree:":{"Group By Operator":{"aggregations:":["count(VALUE._col0)"],"mode:":"mergepartial","outputColumnNames:":["_col0"],"Statistics:":"Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"GBY_17","children":{"File Output Operator":{"compressed:":"false","Statistics:":"Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE","table:":{"input format:":"org.apache.hadoop.mapred.SequenceFileInputFormat","output format:":"org.apache.hadoop.hive.ql.io.HiveSequenceFileOutputFormat","serde:":"org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe"},"OperatorId:":"FS_19"}}}}}},"Stage-0":{"Fetch Operator":{"limit:":"-1","Processor Tree:":{"ListSink":{"OperatorId:":"LIST_SINK_37"}}}}}} +{"CBOPlan":"{\n \"rels\": [\n {\n \"id\": \"0\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveTableScan\",\n \"table\": [\n \"default\",\n \"small_alltypesorc_a_n1\"\n ],\n \"table:alias\": \"c\",\n \"inputs\": [],\n \"rowCount\": 20.0,\n \"avgRowSize\": 10.0,\n \"rowType\": [\n {\n \"type\": \"TINYINT\",\n \"nullable\": true,\n \"name\": \"ctinyint\"\n },\n {\n \"type\": \"SMALLINT\",\n \"nullable\": true,\n \"name\": \"csmallint\"\n },\n {\n \"type\": \"INTEGER\",\n \"nullable\": true,\n \"name\": \"cint\"\n },\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"cbigint\"\n },\n {\n \"type\": \"FLOAT\",\n \"nullable\": true,\n \"name\": \"cfloat\"\n },\n {\n \"type\": \"DOUBLE\",\n \"nullable\": true,\n \"name\": \"cdouble\"\n },\n {\n \"type\": \"VARCHAR\",\n \"nullable\": true,\n \"precision\": 2147483647,\n \"name\": \"cstring1\"\n },\n {\n \"type\": \"VARCHAR\",\n \"nullable\": true,\n \"precision\": 2147483647,\n \"name\": \"cstring2\"\n },\n {\n \"type\": \"TIMESTAMP\",\n \"nullable\": true,\n \"precision\": 9,\n \"name\": \"ctimestamp1\"\n },\n {\n \"type\": \"TIMESTAMP\",\n \"nullable\": true,\n \"precision\": 9,\n \"name\": \"ctimestamp2\"\n },\n {\n \"type\": \"BOOLEAN\",\n \"nullable\": true,\n \"name\": \"cboolean1\"\n },\n {\n \"type\": \"BOOLEAN\",\n \"nullable\": true,\n \"name\": \"cboolean2\"\n },\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"BLOCK__OFFSET__INSIDE__FILE\"\n },\n {\n \"type\": \"VARCHAR\",\n \"nullable\": true,\n \"precision\": 2147483647,\n \"name\": \"INPUT__FILE__NAME\"\n },\n {\n \"fields\": [\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"writeid\"\n },\n {\n \"type\": \"INTEGER\",\n \"nullable\": true,\n \"name\": \"bucketid\"\n },\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"rowid\"\n }\n ],\n \"name\": \"ROW__ID\"\n }\n ],\n \"colStats\": [\n {\n \"name\": \"cint\",\n \"ndv\": 8,\n \"minValue\": -738306196,\n \"maxValue\": 626923679\n },\n {\n \"name\": \"cstring1\",\n \"ndv\": 8\n },\n {\n \"name\": \"ctinyint\",\n \"ndv\": 2,\n \"minValue\": -64,\n \"maxValue\": -51\n },\n {\n \"name\": \"csmallint\",\n \"ndv\": 6,\n \"minValue\": -15920,\n \"maxValue\": -6907\n },\n {\n \"name\": \"cbigint\",\n \"ndv\": 15,\n \"minValue\": -1970551565,\n \"maxValue\": 1086455747\n },\n {\n \"name\": \"cfloat\",\n \"ndv\": 2,\n \"minValue\": -64.0,\n \"maxValue\": -51.0\n },\n {\n \"name\": \"cdouble\",\n \"ndv\": 6,\n \"minValue\": -15920.0,\n \"maxValue\": -6907.0\n },\n {\n \"name\": \"cstring2\",\n \"ndv\": 15\n },\n {\n \"name\": \"ctimestamp1\",\n \"ndv\": 0,\n \"minValue\": -28810,\n \"maxValue\": -28789\n },\n {\n \"name\": \"ctimestamp2\",\n \"ndv\": 0,\n \"minValue\": -28812,\n \"maxValue\": -28786\n },\n {\n \"name\": \"cboolean1\",\n \"ndv\": 2\n },\n {\n \"name\": \"cboolean2\",\n \"ndv\": 2\n }\n ]\n },\n {\n \"id\": \"1\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveProject\",\n \"fields\": [\n \"cint\",\n \"cstring1\"\n ],\n \"exprs\": [\n {\n \"input\": 2,\n \"name\": \"$2\"\n },\n {\n \"input\": 6,\n \"name\": \"$6\"\n }\n ],\n \"rowCount\": 20.0\n },\n {\n \"id\": \"2\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveTableScan\",\n \"table\": [\n \"default\",\n \"small_alltypesorc_a_n1\"\n ],\n \"table:alias\": \"cd\",\n \"inputs\": [],\n \"rowCount\": 20.0,\n \"avgRowSize\": 4.0,\n \"rowType\": [\n {\n \"type\": \"TINYINT\",\n \"nullable\": true,\n \"name\": \"ctinyint\"\n },\n {\n \"type\": \"SMALLINT\",\n \"nullable\": true,\n \"name\": \"csmallint\"\n },\n {\n \"type\": \"INTEGER\",\n \"nullable\": true,\n \"name\": \"cint\"\n },\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"cbigint\"\n },\n {\n \"type\": \"FLOAT\",\n \"nullable\": true,\n \"name\": \"cfloat\"\n },\n {\n \"type\": \"DOUBLE\",\n \"nullable\": true,\n \"name\": \"cdouble\"\n },\n {\n \"type\": \"VARCHAR\",\n \"nullable\": true,\n \"precision\": 2147483647,\n \"name\": \"cstring1\"\n },\n {\n \"type\": \"VARCHAR\",\n \"nullable\": true,\n \"precision\": 2147483647,\n \"name\": \"cstring2\"\n },\n {\n \"type\": \"TIMESTAMP\",\n \"nullable\": true,\n \"precision\": 9,\n \"name\": \"ctimestamp1\"\n },\n {\n \"type\": \"TIMESTAMP\",\n \"nullable\": true,\n \"precision\": 9,\n \"name\": \"ctimestamp2\"\n },\n {\n \"type\": \"BOOLEAN\",\n \"nullable\": true,\n \"name\": \"cboolean1\"\n },\n {\n \"type\": \"BOOLEAN\",\n \"nullable\": true,\n \"name\": \"cboolean2\"\n },\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"BLOCK__OFFSET__INSIDE__FILE\"\n },\n {\n \"type\": \"VARCHAR\",\n \"nullable\": true,\n \"precision\": 2147483647,\n \"name\": \"INPUT__FILE__NAME\"\n },\n {\n \"fields\": [\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"writeid\"\n },\n {\n \"type\": \"INTEGER\",\n \"nullable\": true,\n \"name\": \"bucketid\"\n },\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"rowid\"\n }\n ],\n \"name\": \"ROW__ID\"\n }\n ],\n \"colStats\": [\n {\n \"name\": \"cint\",\n \"ndv\": 8,\n \"minValue\": -738306196,\n \"maxValue\": 626923679\n },\n {\n \"name\": \"ctinyint\",\n \"ndv\": 2,\n \"minValue\": -64,\n \"maxValue\": -51\n },\n {\n \"name\": \"csmallint\",\n \"ndv\": 6,\n \"minValue\": -15920,\n \"maxValue\": -6907\n },\n {\n \"name\": \"cbigint\",\n \"ndv\": 15,\n \"minValue\": -1970551565,\n \"maxValue\": 1086455747\n },\n {\n \"name\": \"cfloat\",\n \"ndv\": 2,\n \"minValue\": -64.0,\n \"maxValue\": -51.0\n },\n {\n \"name\": \"cdouble\",\n \"ndv\": 6,\n \"minValue\": -15920.0,\n \"maxValue\": -6907.0\n },\n {\n \"name\": \"cstring1\",\n \"ndv\": 8\n },\n {\n \"name\": \"cstring2\",\n \"ndv\": 15\n },\n {\n \"name\": \"ctimestamp1\",\n \"ndv\": 0,\n \"minValue\": -28810,\n \"maxValue\": -28789\n },\n {\n \"name\": \"ctimestamp2\",\n \"ndv\": 0,\n \"minValue\": -28812,\n \"maxValue\": -28786\n },\n {\n \"name\": \"cboolean1\",\n \"ndv\": 2\n },\n {\n \"name\": \"cboolean2\",\n \"ndv\": 2\n }\n ]\n },\n {\n \"id\": \"3\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveFilter\",\n \"condition\": {\n \"op\": {\n \"name\": \"IS NOT NULL\",\n \"kind\": \"IS_NOT_NULL\",\n \"syntax\": \"POSTFIX\"\n },\n \"operands\": [\n {\n \"input\": 2,\n \"name\": \"$2\"\n }\n ]\n },\n \"rowCount\": 10.0\n },\n {\n \"id\": \"4\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveProject\",\n \"fields\": [\n \"cint\"\n ],\n \"exprs\": [\n {\n \"input\": 2,\n \"name\": \"$2\"\n }\n ],\n \"rowCount\": 10.0\n },\n {\n \"id\": \"5\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveJoin\",\n \"condition\": {\n \"op\": {\n \"name\": \"=\",\n \"kind\": \"EQUALS\",\n \"syntax\": \"BINARY\"\n },\n \"operands\": [\n {\n \"input\": 2,\n \"name\": \"$2\"\n },\n {\n \"input\": 0,\n \"name\": \"$0\"\n }\n ]\n },\n \"joinType\": \"left\",\n \"algorithm\": \"none\",\n \"cost\": \"not available\",\n \"inputs\": [\n \"1\",\n \"4\"\n ],\n \"rowCount\": 25.0\n },\n {\n \"id\": \"6\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveTableScan\",\n \"table\": [\n \"default\",\n \"small_alltypesorc_a_n1\"\n ],\n \"table:alias\": \"hd\",\n \"inputs\": [],\n \"rowCount\": 20.0,\n \"avgRowSize\": 6.0,\n \"rowType\": [\n {\n \"type\": \"TINYINT\",\n \"nullable\": true,\n \"name\": \"ctinyint\"\n },\n {\n \"type\": \"SMALLINT\",\n \"nullable\": true,\n \"name\": \"csmallint\"\n },\n {\n \"type\": \"INTEGER\",\n \"nullable\": true,\n \"name\": \"cint\"\n },\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"cbigint\"\n },\n {\n \"type\": \"FLOAT\",\n \"nullable\": true,\n \"name\": \"cfloat\"\n },\n {\n \"type\": \"DOUBLE\",\n \"nullable\": true,\n \"name\": \"cdouble\"\n },\n {\n \"type\": \"VARCHAR\",\n \"nullable\": true,\n \"precision\": 2147483647,\n \"name\": \"cstring1\"\n },\n {\n \"type\": \"VARCHAR\",\n \"nullable\": true,\n \"precision\": 2147483647,\n \"name\": \"cstring2\"\n },\n {\n \"type\": \"TIMESTAMP\",\n \"nullable\": true,\n \"precision\": 9,\n \"name\": \"ctimestamp1\"\n },\n {\n \"type\": \"TIMESTAMP\",\n \"nullable\": true,\n \"precision\": 9,\n \"name\": \"ctimestamp2\"\n },\n {\n \"type\": \"BOOLEAN\",\n \"nullable\": true,\n \"name\": \"cboolean1\"\n },\n {\n \"type\": \"BOOLEAN\",\n \"nullable\": true,\n \"name\": \"cboolean2\"\n },\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"BLOCK__OFFSET__INSIDE__FILE\"\n },\n {\n \"type\": \"VARCHAR\",\n \"nullable\": true,\n \"precision\": 2147483647,\n \"name\": \"INPUT__FILE__NAME\"\n },\n {\n \"fields\": [\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"writeid\"\n },\n {\n \"type\": \"INTEGER\",\n \"nullable\": true,\n \"name\": \"bucketid\"\n },\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"rowid\"\n }\n ],\n \"name\": \"ROW__ID\"\n }\n ],\n \"colStats\": [\n {\n \"name\": \"cstring1\",\n \"ndv\": 8\n },\n {\n \"name\": \"ctinyint\",\n \"ndv\": 2,\n \"minValue\": -64,\n \"maxValue\": -51\n },\n {\n \"name\": \"csmallint\",\n \"ndv\": 6,\n \"minValue\": -15920,\n \"maxValue\": -6907\n },\n {\n \"name\": \"cint\",\n \"ndv\": 8,\n \"minValue\": -738306196,\n \"maxValue\": 626923679\n },\n {\n \"name\": \"cbigint\",\n \"ndv\": 15,\n \"minValue\": -1970551565,\n \"maxValue\": 1086455747\n },\n {\n \"name\": \"cfloat\",\n \"ndv\": 2,\n \"minValue\": -64.0,\n \"maxValue\": -51.0\n },\n {\n \"name\": \"cdouble\",\n \"ndv\": 6,\n \"minValue\": -15920.0,\n \"maxValue\": -6907.0\n },\n {\n \"name\": \"cstring2\",\n \"ndv\": 15\n },\n {\n \"name\": \"ctimestamp1\",\n \"ndv\": 0,\n \"minValue\": -28810,\n \"maxValue\": -28789\n },\n {\n \"name\": \"ctimestamp2\",\n \"ndv\": 0,\n \"minValue\": -28812,\n \"maxValue\": -28786\n },\n {\n \"name\": \"cboolean1\",\n \"ndv\": 2\n },\n {\n \"name\": \"cboolean2\",\n \"ndv\": 2\n }\n ]\n },\n {\n \"id\": \"7\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveFilter\",\n \"condition\": {\n \"op\": {\n \"name\": \"IS NOT NULL\",\n \"kind\": \"IS_NOT_NULL\",\n \"syntax\": \"POSTFIX\"\n },\n \"operands\": [\n {\n \"input\": 6,\n \"name\": \"$6\"\n }\n ]\n },\n \"rowCount\": 10.0\n },\n {\n \"id\": \"8\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveProject\",\n \"fields\": [\n \"cstring1\"\n ],\n \"exprs\": [\n {\n \"input\": 6,\n \"name\": \"$6\"\n }\n ],\n \"rowCount\": 10.0\n },\n {\n \"id\": \"9\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveJoin\",\n \"condition\": {\n \"op\": {\n \"name\": \"=\",\n \"kind\": \"EQUALS\",\n \"syntax\": \"BINARY\"\n },\n \"operands\": [\n {\n \"input\": 3,\n \"name\": \"$3\"\n },\n {\n \"input\": 1,\n \"name\": \"$1\"\n }\n ]\n },\n \"joinType\": \"left\",\n \"algorithm\": \"none\",\n \"cost\": \"not available\",\n \"inputs\": [\n \"5\",\n \"8\"\n ],\n \"rowCount\": 31.25\n },\n {\n \"id\": \"10\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveAggregate\",\n \"group\": [],\n \"aggs\": [\n {\n \"agg\": {\n \"name\": \"count\",\n \"kind\": \"COUNT\",\n \"syntax\": \"FUNCTION_STAR\"\n },\n \"type\": {\n \"type\": \"BIGINT\",\n \"nullable\": true\n },\n \"distinct\": false,\n \"operands\": [],\n \"name\": null\n }\n ],\n \"rowCount\": 1.0\n }\n ]\n}","optimizedSQL":"SELECT COUNT(*) AS `$f0`\nFROM (SELECT `cint`, `cstring1`\nFROM `default`.`small_alltypesorc_a_n1`) AS `t`\nLEFT JOIN (SELECT `cint`\nFROM `default`.`small_alltypesorc_a_n1`\nWHERE `cint` IS NOT NULL) AS `t1` ON `t`.`cint` = `t1`.`cint`\nLEFT JOIN (SELECT `cstring1`\nFROM `default`.`small_alltypesorc_a_n1`\nWHERE `cstring1` IS NOT NULL) AS `t3` ON `t`.`cstring1` = `t3`.`cstring1`","PLAN VECTORIZATION":{"enabled":true,"enabledConditionsMet":["hive.vectorized.execution.enabled IS true"]},"cboInfo":"Plan optimized by CBO.","STAGE DEPENDENCIES":{"Stage-8":{"ROOT STAGE":"TRUE"},"Stage-3":{"DEPENDENT STAGES":"Stage-8"},"Stage-0":{"DEPENDENT STAGES":"Stage-3"}},"STAGE PLANS":{"Stage-8":{"Map Reduce Local Work":{"Alias -> Map Local Tables:":{"$hdt$_1:cd":{"Fetch Operator":{"limit:":"-1"}},"$hdt$_2:hd":{"Fetch Operator":{"limit:":"-1"}}},"Alias -> Map Local Operator Tree:":{"$hdt$_1:cd":{"TableScan":{"alias:":"cd","columns:":["cint"],"database:":"default","filterExpr:":"cint is not null (type: boolean)","Statistics:":"Num rows: 20 Data size: 44 Basic stats: COMPLETE Column stats: COMPLETE","table:":"small_alltypesorc_a_n1","isTempTable:":"false","OperatorId:":"TS_2","children":{"Filter Operator":{"predicate:":"cint is not null (type: boolean)","Statistics:":"Num rows: 10 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"FIL_20","children":{"Select Operator":{"expressions:":"cint (type: int)","columnExprMap:":{"_col0":"cint"},"outputColumnNames:":["_col0"],"Statistics:":"Num rows: 10 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"SEL_4","children":{"HashTable Sink Operator":{"keys:":{"0":"_col0 (type: int)","1":"_col0 (type: int)"},"OperatorId:":"HASHTABLESINK_30"}}}}}}}},"$hdt$_2:hd":{"TableScan":{"alias:":"hd","columns:":["cstring1"],"database:":"default","filterExpr:":"cstring1 is not null (type: boolean)","Statistics:":"Num rows: 20 Data size: 990 Basic stats: COMPLETE Column stats: COMPLETE","table:":"small_alltypesorc_a_n1","isTempTable:":"false","OperatorId:":"TS_5","children":{"Filter Operator":{"predicate:":"cstring1 is not null (type: boolean)","Statistics:":"Num rows: 10 Data size: 540 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"FIL_21","children":{"Select Operator":{"expressions:":"cstring1 (type: string)","columnExprMap:":{"_col0":"cstring1"},"outputColumnNames:":["_col0"],"Statistics:":"Num rows: 10 Data size: 540 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"SEL_7","children":{"HashTable Sink Operator":{"keys:":{"0":"_col1 (type: string)","1":"_col0 (type: string)"},"OperatorId:":"HASHTABLESINK_28"}}}}}}}}}}},"Stage-3":{"Map Reduce":{"Map Operator Tree:":[{"TableScan":{"alias:":"c","columns:":["cint","cstring1"],"database:":"default","Statistics:":"Num rows: 20 Data size: 1034 Basic stats: COMPLETE Column stats: COMPLETE","table:":"small_alltypesorc_a_n1","TableScan Vectorization:":{"native:":"true","vectorizationSchemaColumns:":"[0:ctinyint:tinyint, 1:csmallint:smallint, 2:cint:int, 3:cbigint:bigint, 4:cfloat:float, 5:cdouble:double, 6:cstring1:string, 7:cstring2:string, 8:ctimestamp1:timestamp, 9:ctimestamp2:timestamp, 10:cboolean1:boolean, 11:cboolean2:boolean, 12:ROW__ID:struct]"},"isTempTable:":"false","OperatorId:":"TS_0","children":{"Select Operator":{"expressions:":"cint (type: int), cstring1 (type: string)","columnExprMap:":{"_col0":"cint","_col1":"cstring1"},"outputColumnNames:":["_col0","_col1"],"Select Vectorization:":{"className:":"VectorSelectOperator","native:":"true","projectedOutputColumnNums:":"[2, 6]"},"Statistics:":"Num rows: 20 Data size: 1034 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"SEL_32","children":{"Map Join Operator":{"columnExprMap:":{"_col1":"0:_col1"},"condition map:":[{"":"Left Outer Join 0 to 1"}],"keys:":{"0":"_col0 (type: int)","1":"_col0 (type: int)"},"Map Join Vectorization:":{"bigTableKeyExpressions:":["col 2:int"],"bigTableValueExpressions:":["col 6:string"],"className:":"VectorMapJoinOperator","native:":"false","nativeConditionsMet:":["hive.mapjoin.optimized.hashtable IS true","hive.vectorized.execution.mapjoin.native.enabled IS true","One MapJoin Condition IS true","No nullsafe IS true","Small table vectorizes IS true","Outer Join has keys IS true","Optimized Table and Supports Key Types IS true"],"nativeConditionsNotMet:":["hive.execution.engine mr IN [tez, spark] IS false"]},"outputColumnNames:":["_col1"],"Statistics:":"Num rows: 45 Data size: 3240 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"MAPJOIN_33","children":{"Map Join Operator":{"condition map:":[{"":"Left Outer Join 0 to 1"}],"keys:":{"0":"_col1 (type: string)","1":"_col0 (type: string)"},"Map Join Vectorization:":{"bigTableKeyExpressions:":["col 0:string"],"className:":"VectorMapJoinOperator","native:":"false","nativeConditionsMet:":["hive.mapjoin.optimized.hashtable IS true","hive.vectorized.execution.mapjoin.native.enabled IS true","One MapJoin Condition IS true","No nullsafe IS true","Small table vectorizes IS true","Outer Join has keys IS true","Optimized Table and Supports Key Types IS true"],"nativeConditionsNotMet:":["hive.execution.engine mr IN [tez, spark] IS false"]},"Statistics:":"Num rows: 101 Data size: 808 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"MAPJOIN_34","children":{"Group By Operator":{"aggregations:":["count()"],"Group By Vectorization:":{"aggregators:":["VectorUDAFCountStar(*) -> bigint"],"className:":"VectorGroupByOperator","groupByMode:":"HASH","native:":"false","vectorProcessingMode:":"HASH","projectedOutputColumnNums:":"[0]"},"minReductionHashAggr:":"0.99","mode:":"hash","outputColumnNames:":["_col0"],"Statistics:":"Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"GBY_35","children":{"Reduce Output Operator":{"columnExprMap:":{"VALUE._col0":"_col0"},"null sort order:":"","sort order:":"","Reduce Sink Vectorization:":{"className:":"VectorReduceSinkOperator","native:":"false","nativeConditionsMet:":["hive.vectorized.execution.reducesink.new.enabled IS true","No PTF TopN IS true","No DISTINCT columns IS true","BinarySortableSerDe for keys IS true","LazyBinarySerDe for values IS true"],"nativeConditionsNotMet:":["hive.execution.engine mr IN [tez, spark] IS false"]},"Statistics:":"Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE","value expressions:":"_col0 (type: bigint)","OperatorId:":"RS_36"}}}}}}}}}}}}],"Execution mode:":"vectorized","Map Vectorization:":{"enabled:":"true","enabledConditionsMet:":["hive.vectorized.use.vectorized.input.format IS true"],"inputFormatFeatureSupport:":"[DECIMAL_64]","featureSupportInUse:":"[DECIMAL_64]","inputFileFormats:":["org.apache.hadoop.hive.ql.io.orc.OrcInputFormat"],"allNative:":"false","usesVectorUDFAdaptor:":"false","vectorized:":"true","rowBatchContext:":{"dataColumnCount:":"12","includeColumns:":"[2, 6]","dataColumns:":["ctinyint:tinyint","csmallint:smallint","cint:int","cbigint:bigint","cfloat:float","cdouble:double","cstring1:string","cstring2:string","ctimestamp1:timestamp","ctimestamp2:timestamp","cboolean1:boolean","cboolean2:boolean"],"partitionColumnCount:":"0","scratchColumnTypeNames:":"[]"}},"Local Work:":{"Map Reduce Local Work":{}},"Reduce Vectorization:":{"enabled:":"false","enableConditionsMet:":["hive.vectorized.execution.reduce.enabled IS true"],"enableConditionsNotMet:":["hive.execution.engine mr IN [tez, spark] IS false"]},"Reduce Operator Tree:":{"Group By Operator":{"aggregations:":["count(VALUE._col0)"],"mode:":"mergepartial","outputColumnNames:":["_col0"],"Statistics:":"Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"GBY_17","children":{"File Output Operator":{"compressed:":"false","Statistics:":"Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE","table:":{"input format:":"org.apache.hadoop.mapred.SequenceFileInputFormat","output format:":"org.apache.hadoop.hive.ql.io.HiveSequenceFileOutputFormat","serde:":"org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe"},"OperatorId:":"FS_19"}}}}}},"Stage-0":{"Fetch Operator":{"limit:":"-1","Processor Tree:":{"ListSink":{"OperatorId:":"LIST_SINK_37"}}}}}} PREHOOK: query: select count(*) from (select c.cstring1 from small_alltypesorc_a_n1 c left outer join small_alltypesorc_a_n1 cd @@ -292,7 +292,7 @@ left outer join small_alltypesorc_a_n1 hd POSTHOOK: type: QUERY POSTHOOK: Input: default@small_alltypesorc_a_n1 #### A masked pattern was here #### -{"CBOPlan":"{\n \"rels\": [\n {\n \"id\": \"0\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveTableScan\",\n \"table\": [\n \"default\",\n \"small_alltypesorc_a_n1\"\n ],\n \"table:alias\": \"c\",\n \"inputs\": [],\n \"rowCount\": 20.0,\n \"avgRowSize\": 14.75,\n \"rowType\": [\n {\n \"type\": \"TINYINT\",\n \"nullable\": true,\n \"name\": \"ctinyint\"\n },\n {\n \"type\": \"SMALLINT\",\n \"nullable\": true,\n \"name\": \"csmallint\"\n },\n {\n \"type\": \"INTEGER\",\n \"nullable\": true,\n \"name\": \"cint\"\n },\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"cbigint\"\n },\n {\n \"type\": \"FLOAT\",\n \"nullable\": true,\n \"name\": \"cfloat\"\n },\n {\n \"type\": \"DOUBLE\",\n \"nullable\": true,\n \"name\": \"cdouble\"\n },\n {\n \"type\": \"VARCHAR\",\n \"nullable\": true,\n \"precision\": 2147483647,\n \"name\": \"cstring1\"\n },\n {\n \"type\": \"VARCHAR\",\n \"nullable\": true,\n \"precision\": 2147483647,\n \"name\": \"cstring2\"\n },\n {\n \"type\": \"TIMESTAMP\",\n \"nullable\": true,\n \"precision\": 9,\n \"name\": \"ctimestamp1\"\n },\n {\n \"type\": \"TIMESTAMP\",\n \"nullable\": true,\n \"precision\": 9,\n \"name\": \"ctimestamp2\"\n },\n {\n \"type\": \"BOOLEAN\",\n \"nullable\": true,\n \"name\": \"cboolean1\"\n },\n {\n \"type\": \"BOOLEAN\",\n \"nullable\": true,\n \"name\": \"cboolean2\"\n },\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"BLOCK__OFFSET__INSIDE__FILE\"\n },\n {\n \"type\": \"VARCHAR\",\n \"nullable\": true,\n \"precision\": 2147483647,\n \"name\": \"INPUT__FILE__NAME\"\n },\n {\n \"fields\": [\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"writeid\"\n },\n {\n \"type\": \"INTEGER\",\n \"nullable\": true,\n \"name\": \"bucketid\"\n },\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"rowid\"\n }\n ],\n \"name\": \"ROW__ID\"\n }\n ],\n \"colStats\": [\n {\n \"name\": \"cstring1\",\n \"ndv\": 8\n },\n {\n \"name\": \"cstring2\",\n \"ndv\": 15\n },\n {\n \"name\": \"ctinyint\",\n \"ndv\": 2,\n \"minValue\": -64,\n \"maxValue\": -51\n },\n {\n \"name\": \"csmallint\",\n \"ndv\": 6,\n \"minValue\": -15920,\n \"maxValue\": -6907\n },\n {\n \"name\": \"cint\",\n \"ndv\": 8,\n \"minValue\": -738306196,\n \"maxValue\": 626923679\n },\n {\n \"name\": \"cbigint\",\n \"ndv\": 15,\n \"minValue\": -1970551565,\n \"maxValue\": 1086455747\n },\n {\n \"name\": \"cfloat\",\n \"ndv\": 2,\n \"minValue\": -64.0,\n \"maxValue\": -51.0\n },\n {\n \"name\": \"cdouble\",\n \"ndv\": 6,\n \"minValue\": -15920.0,\n \"maxValue\": -6907.0\n },\n {\n \"name\": \"ctimestamp1\",\n \"ndv\": 0,\n \"minValue\": -28810,\n \"maxValue\": -28789\n },\n {\n \"name\": \"ctimestamp2\",\n \"ndv\": 0,\n \"minValue\": -28812,\n \"maxValue\": -28786\n },\n {\n \"name\": \"cboolean1\",\n \"ndv\": 2\n },\n {\n \"name\": \"cboolean2\",\n \"ndv\": 2\n }\n ]\n },\n {\n \"id\": \"1\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveProject\",\n \"fields\": [\n \"cstring1\",\n \"cstring2\"\n ],\n \"exprs\": [\n {\n \"input\": 6,\n \"name\": \"$6\"\n },\n {\n \"input\": 7,\n \"name\": \"$7\"\n }\n ],\n \"rowCount\": 20.0\n },\n {\n \"id\": \"2\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveTableScan\",\n \"table\": [\n \"default\",\n \"small_alltypesorc_a_n1\"\n ],\n \"table:alias\": \"cd\",\n \"inputs\": [],\n \"rowCount\": 20.0,\n \"avgRowSize\": 8.75,\n \"rowType\": [\n {\n \"type\": \"TINYINT\",\n \"nullable\": true,\n \"name\": \"ctinyint\"\n },\n {\n \"type\": \"SMALLINT\",\n \"nullable\": true,\n \"name\": \"csmallint\"\n },\n {\n \"type\": \"INTEGER\",\n \"nullable\": true,\n \"name\": \"cint\"\n },\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"cbigint\"\n },\n {\n \"type\": \"FLOAT\",\n \"nullable\": true,\n \"name\": \"cfloat\"\n },\n {\n \"type\": \"DOUBLE\",\n \"nullable\": true,\n \"name\": \"cdouble\"\n },\n {\n \"type\": \"VARCHAR\",\n \"nullable\": true,\n \"precision\": 2147483647,\n \"name\": \"cstring1\"\n },\n {\n \"type\": \"VARCHAR\",\n \"nullable\": true,\n \"precision\": 2147483647,\n \"name\": \"cstring2\"\n },\n {\n \"type\": \"TIMESTAMP\",\n \"nullable\": true,\n \"precision\": 9,\n \"name\": \"ctimestamp1\"\n },\n {\n \"type\": \"TIMESTAMP\",\n \"nullable\": true,\n \"precision\": 9,\n \"name\": \"ctimestamp2\"\n },\n {\n \"type\": \"BOOLEAN\",\n \"nullable\": true,\n \"name\": \"cboolean1\"\n },\n {\n \"type\": \"BOOLEAN\",\n \"nullable\": true,\n \"name\": \"cboolean2\"\n },\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"BLOCK__OFFSET__INSIDE__FILE\"\n },\n {\n \"type\": \"VARCHAR\",\n \"nullable\": true,\n \"precision\": 2147483647,\n \"name\": \"INPUT__FILE__NAME\"\n },\n {\n \"fields\": [\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"writeid\"\n },\n {\n \"type\": \"INTEGER\",\n \"nullable\": true,\n \"name\": \"bucketid\"\n },\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"rowid\"\n }\n ],\n \"name\": \"ROW__ID\"\n }\n ],\n \"colStats\": [\n {\n \"name\": \"cstring2\",\n \"ndv\": 15\n },\n {\n \"name\": \"ctinyint\",\n \"ndv\": 2,\n \"minValue\": -64,\n \"maxValue\": -51\n },\n {\n \"name\": \"csmallint\",\n \"ndv\": 6,\n \"minValue\": -15920,\n \"maxValue\": -6907\n },\n {\n \"name\": \"cint\",\n \"ndv\": 8,\n \"minValue\": -738306196,\n \"maxValue\": 626923679\n },\n {\n \"name\": \"cbigint\",\n \"ndv\": 15,\n \"minValue\": -1970551565,\n \"maxValue\": 1086455747\n },\n {\n \"name\": \"cfloat\",\n \"ndv\": 2,\n \"minValue\": -64.0,\n \"maxValue\": -51.0\n },\n {\n \"name\": \"cdouble\",\n \"ndv\": 6,\n \"minValue\": -15920.0,\n \"maxValue\": -6907.0\n },\n {\n \"name\": \"cstring1\",\n \"ndv\": 8\n },\n {\n \"name\": \"ctimestamp1\",\n \"ndv\": 0,\n \"minValue\": -28810,\n \"maxValue\": -28789\n },\n {\n \"name\": \"ctimestamp2\",\n \"ndv\": 0,\n \"minValue\": -28812,\n \"maxValue\": -28786\n },\n {\n \"name\": \"cboolean1\",\n \"ndv\": 2\n },\n {\n \"name\": \"cboolean2\",\n \"ndv\": 2\n }\n ]\n },\n {\n \"id\": \"3\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveFilter\",\n \"condition\": {\n \"op\": {\n \"name\": \"IS NOT NULL\",\n \"kind\": \"IS_NOT_NULL\",\n \"syntax\": \"POSTFIX\"\n },\n \"operands\": [\n {\n \"input\": 7,\n \"name\": \"$7\"\n }\n ]\n },\n \"rowCount\": 15.0\n },\n {\n \"id\": \"4\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveProject\",\n \"fields\": [\n \"cstring2\"\n ],\n \"exprs\": [\n {\n \"input\": 7,\n \"name\": \"$7\"\n }\n ],\n \"rowCount\": 15.0\n },\n {\n \"id\": \"5\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveJoin\",\n \"condition\": {\n \"op\": {\n \"name\": \"=\",\n \"kind\": \"EQUALS\",\n \"syntax\": \"BINARY\"\n },\n \"operands\": [\n {\n \"input\": 2,\n \"name\": \"$2\"\n },\n {\n \"input\": 1,\n \"name\": \"$1\"\n }\n ]\n },\n \"joinType\": \"left\",\n \"algorithm\": \"none\",\n \"cost\": \"not available\",\n \"inputs\": [\n \"1\",\n \"4\"\n ],\n \"rowCount\": 20.0\n },\n {\n \"id\": \"6\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveTableScan\",\n \"table\": [\n \"default\",\n \"small_alltypesorc_a_n1\"\n ],\n \"table:alias\": \"hd\",\n \"inputs\": [],\n \"rowCount\": 20.0,\n \"avgRowSize\": 6.0,\n \"rowType\": [\n {\n \"type\": \"TINYINT\",\n \"nullable\": true,\n \"name\": \"ctinyint\"\n },\n {\n \"type\": \"SMALLINT\",\n \"nullable\": true,\n \"name\": \"csmallint\"\n },\n {\n \"type\": \"INTEGER\",\n \"nullable\": true,\n \"name\": \"cint\"\n },\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"cbigint\"\n },\n {\n \"type\": \"FLOAT\",\n \"nullable\": true,\n \"name\": \"cfloat\"\n },\n {\n \"type\": \"DOUBLE\",\n \"nullable\": true,\n \"name\": \"cdouble\"\n },\n {\n \"type\": \"VARCHAR\",\n \"nullable\": true,\n \"precision\": 2147483647,\n \"name\": \"cstring1\"\n },\n {\n \"type\": \"VARCHAR\",\n \"nullable\": true,\n \"precision\": 2147483647,\n \"name\": \"cstring2\"\n },\n {\n \"type\": \"TIMESTAMP\",\n \"nullable\": true,\n \"precision\": 9,\n \"name\": \"ctimestamp1\"\n },\n {\n \"type\": \"TIMESTAMP\",\n \"nullable\": true,\n \"precision\": 9,\n \"name\": \"ctimestamp2\"\n },\n {\n \"type\": \"BOOLEAN\",\n \"nullable\": true,\n \"name\": \"cboolean1\"\n },\n {\n \"type\": \"BOOLEAN\",\n \"nullable\": true,\n \"name\": \"cboolean2\"\n },\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"BLOCK__OFFSET__INSIDE__FILE\"\n },\n {\n \"type\": \"VARCHAR\",\n \"nullable\": true,\n \"precision\": 2147483647,\n \"name\": \"INPUT__FILE__NAME\"\n },\n {\n \"fields\": [\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"writeid\"\n },\n {\n \"type\": \"INTEGER\",\n \"nullable\": true,\n \"name\": \"bucketid\"\n },\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"rowid\"\n }\n ],\n \"name\": \"ROW__ID\"\n }\n ],\n \"colStats\": [\n {\n \"name\": \"cstring1\",\n \"ndv\": 8\n },\n {\n \"name\": \"ctinyint\",\n \"ndv\": 2,\n \"minValue\": -64,\n \"maxValue\": -51\n },\n {\n \"name\": \"csmallint\",\n \"ndv\": 6,\n \"minValue\": -15920,\n \"maxValue\": -6907\n },\n {\n \"name\": \"cint\",\n \"ndv\": 8,\n \"minValue\": -738306196,\n \"maxValue\": 626923679\n },\n {\n \"name\": \"cbigint\",\n \"ndv\": 15,\n \"minValue\": -1970551565,\n \"maxValue\": 1086455747\n },\n {\n \"name\": \"cfloat\",\n \"ndv\": 2,\n \"minValue\": -64.0,\n \"maxValue\": -51.0\n },\n {\n \"name\": \"cdouble\",\n \"ndv\": 6,\n \"minValue\": -15920.0,\n \"maxValue\": -6907.0\n },\n {\n \"name\": \"cstring2\",\n \"ndv\": 15\n },\n {\n \"name\": \"ctimestamp1\",\n \"ndv\": 0,\n \"minValue\": -28810,\n \"maxValue\": -28789\n },\n {\n \"name\": \"ctimestamp2\",\n \"ndv\": 0,\n \"minValue\": -28812,\n \"maxValue\": -28786\n },\n {\n \"name\": \"cboolean1\",\n \"ndv\": 2\n },\n {\n \"name\": \"cboolean2\",\n \"ndv\": 2\n }\n ]\n },\n {\n \"id\": \"7\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveFilter\",\n \"condition\": {\n \"op\": {\n \"name\": \"IS NOT NULL\",\n \"kind\": \"IS_NOT_NULL\",\n \"syntax\": \"POSTFIX\"\n },\n \"operands\": [\n {\n \"input\": 6,\n \"name\": \"$6\"\n }\n ]\n },\n \"rowCount\": 10.0\n },\n {\n \"id\": \"8\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveProject\",\n \"fields\": [\n \"cstring1\"\n ],\n \"exprs\": [\n {\n \"input\": 6,\n \"name\": \"$6\"\n }\n ],\n \"rowCount\": 10.0\n },\n {\n \"id\": \"9\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveJoin\",\n \"condition\": {\n \"op\": {\n \"name\": \"=\",\n \"kind\": \"EQUALS\",\n \"syntax\": \"BINARY\"\n },\n \"operands\": [\n {\n \"input\": 3,\n \"name\": \"$3\"\n },\n {\n \"input\": 0,\n \"name\": \"$0\"\n }\n ]\n },\n \"joinType\": \"left\",\n \"algorithm\": \"none\",\n \"cost\": \"not available\",\n \"inputs\": [\n \"5\",\n \"8\"\n ],\n \"rowCount\": 25.0\n },\n {\n \"id\": \"10\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveAggregate\",\n \"group\": [],\n \"aggs\": [\n {\n \"agg\": {\n \"name\": \"count\",\n \"kind\": \"COUNT\",\n \"syntax\": \"FUNCTION_STAR\"\n },\n \"type\": {\n \"type\": \"BIGINT\",\n \"nullable\": true\n },\n \"distinct\": false,\n \"operands\": [],\n \"name\": null\n }\n ],\n \"rowCount\": 1.0\n }\n ]\n}","optimizedSQL":"SELECT COUNT(*) AS `$f0`\nFROM (SELECT `cstring1`, `cstring2`\nFROM `default`.`small_alltypesorc_a_n1`) AS `t`\nLEFT JOIN (SELECT `cstring2`\nFROM `default`.`small_alltypesorc_a_n1`\nWHERE `cstring2` IS NOT NULL) AS `t1` ON `t`.`cstring2` = `t1`.`cstring2`\nLEFT JOIN (SELECT `cstring1`\nFROM `default`.`small_alltypesorc_a_n1`\nWHERE `cstring1` IS NOT NULL) AS `t3` ON `t`.`cstring1` = `t3`.`cstring1`","PLAN VECTORIZATION":{"enabled":true,"enabledConditionsMet":["hive.vectorized.execution.enabled IS true"]},"cboInfo":"Plan optimized by CBO.","STAGE DEPENDENCIES":{"Stage-8":{"ROOT STAGE":"TRUE"},"Stage-3":{"DEPENDENT STAGES":"Stage-8"},"Stage-0":{"DEPENDENT STAGES":"Stage-3"}},"STAGE PLANS":{"Stage-8":{"Map Reduce Local Work":{"Alias -> Map Local Tables:":{"$hdt$_1:cd":{"Fetch Operator":{"limit:":"-1"}},"$hdt$_2:hd":{"Fetch Operator":{"limit:":"-1"}}},"Alias -> Map Local Operator Tree:":{"$hdt$_1:cd":{"TableScan":{"alias:":"cd","columns:":["cstring2"],"database:":"default","filterExpr:":"cstring2 is not null (type: boolean)","Statistics:":"Num rows: 20 Data size: 1488 Basic stats: COMPLETE Column stats: COMPLETE","table:":"small_alltypesorc_a_n1","isTempTable:":"false","OperatorId:":"TS_2","children":{"Filter Operator":{"predicate:":"cstring2 is not null (type: boolean)","Statistics:":"Num rows: 15 Data size: 1116 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"FIL_20","children":{"Select Operator":{"expressions:":"cstring2 (type: string)","columnExprMap:":{"_col0":"cstring2"},"outputColumnNames:":["_col0"],"Statistics:":"Num rows: 15 Data size: 1116 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"SEL_4","children":{"HashTable Sink Operator":{"keys:":{"0":"_col1 (type: string)","1":"_col0 (type: string)"},"OperatorId:":"HASHTABLESINK_30"}}}}}}}},"$hdt$_2:hd":{"TableScan":{"alias:":"hd","columns:":["cstring1"],"database:":"default","filterExpr:":"cstring1 is not null (type: boolean)","Statistics:":"Num rows: 20 Data size: 990 Basic stats: COMPLETE Column stats: COMPLETE","table:":"small_alltypesorc_a_n1","isTempTable:":"false","OperatorId:":"TS_5","children":{"Filter Operator":{"predicate:":"cstring1 is not null (type: boolean)","Statistics:":"Num rows: 10 Data size: 540 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"FIL_21","children":{"Select Operator":{"expressions:":"cstring1 (type: string)","columnExprMap:":{"_col0":"cstring1"},"outputColumnNames:":["_col0"],"Statistics:":"Num rows: 10 Data size: 540 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"SEL_7","children":{"HashTable Sink Operator":{"keys:":{"0":"_col0 (type: string)","1":"_col0 (type: string)"},"OperatorId:":"HASHTABLESINK_28"}}}}}}}}}}},"Stage-3":{"Map Reduce":{"Map Operator Tree:":[{"TableScan":{"alias:":"c","columns:":["cstring1","cstring2"],"database:":"default","Statistics:":"Num rows: 20 Data size: 2478 Basic stats: COMPLETE Column stats: COMPLETE","table:":"small_alltypesorc_a_n1","TableScan Vectorization:":{"native:":"true","vectorizationSchemaColumns:":"[0:ctinyint:tinyint, 1:csmallint:smallint, 2:cint:int, 3:cbigint:bigint, 4:cfloat:float, 5:cdouble:double, 6:cstring1:string, 7:cstring2:string, 8:ctimestamp1:timestamp, 9:ctimestamp2:timestamp, 10:cboolean1:boolean, 11:cboolean2:boolean, 12:ROW__ID:struct]"},"isTempTable:":"false","OperatorId:":"TS_0","children":{"Select Operator":{"expressions:":"cstring1 (type: string), cstring2 (type: string)","columnExprMap:":{"_col0":"cstring1","_col1":"cstring2"},"outputColumnNames:":["_col0","_col1"],"Select Vectorization:":{"className:":"VectorSelectOperator","native:":"true","projectedOutputColumnNums:":"[6, 7]"},"Statistics:":"Num rows: 20 Data size: 2478 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"SEL_32","children":{"Map Join Operator":{"columnExprMap:":{"_col0":"0:_col0"},"condition map:":[{"":"Left Outer Join 0 to 1"}],"keys:":{"0":"_col1 (type: string)","1":"_col0 (type: string)"},"Map Join Vectorization:":{"bigTableKeyExpressions:":["col 7:string"],"bigTableValueExpressions:":["col 6:string"],"className:":"VectorMapJoinOperator","native:":"false","nativeConditionsMet:":["hive.mapjoin.optimized.hashtable IS true","hive.vectorized.execution.mapjoin.native.enabled IS true","One MapJoin Condition IS true","No nullsafe IS true","Small table vectorizes IS true","Outer Join has keys IS true","Optimized Table and Supports Key Types IS true"],"nativeConditionsNotMet:":["hive.execution.engine mr IN [tez, spark] IS false"]},"outputColumnNames:":["_col0"],"Statistics:":"Num rows: 23 Data size: 1260 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"MAPJOIN_33","children":{"Map Join Operator":{"condition map:":[{"":"Left Outer Join 0 to 1"}],"keys:":{"0":"_col0 (type: string)","1":"_col0 (type: string)"},"Map Join Vectorization:":{"bigTableKeyExpressions:":["col 0:string"],"className:":"VectorMapJoinOperator","native:":"false","nativeConditionsMet:":["hive.mapjoin.optimized.hashtable IS true","hive.vectorized.execution.mapjoin.native.enabled IS true","One MapJoin Condition IS true","No nullsafe IS true","Small table vectorizes IS true","Outer Join has keys IS true","Optimized Table and Supports Key Types IS true"],"nativeConditionsNotMet:":["hive.execution.engine mr IN [tez, spark] IS false"]},"Statistics:":"Num rows: 51 Data size: 408 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"MAPJOIN_34","children":{"Group By Operator":{"aggregations:":["count()"],"Group By Vectorization:":{"aggregators:":["VectorUDAFCountStar(*) -> bigint"],"className:":"VectorGroupByOperator","groupByMode:":"HASH","native:":"false","vectorProcessingMode:":"HASH","projectedOutputColumnNums:":"[0]"},"minReductionHashAggr:":"0.99","mode:":"hash","outputColumnNames:":["_col0"],"Statistics:":"Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"GBY_35","children":{"Reduce Output Operator":{"columnExprMap:":{"VALUE._col0":"_col0"},"sort order:":"","Reduce Sink Vectorization:":{"className:":"VectorReduceSinkOperator","native:":"false","nativeConditionsMet:":["hive.vectorized.execution.reducesink.new.enabled IS true","No PTF TopN IS true","No DISTINCT columns IS true","BinarySortableSerDe for keys IS true","LazyBinarySerDe for values IS true"],"nativeConditionsNotMet:":["hive.execution.engine mr IN [tez, spark] IS false"]},"Statistics:":"Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE","value expressions:":"_col0 (type: bigint)","OperatorId:":"RS_36"}}}}}}}}}}}}],"Execution mode:":"vectorized","Map Vectorization:":{"enabled:":"true","enabledConditionsMet:":["hive.vectorized.use.vectorized.input.format IS true"],"inputFormatFeatureSupport:":"[DECIMAL_64]","featureSupportInUse:":"[DECIMAL_64]","inputFileFormats:":["org.apache.hadoop.hive.ql.io.orc.OrcInputFormat"],"allNative:":"false","usesVectorUDFAdaptor:":"false","vectorized:":"true","rowBatchContext:":{"dataColumnCount:":"12","includeColumns:":"[6, 7]","dataColumns:":["ctinyint:tinyint","csmallint:smallint","cint:int","cbigint:bigint","cfloat:float","cdouble:double","cstring1:string","cstring2:string","ctimestamp1:timestamp","ctimestamp2:timestamp","cboolean1:boolean","cboolean2:boolean"],"partitionColumnCount:":"0","scratchColumnTypeNames:":"[]"}},"Local Work:":{"Map Reduce Local Work":{}},"Reduce Vectorization:":{"enabled:":"false","enableConditionsMet:":["hive.vectorized.execution.reduce.enabled IS true"],"enableConditionsNotMet:":["hive.execution.engine mr IN [tez, spark] IS false"]},"Reduce Operator Tree:":{"Group By Operator":{"aggregations:":["count(VALUE._col0)"],"mode:":"mergepartial","outputColumnNames:":["_col0"],"Statistics:":"Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"GBY_17","children":{"File Output Operator":{"compressed:":"false","Statistics:":"Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE","table:":{"input format:":"org.apache.hadoop.mapred.SequenceFileInputFormat","output format:":"org.apache.hadoop.hive.ql.io.HiveSequenceFileOutputFormat","serde:":"org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe"},"OperatorId:":"FS_19"}}}}}},"Stage-0":{"Fetch Operator":{"limit:":"-1","Processor Tree:":{"ListSink":{"OperatorId:":"LIST_SINK_37"}}}}}} +{"CBOPlan":"{\n \"rels\": [\n {\n \"id\": \"0\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveTableScan\",\n \"table\": [\n \"default\",\n \"small_alltypesorc_a_n1\"\n ],\n \"table:alias\": \"c\",\n \"inputs\": [],\n \"rowCount\": 20.0,\n \"avgRowSize\": 14.75,\n \"rowType\": [\n {\n \"type\": \"TINYINT\",\n \"nullable\": true,\n \"name\": \"ctinyint\"\n },\n {\n \"type\": \"SMALLINT\",\n \"nullable\": true,\n \"name\": \"csmallint\"\n },\n {\n \"type\": \"INTEGER\",\n \"nullable\": true,\n \"name\": \"cint\"\n },\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"cbigint\"\n },\n {\n \"type\": \"FLOAT\",\n \"nullable\": true,\n \"name\": \"cfloat\"\n },\n {\n \"type\": \"DOUBLE\",\n \"nullable\": true,\n \"name\": \"cdouble\"\n },\n {\n \"type\": \"VARCHAR\",\n \"nullable\": true,\n \"precision\": 2147483647,\n \"name\": \"cstring1\"\n },\n {\n \"type\": \"VARCHAR\",\n \"nullable\": true,\n \"precision\": 2147483647,\n \"name\": \"cstring2\"\n },\n {\n \"type\": \"TIMESTAMP\",\n \"nullable\": true,\n \"precision\": 9,\n \"name\": \"ctimestamp1\"\n },\n {\n \"type\": \"TIMESTAMP\",\n \"nullable\": true,\n \"precision\": 9,\n \"name\": \"ctimestamp2\"\n },\n {\n \"type\": \"BOOLEAN\",\n \"nullable\": true,\n \"name\": \"cboolean1\"\n },\n {\n \"type\": \"BOOLEAN\",\n \"nullable\": true,\n \"name\": \"cboolean2\"\n },\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"BLOCK__OFFSET__INSIDE__FILE\"\n },\n {\n \"type\": \"VARCHAR\",\n \"nullable\": true,\n \"precision\": 2147483647,\n \"name\": \"INPUT__FILE__NAME\"\n },\n {\n \"fields\": [\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"writeid\"\n },\n {\n \"type\": \"INTEGER\",\n \"nullable\": true,\n \"name\": \"bucketid\"\n },\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"rowid\"\n }\n ],\n \"name\": \"ROW__ID\"\n }\n ],\n \"colStats\": [\n {\n \"name\": \"cstring1\",\n \"ndv\": 8\n },\n {\n \"name\": \"cstring2\",\n \"ndv\": 15\n },\n {\n \"name\": \"ctinyint\",\n \"ndv\": 2,\n \"minValue\": -64,\n \"maxValue\": -51\n },\n {\n \"name\": \"csmallint\",\n \"ndv\": 6,\n \"minValue\": -15920,\n \"maxValue\": -6907\n },\n {\n \"name\": \"cint\",\n \"ndv\": 8,\n \"minValue\": -738306196,\n \"maxValue\": 626923679\n },\n {\n \"name\": \"cbigint\",\n \"ndv\": 15,\n \"minValue\": -1970551565,\n \"maxValue\": 1086455747\n },\n {\n \"name\": \"cfloat\",\n \"ndv\": 2,\n \"minValue\": -64.0,\n \"maxValue\": -51.0\n },\n {\n \"name\": \"cdouble\",\n \"ndv\": 6,\n \"minValue\": -15920.0,\n \"maxValue\": -6907.0\n },\n {\n \"name\": \"ctimestamp1\",\n \"ndv\": 0,\n \"minValue\": -28810,\n \"maxValue\": -28789\n },\n {\n \"name\": \"ctimestamp2\",\n \"ndv\": 0,\n \"minValue\": -28812,\n \"maxValue\": -28786\n },\n {\n \"name\": \"cboolean1\",\n \"ndv\": 2\n },\n {\n \"name\": \"cboolean2\",\n \"ndv\": 2\n }\n ]\n },\n {\n \"id\": \"1\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveProject\",\n \"fields\": [\n \"cstring1\",\n \"cstring2\"\n ],\n \"exprs\": [\n {\n \"input\": 6,\n \"name\": \"$6\"\n },\n {\n \"input\": 7,\n \"name\": \"$7\"\n }\n ],\n \"rowCount\": 20.0\n },\n {\n \"id\": \"2\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveTableScan\",\n \"table\": [\n \"default\",\n \"small_alltypesorc_a_n1\"\n ],\n \"table:alias\": \"cd\",\n \"inputs\": [],\n \"rowCount\": 20.0,\n \"avgRowSize\": 8.75,\n \"rowType\": [\n {\n \"type\": \"TINYINT\",\n \"nullable\": true,\n \"name\": \"ctinyint\"\n },\n {\n \"type\": \"SMALLINT\",\n \"nullable\": true,\n \"name\": \"csmallint\"\n },\n {\n \"type\": \"INTEGER\",\n \"nullable\": true,\n \"name\": \"cint\"\n },\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"cbigint\"\n },\n {\n \"type\": \"FLOAT\",\n \"nullable\": true,\n \"name\": \"cfloat\"\n },\n {\n \"type\": \"DOUBLE\",\n \"nullable\": true,\n \"name\": \"cdouble\"\n },\n {\n \"type\": \"VARCHAR\",\n \"nullable\": true,\n \"precision\": 2147483647,\n \"name\": \"cstring1\"\n },\n {\n \"type\": \"VARCHAR\",\n \"nullable\": true,\n \"precision\": 2147483647,\n \"name\": \"cstring2\"\n },\n {\n \"type\": \"TIMESTAMP\",\n \"nullable\": true,\n \"precision\": 9,\n \"name\": \"ctimestamp1\"\n },\n {\n \"type\": \"TIMESTAMP\",\n \"nullable\": true,\n \"precision\": 9,\n \"name\": \"ctimestamp2\"\n },\n {\n \"type\": \"BOOLEAN\",\n \"nullable\": true,\n \"name\": \"cboolean1\"\n },\n {\n \"type\": \"BOOLEAN\",\n \"nullable\": true,\n \"name\": \"cboolean2\"\n },\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"BLOCK__OFFSET__INSIDE__FILE\"\n },\n {\n \"type\": \"VARCHAR\",\n \"nullable\": true,\n \"precision\": 2147483647,\n \"name\": \"INPUT__FILE__NAME\"\n },\n {\n \"fields\": [\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"writeid\"\n },\n {\n \"type\": \"INTEGER\",\n \"nullable\": true,\n \"name\": \"bucketid\"\n },\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"rowid\"\n }\n ],\n \"name\": \"ROW__ID\"\n }\n ],\n \"colStats\": [\n {\n \"name\": \"cstring2\",\n \"ndv\": 15\n },\n {\n \"name\": \"ctinyint\",\n \"ndv\": 2,\n \"minValue\": -64,\n \"maxValue\": -51\n },\n {\n \"name\": \"csmallint\",\n \"ndv\": 6,\n \"minValue\": -15920,\n \"maxValue\": -6907\n },\n {\n \"name\": \"cint\",\n \"ndv\": 8,\n \"minValue\": -738306196,\n \"maxValue\": 626923679\n },\n {\n \"name\": \"cbigint\",\n \"ndv\": 15,\n \"minValue\": -1970551565,\n \"maxValue\": 1086455747\n },\n {\n \"name\": \"cfloat\",\n \"ndv\": 2,\n \"minValue\": -64.0,\n \"maxValue\": -51.0\n },\n {\n \"name\": \"cdouble\",\n \"ndv\": 6,\n \"minValue\": -15920.0,\n \"maxValue\": -6907.0\n },\n {\n \"name\": \"cstring1\",\n \"ndv\": 8\n },\n {\n \"name\": \"ctimestamp1\",\n \"ndv\": 0,\n \"minValue\": -28810,\n \"maxValue\": -28789\n },\n {\n \"name\": \"ctimestamp2\",\n \"ndv\": 0,\n \"minValue\": -28812,\n \"maxValue\": -28786\n },\n {\n \"name\": \"cboolean1\",\n \"ndv\": 2\n },\n {\n \"name\": \"cboolean2\",\n \"ndv\": 2\n }\n ]\n },\n {\n \"id\": \"3\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveFilter\",\n \"condition\": {\n \"op\": {\n \"name\": \"IS NOT NULL\",\n \"kind\": \"IS_NOT_NULL\",\n \"syntax\": \"POSTFIX\"\n },\n \"operands\": [\n {\n \"input\": 7,\n \"name\": \"$7\"\n }\n ]\n },\n \"rowCount\": 15.0\n },\n {\n \"id\": \"4\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveProject\",\n \"fields\": [\n \"cstring2\"\n ],\n \"exprs\": [\n {\n \"input\": 7,\n \"name\": \"$7\"\n }\n ],\n \"rowCount\": 15.0\n },\n {\n \"id\": \"5\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveJoin\",\n \"condition\": {\n \"op\": {\n \"name\": \"=\",\n \"kind\": \"EQUALS\",\n \"syntax\": \"BINARY\"\n },\n \"operands\": [\n {\n \"input\": 2,\n \"name\": \"$2\"\n },\n {\n \"input\": 1,\n \"name\": \"$1\"\n }\n ]\n },\n \"joinType\": \"left\",\n \"algorithm\": \"none\",\n \"cost\": \"not available\",\n \"inputs\": [\n \"1\",\n \"4\"\n ],\n \"rowCount\": 20.0\n },\n {\n \"id\": \"6\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveTableScan\",\n \"table\": [\n \"default\",\n \"small_alltypesorc_a_n1\"\n ],\n \"table:alias\": \"hd\",\n \"inputs\": [],\n \"rowCount\": 20.0,\n \"avgRowSize\": 6.0,\n \"rowType\": [\n {\n \"type\": \"TINYINT\",\n \"nullable\": true,\n \"name\": \"ctinyint\"\n },\n {\n \"type\": \"SMALLINT\",\n \"nullable\": true,\n \"name\": \"csmallint\"\n },\n {\n \"type\": \"INTEGER\",\n \"nullable\": true,\n \"name\": \"cint\"\n },\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"cbigint\"\n },\n {\n \"type\": \"FLOAT\",\n \"nullable\": true,\n \"name\": \"cfloat\"\n },\n {\n \"type\": \"DOUBLE\",\n \"nullable\": true,\n \"name\": \"cdouble\"\n },\n {\n \"type\": \"VARCHAR\",\n \"nullable\": true,\n \"precision\": 2147483647,\n \"name\": \"cstring1\"\n },\n {\n \"type\": \"VARCHAR\",\n \"nullable\": true,\n \"precision\": 2147483647,\n \"name\": \"cstring2\"\n },\n {\n \"type\": \"TIMESTAMP\",\n \"nullable\": true,\n \"precision\": 9,\n \"name\": \"ctimestamp1\"\n },\n {\n \"type\": \"TIMESTAMP\",\n \"nullable\": true,\n \"precision\": 9,\n \"name\": \"ctimestamp2\"\n },\n {\n \"type\": \"BOOLEAN\",\n \"nullable\": true,\n \"name\": \"cboolean1\"\n },\n {\n \"type\": \"BOOLEAN\",\n \"nullable\": true,\n \"name\": \"cboolean2\"\n },\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"BLOCK__OFFSET__INSIDE__FILE\"\n },\n {\n \"type\": \"VARCHAR\",\n \"nullable\": true,\n \"precision\": 2147483647,\n \"name\": \"INPUT__FILE__NAME\"\n },\n {\n \"fields\": [\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"writeid\"\n },\n {\n \"type\": \"INTEGER\",\n \"nullable\": true,\n \"name\": \"bucketid\"\n },\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"rowid\"\n }\n ],\n \"name\": \"ROW__ID\"\n }\n ],\n \"colStats\": [\n {\n \"name\": \"cstring1\",\n \"ndv\": 8\n },\n {\n \"name\": \"ctinyint\",\n \"ndv\": 2,\n \"minValue\": -64,\n \"maxValue\": -51\n },\n {\n \"name\": \"csmallint\",\n \"ndv\": 6,\n \"minValue\": -15920,\n \"maxValue\": -6907\n },\n {\n \"name\": \"cint\",\n \"ndv\": 8,\n \"minValue\": -738306196,\n \"maxValue\": 626923679\n },\n {\n \"name\": \"cbigint\",\n \"ndv\": 15,\n \"minValue\": -1970551565,\n \"maxValue\": 1086455747\n },\n {\n \"name\": \"cfloat\",\n \"ndv\": 2,\n \"minValue\": -64.0,\n \"maxValue\": -51.0\n },\n {\n \"name\": \"cdouble\",\n \"ndv\": 6,\n \"minValue\": -15920.0,\n \"maxValue\": -6907.0\n },\n {\n \"name\": \"cstring2\",\n \"ndv\": 15\n },\n {\n \"name\": \"ctimestamp1\",\n \"ndv\": 0,\n \"minValue\": -28810,\n \"maxValue\": -28789\n },\n {\n \"name\": \"ctimestamp2\",\n \"ndv\": 0,\n \"minValue\": -28812,\n \"maxValue\": -28786\n },\n {\n \"name\": \"cboolean1\",\n \"ndv\": 2\n },\n {\n \"name\": \"cboolean2\",\n \"ndv\": 2\n }\n ]\n },\n {\n \"id\": \"7\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveFilter\",\n \"condition\": {\n \"op\": {\n \"name\": \"IS NOT NULL\",\n \"kind\": \"IS_NOT_NULL\",\n \"syntax\": \"POSTFIX\"\n },\n \"operands\": [\n {\n \"input\": 6,\n \"name\": \"$6\"\n }\n ]\n },\n \"rowCount\": 10.0\n },\n {\n \"id\": \"8\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveProject\",\n \"fields\": [\n \"cstring1\"\n ],\n \"exprs\": [\n {\n \"input\": 6,\n \"name\": \"$6\"\n }\n ],\n \"rowCount\": 10.0\n },\n {\n \"id\": \"9\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveJoin\",\n \"condition\": {\n \"op\": {\n \"name\": \"=\",\n \"kind\": \"EQUALS\",\n \"syntax\": \"BINARY\"\n },\n \"operands\": [\n {\n \"input\": 3,\n \"name\": \"$3\"\n },\n {\n \"input\": 0,\n \"name\": \"$0\"\n }\n ]\n },\n \"joinType\": \"left\",\n \"algorithm\": \"none\",\n \"cost\": \"not available\",\n \"inputs\": [\n \"5\",\n \"8\"\n ],\n \"rowCount\": 25.0\n },\n {\n \"id\": \"10\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveAggregate\",\n \"group\": [],\n \"aggs\": [\n {\n \"agg\": {\n \"name\": \"count\",\n \"kind\": \"COUNT\",\n \"syntax\": \"FUNCTION_STAR\"\n },\n \"type\": {\n \"type\": \"BIGINT\",\n \"nullable\": true\n },\n \"distinct\": false,\n \"operands\": [],\n \"name\": null\n }\n ],\n \"rowCount\": 1.0\n }\n ]\n}","optimizedSQL":"SELECT COUNT(*) AS `$f0`\nFROM (SELECT `cstring1`, `cstring2`\nFROM `default`.`small_alltypesorc_a_n1`) AS `t`\nLEFT JOIN (SELECT `cstring2`\nFROM `default`.`small_alltypesorc_a_n1`\nWHERE `cstring2` IS NOT NULL) AS `t1` ON `t`.`cstring2` = `t1`.`cstring2`\nLEFT JOIN (SELECT `cstring1`\nFROM `default`.`small_alltypesorc_a_n1`\nWHERE `cstring1` IS NOT NULL) AS `t3` ON `t`.`cstring1` = `t3`.`cstring1`","PLAN VECTORIZATION":{"enabled":true,"enabledConditionsMet":["hive.vectorized.execution.enabled IS true"]},"cboInfo":"Plan optimized by CBO.","STAGE DEPENDENCIES":{"Stage-8":{"ROOT STAGE":"TRUE"},"Stage-3":{"DEPENDENT STAGES":"Stage-8"},"Stage-0":{"DEPENDENT STAGES":"Stage-3"}},"STAGE PLANS":{"Stage-8":{"Map Reduce Local Work":{"Alias -> Map Local Tables:":{"$hdt$_1:cd":{"Fetch Operator":{"limit:":"-1"}},"$hdt$_2:hd":{"Fetch Operator":{"limit:":"-1"}}},"Alias -> Map Local Operator Tree:":{"$hdt$_1:cd":{"TableScan":{"alias:":"cd","columns:":["cstring2"],"database:":"default","filterExpr:":"cstring2 is not null (type: boolean)","Statistics:":"Num rows: 20 Data size: 1488 Basic stats: COMPLETE Column stats: COMPLETE","table:":"small_alltypesorc_a_n1","isTempTable:":"false","OperatorId:":"TS_2","children":{"Filter Operator":{"predicate:":"cstring2 is not null (type: boolean)","Statistics:":"Num rows: 15 Data size: 1116 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"FIL_20","children":{"Select Operator":{"expressions:":"cstring2 (type: string)","columnExprMap:":{"_col0":"cstring2"},"outputColumnNames:":["_col0"],"Statistics:":"Num rows: 15 Data size: 1116 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"SEL_4","children":{"HashTable Sink Operator":{"keys:":{"0":"_col1 (type: string)","1":"_col0 (type: string)"},"OperatorId:":"HASHTABLESINK_30"}}}}}}}},"$hdt$_2:hd":{"TableScan":{"alias:":"hd","columns:":["cstring1"],"database:":"default","filterExpr:":"cstring1 is not null (type: boolean)","Statistics:":"Num rows: 20 Data size: 990 Basic stats: COMPLETE Column stats: COMPLETE","table:":"small_alltypesorc_a_n1","isTempTable:":"false","OperatorId:":"TS_5","children":{"Filter Operator":{"predicate:":"cstring1 is not null (type: boolean)","Statistics:":"Num rows: 10 Data size: 540 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"FIL_21","children":{"Select Operator":{"expressions:":"cstring1 (type: string)","columnExprMap:":{"_col0":"cstring1"},"outputColumnNames:":["_col0"],"Statistics:":"Num rows: 10 Data size: 540 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"SEL_7","children":{"HashTable Sink Operator":{"keys:":{"0":"_col0 (type: string)","1":"_col0 (type: string)"},"OperatorId:":"HASHTABLESINK_28"}}}}}}}}}}},"Stage-3":{"Map Reduce":{"Map Operator Tree:":[{"TableScan":{"alias:":"c","columns:":["cstring1","cstring2"],"database:":"default","Statistics:":"Num rows: 20 Data size: 2478 Basic stats: COMPLETE Column stats: COMPLETE","table:":"small_alltypesorc_a_n1","TableScan Vectorization:":{"native:":"true","vectorizationSchemaColumns:":"[0:ctinyint:tinyint, 1:csmallint:smallint, 2:cint:int, 3:cbigint:bigint, 4:cfloat:float, 5:cdouble:double, 6:cstring1:string, 7:cstring2:string, 8:ctimestamp1:timestamp, 9:ctimestamp2:timestamp, 10:cboolean1:boolean, 11:cboolean2:boolean, 12:ROW__ID:struct]"},"isTempTable:":"false","OperatorId:":"TS_0","children":{"Select Operator":{"expressions:":"cstring1 (type: string), cstring2 (type: string)","columnExprMap:":{"_col0":"cstring1","_col1":"cstring2"},"outputColumnNames:":["_col0","_col1"],"Select Vectorization:":{"className:":"VectorSelectOperator","native:":"true","projectedOutputColumnNums:":"[6, 7]"},"Statistics:":"Num rows: 20 Data size: 2478 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"SEL_32","children":{"Map Join Operator":{"columnExprMap:":{"_col0":"0:_col0"},"condition map:":[{"":"Left Outer Join 0 to 1"}],"keys:":{"0":"_col1 (type: string)","1":"_col0 (type: string)"},"Map Join Vectorization:":{"bigTableKeyExpressions:":["col 7:string"],"bigTableValueExpressions:":["col 6:string"],"className:":"VectorMapJoinOperator","native:":"false","nativeConditionsMet:":["hive.mapjoin.optimized.hashtable IS true","hive.vectorized.execution.mapjoin.native.enabled IS true","One MapJoin Condition IS true","No nullsafe IS true","Small table vectorizes IS true","Outer Join has keys IS true","Optimized Table and Supports Key Types IS true"],"nativeConditionsNotMet:":["hive.execution.engine mr IN [tez, spark] IS false"]},"outputColumnNames:":["_col0"],"Statistics:":"Num rows: 23 Data size: 1260 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"MAPJOIN_33","children":{"Map Join Operator":{"condition map:":[{"":"Left Outer Join 0 to 1"}],"keys:":{"0":"_col0 (type: string)","1":"_col0 (type: string)"},"Map Join Vectorization:":{"bigTableKeyExpressions:":["col 0:string"],"className:":"VectorMapJoinOperator","native:":"false","nativeConditionsMet:":["hive.mapjoin.optimized.hashtable IS true","hive.vectorized.execution.mapjoin.native.enabled IS true","One MapJoin Condition IS true","No nullsafe IS true","Small table vectorizes IS true","Outer Join has keys IS true","Optimized Table and Supports Key Types IS true"],"nativeConditionsNotMet:":["hive.execution.engine mr IN [tez, spark] IS false"]},"Statistics:":"Num rows: 51 Data size: 408 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"MAPJOIN_34","children":{"Group By Operator":{"aggregations:":["count()"],"Group By Vectorization:":{"aggregators:":["VectorUDAFCountStar(*) -> bigint"],"className:":"VectorGroupByOperator","groupByMode:":"HASH","native:":"false","vectorProcessingMode:":"HASH","projectedOutputColumnNums:":"[0]"},"minReductionHashAggr:":"0.99","mode:":"hash","outputColumnNames:":["_col0"],"Statistics:":"Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"GBY_35","children":{"Reduce Output Operator":{"columnExprMap:":{"VALUE._col0":"_col0"},"null sort order:":"","sort order:":"","Reduce Sink Vectorization:":{"className:":"VectorReduceSinkOperator","native:":"false","nativeConditionsMet:":["hive.vectorized.execution.reducesink.new.enabled IS true","No PTF TopN IS true","No DISTINCT columns IS true","BinarySortableSerDe for keys IS true","LazyBinarySerDe for values IS true"],"nativeConditionsNotMet:":["hive.execution.engine mr IN [tez, spark] IS false"]},"Statistics:":"Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE","value expressions:":"_col0 (type: bigint)","OperatorId:":"RS_36"}}}}}}}}}}}}],"Execution mode:":"vectorized","Map Vectorization:":{"enabled:":"true","enabledConditionsMet:":["hive.vectorized.use.vectorized.input.format IS true"],"inputFormatFeatureSupport:":"[DECIMAL_64]","featureSupportInUse:":"[DECIMAL_64]","inputFileFormats:":["org.apache.hadoop.hive.ql.io.orc.OrcInputFormat"],"allNative:":"false","usesVectorUDFAdaptor:":"false","vectorized:":"true","rowBatchContext:":{"dataColumnCount:":"12","includeColumns:":"[6, 7]","dataColumns:":["ctinyint:tinyint","csmallint:smallint","cint:int","cbigint:bigint","cfloat:float","cdouble:double","cstring1:string","cstring2:string","ctimestamp1:timestamp","ctimestamp2:timestamp","cboolean1:boolean","cboolean2:boolean"],"partitionColumnCount:":"0","scratchColumnTypeNames:":"[]"}},"Local Work:":{"Map Reduce Local Work":{}},"Reduce Vectorization:":{"enabled:":"false","enableConditionsMet:":["hive.vectorized.execution.reduce.enabled IS true"],"enableConditionsNotMet:":["hive.execution.engine mr IN [tez, spark] IS false"]},"Reduce Operator Tree:":{"Group By Operator":{"aggregations:":["count(VALUE._col0)"],"mode:":"mergepartial","outputColumnNames:":["_col0"],"Statistics:":"Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"GBY_17","children":{"File Output Operator":{"compressed:":"false","Statistics:":"Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE","table:":{"input format:":"org.apache.hadoop.mapred.SequenceFileInputFormat","output format:":"org.apache.hadoop.hive.ql.io.HiveSequenceFileOutputFormat","serde:":"org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe"},"OperatorId:":"FS_19"}}}}}},"Stage-0":{"Fetch Operator":{"limit:":"-1","Processor Tree:":{"ListSink":{"OperatorId:":"LIST_SINK_37"}}}}}} PREHOOK: query: select count(*) from (select c.cstring1 from small_alltypesorc_a_n1 c left outer join small_alltypesorc_a_n1 cd @@ -336,7 +336,7 @@ left outer join small_alltypesorc_a_n1 hd POSTHOOK: type: QUERY POSTHOOK: Input: default@small_alltypesorc_a_n1 #### A masked pattern was here #### -{"CBOPlan":"{\n \"rels\": [\n {\n \"id\": \"0\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveTableScan\",\n \"table\": [\n \"default\",\n \"small_alltypesorc_a_n1\"\n ],\n \"table:alias\": \"c\",\n \"inputs\": [],\n \"rowCount\": 20.0,\n \"avgRowSize\": 26.75,\n \"rowType\": [\n {\n \"type\": \"TINYINT\",\n \"nullable\": true,\n \"name\": \"ctinyint\"\n },\n {\n \"type\": \"SMALLINT\",\n \"nullable\": true,\n \"name\": \"csmallint\"\n },\n {\n \"type\": \"INTEGER\",\n \"nullable\": true,\n \"name\": \"cint\"\n },\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"cbigint\"\n },\n {\n \"type\": \"FLOAT\",\n \"nullable\": true,\n \"name\": \"cfloat\"\n },\n {\n \"type\": \"DOUBLE\",\n \"nullable\": true,\n \"name\": \"cdouble\"\n },\n {\n \"type\": \"VARCHAR\",\n \"nullable\": true,\n \"precision\": 2147483647,\n \"name\": \"cstring1\"\n },\n {\n \"type\": \"VARCHAR\",\n \"nullable\": true,\n \"precision\": 2147483647,\n \"name\": \"cstring2\"\n },\n {\n \"type\": \"TIMESTAMP\",\n \"nullable\": true,\n \"precision\": 9,\n \"name\": \"ctimestamp1\"\n },\n {\n \"type\": \"TIMESTAMP\",\n \"nullable\": true,\n \"precision\": 9,\n \"name\": \"ctimestamp2\"\n },\n {\n \"type\": \"BOOLEAN\",\n \"nullable\": true,\n \"name\": \"cboolean1\"\n },\n {\n \"type\": \"BOOLEAN\",\n \"nullable\": true,\n \"name\": \"cboolean2\"\n },\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"BLOCK__OFFSET__INSIDE__FILE\"\n },\n {\n \"type\": \"VARCHAR\",\n \"nullable\": true,\n \"precision\": 2147483647,\n \"name\": \"INPUT__FILE__NAME\"\n },\n {\n \"fields\": [\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"writeid\"\n },\n {\n \"type\": \"INTEGER\",\n \"nullable\": true,\n \"name\": \"bucketid\"\n },\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"rowid\"\n }\n ],\n \"name\": \"ROW__ID\"\n }\n ],\n \"colStats\": [\n {\n \"name\": \"cint\",\n \"ndv\": 8,\n \"minValue\": -738306196,\n \"maxValue\": 626923679\n },\n {\n \"name\": \"cbigint\",\n \"ndv\": 15,\n \"minValue\": -1970551565,\n \"maxValue\": 1086455747\n },\n {\n \"name\": \"cstring1\",\n \"ndv\": 8\n },\n {\n \"name\": \"cstring2\",\n \"ndv\": 15\n },\n {\n \"name\": \"ctinyint\",\n \"ndv\": 2,\n \"minValue\": -64,\n \"maxValue\": -51\n },\n {\n \"name\": \"csmallint\",\n \"ndv\": 6,\n \"minValue\": -15920,\n \"maxValue\": -6907\n },\n {\n \"name\": \"cfloat\",\n \"ndv\": 2,\n \"minValue\": -64.0,\n \"maxValue\": -51.0\n },\n {\n \"name\": \"cdouble\",\n \"ndv\": 6,\n \"minValue\": -15920.0,\n \"maxValue\": -6907.0\n },\n {\n \"name\": \"ctimestamp1\",\n \"ndv\": 0,\n \"minValue\": -28810,\n \"maxValue\": -28789\n },\n {\n \"name\": \"ctimestamp2\",\n \"ndv\": 0,\n \"minValue\": -28812,\n \"maxValue\": -28786\n },\n {\n \"name\": \"cboolean1\",\n \"ndv\": 2\n },\n {\n \"name\": \"cboolean2\",\n \"ndv\": 2\n }\n ]\n },\n {\n \"id\": \"1\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveProject\",\n \"fields\": [\n \"cint\",\n \"cbigint\",\n \"cstring1\",\n \"cstring2\"\n ],\n \"exprs\": [\n {\n \"input\": 2,\n \"name\": \"$2\"\n },\n {\n \"input\": 3,\n \"name\": \"$3\"\n },\n {\n \"input\": 6,\n \"name\": \"$6\"\n },\n {\n \"input\": 7,\n \"name\": \"$7\"\n }\n ],\n \"rowCount\": 20.0\n },\n {\n \"id\": \"2\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveTableScan\",\n \"table\": [\n \"default\",\n \"small_alltypesorc_a_n1\"\n ],\n \"table:alias\": \"cd\",\n \"inputs\": [],\n \"rowCount\": 20.0,\n \"avgRowSize\": 16.75,\n \"rowType\": [\n {\n \"type\": \"TINYINT\",\n \"nullable\": true,\n \"name\": \"ctinyint\"\n },\n {\n \"type\": \"SMALLINT\",\n \"nullable\": true,\n \"name\": \"csmallint\"\n },\n {\n \"type\": \"INTEGER\",\n \"nullable\": true,\n \"name\": \"cint\"\n },\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"cbigint\"\n },\n {\n \"type\": \"FLOAT\",\n \"nullable\": true,\n \"name\": \"cfloat\"\n },\n {\n \"type\": \"DOUBLE\",\n \"nullable\": true,\n \"name\": \"cdouble\"\n },\n {\n \"type\": \"VARCHAR\",\n \"nullable\": true,\n \"precision\": 2147483647,\n \"name\": \"cstring1\"\n },\n {\n \"type\": \"VARCHAR\",\n \"nullable\": true,\n \"precision\": 2147483647,\n \"name\": \"cstring2\"\n },\n {\n \"type\": \"TIMESTAMP\",\n \"nullable\": true,\n \"precision\": 9,\n \"name\": \"ctimestamp1\"\n },\n {\n \"type\": \"TIMESTAMP\",\n \"nullable\": true,\n \"precision\": 9,\n \"name\": \"ctimestamp2\"\n },\n {\n \"type\": \"BOOLEAN\",\n \"nullable\": true,\n \"name\": \"cboolean1\"\n },\n {\n \"type\": \"BOOLEAN\",\n \"nullable\": true,\n \"name\": \"cboolean2\"\n },\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"BLOCK__OFFSET__INSIDE__FILE\"\n },\n {\n \"type\": \"VARCHAR\",\n \"nullable\": true,\n \"precision\": 2147483647,\n \"name\": \"INPUT__FILE__NAME\"\n },\n {\n \"fields\": [\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"writeid\"\n },\n {\n \"type\": \"INTEGER\",\n \"nullable\": true,\n \"name\": \"bucketid\"\n },\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"rowid\"\n }\n ],\n \"name\": \"ROW__ID\"\n }\n ],\n \"colStats\": [\n {\n \"name\": \"cbigint\",\n \"ndv\": 15,\n \"minValue\": -1970551565,\n \"maxValue\": 1086455747\n },\n {\n \"name\": \"cstring2\",\n \"ndv\": 15\n },\n {\n \"name\": \"ctinyint\",\n \"ndv\": 2,\n \"minValue\": -64,\n \"maxValue\": -51\n },\n {\n \"name\": \"csmallint\",\n \"ndv\": 6,\n \"minValue\": -15920,\n \"maxValue\": -6907\n },\n {\n \"name\": \"cint\",\n \"ndv\": 8,\n \"minValue\": -738306196,\n \"maxValue\": 626923679\n },\n {\n \"name\": \"cfloat\",\n \"ndv\": 2,\n \"minValue\": -64.0,\n \"maxValue\": -51.0\n },\n {\n \"name\": \"cdouble\",\n \"ndv\": 6,\n \"minValue\": -15920.0,\n \"maxValue\": -6907.0\n },\n {\n \"name\": \"cstring1\",\n \"ndv\": 8\n },\n {\n \"name\": \"ctimestamp1\",\n \"ndv\": 0,\n \"minValue\": -28810,\n \"maxValue\": -28789\n },\n {\n \"name\": \"ctimestamp2\",\n \"ndv\": 0,\n \"minValue\": -28812,\n \"maxValue\": -28786\n },\n {\n \"name\": \"cboolean1\",\n \"ndv\": 2\n },\n {\n \"name\": \"cboolean2\",\n \"ndv\": 2\n }\n ]\n },\n {\n \"id\": \"3\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveFilter\",\n \"condition\": {\n \"op\": {\n \"name\": \"AND\",\n \"kind\": \"AND\",\n \"syntax\": \"BINARY\"\n },\n \"operands\": [\n {\n \"op\": {\n \"name\": \"IS NOT NULL\",\n \"kind\": \"IS_NOT_NULL\",\n \"syntax\": \"POSTFIX\"\n },\n \"operands\": [\n {\n \"input\": 3,\n \"name\": \"$3\"\n }\n ]\n },\n {\n \"op\": {\n \"name\": \"IS NOT NULL\",\n \"kind\": \"IS_NOT_NULL\",\n \"syntax\": \"POSTFIX\"\n },\n \"operands\": [\n {\n \"input\": 7,\n \"name\": \"$7\"\n }\n ]\n }\n ]\n },\n \"rowCount\": 11.25\n },\n {\n \"id\": \"4\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveProject\",\n \"fields\": [\n \"cbigint\",\n \"cstring2\"\n ],\n \"exprs\": [\n {\n \"input\": 3,\n \"name\": \"$3\"\n },\n {\n \"input\": 7,\n \"name\": \"$7\"\n }\n ],\n \"rowCount\": 11.25\n },\n {\n \"id\": \"5\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveJoin\",\n \"condition\": {\n \"op\": {\n \"name\": \"AND\",\n \"kind\": \"AND\",\n \"syntax\": \"BINARY\"\n },\n \"operands\": [\n {\n \"op\": {\n \"name\": \"=\",\n \"kind\": \"EQUALS\",\n \"syntax\": \"BINARY\"\n },\n \"operands\": [\n {\n \"input\": 5,\n \"name\": \"$5\"\n },\n {\n \"input\": 3,\n \"name\": \"$3\"\n }\n ]\n },\n {\n \"op\": {\n \"name\": \"=\",\n \"kind\": \"EQUALS\",\n \"syntax\": \"BINARY\"\n },\n \"operands\": [\n {\n \"input\": 4,\n \"name\": \"$4\"\n },\n {\n \"input\": 1,\n \"name\": \"$1\"\n }\n ]\n }\n ]\n },\n \"joinType\": \"left\",\n \"algorithm\": \"none\",\n \"cost\": \"not available\",\n \"inputs\": [\n \"1\",\n \"4\"\n ],\n \"rowCount\": 20.0\n },\n {\n \"id\": \"6\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveTableScan\",\n \"table\": [\n \"default\",\n \"small_alltypesorc_a_n1\"\n ],\n \"table:alias\": \"hd\",\n \"inputs\": [],\n \"rowCount\": 20.0,\n \"avgRowSize\": 10.0,\n \"rowType\": [\n {\n \"type\": \"TINYINT\",\n \"nullable\": true,\n \"name\": \"ctinyint\"\n },\n {\n \"type\": \"SMALLINT\",\n \"nullable\": true,\n \"name\": \"csmallint\"\n },\n {\n \"type\": \"INTEGER\",\n \"nullable\": true,\n \"name\": \"cint\"\n },\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"cbigint\"\n },\n {\n \"type\": \"FLOAT\",\n \"nullable\": true,\n \"name\": \"cfloat\"\n },\n {\n \"type\": \"DOUBLE\",\n \"nullable\": true,\n \"name\": \"cdouble\"\n },\n {\n \"type\": \"VARCHAR\",\n \"nullable\": true,\n \"precision\": 2147483647,\n \"name\": \"cstring1\"\n },\n {\n \"type\": \"VARCHAR\",\n \"nullable\": true,\n \"precision\": 2147483647,\n \"name\": \"cstring2\"\n },\n {\n \"type\": \"TIMESTAMP\",\n \"nullable\": true,\n \"precision\": 9,\n \"name\": \"ctimestamp1\"\n },\n {\n \"type\": \"TIMESTAMP\",\n \"nullable\": true,\n \"precision\": 9,\n \"name\": \"ctimestamp2\"\n },\n {\n \"type\": \"BOOLEAN\",\n \"nullable\": true,\n \"name\": \"cboolean1\"\n },\n {\n \"type\": \"BOOLEAN\",\n \"nullable\": true,\n \"name\": \"cboolean2\"\n },\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"BLOCK__OFFSET__INSIDE__FILE\"\n },\n {\n \"type\": \"VARCHAR\",\n \"nullable\": true,\n \"precision\": 2147483647,\n \"name\": \"INPUT__FILE__NAME\"\n },\n {\n \"fields\": [\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"writeid\"\n },\n {\n \"type\": \"INTEGER\",\n \"nullable\": true,\n \"name\": \"bucketid\"\n },\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"rowid\"\n }\n ],\n \"name\": \"ROW__ID\"\n }\n ],\n \"colStats\": [\n {\n \"name\": \"cint\",\n \"ndv\": 8,\n \"minValue\": -738306196,\n \"maxValue\": 626923679\n },\n {\n \"name\": \"cstring1\",\n \"ndv\": 8\n },\n {\n \"name\": \"ctinyint\",\n \"ndv\": 2,\n \"minValue\": -64,\n \"maxValue\": -51\n },\n {\n \"name\": \"csmallint\",\n \"ndv\": 6,\n \"minValue\": -15920,\n \"maxValue\": -6907\n },\n {\n \"name\": \"cbigint\",\n \"ndv\": 15,\n \"minValue\": -1970551565,\n \"maxValue\": 1086455747\n },\n {\n \"name\": \"cfloat\",\n \"ndv\": 2,\n \"minValue\": -64.0,\n \"maxValue\": -51.0\n },\n {\n \"name\": \"cdouble\",\n \"ndv\": 6,\n \"minValue\": -15920.0,\n \"maxValue\": -6907.0\n },\n {\n \"name\": \"cstring2\",\n \"ndv\": 15\n },\n {\n \"name\": \"ctimestamp1\",\n \"ndv\": 0,\n \"minValue\": -28810,\n \"maxValue\": -28789\n },\n {\n \"name\": \"ctimestamp2\",\n \"ndv\": 0,\n \"minValue\": -28812,\n \"maxValue\": -28786\n },\n {\n \"name\": \"cboolean1\",\n \"ndv\": 2\n },\n {\n \"name\": \"cboolean2\",\n \"ndv\": 2\n }\n ]\n },\n {\n \"id\": \"7\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveFilter\",\n \"condition\": {\n \"op\": {\n \"name\": \"AND\",\n \"kind\": \"AND\",\n \"syntax\": \"BINARY\"\n },\n \"operands\": [\n {\n \"op\": {\n \"name\": \"IS NOT NULL\",\n \"kind\": \"IS_NOT_NULL\",\n \"syntax\": \"POSTFIX\"\n },\n \"operands\": [\n {\n \"input\": 2,\n \"name\": \"$2\"\n }\n ]\n },\n {\n \"op\": {\n \"name\": \"IS NOT NULL\",\n \"kind\": \"IS_NOT_NULL\",\n \"syntax\": \"POSTFIX\"\n },\n \"operands\": [\n {\n \"input\": 6,\n \"name\": \"$6\"\n }\n ]\n }\n ]\n },\n \"rowCount\": 5.0\n },\n {\n \"id\": \"8\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveProject\",\n \"fields\": [\n \"cint\",\n \"cstring1\"\n ],\n \"exprs\": [\n {\n \"input\": 2,\n \"name\": \"$2\"\n },\n {\n \"input\": 6,\n \"name\": \"$6\"\n }\n ],\n \"rowCount\": 5.0\n },\n {\n \"id\": \"9\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveJoin\",\n \"condition\": {\n \"op\": {\n \"name\": \"AND\",\n \"kind\": \"AND\",\n \"syntax\": \"BINARY\"\n },\n \"operands\": [\n {\n \"op\": {\n \"name\": \"=\",\n \"kind\": \"EQUALS\",\n \"syntax\": \"BINARY\"\n },\n \"operands\": [\n {\n \"input\": 7,\n \"name\": \"$7\"\n },\n {\n \"input\": 2,\n \"name\": \"$2\"\n }\n ]\n },\n {\n \"op\": {\n \"name\": \"=\",\n \"kind\": \"EQUALS\",\n \"syntax\": \"BINARY\"\n },\n \"operands\": [\n {\n \"input\": 6,\n \"name\": \"$6\"\n },\n {\n \"input\": 0,\n \"name\": \"$0\"\n }\n ]\n }\n ]\n },\n \"joinType\": \"left\",\n \"algorithm\": \"none\",\n \"cost\": \"not available\",\n \"inputs\": [\n \"5\",\n \"8\"\n ],\n \"rowCount\": 20.0\n },\n {\n \"id\": \"10\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveAggregate\",\n \"group\": [],\n \"aggs\": [\n {\n \"agg\": {\n \"name\": \"count\",\n \"kind\": \"COUNT\",\n \"syntax\": \"FUNCTION_STAR\"\n },\n \"type\": {\n \"type\": \"BIGINT\",\n \"nullable\": true\n },\n \"distinct\": false,\n \"operands\": [],\n \"name\": null\n }\n ],\n \"rowCount\": 1.0\n }\n ]\n}","optimizedSQL":"SELECT COUNT(*) AS `$f0`\nFROM (SELECT `cint`, `cbigint`, `cstring1`, `cstring2`\nFROM `default`.`small_alltypesorc_a_n1`) AS `t`\nLEFT JOIN (SELECT `cbigint`, `cstring2`\nFROM `default`.`small_alltypesorc_a_n1`\nWHERE `cbigint` IS NOT NULL AND `cstring2` IS NOT NULL) AS `t1` ON `t`.`cstring2` = `t1`.`cstring2` AND `t`.`cbigint` = `t1`.`cbigint`\nLEFT JOIN (SELECT `cint`, `cstring1`\nFROM `default`.`small_alltypesorc_a_n1`\nWHERE `cint` IS NOT NULL AND `cstring1` IS NOT NULL) AS `t3` ON `t`.`cstring1` = `t3`.`cstring1` AND `t`.`cint` = `t3`.`cint`","PLAN VECTORIZATION":{"enabled":true,"enabledConditionsMet":["hive.vectorized.execution.enabled IS true"]},"cboInfo":"Plan optimized by CBO.","STAGE DEPENDENCIES":{"Stage-8":{"ROOT STAGE":"TRUE"},"Stage-3":{"DEPENDENT STAGES":"Stage-8"},"Stage-0":{"DEPENDENT STAGES":"Stage-3"}},"STAGE PLANS":{"Stage-8":{"Map Reduce Local Work":{"Alias -> Map Local Tables:":{"$hdt$_1:cd":{"Fetch Operator":{"limit:":"-1"}},"$hdt$_2:hd":{"Fetch Operator":{"limit:":"-1"}}},"Alias -> Map Local Operator Tree:":{"$hdt$_1:cd":{"TableScan":{"alias:":"cd","columns:":["cbigint","cstring2"],"database:":"default","filterExpr:":"(cbigint is not null and cstring2 is not null) (type: boolean)","Statistics:":"Num rows: 20 Data size: 1616 Basic stats: COMPLETE Column stats: COMPLETE","table:":"small_alltypesorc_a_n1","isTempTable:":"false","OperatorId:":"TS_2","children":{"Filter Operator":{"predicate:":"(cbigint is not null and cstring2 is not null) (type: boolean)","Statistics:":"Num rows: 11 Data size: 909 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"FIL_20","children":{"Select Operator":{"expressions:":"cbigint (type: bigint), cstring2 (type: string)","columnExprMap:":{"_col0":"cbigint","_col1":"cstring2"},"outputColumnNames:":["_col0","_col1"],"Statistics:":"Num rows: 11 Data size: 909 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"SEL_4","children":{"HashTable Sink Operator":{"keys:":{"0":"_col1 (type: bigint), _col3 (type: string)","1":"_col0 (type: bigint), _col1 (type: string)"},"OperatorId:":"HASHTABLESINK_30"}}}}}}}},"$hdt$_2:hd":{"TableScan":{"alias:":"hd","columns:":["cint","cstring1"],"database:":"default","filterExpr:":"(cint is not null and cstring1 is not null) (type: boolean)","Statistics:":"Num rows: 20 Data size: 1034 Basic stats: COMPLETE Column stats: COMPLETE","table:":"small_alltypesorc_a_n1","isTempTable:":"false","OperatorId:":"TS_5","children":{"Filter Operator":{"predicate:":"(cint is not null and cstring1 is not null) (type: boolean)","Statistics:":"Num rows: 5 Data size: 282 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"FIL_21","children":{"Select Operator":{"expressions:":"cint (type: int), cstring1 (type: string)","columnExprMap:":{"_col0":"cint","_col1":"cstring1"},"outputColumnNames:":["_col0","_col1"],"Statistics:":"Num rows: 5 Data size: 282 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"SEL_7","children":{"HashTable Sink Operator":{"keys:":{"0":"_col0 (type: int), _col2 (type: string)","1":"_col0 (type: int), _col1 (type: string)"},"OperatorId:":"HASHTABLESINK_28"}}}}}}}}}}},"Stage-3":{"Map Reduce":{"Map Operator Tree:":[{"TableScan":{"alias:":"c","columns:":["cint","cbigint","cstring1","cstring2"],"database:":"default","Statistics:":"Num rows: 20 Data size: 2650 Basic stats: COMPLETE Column stats: COMPLETE","table:":"small_alltypesorc_a_n1","TableScan Vectorization:":{"native:":"true","vectorizationSchemaColumns:":"[0:ctinyint:tinyint, 1:csmallint:smallint, 2:cint:int, 3:cbigint:bigint, 4:cfloat:float, 5:cdouble:double, 6:cstring1:string, 7:cstring2:string, 8:ctimestamp1:timestamp, 9:ctimestamp2:timestamp, 10:cboolean1:boolean, 11:cboolean2:boolean, 12:ROW__ID:struct]"},"isTempTable:":"false","OperatorId:":"TS_0","children":{"Select Operator":{"expressions:":"cint (type: int), cbigint (type: bigint), cstring1 (type: string), cstring2 (type: string)","columnExprMap:":{"_col0":"cint","_col1":"cbigint","_col2":"cstring1","_col3":"cstring2"},"outputColumnNames:":["_col0","_col1","_col2","_col3"],"Select Vectorization:":{"className:":"VectorSelectOperator","native:":"true","projectedOutputColumnNums:":"[2, 3, 6, 7]"},"Statistics:":"Num rows: 20 Data size: 2650 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"SEL_32","children":{"Map Join Operator":{"columnExprMap:":{"_col0":"0:_col0","_col2":"0:_col2"},"condition map:":[{"":"Left Outer Join 0 to 1"}],"keys:":{"0":"_col1 (type: bigint), _col3 (type: string)","1":"_col0 (type: bigint), _col1 (type: string)"},"Map Join Vectorization:":{"bigTableKeyExpressions:":["col 3:bigint","col 7:string"],"bigTableValueExpressions:":["col 2:int","col 6:string"],"className:":"VectorMapJoinOperator","native:":"false","nativeConditionsMet:":["hive.mapjoin.optimized.hashtable IS true","hive.vectorized.execution.mapjoin.native.enabled IS true","One MapJoin Condition IS true","No nullsafe IS true","Small table vectorizes IS true","Outer Join has keys IS true","Optimized Table and Supports Key Types IS true"],"nativeConditionsNotMet:":["hive.execution.engine mr IN [tez, spark] IS false"]},"outputColumnNames:":["_col0","_col2"],"Statistics:":"Num rows: 26 Data size: 1598 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"MAPJOIN_33","children":{"Map Join Operator":{"condition map:":[{"":"Left Outer Join 0 to 1"}],"keys:":{"0":"_col0 (type: int), _col2 (type: string)","1":"_col0 (type: int), _col1 (type: string)"},"Map Join Vectorization:":{"bigTableKeyExpressions:":["col 0:int","col 1:string"],"className:":"VectorMapJoinOperator","native:":"false","nativeConditionsMet:":["hive.mapjoin.optimized.hashtable IS true","hive.vectorized.execution.mapjoin.native.enabled IS true","One MapJoin Condition IS true","No nullsafe IS true","Small table vectorizes IS true","Outer Join has keys IS true","Optimized Table and Supports Key Types IS true"],"nativeConditionsNotMet:":["hive.execution.engine mr IN [tez, spark] IS false"]},"Statistics:":"Num rows: 42 Data size: 336 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"MAPJOIN_34","children":{"Group By Operator":{"aggregations:":["count()"],"Group By Vectorization:":{"aggregators:":["VectorUDAFCountStar(*) -> bigint"],"className:":"VectorGroupByOperator","groupByMode:":"HASH","native:":"false","vectorProcessingMode:":"HASH","projectedOutputColumnNums:":"[0]"},"minReductionHashAggr:":"0.99","mode:":"hash","outputColumnNames:":["_col0"],"Statistics:":"Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"GBY_35","children":{"Reduce Output Operator":{"columnExprMap:":{"VALUE._col0":"_col0"},"sort order:":"","Reduce Sink Vectorization:":{"className:":"VectorReduceSinkOperator","native:":"false","nativeConditionsMet:":["hive.vectorized.execution.reducesink.new.enabled IS true","No PTF TopN IS true","No DISTINCT columns IS true","BinarySortableSerDe for keys IS true","LazyBinarySerDe for values IS true"],"nativeConditionsNotMet:":["hive.execution.engine mr IN [tez, spark] IS false"]},"Statistics:":"Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE","value expressions:":"_col0 (type: bigint)","OperatorId:":"RS_36"}}}}}}}}}}}}],"Execution mode:":"vectorized","Map Vectorization:":{"enabled:":"true","enabledConditionsMet:":["hive.vectorized.use.vectorized.input.format IS true"],"inputFormatFeatureSupport:":"[DECIMAL_64]","featureSupportInUse:":"[DECIMAL_64]","inputFileFormats:":["org.apache.hadoop.hive.ql.io.orc.OrcInputFormat"],"allNative:":"false","usesVectorUDFAdaptor:":"false","vectorized:":"true","rowBatchContext:":{"dataColumnCount:":"12","includeColumns:":"[2, 3, 6, 7]","dataColumns:":["ctinyint:tinyint","csmallint:smallint","cint:int","cbigint:bigint","cfloat:float","cdouble:double","cstring1:string","cstring2:string","ctimestamp1:timestamp","ctimestamp2:timestamp","cboolean1:boolean","cboolean2:boolean"],"partitionColumnCount:":"0","scratchColumnTypeNames:":"[]"}},"Local Work:":{"Map Reduce Local Work":{}},"Reduce Vectorization:":{"enabled:":"false","enableConditionsMet:":["hive.vectorized.execution.reduce.enabled IS true"],"enableConditionsNotMet:":["hive.execution.engine mr IN [tez, spark] IS false"]},"Reduce Operator Tree:":{"Group By Operator":{"aggregations:":["count(VALUE._col0)"],"mode:":"mergepartial","outputColumnNames:":["_col0"],"Statistics:":"Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"GBY_17","children":{"File Output Operator":{"compressed:":"false","Statistics:":"Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE","table:":{"input format:":"org.apache.hadoop.mapred.SequenceFileInputFormat","output format:":"org.apache.hadoop.hive.ql.io.HiveSequenceFileOutputFormat","serde:":"org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe"},"OperatorId:":"FS_19"}}}}}},"Stage-0":{"Fetch Operator":{"limit:":"-1","Processor Tree:":{"ListSink":{"OperatorId:":"LIST_SINK_37"}}}}}} +{"CBOPlan":"{\n \"rels\": [\n {\n \"id\": \"0\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveTableScan\",\n \"table\": [\n \"default\",\n \"small_alltypesorc_a_n1\"\n ],\n \"table:alias\": \"c\",\n \"inputs\": [],\n \"rowCount\": 20.0,\n \"avgRowSize\": 26.75,\n \"rowType\": [\n {\n \"type\": \"TINYINT\",\n \"nullable\": true,\n \"name\": \"ctinyint\"\n },\n {\n \"type\": \"SMALLINT\",\n \"nullable\": true,\n \"name\": \"csmallint\"\n },\n {\n \"type\": \"INTEGER\",\n \"nullable\": true,\n \"name\": \"cint\"\n },\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"cbigint\"\n },\n {\n \"type\": \"FLOAT\",\n \"nullable\": true,\n \"name\": \"cfloat\"\n },\n {\n \"type\": \"DOUBLE\",\n \"nullable\": true,\n \"name\": \"cdouble\"\n },\n {\n \"type\": \"VARCHAR\",\n \"nullable\": true,\n \"precision\": 2147483647,\n \"name\": \"cstring1\"\n },\n {\n \"type\": \"VARCHAR\",\n \"nullable\": true,\n \"precision\": 2147483647,\n \"name\": \"cstring2\"\n },\n {\n \"type\": \"TIMESTAMP\",\n \"nullable\": true,\n \"precision\": 9,\n \"name\": \"ctimestamp1\"\n },\n {\n \"type\": \"TIMESTAMP\",\n \"nullable\": true,\n \"precision\": 9,\n \"name\": \"ctimestamp2\"\n },\n {\n \"type\": \"BOOLEAN\",\n \"nullable\": true,\n \"name\": \"cboolean1\"\n },\n {\n \"type\": \"BOOLEAN\",\n \"nullable\": true,\n \"name\": \"cboolean2\"\n },\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"BLOCK__OFFSET__INSIDE__FILE\"\n },\n {\n \"type\": \"VARCHAR\",\n \"nullable\": true,\n \"precision\": 2147483647,\n \"name\": \"INPUT__FILE__NAME\"\n },\n {\n \"fields\": [\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"writeid\"\n },\n {\n \"type\": \"INTEGER\",\n \"nullable\": true,\n \"name\": \"bucketid\"\n },\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"rowid\"\n }\n ],\n \"name\": \"ROW__ID\"\n }\n ],\n \"colStats\": [\n {\n \"name\": \"cint\",\n \"ndv\": 8,\n \"minValue\": -738306196,\n \"maxValue\": 626923679\n },\n {\n \"name\": \"cbigint\",\n \"ndv\": 15,\n \"minValue\": -1970551565,\n \"maxValue\": 1086455747\n },\n {\n \"name\": \"cstring1\",\n \"ndv\": 8\n },\n {\n \"name\": \"cstring2\",\n \"ndv\": 15\n },\n {\n \"name\": \"ctinyint\",\n \"ndv\": 2,\n \"minValue\": -64,\n \"maxValue\": -51\n },\n {\n \"name\": \"csmallint\",\n \"ndv\": 6,\n \"minValue\": -15920,\n \"maxValue\": -6907\n },\n {\n \"name\": \"cfloat\",\n \"ndv\": 2,\n \"minValue\": -64.0,\n \"maxValue\": -51.0\n },\n {\n \"name\": \"cdouble\",\n \"ndv\": 6,\n \"minValue\": -15920.0,\n \"maxValue\": -6907.0\n },\n {\n \"name\": \"ctimestamp1\",\n \"ndv\": 0,\n \"minValue\": -28810,\n \"maxValue\": -28789\n },\n {\n \"name\": \"ctimestamp2\",\n \"ndv\": 0,\n \"minValue\": -28812,\n \"maxValue\": -28786\n },\n {\n \"name\": \"cboolean1\",\n \"ndv\": 2\n },\n {\n \"name\": \"cboolean2\",\n \"ndv\": 2\n }\n ]\n },\n {\n \"id\": \"1\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveProject\",\n \"fields\": [\n \"cint\",\n \"cbigint\",\n \"cstring1\",\n \"cstring2\"\n ],\n \"exprs\": [\n {\n \"input\": 2,\n \"name\": \"$2\"\n },\n {\n \"input\": 3,\n \"name\": \"$3\"\n },\n {\n \"input\": 6,\n \"name\": \"$6\"\n },\n {\n \"input\": 7,\n \"name\": \"$7\"\n }\n ],\n \"rowCount\": 20.0\n },\n {\n \"id\": \"2\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveTableScan\",\n \"table\": [\n \"default\",\n \"small_alltypesorc_a_n1\"\n ],\n \"table:alias\": \"cd\",\n \"inputs\": [],\n \"rowCount\": 20.0,\n \"avgRowSize\": 16.75,\n \"rowType\": [\n {\n \"type\": \"TINYINT\",\n \"nullable\": true,\n \"name\": \"ctinyint\"\n },\n {\n \"type\": \"SMALLINT\",\n \"nullable\": true,\n \"name\": \"csmallint\"\n },\n {\n \"type\": \"INTEGER\",\n \"nullable\": true,\n \"name\": \"cint\"\n },\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"cbigint\"\n },\n {\n \"type\": \"FLOAT\",\n \"nullable\": true,\n \"name\": \"cfloat\"\n },\n {\n \"type\": \"DOUBLE\",\n \"nullable\": true,\n \"name\": \"cdouble\"\n },\n {\n \"type\": \"VARCHAR\",\n \"nullable\": true,\n \"precision\": 2147483647,\n \"name\": \"cstring1\"\n },\n {\n \"type\": \"VARCHAR\",\n \"nullable\": true,\n \"precision\": 2147483647,\n \"name\": \"cstring2\"\n },\n {\n \"type\": \"TIMESTAMP\",\n \"nullable\": true,\n \"precision\": 9,\n \"name\": \"ctimestamp1\"\n },\n {\n \"type\": \"TIMESTAMP\",\n \"nullable\": true,\n \"precision\": 9,\n \"name\": \"ctimestamp2\"\n },\n {\n \"type\": \"BOOLEAN\",\n \"nullable\": true,\n \"name\": \"cboolean1\"\n },\n {\n \"type\": \"BOOLEAN\",\n \"nullable\": true,\n \"name\": \"cboolean2\"\n },\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"BLOCK__OFFSET__INSIDE__FILE\"\n },\n {\n \"type\": \"VARCHAR\",\n \"nullable\": true,\n \"precision\": 2147483647,\n \"name\": \"INPUT__FILE__NAME\"\n },\n {\n \"fields\": [\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"writeid\"\n },\n {\n \"type\": \"INTEGER\",\n \"nullable\": true,\n \"name\": \"bucketid\"\n },\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"rowid\"\n }\n ],\n \"name\": \"ROW__ID\"\n }\n ],\n \"colStats\": [\n {\n \"name\": \"cbigint\",\n \"ndv\": 15,\n \"minValue\": -1970551565,\n \"maxValue\": 1086455747\n },\n {\n \"name\": \"cstring2\",\n \"ndv\": 15\n },\n {\n \"name\": \"ctinyint\",\n \"ndv\": 2,\n \"minValue\": -64,\n \"maxValue\": -51\n },\n {\n \"name\": \"csmallint\",\n \"ndv\": 6,\n \"minValue\": -15920,\n \"maxValue\": -6907\n },\n {\n \"name\": \"cint\",\n \"ndv\": 8,\n \"minValue\": -738306196,\n \"maxValue\": 626923679\n },\n {\n \"name\": \"cfloat\",\n \"ndv\": 2,\n \"minValue\": -64.0,\n \"maxValue\": -51.0\n },\n {\n \"name\": \"cdouble\",\n \"ndv\": 6,\n \"minValue\": -15920.0,\n \"maxValue\": -6907.0\n },\n {\n \"name\": \"cstring1\",\n \"ndv\": 8\n },\n {\n \"name\": \"ctimestamp1\",\n \"ndv\": 0,\n \"minValue\": -28810,\n \"maxValue\": -28789\n },\n {\n \"name\": \"ctimestamp2\",\n \"ndv\": 0,\n \"minValue\": -28812,\n \"maxValue\": -28786\n },\n {\n \"name\": \"cboolean1\",\n \"ndv\": 2\n },\n {\n \"name\": \"cboolean2\",\n \"ndv\": 2\n }\n ]\n },\n {\n \"id\": \"3\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveFilter\",\n \"condition\": {\n \"op\": {\n \"name\": \"AND\",\n \"kind\": \"AND\",\n \"syntax\": \"BINARY\"\n },\n \"operands\": [\n {\n \"op\": {\n \"name\": \"IS NOT NULL\",\n \"kind\": \"IS_NOT_NULL\",\n \"syntax\": \"POSTFIX\"\n },\n \"operands\": [\n {\n \"input\": 3,\n \"name\": \"$3\"\n }\n ]\n },\n {\n \"op\": {\n \"name\": \"IS NOT NULL\",\n \"kind\": \"IS_NOT_NULL\",\n \"syntax\": \"POSTFIX\"\n },\n \"operands\": [\n {\n \"input\": 7,\n \"name\": \"$7\"\n }\n ]\n }\n ]\n },\n \"rowCount\": 11.25\n },\n {\n \"id\": \"4\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveProject\",\n \"fields\": [\n \"cbigint\",\n \"cstring2\"\n ],\n \"exprs\": [\n {\n \"input\": 3,\n \"name\": \"$3\"\n },\n {\n \"input\": 7,\n \"name\": \"$7\"\n }\n ],\n \"rowCount\": 11.25\n },\n {\n \"id\": \"5\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveJoin\",\n \"condition\": {\n \"op\": {\n \"name\": \"AND\",\n \"kind\": \"AND\",\n \"syntax\": \"BINARY\"\n },\n \"operands\": [\n {\n \"op\": {\n \"name\": \"=\",\n \"kind\": \"EQUALS\",\n \"syntax\": \"BINARY\"\n },\n \"operands\": [\n {\n \"input\": 5,\n \"name\": \"$5\"\n },\n {\n \"input\": 3,\n \"name\": \"$3\"\n }\n ]\n },\n {\n \"op\": {\n \"name\": \"=\",\n \"kind\": \"EQUALS\",\n \"syntax\": \"BINARY\"\n },\n \"operands\": [\n {\n \"input\": 4,\n \"name\": \"$4\"\n },\n {\n \"input\": 1,\n \"name\": \"$1\"\n }\n ]\n }\n ]\n },\n \"joinType\": \"left\",\n \"algorithm\": \"none\",\n \"cost\": \"not available\",\n \"inputs\": [\n \"1\",\n \"4\"\n ],\n \"rowCount\": 20.0\n },\n {\n \"id\": \"6\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveTableScan\",\n \"table\": [\n \"default\",\n \"small_alltypesorc_a_n1\"\n ],\n \"table:alias\": \"hd\",\n \"inputs\": [],\n \"rowCount\": 20.0,\n \"avgRowSize\": 10.0,\n \"rowType\": [\n {\n \"type\": \"TINYINT\",\n \"nullable\": true,\n \"name\": \"ctinyint\"\n },\n {\n \"type\": \"SMALLINT\",\n \"nullable\": true,\n \"name\": \"csmallint\"\n },\n {\n \"type\": \"INTEGER\",\n \"nullable\": true,\n \"name\": \"cint\"\n },\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"cbigint\"\n },\n {\n \"type\": \"FLOAT\",\n \"nullable\": true,\n \"name\": \"cfloat\"\n },\n {\n \"type\": \"DOUBLE\",\n \"nullable\": true,\n \"name\": \"cdouble\"\n },\n {\n \"type\": \"VARCHAR\",\n \"nullable\": true,\n \"precision\": 2147483647,\n \"name\": \"cstring1\"\n },\n {\n \"type\": \"VARCHAR\",\n \"nullable\": true,\n \"precision\": 2147483647,\n \"name\": \"cstring2\"\n },\n {\n \"type\": \"TIMESTAMP\",\n \"nullable\": true,\n \"precision\": 9,\n \"name\": \"ctimestamp1\"\n },\n {\n \"type\": \"TIMESTAMP\",\n \"nullable\": true,\n \"precision\": 9,\n \"name\": \"ctimestamp2\"\n },\n {\n \"type\": \"BOOLEAN\",\n \"nullable\": true,\n \"name\": \"cboolean1\"\n },\n {\n \"type\": \"BOOLEAN\",\n \"nullable\": true,\n \"name\": \"cboolean2\"\n },\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"BLOCK__OFFSET__INSIDE__FILE\"\n },\n {\n \"type\": \"VARCHAR\",\n \"nullable\": true,\n \"precision\": 2147483647,\n \"name\": \"INPUT__FILE__NAME\"\n },\n {\n \"fields\": [\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"writeid\"\n },\n {\n \"type\": \"INTEGER\",\n \"nullable\": true,\n \"name\": \"bucketid\"\n },\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"rowid\"\n }\n ],\n \"name\": \"ROW__ID\"\n }\n ],\n \"colStats\": [\n {\n \"name\": \"cint\",\n \"ndv\": 8,\n \"minValue\": -738306196,\n \"maxValue\": 626923679\n },\n {\n \"name\": \"cstring1\",\n \"ndv\": 8\n },\n {\n \"name\": \"ctinyint\",\n \"ndv\": 2,\n \"minValue\": -64,\n \"maxValue\": -51\n },\n {\n \"name\": \"csmallint\",\n \"ndv\": 6,\n \"minValue\": -15920,\n \"maxValue\": -6907\n },\n {\n \"name\": \"cbigint\",\n \"ndv\": 15,\n \"minValue\": -1970551565,\n \"maxValue\": 1086455747\n },\n {\n \"name\": \"cfloat\",\n \"ndv\": 2,\n \"minValue\": -64.0,\n \"maxValue\": -51.0\n },\n {\n \"name\": \"cdouble\",\n \"ndv\": 6,\n \"minValue\": -15920.0,\n \"maxValue\": -6907.0\n },\n {\n \"name\": \"cstring2\",\n \"ndv\": 15\n },\n {\n \"name\": \"ctimestamp1\",\n \"ndv\": 0,\n \"minValue\": -28810,\n \"maxValue\": -28789\n },\n {\n \"name\": \"ctimestamp2\",\n \"ndv\": 0,\n \"minValue\": -28812,\n \"maxValue\": -28786\n },\n {\n \"name\": \"cboolean1\",\n \"ndv\": 2\n },\n {\n \"name\": \"cboolean2\",\n \"ndv\": 2\n }\n ]\n },\n {\n \"id\": \"7\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveFilter\",\n \"condition\": {\n \"op\": {\n \"name\": \"AND\",\n \"kind\": \"AND\",\n \"syntax\": \"BINARY\"\n },\n \"operands\": [\n {\n \"op\": {\n \"name\": \"IS NOT NULL\",\n \"kind\": \"IS_NOT_NULL\",\n \"syntax\": \"POSTFIX\"\n },\n \"operands\": [\n {\n \"input\": 2,\n \"name\": \"$2\"\n }\n ]\n },\n {\n \"op\": {\n \"name\": \"IS NOT NULL\",\n \"kind\": \"IS_NOT_NULL\",\n \"syntax\": \"POSTFIX\"\n },\n \"operands\": [\n {\n \"input\": 6,\n \"name\": \"$6\"\n }\n ]\n }\n ]\n },\n \"rowCount\": 5.0\n },\n {\n \"id\": \"8\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveProject\",\n \"fields\": [\n \"cint\",\n \"cstring1\"\n ],\n \"exprs\": [\n {\n \"input\": 2,\n \"name\": \"$2\"\n },\n {\n \"input\": 6,\n \"name\": \"$6\"\n }\n ],\n \"rowCount\": 5.0\n },\n {\n \"id\": \"9\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveJoin\",\n \"condition\": {\n \"op\": {\n \"name\": \"AND\",\n \"kind\": \"AND\",\n \"syntax\": \"BINARY\"\n },\n \"operands\": [\n {\n \"op\": {\n \"name\": \"=\",\n \"kind\": \"EQUALS\",\n \"syntax\": \"BINARY\"\n },\n \"operands\": [\n {\n \"input\": 7,\n \"name\": \"$7\"\n },\n {\n \"input\": 2,\n \"name\": \"$2\"\n }\n ]\n },\n {\n \"op\": {\n \"name\": \"=\",\n \"kind\": \"EQUALS\",\n \"syntax\": \"BINARY\"\n },\n \"operands\": [\n {\n \"input\": 6,\n \"name\": \"$6\"\n },\n {\n \"input\": 0,\n \"name\": \"$0\"\n }\n ]\n }\n ]\n },\n \"joinType\": \"left\",\n \"algorithm\": \"none\",\n \"cost\": \"not available\",\n \"inputs\": [\n \"5\",\n \"8\"\n ],\n \"rowCount\": 20.0\n },\n {\n \"id\": \"10\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveAggregate\",\n \"group\": [],\n \"aggs\": [\n {\n \"agg\": {\n \"name\": \"count\",\n \"kind\": \"COUNT\",\n \"syntax\": \"FUNCTION_STAR\"\n },\n \"type\": {\n \"type\": \"BIGINT\",\n \"nullable\": true\n },\n \"distinct\": false,\n \"operands\": [],\n \"name\": null\n }\n ],\n \"rowCount\": 1.0\n }\n ]\n}","optimizedSQL":"SELECT COUNT(*) AS `$f0`\nFROM (SELECT `cint`, `cbigint`, `cstring1`, `cstring2`\nFROM `default`.`small_alltypesorc_a_n1`) AS `t`\nLEFT JOIN (SELECT `cbigint`, `cstring2`\nFROM `default`.`small_alltypesorc_a_n1`\nWHERE `cbigint` IS NOT NULL AND `cstring2` IS NOT NULL) AS `t1` ON `t`.`cstring2` = `t1`.`cstring2` AND `t`.`cbigint` = `t1`.`cbigint`\nLEFT JOIN (SELECT `cint`, `cstring1`\nFROM `default`.`small_alltypesorc_a_n1`\nWHERE `cint` IS NOT NULL AND `cstring1` IS NOT NULL) AS `t3` ON `t`.`cstring1` = `t3`.`cstring1` AND `t`.`cint` = `t3`.`cint`","PLAN VECTORIZATION":{"enabled":true,"enabledConditionsMet":["hive.vectorized.execution.enabled IS true"]},"cboInfo":"Plan optimized by CBO.","STAGE DEPENDENCIES":{"Stage-8":{"ROOT STAGE":"TRUE"},"Stage-3":{"DEPENDENT STAGES":"Stage-8"},"Stage-0":{"DEPENDENT STAGES":"Stage-3"}},"STAGE PLANS":{"Stage-8":{"Map Reduce Local Work":{"Alias -> Map Local Tables:":{"$hdt$_1:cd":{"Fetch Operator":{"limit:":"-1"}},"$hdt$_2:hd":{"Fetch Operator":{"limit:":"-1"}}},"Alias -> Map Local Operator Tree:":{"$hdt$_1:cd":{"TableScan":{"alias:":"cd","columns:":["cbigint","cstring2"],"database:":"default","filterExpr:":"(cbigint is not null and cstring2 is not null) (type: boolean)","Statistics:":"Num rows: 20 Data size: 1616 Basic stats: COMPLETE Column stats: COMPLETE","table:":"small_alltypesorc_a_n1","isTempTable:":"false","OperatorId:":"TS_2","children":{"Filter Operator":{"predicate:":"(cbigint is not null and cstring2 is not null) (type: boolean)","Statistics:":"Num rows: 11 Data size: 909 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"FIL_20","children":{"Select Operator":{"expressions:":"cbigint (type: bigint), cstring2 (type: string)","columnExprMap:":{"_col0":"cbigint","_col1":"cstring2"},"outputColumnNames:":["_col0","_col1"],"Statistics:":"Num rows: 11 Data size: 909 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"SEL_4","children":{"HashTable Sink Operator":{"keys:":{"0":"_col1 (type: bigint), _col3 (type: string)","1":"_col0 (type: bigint), _col1 (type: string)"},"OperatorId:":"HASHTABLESINK_30"}}}}}}}},"$hdt$_2:hd":{"TableScan":{"alias:":"hd","columns:":["cint","cstring1"],"database:":"default","filterExpr:":"(cint is not null and cstring1 is not null) (type: boolean)","Statistics:":"Num rows: 20 Data size: 1034 Basic stats: COMPLETE Column stats: COMPLETE","table:":"small_alltypesorc_a_n1","isTempTable:":"false","OperatorId:":"TS_5","children":{"Filter Operator":{"predicate:":"(cint is not null and cstring1 is not null) (type: boolean)","Statistics:":"Num rows: 5 Data size: 282 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"FIL_21","children":{"Select Operator":{"expressions:":"cint (type: int), cstring1 (type: string)","columnExprMap:":{"_col0":"cint","_col1":"cstring1"},"outputColumnNames:":["_col0","_col1"],"Statistics:":"Num rows: 5 Data size: 282 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"SEL_7","children":{"HashTable Sink Operator":{"keys:":{"0":"_col0 (type: int), _col2 (type: string)","1":"_col0 (type: int), _col1 (type: string)"},"OperatorId:":"HASHTABLESINK_28"}}}}}}}}}}},"Stage-3":{"Map Reduce":{"Map Operator Tree:":[{"TableScan":{"alias:":"c","columns:":["cint","cbigint","cstring1","cstring2"],"database:":"default","Statistics:":"Num rows: 20 Data size: 2650 Basic stats: COMPLETE Column stats: COMPLETE","table:":"small_alltypesorc_a_n1","TableScan Vectorization:":{"native:":"true","vectorizationSchemaColumns:":"[0:ctinyint:tinyint, 1:csmallint:smallint, 2:cint:int, 3:cbigint:bigint, 4:cfloat:float, 5:cdouble:double, 6:cstring1:string, 7:cstring2:string, 8:ctimestamp1:timestamp, 9:ctimestamp2:timestamp, 10:cboolean1:boolean, 11:cboolean2:boolean, 12:ROW__ID:struct]"},"isTempTable:":"false","OperatorId:":"TS_0","children":{"Select Operator":{"expressions:":"cint (type: int), cbigint (type: bigint), cstring1 (type: string), cstring2 (type: string)","columnExprMap:":{"_col0":"cint","_col1":"cbigint","_col2":"cstring1","_col3":"cstring2"},"outputColumnNames:":["_col0","_col1","_col2","_col3"],"Select Vectorization:":{"className:":"VectorSelectOperator","native:":"true","projectedOutputColumnNums:":"[2, 3, 6, 7]"},"Statistics:":"Num rows: 20 Data size: 2650 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"SEL_32","children":{"Map Join Operator":{"columnExprMap:":{"_col0":"0:_col0","_col2":"0:_col2"},"condition map:":[{"":"Left Outer Join 0 to 1"}],"keys:":{"0":"_col1 (type: bigint), _col3 (type: string)","1":"_col0 (type: bigint), _col1 (type: string)"},"Map Join Vectorization:":{"bigTableKeyExpressions:":["col 3:bigint","col 7:string"],"bigTableValueExpressions:":["col 2:int","col 6:string"],"className:":"VectorMapJoinOperator","native:":"false","nativeConditionsMet:":["hive.mapjoin.optimized.hashtable IS true","hive.vectorized.execution.mapjoin.native.enabled IS true","One MapJoin Condition IS true","No nullsafe IS true","Small table vectorizes IS true","Outer Join has keys IS true","Optimized Table and Supports Key Types IS true"],"nativeConditionsNotMet:":["hive.execution.engine mr IN [tez, spark] IS false"]},"outputColumnNames:":["_col0","_col2"],"Statistics:":"Num rows: 26 Data size: 1598 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"MAPJOIN_33","children":{"Map Join Operator":{"condition map:":[{"":"Left Outer Join 0 to 1"}],"keys:":{"0":"_col0 (type: int), _col2 (type: string)","1":"_col0 (type: int), _col1 (type: string)"},"Map Join Vectorization:":{"bigTableKeyExpressions:":["col 0:int","col 1:string"],"className:":"VectorMapJoinOperator","native:":"false","nativeConditionsMet:":["hive.mapjoin.optimized.hashtable IS true","hive.vectorized.execution.mapjoin.native.enabled IS true","One MapJoin Condition IS true","No nullsafe IS true","Small table vectorizes IS true","Outer Join has keys IS true","Optimized Table and Supports Key Types IS true"],"nativeConditionsNotMet:":["hive.execution.engine mr IN [tez, spark] IS false"]},"Statistics:":"Num rows: 42 Data size: 336 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"MAPJOIN_34","children":{"Group By Operator":{"aggregations:":["count()"],"Group By Vectorization:":{"aggregators:":["VectorUDAFCountStar(*) -> bigint"],"className:":"VectorGroupByOperator","groupByMode:":"HASH","native:":"false","vectorProcessingMode:":"HASH","projectedOutputColumnNums:":"[0]"},"minReductionHashAggr:":"0.99","mode:":"hash","outputColumnNames:":["_col0"],"Statistics:":"Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"GBY_35","children":{"Reduce Output Operator":{"columnExprMap:":{"VALUE._col0":"_col0"},"null sort order:":"","sort order:":"","Reduce Sink Vectorization:":{"className:":"VectorReduceSinkOperator","native:":"false","nativeConditionsMet:":["hive.vectorized.execution.reducesink.new.enabled IS true","No PTF TopN IS true","No DISTINCT columns IS true","BinarySortableSerDe for keys IS true","LazyBinarySerDe for values IS true"],"nativeConditionsNotMet:":["hive.execution.engine mr IN [tez, spark] IS false"]},"Statistics:":"Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE","value expressions:":"_col0 (type: bigint)","OperatorId:":"RS_36"}}}}}}}}}}}}],"Execution mode:":"vectorized","Map Vectorization:":{"enabled:":"true","enabledConditionsMet:":["hive.vectorized.use.vectorized.input.format IS true"],"inputFormatFeatureSupport:":"[DECIMAL_64]","featureSupportInUse:":"[DECIMAL_64]","inputFileFormats:":["org.apache.hadoop.hive.ql.io.orc.OrcInputFormat"],"allNative:":"false","usesVectorUDFAdaptor:":"false","vectorized:":"true","rowBatchContext:":{"dataColumnCount:":"12","includeColumns:":"[2, 3, 6, 7]","dataColumns:":["ctinyint:tinyint","csmallint:smallint","cint:int","cbigint:bigint","cfloat:float","cdouble:double","cstring1:string","cstring2:string","ctimestamp1:timestamp","ctimestamp2:timestamp","cboolean1:boolean","cboolean2:boolean"],"partitionColumnCount:":"0","scratchColumnTypeNames:":"[]"}},"Local Work:":{"Map Reduce Local Work":{}},"Reduce Vectorization:":{"enabled:":"false","enableConditionsMet:":["hive.vectorized.execution.reduce.enabled IS true"],"enableConditionsNotMet:":["hive.execution.engine mr IN [tez, spark] IS false"]},"Reduce Operator Tree:":{"Group By Operator":{"aggregations:":["count(VALUE._col0)"],"mode:":"mergepartial","outputColumnNames:":["_col0"],"Statistics:":"Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"GBY_17","children":{"File Output Operator":{"compressed:":"false","Statistics:":"Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE","table:":{"input format:":"org.apache.hadoop.mapred.SequenceFileInputFormat","output format:":"org.apache.hadoop.hive.ql.io.HiveSequenceFileOutputFormat","serde:":"org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe"},"OperatorId:":"FS_19"}}}}}},"Stage-0":{"Fetch Operator":{"limit:":"-1","Processor Tree:":{"ListSink":{"OperatorId:":"LIST_SINK_37"}}}}}} PREHOOK: query: select count(*) from (select c.cstring1 from small_alltypesorc_a_n1 c left outer join small_alltypesorc_a_n1 cd diff --git ql/src/test/results/clientpositive/vector_outer_join4.q.out ql/src/test/results/clientpositive/vector_outer_join4.q.out index 0ddb8f144b..b10948e709 100644 --- ql/src/test/results/clientpositive/vector_outer_join4.q.out +++ ql/src/test/results/clientpositive/vector_outer_join4.q.out @@ -794,7 +794,7 @@ left outer join small_alltypesorc_b hd POSTHOOK: type: QUERY POSTHOOK: Input: default@small_alltypesorc_b #### A masked pattern was here #### -{"CBOPlan":"{\n \"rels\": [\n {\n \"id\": \"0\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveTableScan\",\n \"table\": [\n \"default\",\n \"small_alltypesorc_b\"\n ],\n \"table:alias\": \"c\",\n \"inputs\": [],\n \"rowCount\": 30.0,\n \"avgRowSize\": 8.0,\n \"rowType\": [\n {\n \"type\": \"TINYINT\",\n \"nullable\": true,\n \"name\": \"ctinyint\"\n },\n {\n \"type\": \"SMALLINT\",\n \"nullable\": true,\n \"name\": \"csmallint\"\n },\n {\n \"type\": \"INTEGER\",\n \"nullable\": true,\n \"name\": \"cint\"\n },\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"cbigint\"\n },\n {\n \"type\": \"FLOAT\",\n \"nullable\": true,\n \"name\": \"cfloat\"\n },\n {\n \"type\": \"DOUBLE\",\n \"nullable\": true,\n \"name\": \"cdouble\"\n },\n {\n \"type\": \"VARCHAR\",\n \"nullable\": true,\n \"precision\": 2147483647,\n \"name\": \"cstring1\"\n },\n {\n \"type\": \"VARCHAR\",\n \"nullable\": true,\n \"precision\": 2147483647,\n \"name\": \"cstring2\"\n },\n {\n \"type\": \"TIMESTAMP\",\n \"nullable\": true,\n \"precision\": 9,\n \"name\": \"ctimestamp1\"\n },\n {\n \"type\": \"TIMESTAMP\",\n \"nullable\": true,\n \"precision\": 9,\n \"name\": \"ctimestamp2\"\n },\n {\n \"type\": \"BOOLEAN\",\n \"nullable\": true,\n \"name\": \"cboolean1\"\n },\n {\n \"type\": \"BOOLEAN\",\n \"nullable\": true,\n \"name\": \"cboolean2\"\n },\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"BLOCK__OFFSET__INSIDE__FILE\"\n },\n {\n \"type\": \"VARCHAR\",\n \"nullable\": true,\n \"precision\": 2147483647,\n \"name\": \"INPUT__FILE__NAME\"\n },\n {\n \"fields\": [\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"writeid\"\n },\n {\n \"type\": \"INTEGER\",\n \"nullable\": true,\n \"name\": \"bucketid\"\n },\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"rowid\"\n }\n ],\n \"name\": \"ROW__ID\"\n }\n ],\n \"colStats\": [\n {\n \"name\": \"ctinyint\",\n \"ndv\": 1,\n \"minValue\": -64,\n \"maxValue\": -64\n },\n {\n \"name\": \"cint\",\n \"ndv\": 13,\n \"minValue\": -894716315,\n \"maxValue\": 626923679\n },\n {\n \"name\": \"csmallint\",\n \"ndv\": 21,\n \"minValue\": -16379,\n \"maxValue\": -200\n },\n {\n \"name\": \"cbigint\",\n \"ndv\": 13,\n \"minValue\": -1887561756,\n \"maxValue\": 2118653994\n },\n {\n \"name\": \"cfloat\",\n \"ndv\": 1,\n \"minValue\": -64.0,\n \"maxValue\": -64.0\n },\n {\n \"name\": \"cdouble\",\n \"ndv\": 21,\n \"minValue\": -16379.0,\n \"maxValue\": -200.0\n },\n {\n \"name\": \"cstring1\",\n \"ndv\": 13\n },\n {\n \"name\": \"cstring2\",\n \"ndv\": 13\n },\n {\n \"name\": \"ctimestamp1\",\n \"ndv\": 0,\n \"minValue\": -28813,\n \"maxValue\": -28788\n },\n {\n \"name\": \"ctimestamp2\",\n \"ndv\": 0,\n \"minValue\": -28816,\n \"maxValue\": -28785\n },\n {\n \"name\": \"cboolean1\",\n \"ndv\": 2\n },\n {\n \"name\": \"cboolean2\",\n \"ndv\": 2\n }\n ]\n },\n {\n \"id\": \"1\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveProject\",\n \"fields\": [\n \"ctinyint\",\n \"cint\"\n ],\n \"exprs\": [\n {\n \"input\": 0,\n \"name\": \"$0\"\n },\n {\n \"input\": 2,\n \"name\": \"$2\"\n }\n ],\n \"rowCount\": 30.0\n },\n {\n \"id\": \"2\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveTableScan\",\n \"table\": [\n \"default\",\n \"small_alltypesorc_b\"\n ],\n \"table:alias\": \"cd\",\n \"inputs\": [],\n \"rowCount\": 30.0,\n \"avgRowSize\": 4.0,\n \"rowType\": [\n {\n \"type\": \"TINYINT\",\n \"nullable\": true,\n \"name\": \"ctinyint\"\n },\n {\n \"type\": \"SMALLINT\",\n \"nullable\": true,\n \"name\": \"csmallint\"\n },\n {\n \"type\": \"INTEGER\",\n \"nullable\": true,\n \"name\": \"cint\"\n },\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"cbigint\"\n },\n {\n \"type\": \"FLOAT\",\n \"nullable\": true,\n \"name\": \"cfloat\"\n },\n {\n \"type\": \"DOUBLE\",\n \"nullable\": true,\n \"name\": \"cdouble\"\n },\n {\n \"type\": \"VARCHAR\",\n \"nullable\": true,\n \"precision\": 2147483647,\n \"name\": \"cstring1\"\n },\n {\n \"type\": \"VARCHAR\",\n \"nullable\": true,\n \"precision\": 2147483647,\n \"name\": \"cstring2\"\n },\n {\n \"type\": \"TIMESTAMP\",\n \"nullable\": true,\n \"precision\": 9,\n \"name\": \"ctimestamp1\"\n },\n {\n \"type\": \"TIMESTAMP\",\n \"nullable\": true,\n \"precision\": 9,\n \"name\": \"ctimestamp2\"\n },\n {\n \"type\": \"BOOLEAN\",\n \"nullable\": true,\n \"name\": \"cboolean1\"\n },\n {\n \"type\": \"BOOLEAN\",\n \"nullable\": true,\n \"name\": \"cboolean2\"\n },\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"BLOCK__OFFSET__INSIDE__FILE\"\n },\n {\n \"type\": \"VARCHAR\",\n \"nullable\": true,\n \"precision\": 2147483647,\n \"name\": \"INPUT__FILE__NAME\"\n },\n {\n \"fields\": [\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"writeid\"\n },\n {\n \"type\": \"INTEGER\",\n \"nullable\": true,\n \"name\": \"bucketid\"\n },\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"rowid\"\n }\n ],\n \"name\": \"ROW__ID\"\n }\n ],\n \"colStats\": [\n {\n \"name\": \"cint\",\n \"ndv\": 13,\n \"minValue\": -894716315,\n \"maxValue\": 626923679\n },\n {\n \"name\": \"ctinyint\",\n \"ndv\": 1,\n \"minValue\": -64,\n \"maxValue\": -64\n },\n {\n \"name\": \"csmallint\",\n \"ndv\": 21,\n \"minValue\": -16379,\n \"maxValue\": -200\n },\n {\n \"name\": \"cbigint\",\n \"ndv\": 13,\n \"minValue\": -1887561756,\n \"maxValue\": 2118653994\n },\n {\n \"name\": \"cfloat\",\n \"ndv\": 1,\n \"minValue\": -64.0,\n \"maxValue\": -64.0\n },\n {\n \"name\": \"cdouble\",\n \"ndv\": 21,\n \"minValue\": -16379.0,\n \"maxValue\": -200.0\n },\n {\n \"name\": \"cstring1\",\n \"ndv\": 13\n },\n {\n \"name\": \"cstring2\",\n \"ndv\": 13\n },\n {\n \"name\": \"ctimestamp1\",\n \"ndv\": 0,\n \"minValue\": -28813,\n \"maxValue\": -28788\n },\n {\n \"name\": \"ctimestamp2\",\n \"ndv\": 0,\n \"minValue\": -28816,\n \"maxValue\": -28785\n },\n {\n \"name\": \"cboolean1\",\n \"ndv\": 2\n },\n {\n \"name\": \"cboolean2\",\n \"ndv\": 2\n }\n ]\n },\n {\n \"id\": \"3\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveFilter\",\n \"condition\": {\n \"op\": {\n \"name\": \"IS NOT NULL\",\n \"kind\": \"IS_NOT_NULL\",\n \"syntax\": \"POSTFIX\"\n },\n \"operands\": [\n {\n \"input\": 2,\n \"name\": \"$2\"\n }\n ]\n },\n \"rowCount\": 20.0\n },\n {\n \"id\": \"4\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveProject\",\n \"fields\": [\n \"cint\"\n ],\n \"exprs\": [\n {\n \"input\": 2,\n \"name\": \"$2\"\n }\n ],\n \"rowCount\": 20.0\n },\n {\n \"id\": \"5\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveJoin\",\n \"condition\": {\n \"op\": {\n \"name\": \"=\",\n \"kind\": \"EQUALS\",\n \"syntax\": \"BINARY\"\n },\n \"operands\": [\n {\n \"input\": 2,\n \"name\": \"$2\"\n },\n {\n \"input\": 1,\n \"name\": \"$1\"\n }\n ]\n },\n \"joinType\": \"left\",\n \"algorithm\": \"none\",\n \"cost\": \"not available\",\n \"inputs\": [\n \"1\",\n \"4\"\n ],\n \"rowCount\": 46.15384615384615\n },\n {\n \"id\": \"6\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveTableScan\",\n \"table\": [\n \"default\",\n \"small_alltypesorc_b\"\n ],\n \"table:alias\": \"hd\",\n \"inputs\": [],\n \"rowCount\": 30.0,\n \"avgRowSize\": 4.0,\n \"rowType\": [\n {\n \"type\": \"TINYINT\",\n \"nullable\": true,\n \"name\": \"ctinyint\"\n },\n {\n \"type\": \"SMALLINT\",\n \"nullable\": true,\n \"name\": \"csmallint\"\n },\n {\n \"type\": \"INTEGER\",\n \"nullable\": true,\n \"name\": \"cint\"\n },\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"cbigint\"\n },\n {\n \"type\": \"FLOAT\",\n \"nullable\": true,\n \"name\": \"cfloat\"\n },\n {\n \"type\": \"DOUBLE\",\n \"nullable\": true,\n \"name\": \"cdouble\"\n },\n {\n \"type\": \"VARCHAR\",\n \"nullable\": true,\n \"precision\": 2147483647,\n \"name\": \"cstring1\"\n },\n {\n \"type\": \"VARCHAR\",\n \"nullable\": true,\n \"precision\": 2147483647,\n \"name\": \"cstring2\"\n },\n {\n \"type\": \"TIMESTAMP\",\n \"nullable\": true,\n \"precision\": 9,\n \"name\": \"ctimestamp1\"\n },\n {\n \"type\": \"TIMESTAMP\",\n \"nullable\": true,\n \"precision\": 9,\n \"name\": \"ctimestamp2\"\n },\n {\n \"type\": \"BOOLEAN\",\n \"nullable\": true,\n \"name\": \"cboolean1\"\n },\n {\n \"type\": \"BOOLEAN\",\n \"nullable\": true,\n \"name\": \"cboolean2\"\n },\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"BLOCK__OFFSET__INSIDE__FILE\"\n },\n {\n \"type\": \"VARCHAR\",\n \"nullable\": true,\n \"precision\": 2147483647,\n \"name\": \"INPUT__FILE__NAME\"\n },\n {\n \"fields\": [\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"writeid\"\n },\n {\n \"type\": \"INTEGER\",\n \"nullable\": true,\n \"name\": \"bucketid\"\n },\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"rowid\"\n }\n ],\n \"name\": \"ROW__ID\"\n }\n ],\n \"colStats\": [\n {\n \"name\": \"ctinyint\",\n \"ndv\": 1,\n \"minValue\": -64,\n \"maxValue\": -64\n },\n {\n \"name\": \"csmallint\",\n \"ndv\": 21,\n \"minValue\": -16379,\n \"maxValue\": -200\n },\n {\n \"name\": \"cint\",\n \"ndv\": 13,\n \"minValue\": -894716315,\n \"maxValue\": 626923679\n },\n {\n \"name\": \"cbigint\",\n \"ndv\": 13,\n \"minValue\": -1887561756,\n \"maxValue\": 2118653994\n },\n {\n \"name\": \"cfloat\",\n \"ndv\": 1,\n \"minValue\": -64.0,\n \"maxValue\": -64.0\n },\n {\n \"name\": \"cdouble\",\n \"ndv\": 21,\n \"minValue\": -16379.0,\n \"maxValue\": -200.0\n },\n {\n \"name\": \"cstring1\",\n \"ndv\": 13\n },\n {\n \"name\": \"cstring2\",\n \"ndv\": 13\n },\n {\n \"name\": \"ctimestamp1\",\n \"ndv\": 0,\n \"minValue\": -28813,\n \"maxValue\": -28788\n },\n {\n \"name\": \"ctimestamp2\",\n \"ndv\": 0,\n \"minValue\": -28816,\n \"maxValue\": -28785\n },\n {\n \"name\": \"cboolean1\",\n \"ndv\": 2\n },\n {\n \"name\": \"cboolean2\",\n \"ndv\": 2\n }\n ]\n },\n {\n \"id\": \"7\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveFilter\",\n \"condition\": {\n \"op\": {\n \"name\": \"IS NOT NULL\",\n \"kind\": \"IS_NOT_NULL\",\n \"syntax\": \"POSTFIX\"\n },\n \"operands\": [\n {\n \"input\": 0,\n \"name\": \"$0\"\n }\n ]\n },\n \"rowCount\": 20.0\n },\n {\n \"id\": \"8\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveProject\",\n \"fields\": [\n \"ctinyint\"\n ],\n \"exprs\": [\n {\n \"input\": 0,\n \"name\": \"$0\"\n }\n ],\n \"rowCount\": 20.0\n },\n {\n \"id\": \"9\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveJoin\",\n \"condition\": {\n \"op\": {\n \"name\": \"=\",\n \"kind\": \"EQUALS\",\n \"syntax\": \"BINARY\"\n },\n \"operands\": [\n {\n \"input\": 3,\n \"name\": \"$3\"\n },\n {\n \"input\": 0,\n \"name\": \"$0\"\n }\n ]\n },\n \"joinType\": \"left\",\n \"algorithm\": \"none\",\n \"cost\": \"not available\",\n \"inputs\": [\n \"5\",\n \"8\"\n ],\n \"rowCount\": 923.0769230769231\n },\n {\n \"id\": \"10\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveAggregate\",\n \"group\": [],\n \"aggs\": [\n {\n \"agg\": {\n \"name\": \"count\",\n \"kind\": \"COUNT\",\n \"syntax\": \"FUNCTION_STAR\"\n },\n \"type\": {\n \"type\": \"BIGINT\",\n \"nullable\": true\n },\n \"distinct\": false,\n \"operands\": [],\n \"name\": null\n }\n ],\n \"rowCount\": 1.0\n }\n ]\n}","optimizedSQL":"SELECT COUNT(*) AS `$f0`\nFROM (SELECT `ctinyint`, `cint`\nFROM `default`.`small_alltypesorc_b`) AS `t`\nLEFT JOIN (SELECT `cint`\nFROM `default`.`small_alltypesorc_b`\nWHERE `cint` IS NOT NULL) AS `t1` ON `t`.`cint` = `t1`.`cint`\nLEFT JOIN (SELECT `ctinyint`\nFROM `default`.`small_alltypesorc_b`\nWHERE `ctinyint` IS NOT NULL) AS `t3` ON `t`.`ctinyint` = `t3`.`ctinyint`","PLAN VECTORIZATION":{"enabled":true,"enabledConditionsMet":["hive.vectorized.execution.enabled IS true"]},"cboInfo":"Plan optimized by CBO.","STAGE DEPENDENCIES":{"Stage-8":{"ROOT STAGE":"TRUE"},"Stage-3":{"DEPENDENT STAGES":"Stage-8"},"Stage-0":{"DEPENDENT STAGES":"Stage-3"}},"STAGE PLANS":{"Stage-8":{"Map Reduce Local Work":{"Alias -> Map Local Tables:":{"$hdt$_1:cd":{"Fetch Operator":{"limit:":"-1"}},"$hdt$_2:hd":{"Fetch Operator":{"limit:":"-1"}}},"Alias -> Map Local Operator Tree:":{"$hdt$_1:cd":{"TableScan":{"alias:":"cd","columns:":["cint"],"database:":"default","filterExpr:":"cint is not null (type: boolean)","Statistics:":"Num rows: 30 Data size: 84 Basic stats: COMPLETE Column stats: COMPLETE","table:":"small_alltypesorc_b","isTempTable:":"false","OperatorId:":"TS_2","children":{"Filter Operator":{"predicate:":"cint is not null (type: boolean)","Statistics:":"Num rows: 20 Data size: 56 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"FIL_20","children":{"Select Operator":{"expressions:":"cint (type: int)","columnExprMap:":{"_col0":"cint"},"outputColumnNames:":["_col0"],"Statistics:":"Num rows: 20 Data size: 56 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"SEL_4","children":{"HashTable Sink Operator":{"keys:":{"0":"_col1 (type: int)","1":"_col0 (type: int)"},"OperatorId:":"HASHTABLESINK_30"}}}}}}}},"$hdt$_2:hd":{"TableScan":{"alias:":"hd","columns:":["ctinyint"],"database:":"default","filterExpr:":"ctinyint is not null (type: boolean)","Statistics:":"Num rows: 30 Data size: 84 Basic stats: COMPLETE Column stats: COMPLETE","table:":"small_alltypesorc_b","isTempTable:":"false","OperatorId:":"TS_5","children":{"Filter Operator":{"predicate:":"ctinyint is not null (type: boolean)","Statistics:":"Num rows: 20 Data size: 56 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"FIL_21","children":{"Select Operator":{"expressions:":"ctinyint (type: tinyint)","columnExprMap:":{"_col0":"ctinyint"},"outputColumnNames:":["_col0"],"Statistics:":"Num rows: 20 Data size: 56 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"SEL_7","children":{"HashTable Sink Operator":{"keys:":{"0":"_col0 (type: tinyint)","1":"_col0 (type: tinyint)"},"OperatorId:":"HASHTABLESINK_28"}}}}}}}}}}},"Stage-3":{"Map Reduce":{"Map Operator Tree:":[{"TableScan":{"alias:":"c","columns:":["ctinyint","cint"],"database:":"default","Statistics:":"Num rows: 30 Data size: 168 Basic stats: COMPLETE Column stats: COMPLETE","table:":"small_alltypesorc_b","TableScan Vectorization:":{"native:":"true","vectorizationSchemaColumns:":"[0:ctinyint:tinyint, 1:csmallint:smallint, 2:cint:int, 3:cbigint:bigint, 4:cfloat:float, 5:cdouble:double, 6:cstring1:string, 7:cstring2:string, 8:ctimestamp1:timestamp, 9:ctimestamp2:timestamp, 10:cboolean1:boolean, 11:cboolean2:boolean, 12:ROW__ID:struct]"},"isTempTable:":"false","OperatorId:":"TS_0","children":{"Select Operator":{"expressions:":"ctinyint (type: tinyint), cint (type: int)","columnExprMap:":{"_col0":"ctinyint","_col1":"cint"},"outputColumnNames:":["_col0","_col1"],"Select Vectorization:":{"className:":"VectorSelectOperator","native:":"true","projectedOutputColumnNums:":"[0, 2]"},"Statistics:":"Num rows: 30 Data size: 168 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"SEL_32","children":{"Map Join Operator":{"columnExprMap:":{"_col0":"0:_col0"},"condition map:":[{"":"Left Outer Join 0 to 1"}],"keys:":{"0":"_col1 (type: int)","1":"_col0 (type: int)"},"Map Join Vectorization:":{"bigTableKeyExpressions:":["col 2:int"],"bigTableValueExpressions:":["col 0:tinyint"],"className:":"VectorMapJoinOperator","native:":"false","nativeConditionsMet:":["hive.mapjoin.optimized.hashtable IS true","hive.vectorized.execution.mapjoin.native.enabled IS true","One MapJoin Condition IS true","No nullsafe IS true","Small table vectorizes IS true","Outer Join has keys IS true","Optimized Table and Supports Key Types IS true"],"nativeConditionsNotMet:":["hive.execution.engine mr IN [tez, spark] IS false"]},"outputColumnNames:":["_col0"],"Statistics:":"Num rows: 58 Data size: 196 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"MAPJOIN_33","children":{"Map Join Operator":{"condition map:":[{"":"Left Outer Join 0 to 1"}],"keys:":{"0":"_col0 (type: tinyint)","1":"_col0 (type: tinyint)"},"Map Join Vectorization:":{"bigTableKeyExpressions:":["col 0:tinyint"],"className:":"VectorMapJoinOperator","native:":"false","nativeConditionsMet:":["hive.mapjoin.optimized.hashtable IS true","hive.vectorized.execution.mapjoin.native.enabled IS true","One MapJoin Condition IS true","No nullsafe IS true","Small table vectorizes IS true","Outer Join has keys IS true","Optimized Table and Supports Key Types IS true"],"nativeConditionsNotMet:":["hive.execution.engine mr IN [tez, spark] IS false"]},"Statistics:":"Num rows: 1160 Data size: 9280 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"MAPJOIN_34","children":{"Group By Operator":{"aggregations:":["count()"],"Group By Vectorization:":{"aggregators:":["VectorUDAFCountStar(*) -> bigint"],"className:":"VectorGroupByOperator","groupByMode:":"HASH","native:":"false","vectorProcessingMode:":"HASH","projectedOutputColumnNums:":"[0]"},"minReductionHashAggr:":"0.99","mode:":"hash","outputColumnNames:":["_col0"],"Statistics:":"Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"GBY_35","children":{"Reduce Output Operator":{"columnExprMap:":{"VALUE._col0":"_col0"},"sort order:":"","Reduce Sink Vectorization:":{"className:":"VectorReduceSinkOperator","native:":"false","nativeConditionsMet:":["hive.vectorized.execution.reducesink.new.enabled IS true","No PTF TopN IS true","No DISTINCT columns IS true","BinarySortableSerDe for keys IS true","LazyBinarySerDe for values IS true"],"nativeConditionsNotMet:":["hive.execution.engine mr IN [tez, spark] IS false"]},"Statistics:":"Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE","value expressions:":"_col0 (type: bigint)","OperatorId:":"RS_36"}}}}}}}}}}}}],"Execution mode:":"vectorized","Map Vectorization:":{"enabled:":"true","enabledConditionsMet:":["hive.vectorized.use.vectorized.input.format IS true"],"inputFormatFeatureSupport:":"[DECIMAL_64]","featureSupportInUse:":"[DECIMAL_64]","inputFileFormats:":["org.apache.hadoop.hive.ql.io.orc.OrcInputFormat"],"allNative:":"false","usesVectorUDFAdaptor:":"false","vectorized:":"true","rowBatchContext:":{"dataColumnCount:":"12","includeColumns:":"[0, 2]","dataColumns:":["ctinyint:tinyint","csmallint:smallint","cint:int","cbigint:bigint","cfloat:float","cdouble:double","cstring1:string","cstring2:string","ctimestamp1:timestamp","ctimestamp2:timestamp","cboolean1:boolean","cboolean2:boolean"],"partitionColumnCount:":"0","scratchColumnTypeNames:":"[]"}},"Local Work:":{"Map Reduce Local Work":{}},"Reduce Vectorization:":{"enabled:":"false","enableConditionsMet:":["hive.vectorized.execution.reduce.enabled IS true"],"enableConditionsNotMet:":["hive.execution.engine mr IN [tez, spark] IS false"]},"Reduce Operator Tree:":{"Group By Operator":{"aggregations:":["count(VALUE._col0)"],"mode:":"mergepartial","outputColumnNames:":["_col0"],"Statistics:":"Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"GBY_17","children":{"File Output Operator":{"compressed:":"false","Statistics:":"Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE","table:":{"input format:":"org.apache.hadoop.mapred.SequenceFileInputFormat","output format:":"org.apache.hadoop.hive.ql.io.HiveSequenceFileOutputFormat","serde:":"org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe"},"OperatorId:":"FS_19"}}}}}},"Stage-0":{"Fetch Operator":{"limit:":"-1","Processor Tree:":{"ListSink":{"OperatorId:":"LIST_SINK_37"}}}}}} +{"CBOPlan":"{\n \"rels\": [\n {\n \"id\": \"0\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveTableScan\",\n \"table\": [\n \"default\",\n \"small_alltypesorc_b\"\n ],\n \"table:alias\": \"c\",\n \"inputs\": [],\n \"rowCount\": 30.0,\n \"avgRowSize\": 8.0,\n \"rowType\": [\n {\n \"type\": \"TINYINT\",\n \"nullable\": true,\n \"name\": \"ctinyint\"\n },\n {\n \"type\": \"SMALLINT\",\n \"nullable\": true,\n \"name\": \"csmallint\"\n },\n {\n \"type\": \"INTEGER\",\n \"nullable\": true,\n \"name\": \"cint\"\n },\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"cbigint\"\n },\n {\n \"type\": \"FLOAT\",\n \"nullable\": true,\n \"name\": \"cfloat\"\n },\n {\n \"type\": \"DOUBLE\",\n \"nullable\": true,\n \"name\": \"cdouble\"\n },\n {\n \"type\": \"VARCHAR\",\n \"nullable\": true,\n \"precision\": 2147483647,\n \"name\": \"cstring1\"\n },\n {\n \"type\": \"VARCHAR\",\n \"nullable\": true,\n \"precision\": 2147483647,\n \"name\": \"cstring2\"\n },\n {\n \"type\": \"TIMESTAMP\",\n \"nullable\": true,\n \"precision\": 9,\n \"name\": \"ctimestamp1\"\n },\n {\n \"type\": \"TIMESTAMP\",\n \"nullable\": true,\n \"precision\": 9,\n \"name\": \"ctimestamp2\"\n },\n {\n \"type\": \"BOOLEAN\",\n \"nullable\": true,\n \"name\": \"cboolean1\"\n },\n {\n \"type\": \"BOOLEAN\",\n \"nullable\": true,\n \"name\": \"cboolean2\"\n },\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"BLOCK__OFFSET__INSIDE__FILE\"\n },\n {\n \"type\": \"VARCHAR\",\n \"nullable\": true,\n \"precision\": 2147483647,\n \"name\": \"INPUT__FILE__NAME\"\n },\n {\n \"fields\": [\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"writeid\"\n },\n {\n \"type\": \"INTEGER\",\n \"nullable\": true,\n \"name\": \"bucketid\"\n },\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"rowid\"\n }\n ],\n \"name\": \"ROW__ID\"\n }\n ],\n \"colStats\": [\n {\n \"name\": \"ctinyint\",\n \"ndv\": 1,\n \"minValue\": -64,\n \"maxValue\": -64\n },\n {\n \"name\": \"cint\",\n \"ndv\": 13,\n \"minValue\": -894716315,\n \"maxValue\": 626923679\n },\n {\n \"name\": \"csmallint\",\n \"ndv\": 21,\n \"minValue\": -16379,\n \"maxValue\": -200\n },\n {\n \"name\": \"cbigint\",\n \"ndv\": 13,\n \"minValue\": -1887561756,\n \"maxValue\": 2118653994\n },\n {\n \"name\": \"cfloat\",\n \"ndv\": 1,\n \"minValue\": -64.0,\n \"maxValue\": -64.0\n },\n {\n \"name\": \"cdouble\",\n \"ndv\": 21,\n \"minValue\": -16379.0,\n \"maxValue\": -200.0\n },\n {\n \"name\": \"cstring1\",\n \"ndv\": 13\n },\n {\n \"name\": \"cstring2\",\n \"ndv\": 13\n },\n {\n \"name\": \"ctimestamp1\",\n \"ndv\": 0,\n \"minValue\": -28813,\n \"maxValue\": -28788\n },\n {\n \"name\": \"ctimestamp2\",\n \"ndv\": 0,\n \"minValue\": -28816,\n \"maxValue\": -28785\n },\n {\n \"name\": \"cboolean1\",\n \"ndv\": 2\n },\n {\n \"name\": \"cboolean2\",\n \"ndv\": 2\n }\n ]\n },\n {\n \"id\": \"1\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveProject\",\n \"fields\": [\n \"ctinyint\",\n \"cint\"\n ],\n \"exprs\": [\n {\n \"input\": 0,\n \"name\": \"$0\"\n },\n {\n \"input\": 2,\n \"name\": \"$2\"\n }\n ],\n \"rowCount\": 30.0\n },\n {\n \"id\": \"2\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveTableScan\",\n \"table\": [\n \"default\",\n \"small_alltypesorc_b\"\n ],\n \"table:alias\": \"cd\",\n \"inputs\": [],\n \"rowCount\": 30.0,\n \"avgRowSize\": 4.0,\n \"rowType\": [\n {\n \"type\": \"TINYINT\",\n \"nullable\": true,\n \"name\": \"ctinyint\"\n },\n {\n \"type\": \"SMALLINT\",\n \"nullable\": true,\n \"name\": \"csmallint\"\n },\n {\n \"type\": \"INTEGER\",\n \"nullable\": true,\n \"name\": \"cint\"\n },\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"cbigint\"\n },\n {\n \"type\": \"FLOAT\",\n \"nullable\": true,\n \"name\": \"cfloat\"\n },\n {\n \"type\": \"DOUBLE\",\n \"nullable\": true,\n \"name\": \"cdouble\"\n },\n {\n \"type\": \"VARCHAR\",\n \"nullable\": true,\n \"precision\": 2147483647,\n \"name\": \"cstring1\"\n },\n {\n \"type\": \"VARCHAR\",\n \"nullable\": true,\n \"precision\": 2147483647,\n \"name\": \"cstring2\"\n },\n {\n \"type\": \"TIMESTAMP\",\n \"nullable\": true,\n \"precision\": 9,\n \"name\": \"ctimestamp1\"\n },\n {\n \"type\": \"TIMESTAMP\",\n \"nullable\": true,\n \"precision\": 9,\n \"name\": \"ctimestamp2\"\n },\n {\n \"type\": \"BOOLEAN\",\n \"nullable\": true,\n \"name\": \"cboolean1\"\n },\n {\n \"type\": \"BOOLEAN\",\n \"nullable\": true,\n \"name\": \"cboolean2\"\n },\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"BLOCK__OFFSET__INSIDE__FILE\"\n },\n {\n \"type\": \"VARCHAR\",\n \"nullable\": true,\n \"precision\": 2147483647,\n \"name\": \"INPUT__FILE__NAME\"\n },\n {\n \"fields\": [\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"writeid\"\n },\n {\n \"type\": \"INTEGER\",\n \"nullable\": true,\n \"name\": \"bucketid\"\n },\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"rowid\"\n }\n ],\n \"name\": \"ROW__ID\"\n }\n ],\n \"colStats\": [\n {\n \"name\": \"cint\",\n \"ndv\": 13,\n \"minValue\": -894716315,\n \"maxValue\": 626923679\n },\n {\n \"name\": \"ctinyint\",\n \"ndv\": 1,\n \"minValue\": -64,\n \"maxValue\": -64\n },\n {\n \"name\": \"csmallint\",\n \"ndv\": 21,\n \"minValue\": -16379,\n \"maxValue\": -200\n },\n {\n \"name\": \"cbigint\",\n \"ndv\": 13,\n \"minValue\": -1887561756,\n \"maxValue\": 2118653994\n },\n {\n \"name\": \"cfloat\",\n \"ndv\": 1,\n \"minValue\": -64.0,\n \"maxValue\": -64.0\n },\n {\n \"name\": \"cdouble\",\n \"ndv\": 21,\n \"minValue\": -16379.0,\n \"maxValue\": -200.0\n },\n {\n \"name\": \"cstring1\",\n \"ndv\": 13\n },\n {\n \"name\": \"cstring2\",\n \"ndv\": 13\n },\n {\n \"name\": \"ctimestamp1\",\n \"ndv\": 0,\n \"minValue\": -28813,\n \"maxValue\": -28788\n },\n {\n \"name\": \"ctimestamp2\",\n \"ndv\": 0,\n \"minValue\": -28816,\n \"maxValue\": -28785\n },\n {\n \"name\": \"cboolean1\",\n \"ndv\": 2\n },\n {\n \"name\": \"cboolean2\",\n \"ndv\": 2\n }\n ]\n },\n {\n \"id\": \"3\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveFilter\",\n \"condition\": {\n \"op\": {\n \"name\": \"IS NOT NULL\",\n \"kind\": \"IS_NOT_NULL\",\n \"syntax\": \"POSTFIX\"\n },\n \"operands\": [\n {\n \"input\": 2,\n \"name\": \"$2\"\n }\n ]\n },\n \"rowCount\": 20.0\n },\n {\n \"id\": \"4\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveProject\",\n \"fields\": [\n \"cint\"\n ],\n \"exprs\": [\n {\n \"input\": 2,\n \"name\": \"$2\"\n }\n ],\n \"rowCount\": 20.0\n },\n {\n \"id\": \"5\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveJoin\",\n \"condition\": {\n \"op\": {\n \"name\": \"=\",\n \"kind\": \"EQUALS\",\n \"syntax\": \"BINARY\"\n },\n \"operands\": [\n {\n \"input\": 2,\n \"name\": \"$2\"\n },\n {\n \"input\": 1,\n \"name\": \"$1\"\n }\n ]\n },\n \"joinType\": \"left\",\n \"algorithm\": \"none\",\n \"cost\": \"not available\",\n \"inputs\": [\n \"1\",\n \"4\"\n ],\n \"rowCount\": 46.15384615384615\n },\n {\n \"id\": \"6\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveTableScan\",\n \"table\": [\n \"default\",\n \"small_alltypesorc_b\"\n ],\n \"table:alias\": \"hd\",\n \"inputs\": [],\n \"rowCount\": 30.0,\n \"avgRowSize\": 4.0,\n \"rowType\": [\n {\n \"type\": \"TINYINT\",\n \"nullable\": true,\n \"name\": \"ctinyint\"\n },\n {\n \"type\": \"SMALLINT\",\n \"nullable\": true,\n \"name\": \"csmallint\"\n },\n {\n \"type\": \"INTEGER\",\n \"nullable\": true,\n \"name\": \"cint\"\n },\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"cbigint\"\n },\n {\n \"type\": \"FLOAT\",\n \"nullable\": true,\n \"name\": \"cfloat\"\n },\n {\n \"type\": \"DOUBLE\",\n \"nullable\": true,\n \"name\": \"cdouble\"\n },\n {\n \"type\": \"VARCHAR\",\n \"nullable\": true,\n \"precision\": 2147483647,\n \"name\": \"cstring1\"\n },\n {\n \"type\": \"VARCHAR\",\n \"nullable\": true,\n \"precision\": 2147483647,\n \"name\": \"cstring2\"\n },\n {\n \"type\": \"TIMESTAMP\",\n \"nullable\": true,\n \"precision\": 9,\n \"name\": \"ctimestamp1\"\n },\n {\n \"type\": \"TIMESTAMP\",\n \"nullable\": true,\n \"precision\": 9,\n \"name\": \"ctimestamp2\"\n },\n {\n \"type\": \"BOOLEAN\",\n \"nullable\": true,\n \"name\": \"cboolean1\"\n },\n {\n \"type\": \"BOOLEAN\",\n \"nullable\": true,\n \"name\": \"cboolean2\"\n },\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"BLOCK__OFFSET__INSIDE__FILE\"\n },\n {\n \"type\": \"VARCHAR\",\n \"nullable\": true,\n \"precision\": 2147483647,\n \"name\": \"INPUT__FILE__NAME\"\n },\n {\n \"fields\": [\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"writeid\"\n },\n {\n \"type\": \"INTEGER\",\n \"nullable\": true,\n \"name\": \"bucketid\"\n },\n {\n \"type\": \"BIGINT\",\n \"nullable\": true,\n \"name\": \"rowid\"\n }\n ],\n \"name\": \"ROW__ID\"\n }\n ],\n \"colStats\": [\n {\n \"name\": \"ctinyint\",\n \"ndv\": 1,\n \"minValue\": -64,\n \"maxValue\": -64\n },\n {\n \"name\": \"csmallint\",\n \"ndv\": 21,\n \"minValue\": -16379,\n \"maxValue\": -200\n },\n {\n \"name\": \"cint\",\n \"ndv\": 13,\n \"minValue\": -894716315,\n \"maxValue\": 626923679\n },\n {\n \"name\": \"cbigint\",\n \"ndv\": 13,\n \"minValue\": -1887561756,\n \"maxValue\": 2118653994\n },\n {\n \"name\": \"cfloat\",\n \"ndv\": 1,\n \"minValue\": -64.0,\n \"maxValue\": -64.0\n },\n {\n \"name\": \"cdouble\",\n \"ndv\": 21,\n \"minValue\": -16379.0,\n \"maxValue\": -200.0\n },\n {\n \"name\": \"cstring1\",\n \"ndv\": 13\n },\n {\n \"name\": \"cstring2\",\n \"ndv\": 13\n },\n {\n \"name\": \"ctimestamp1\",\n \"ndv\": 0,\n \"minValue\": -28813,\n \"maxValue\": -28788\n },\n {\n \"name\": \"ctimestamp2\",\n \"ndv\": 0,\n \"minValue\": -28816,\n \"maxValue\": -28785\n },\n {\n \"name\": \"cboolean1\",\n \"ndv\": 2\n },\n {\n \"name\": \"cboolean2\",\n \"ndv\": 2\n }\n ]\n },\n {\n \"id\": \"7\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveFilter\",\n \"condition\": {\n \"op\": {\n \"name\": \"IS NOT NULL\",\n \"kind\": \"IS_NOT_NULL\",\n \"syntax\": \"POSTFIX\"\n },\n \"operands\": [\n {\n \"input\": 0,\n \"name\": \"$0\"\n }\n ]\n },\n \"rowCount\": 20.0\n },\n {\n \"id\": \"8\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveProject\",\n \"fields\": [\n \"ctinyint\"\n ],\n \"exprs\": [\n {\n \"input\": 0,\n \"name\": \"$0\"\n }\n ],\n \"rowCount\": 20.0\n },\n {\n \"id\": \"9\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveJoin\",\n \"condition\": {\n \"op\": {\n \"name\": \"=\",\n \"kind\": \"EQUALS\",\n \"syntax\": \"BINARY\"\n },\n \"operands\": [\n {\n \"input\": 3,\n \"name\": \"$3\"\n },\n {\n \"input\": 0,\n \"name\": \"$0\"\n }\n ]\n },\n \"joinType\": \"left\",\n \"algorithm\": \"none\",\n \"cost\": \"not available\",\n \"inputs\": [\n \"5\",\n \"8\"\n ],\n \"rowCount\": 923.0769230769231\n },\n {\n \"id\": \"10\",\n \"relOp\": \"org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveAggregate\",\n \"group\": [],\n \"aggs\": [\n {\n \"agg\": {\n \"name\": \"count\",\n \"kind\": \"COUNT\",\n \"syntax\": \"FUNCTION_STAR\"\n },\n \"type\": {\n \"type\": \"BIGINT\",\n \"nullable\": true\n },\n \"distinct\": false,\n \"operands\": [],\n \"name\": null\n }\n ],\n \"rowCount\": 1.0\n }\n ]\n}","optimizedSQL":"SELECT COUNT(*) AS `$f0`\nFROM (SELECT `ctinyint`, `cint`\nFROM `default`.`small_alltypesorc_b`) AS `t`\nLEFT JOIN (SELECT `cint`\nFROM `default`.`small_alltypesorc_b`\nWHERE `cint` IS NOT NULL) AS `t1` ON `t`.`cint` = `t1`.`cint`\nLEFT JOIN (SELECT `ctinyint`\nFROM `default`.`small_alltypesorc_b`\nWHERE `ctinyint` IS NOT NULL) AS `t3` ON `t`.`ctinyint` = `t3`.`ctinyint`","PLAN VECTORIZATION":{"enabled":true,"enabledConditionsMet":["hive.vectorized.execution.enabled IS true"]},"cboInfo":"Plan optimized by CBO.","STAGE DEPENDENCIES":{"Stage-8":{"ROOT STAGE":"TRUE"},"Stage-3":{"DEPENDENT STAGES":"Stage-8"},"Stage-0":{"DEPENDENT STAGES":"Stage-3"}},"STAGE PLANS":{"Stage-8":{"Map Reduce Local Work":{"Alias -> Map Local Tables:":{"$hdt$_1:cd":{"Fetch Operator":{"limit:":"-1"}},"$hdt$_2:hd":{"Fetch Operator":{"limit:":"-1"}}},"Alias -> Map Local Operator Tree:":{"$hdt$_1:cd":{"TableScan":{"alias:":"cd","columns:":["cint"],"database:":"default","filterExpr:":"cint is not null (type: boolean)","Statistics:":"Num rows: 30 Data size: 84 Basic stats: COMPLETE Column stats: COMPLETE","table:":"small_alltypesorc_b","isTempTable:":"false","OperatorId:":"TS_2","children":{"Filter Operator":{"predicate:":"cint is not null (type: boolean)","Statistics:":"Num rows: 20 Data size: 56 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"FIL_20","children":{"Select Operator":{"expressions:":"cint (type: int)","columnExprMap:":{"_col0":"cint"},"outputColumnNames:":["_col0"],"Statistics:":"Num rows: 20 Data size: 56 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"SEL_4","children":{"HashTable Sink Operator":{"keys:":{"0":"_col1 (type: int)","1":"_col0 (type: int)"},"OperatorId:":"HASHTABLESINK_30"}}}}}}}},"$hdt$_2:hd":{"TableScan":{"alias:":"hd","columns:":["ctinyint"],"database:":"default","filterExpr:":"ctinyint is not null (type: boolean)","Statistics:":"Num rows: 30 Data size: 84 Basic stats: COMPLETE Column stats: COMPLETE","table:":"small_alltypesorc_b","isTempTable:":"false","OperatorId:":"TS_5","children":{"Filter Operator":{"predicate:":"ctinyint is not null (type: boolean)","Statistics:":"Num rows: 20 Data size: 56 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"FIL_21","children":{"Select Operator":{"expressions:":"ctinyint (type: tinyint)","columnExprMap:":{"_col0":"ctinyint"},"outputColumnNames:":["_col0"],"Statistics:":"Num rows: 20 Data size: 56 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"SEL_7","children":{"HashTable Sink Operator":{"keys:":{"0":"_col0 (type: tinyint)","1":"_col0 (type: tinyint)"},"OperatorId:":"HASHTABLESINK_28"}}}}}}}}}}},"Stage-3":{"Map Reduce":{"Map Operator Tree:":[{"TableScan":{"alias:":"c","columns:":["ctinyint","cint"],"database:":"default","Statistics:":"Num rows: 30 Data size: 168 Basic stats: COMPLETE Column stats: COMPLETE","table:":"small_alltypesorc_b","TableScan Vectorization:":{"native:":"true","vectorizationSchemaColumns:":"[0:ctinyint:tinyint, 1:csmallint:smallint, 2:cint:int, 3:cbigint:bigint, 4:cfloat:float, 5:cdouble:double, 6:cstring1:string, 7:cstring2:string, 8:ctimestamp1:timestamp, 9:ctimestamp2:timestamp, 10:cboolean1:boolean, 11:cboolean2:boolean, 12:ROW__ID:struct]"},"isTempTable:":"false","OperatorId:":"TS_0","children":{"Select Operator":{"expressions:":"ctinyint (type: tinyint), cint (type: int)","columnExprMap:":{"_col0":"ctinyint","_col1":"cint"},"outputColumnNames:":["_col0","_col1"],"Select Vectorization:":{"className:":"VectorSelectOperator","native:":"true","projectedOutputColumnNums:":"[0, 2]"},"Statistics:":"Num rows: 30 Data size: 168 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"SEL_32","children":{"Map Join Operator":{"columnExprMap:":{"_col0":"0:_col0"},"condition map:":[{"":"Left Outer Join 0 to 1"}],"keys:":{"0":"_col1 (type: int)","1":"_col0 (type: int)"},"Map Join Vectorization:":{"bigTableKeyExpressions:":["col 2:int"],"bigTableValueExpressions:":["col 0:tinyint"],"className:":"VectorMapJoinOperator","native:":"false","nativeConditionsMet:":["hive.mapjoin.optimized.hashtable IS true","hive.vectorized.execution.mapjoin.native.enabled IS true","One MapJoin Condition IS true","No nullsafe IS true","Small table vectorizes IS true","Outer Join has keys IS true","Optimized Table and Supports Key Types IS true"],"nativeConditionsNotMet:":["hive.execution.engine mr IN [tez, spark] IS false"]},"outputColumnNames:":["_col0"],"Statistics:":"Num rows: 58 Data size: 196 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"MAPJOIN_33","children":{"Map Join Operator":{"condition map:":[{"":"Left Outer Join 0 to 1"}],"keys:":{"0":"_col0 (type: tinyint)","1":"_col0 (type: tinyint)"},"Map Join Vectorization:":{"bigTableKeyExpressions:":["col 0:tinyint"],"className:":"VectorMapJoinOperator","native:":"false","nativeConditionsMet:":["hive.mapjoin.optimized.hashtable IS true","hive.vectorized.execution.mapjoin.native.enabled IS true","One MapJoin Condition IS true","No nullsafe IS true","Small table vectorizes IS true","Outer Join has keys IS true","Optimized Table and Supports Key Types IS true"],"nativeConditionsNotMet:":["hive.execution.engine mr IN [tez, spark] IS false"]},"Statistics:":"Num rows: 1160 Data size: 9280 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"MAPJOIN_34","children":{"Group By Operator":{"aggregations:":["count()"],"Group By Vectorization:":{"aggregators:":["VectorUDAFCountStar(*) -> bigint"],"className:":"VectorGroupByOperator","groupByMode:":"HASH","native:":"false","vectorProcessingMode:":"HASH","projectedOutputColumnNums:":"[0]"},"minReductionHashAggr:":"0.99","mode:":"hash","outputColumnNames:":["_col0"],"Statistics:":"Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"GBY_35","children":{"Reduce Output Operator":{"columnExprMap:":{"VALUE._col0":"_col0"},"null sort order:":"","sort order:":"","Reduce Sink Vectorization:":{"className:":"VectorReduceSinkOperator","native:":"false","nativeConditionsMet:":["hive.vectorized.execution.reducesink.new.enabled IS true","No PTF TopN IS true","No DISTINCT columns IS true","BinarySortableSerDe for keys IS true","LazyBinarySerDe for values IS true"],"nativeConditionsNotMet:":["hive.execution.engine mr IN [tez, spark] IS false"]},"Statistics:":"Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE","value expressions:":"_col0 (type: bigint)","OperatorId:":"RS_36"}}}}}}}}}}}}],"Execution mode:":"vectorized","Map Vectorization:":{"enabled:":"true","enabledConditionsMet:":["hive.vectorized.use.vectorized.input.format IS true"],"inputFormatFeatureSupport:":"[DECIMAL_64]","featureSupportInUse:":"[DECIMAL_64]","inputFileFormats:":["org.apache.hadoop.hive.ql.io.orc.OrcInputFormat"],"allNative:":"false","usesVectorUDFAdaptor:":"false","vectorized:":"true","rowBatchContext:":{"dataColumnCount:":"12","includeColumns:":"[0, 2]","dataColumns:":["ctinyint:tinyint","csmallint:smallint","cint:int","cbigint:bigint","cfloat:float","cdouble:double","cstring1:string","cstring2:string","ctimestamp1:timestamp","ctimestamp2:timestamp","cboolean1:boolean","cboolean2:boolean"],"partitionColumnCount:":"0","scratchColumnTypeNames:":"[]"}},"Local Work:":{"Map Reduce Local Work":{}},"Reduce Vectorization:":{"enabled:":"false","enableConditionsMet:":["hive.vectorized.execution.reduce.enabled IS true"],"enableConditionsNotMet:":["hive.execution.engine mr IN [tez, spark] IS false"]},"Reduce Operator Tree:":{"Group By Operator":{"aggregations:":["count(VALUE._col0)"],"mode:":"mergepartial","outputColumnNames:":["_col0"],"Statistics:":"Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE","OperatorId:":"GBY_17","children":{"File Output Operator":{"compressed:":"false","Statistics:":"Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE","table:":{"input format:":"org.apache.hadoop.mapred.SequenceFileInputFormat","output format:":"org.apache.hadoop.hive.ql.io.HiveSequenceFileOutputFormat","serde:":"org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe"},"OperatorId:":"FS_19"}}}}}},"Stage-0":{"Fetch Operator":{"limit:":"-1","Processor Tree:":{"ListSink":{"OperatorId:":"LIST_SINK_37"}}}}}} PREHOOK: query: select count(*) from (select c.ctinyint from small_alltypesorc_b c left outer join small_alltypesorc_b cd diff --git ql/src/test/results/clientpositive/vector_outer_join_no_keys.q.out ql/src/test/results/clientpositive/vector_outer_join_no_keys.q.out index 2214febd7b..3aaeee4138 100644 --- ql/src/test/results/clientpositive/vector_outer_join_no_keys.q.out +++ ql/src/test/results/clientpositive/vector_outer_join_no_keys.q.out @@ -111,6 +111,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -263,6 +264,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: PARTIAL Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/vector_reduce1.q.out ql/src/test/results/clientpositive/vector_reduce1.q.out index 0782540226..a3817517df 100644 --- ql/src/test/results/clientpositive/vector_reduce1.q.out +++ ql/src/test/results/clientpositive/vector_reduce1.q.out @@ -138,6 +138,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 15344 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/vector_reduce2.q.out ql/src/test/results/clientpositive/vector_reduce2.q.out index b1c86b363d..6c7addc021 100644 --- ql/src/test/results/clientpositive/vector_reduce2.q.out +++ ql/src/test/results/clientpositive/vector_reduce2.q.out @@ -138,6 +138,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 387636 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: int), _col2 (type: string) + null sort order: zzz sort order: +++ Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/vector_reduce3.q.out ql/src/test/results/clientpositive/vector_reduce3.q.out index eeec64d6b5..2332796590 100644 --- ql/src/test/results/clientpositive/vector_reduce3.q.out +++ ql/src/test/results/clientpositive/vector_reduce3.q.out @@ -138,6 +138,7 @@ STAGE PLANS: Statistics: Num rows: 2000 Data size: 188000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/vector_reduce_groupby_decimal.q.out ql/src/test/results/clientpositive/vector_reduce_groupby_decimal.q.out index d284992169..6d282dc70e 100644 --- ql/src/test/results/clientpositive/vector_reduce_groupby_decimal.q.out +++ ql/src/test/results/clientpositive/vector_reduce_groupby_decimal.q.out @@ -75,6 +75,7 @@ STAGE PLANS: Statistics: Num rows: 6102 Data size: 2123496 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: double), _col2 (type: decimal(20,10)), _col3 (type: decimal(23,14)) + null sort order: zzzz sort order: ++++ Map-reduce partition columns: _col0 (type: int), _col1 (type: double), _col2 (type: decimal(20,10)), _col3 (type: decimal(23,14)) Reduce Sink Vectorization: @@ -121,6 +122,7 @@ STAGE PLANS: native: true Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: double), _col2 (type: decimal(20,10)), _col3 (type: decimal(23,14)) + null sort order: zzzz sort order: ++++ Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/vector_reduce_groupby_duplicate_cols.q.out ql/src/test/results/clientpositive/vector_reduce_groupby_duplicate_cols.q.out index fd61a13b25..52589b3e8c 100644 --- ql/src/test/results/clientpositive/vector_reduce_groupby_duplicate_cols.q.out +++ ql/src/test/results/clientpositive/vector_reduce_groupby_duplicate_cols.q.out @@ -114,6 +114,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: int) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: int), _col1 (type: int) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/vector_string_concat.q.out ql/src/test/results/clientpositive/vector_string_concat.q.out index 6c65688f9a..c5f7af7b4d 100644 --- ql/src/test/results/clientpositive/vector_string_concat.q.out +++ ql/src/test/results/clientpositive/vector_string_concat.q.out @@ -365,6 +365,7 @@ STAGE PLANS: Statistics: Num rows: 1000 Data size: 184000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -409,6 +410,7 @@ STAGE PLANS: native: true Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/vector_tablesample_rows.q.out ql/src/test/results/clientpositive/vector_tablesample_rows.q.out index dea4e58ae0..953e0934c5 100644 --- ql/src/test/results/clientpositive/vector_tablesample_rows.q.out +++ ql/src/test/results/clientpositive/vector_tablesample_rows.q.out @@ -272,6 +272,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/vector_topnkey.q.out ql/src/test/results/clientpositive/vector_topnkey.q.out index 3438be2dc0..7010c0b99a 100644 --- ql/src/test/results/clientpositive/vector_topnkey.q.out +++ ql/src/test/results/clientpositive/vector_topnkey.q.out @@ -53,6 +53,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 23750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -106,6 +107,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:_col0:string, 1:_col1:bigint] Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -222,6 +224,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 21750 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: @@ -273,6 +276,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:_col0:string] Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -372,6 +376,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 43500 Basic stats: COMPLETE Column stats: COMPLETE @@ -388,6 +393,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 500 Data size: 89000 Basic stats: COMPLETE Column stats: COMPLETE @@ -428,6 +434,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:_col0:string, 1:_col1:string] Reduce Output Operator key expressions: _col0 (type: string) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/vector_udf_trunc.q.out ql/src/test/results/clientpositive/vector_udf_trunc.q.out index 222093705d..135a9b6877 100644 --- ql/src/test/results/clientpositive/vector_udf_trunc.q.out +++ ql/src/test/results/clientpositive/vector_udf_trunc.q.out @@ -498,6 +498,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 64 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -620,6 +621,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 48 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -742,6 +744,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 480 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -864,6 +867,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 64 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -962,6 +966,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 480 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/vector_union_null.q.out ql/src/test/results/clientpositive/vector_union_null.q.out index 37c7ac9598..3023488f97 100644 --- ql/src/test/results/clientpositive/vector_union_null.q.out +++ ql/src/test/results/clientpositive/vector_union_null.q.out @@ -88,6 +88,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: COMPLETE @@ -114,6 +115,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Statistics: Num rows: 1 Data size: 188 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/vector_varchar_mapjoin1.q.out ql/src/test/results/clientpositive/vector_varchar_mapjoin1.q.out index a612f23394..d8160073f5 100644 --- ql/src/test/results/clientpositive/vector_varchar_mapjoin1.q.out +++ ql/src/test/results/clientpositive/vector_varchar_mapjoin1.q.out @@ -190,6 +190,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 3 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: varchar(10)), _col2 (type: int), _col3 (type: varchar(10)) @@ -307,6 +308,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 3 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: varchar(10)), _col2 (type: int), _col3 (type: varchar(20)) @@ -430,6 +432,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Statistics: Num rows: 3 Data size: 552 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: varchar(10)), _col2 (type: int), _col3 (type: string) diff --git ql/src/test/results/clientpositive/vector_varchar_simple.q.out ql/src/test/results/clientpositive/vector_varchar_simple.q.out index db6bbfe8cc..e1578b463c 100644 --- ql/src/test/results/clientpositive/vector_varchar_simple.q.out +++ ql/src/test/results/clientpositive/vector_varchar_simple.q.out @@ -80,6 +80,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 94248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: varchar(10)) + null sort order: z sort order: + Statistics: Num rows: 500 Data size: 94248 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -193,6 +194,7 @@ STAGE PLANS: Statistics: Num rows: 500 Data size: 94248 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: varchar(10)) + null sort order: z sort order: - Statistics: Num rows: 500 Data size: 94248 Basic stats: COMPLETE Column stats: NONE TopN Hash Memory Usage: 0.1 @@ -315,6 +317,7 @@ STAGE PLANS: native: true Statistics: Num rows: 10 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/vector_when_case_null.q.out ql/src/test/results/clientpositive/vector_when_case_null.q.out index 270a54aa4f..5d01b88509 100644 --- ql/src/test/results/clientpositive/vector_when_case_null.q.out +++ ql/src/test/results/clientpositive/vector_when_case_null.q.out @@ -69,6 +69,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 192 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/vectorization_1.q.out ql/src/test/results/clientpositive/vectorization_1.q.out index 4d0acd10a2..e9010fac65 100644 --- ql/src/test/results/clientpositive/vectorization_1.q.out +++ ql/src/test/results/clientpositive/vectorization_1.q.out @@ -93,6 +93,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9 Statistics: Num rows: 1 Data size: 72 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/vectorization_12.q.out ql/src/test/results/clientpositive/vectorization_12.q.out index c00a6fda34..c98774c682 100644 --- ql/src/test/results/clientpositive/vectorization_12.q.out +++ ql/src/test/results/clientpositive/vectorization_12.q.out @@ -119,6 +119,7 @@ STAGE PLANS: Statistics: Num rows: 1903 Data size: 268676 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double), _col1 (type: bigint), _col2 (type: string), _col3 (type: boolean) + null sort order: aaaa sort order: ++++ Map-reduce partition columns: _col0 (type: double), _col1 (type: bigint), _col2 (type: string), _col3 (type: boolean) Reduce Sink Vectorization: @@ -175,6 +176,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:_col0:bigint, 1:_col1:boolean, 2:_col2:string, 3:_col3:double, 4:_col4:double, 5:_col5:bigint, 6:_col6:bigint, 7:_col7:bigint, 8:_col8:double, 9:_col9:double, 10:_col10:double, 11:_col11:double, 12:_col12:double, 13:_col13:decimal(22,2), 14:_col14:bigint, 15:_col15:double, 16:_col17:double, 17:_col18:double, 18:_col19:double] Reduce Output Operator key expressions: _col3 (type: double), _col0 (type: bigint), _col2 (type: string) + null sort order: zzz sort order: +++ Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/vectorization_13.q.out ql/src/test/results/clientpositive/vectorization_13.q.out index cc01a73bb9..0f0d0a1055 100644 --- ql/src/test/results/clientpositive/vectorization_13.q.out +++ ql/src/test/results/clientpositive/vectorization_13.q.out @@ -121,6 +121,7 @@ STAGE PLANS: Statistics: Num rows: 693 Data size: 122752 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean), _col1 (type: tinyint), _col2 (type: timestamp), _col3 (type: float), _col4 (type: string) + null sort order: aaaaa sort order: +++++ Map-reduce partition columns: _col0 (type: boolean), _col1 (type: tinyint), _col2 (type: timestamp), _col3 (type: float), _col4 (type: string) Reduce Sink Vectorization: @@ -177,6 +178,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:_col0:boolean, 1:_col1:tinyint, 2:_col2:timestamp, 3:_col3:float, 4:_col4:string, 5:_col5:tinyint, 6:_col6:tinyint, 7:_col7:tinyint, 8:_col8:double, 9:_col9:double, 10:_col10:double, 11:_col11:float, 12:_col12:double, 13:_col13:double, 14:_col14:double, 15:_col15:decimal(7,3), 16:_col16:double, 17:_col17:double, 18:_col18:float, 19:_col19:double, 20:_col20:tinyint] Reduce Output Operator key expressions: _col0 (type: boolean), _col1 (type: tinyint), _col2 (type: timestamp), _col3 (type: float), _col4 (type: string), _col5 (type: tinyint), _col6 (type: tinyint), _col7 (type: tinyint), _col8 (type: double), _col9 (type: double), _col10 (type: double), _col11 (type: float), _col12 (type: double), _col13 (type: double), _col14 (type: double), _col15 (type: decimal(7,3)), _col16 (type: double), _col17 (type: double), _col18 (type: float), _col19 (type: double), _col20 (type: tinyint) + null sort order: zzzzzzzzzzzzzzzzzzzzz sort order: +++++++++++++++++++++ Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -457,6 +459,7 @@ STAGE PLANS: Statistics: Num rows: 693 Data size: 122752 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean), _col1 (type: tinyint), _col2 (type: timestamp), _col3 (type: float), _col4 (type: string) + null sort order: aaaaa sort order: +++++ Map-reduce partition columns: _col0 (type: boolean), _col1 (type: tinyint), _col2 (type: timestamp), _col3 (type: float), _col4 (type: string) Reduce Sink Vectorization: @@ -506,6 +509,7 @@ STAGE PLANS: native: true Reduce Output Operator key expressions: _col0 (type: boolean), _col1 (type: tinyint), _col2 (type: timestamp), _col3 (type: float), _col4 (type: string), _col5 (type: tinyint), _col6 (type: tinyint), _col7 (type: tinyint), _col8 (type: double), _col9 (type: double), _col10 (type: double), _col11 (type: float), _col12 (type: double), _col13 (type: double), _col14 (type: double), _col15 (type: decimal(7,3)), _col16 (type: double), _col17 (type: double), _col18 (type: float), _col19 (type: double), _col20 (type: tinyint) + null sort order: zzzzzzzzzzzzzzzzzzzzz sort order: +++++++++++++++++++++ Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/vectorization_14.q.out ql/src/test/results/clientpositive/vectorization_14.q.out index 72e7e3b120..b9b8828685 100644 --- ql/src/test/results/clientpositive/vectorization_14.q.out +++ ql/src/test/results/clientpositive/vectorization_14.q.out @@ -121,6 +121,7 @@ STAGE PLANS: Statistics: Num rows: 379 Data size: 62308 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: float), _col2 (type: double), _col3 (type: timestamp), _col4 (type: boolean) + null sort order: aaaaa sort order: +++++ Map-reduce partition columns: _col0 (type: string), _col1 (type: float), _col2 (type: double), _col3 (type: timestamp), _col4 (type: boolean) Reduce Sink Vectorization: @@ -177,6 +178,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:_col0:timestamp, 1:_col1:float, 2:_col2:string, 3:_col3:boolean, 4:_col4:double, 5:_col5:double, 6:_col6:double, 7:_col7:double, 8:_col8:float, 9:_col9:float, 10:_col10:float, 11:_col11:float, 12:_col12:double, 13:_col13:double, 14:_col14:bigint, 15:_col15:double, 16:_col16:double, 17:_col17:double, 18:_col18:double, 19:_col19:double, 20:_col20:double, 21:_col21:double] Reduce Output Operator key expressions: _col2 (type: string), _col1 (type: float), _col4 (type: double), _col0 (type: timestamp) + null sort order: zzzz sort order: ++++ Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/vectorization_15.q.out ql/src/test/results/clientpositive/vectorization_15.q.out index dbfa0d83a4..1089b04f21 100644 --- ql/src/test/results/clientpositive/vectorization_15.q.out +++ ql/src/test/results/clientpositive/vectorization_15.q.out @@ -117,6 +117,7 @@ STAGE PLANS: Statistics: Num rows: 6144 Data size: 1216372 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: float), _col1 (type: boolean), _col2 (type: double), _col3 (type: string), _col4 (type: tinyint), _col5 (type: int), _col6 (type: timestamp) + null sort order: aaaaaaa sort order: +++++++ Map-reduce partition columns: _col0 (type: float), _col1 (type: boolean), _col2 (type: double), _col3 (type: string), _col4 (type: tinyint), _col5 (type: int), _col6 (type: timestamp) Reduce Sink Vectorization: @@ -172,6 +173,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:_col0:float, 1:_col1:boolean, 2:_col2:double, 3:_col3:string, 4:_col4:tinyint, 5:_col5:int, 6:_col6:timestamp, 7:_col7:double, 8:_col8:decimal(13,2), 9:_col9:double, 10:_col10:double, 11:_col11:float, 12:_col12:double, 13:_col13:double, 14:_col14:double, 15:_col15:tinyint, 16:_col16:double, 17:_col17:float, 18:_col18:int, 19:_col19:decimal(13,2), 20:_col20:double] Reduce Output Operator key expressions: _col0 (type: float), _col1 (type: boolean), _col2 (type: double), _col3 (type: string), _col4 (type: tinyint), _col5 (type: int), _col6 (type: timestamp) + null sort order: zzzzzzz sort order: +++++++ Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/vectorization_16.q.out ql/src/test/results/clientpositive/vectorization_16.q.out index 9c782f230b..66c68e4be1 100644 --- ql/src/test/results/clientpositive/vectorization_16.q.out +++ ql/src/test/results/clientpositive/vectorization_16.q.out @@ -94,6 +94,7 @@ STAGE PLANS: Statistics: Num rows: 3072 Data size: 424052 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: double), _col2 (type: timestamp) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: double), _col2 (type: timestamp) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/vectorization_17.q.out ql/src/test/results/clientpositive/vectorization_17.q.out index 68fcd18b25..36d9044bf6 100644 --- ql/src/test/results/clientpositive/vectorization_17.q.out +++ ql/src/test/results/clientpositive/vectorization_17.q.out @@ -87,6 +87,7 @@ STAGE PLANS: Statistics: Num rows: 6141 Data size: 1756220 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col5 (type: bigint), _col0 (type: float) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/vectorization_2.q.out ql/src/test/results/clientpositive/vectorization_2.q.out index cdb904cbe4..b7c50905b5 100644 --- ql/src/test/results/clientpositive/vectorization_2.q.out +++ ql/src/test/results/clientpositive/vectorization_2.q.out @@ -97,6 +97,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9 Statistics: Num rows: 1 Data size: 76 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/vectorization_3.q.out ql/src/test/results/clientpositive/vectorization_3.q.out index 0a9971b3cb..299551de31 100644 --- ql/src/test/results/clientpositive/vectorization_3.q.out +++ ql/src/test/results/clientpositive/vectorization_3.q.out @@ -102,6 +102,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13 Statistics: Num rows: 1 Data size: 112 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/vectorization_4.q.out ql/src/test/results/clientpositive/vectorization_4.q.out index e46558cd78..228e42ed44 100644 --- ql/src/test/results/clientpositive/vectorization_4.q.out +++ ql/src/test/results/clientpositive/vectorization_4.q.out @@ -97,6 +97,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4 Statistics: Num rows: 1 Data size: 36 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/vectorization_5.q.out ql/src/test/results/clientpositive/vectorization_5.q.out index ef485cb200..7a79429881 100644 --- ql/src/test/results/clientpositive/vectorization_5.q.out +++ ql/src/test/results/clientpositive/vectorization_5.q.out @@ -90,6 +90,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4 Statistics: Num rows: 1 Data size: 28 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/vectorization_7.q.out ql/src/test/results/clientpositive/vectorization_7.q.out index c27d13f0dd..bac46a33d5 100644 --- ql/src/test/results/clientpositive/vectorization_7.q.out +++ ql/src/test/results/clientpositive/vectorization_7.q.out @@ -93,6 +93,7 @@ STAGE PLANS: Statistics: Num rows: 11033 Data size: 1754052 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean), _col1 (type: bigint), _col2 (type: smallint), _col3 (type: tinyint), _col4 (type: timestamp), _col5 (type: string), _col6 (type: bigint), _col7 (type: int), _col8 (type: smallint), _col9 (type: tinyint), _col10 (type: int), _col11 (type: bigint), _col12 (type: int), _col13 (type: tinyint), _col14 (type: tinyint) + null sort order: zzzzzzzzzzzzzzz sort order: +++++++++++++++ Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -318,6 +319,7 @@ STAGE PLANS: Statistics: Num rows: 11033 Data size: 1754052 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean), _col1 (type: bigint), _col2 (type: smallint), _col3 (type: tinyint), _col4 (type: timestamp), _col5 (type: string), _col6 (type: bigint), _col7 (type: int), _col8 (type: smallint), _col9 (type: tinyint), _col10 (type: int), _col11 (type: bigint), _col12 (type: int), _col13 (type: tinyint), _col14 (type: tinyint) + null sort order: zzzzzzzzzzzzzzz sort order: +++++++++++++++ Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/vectorization_8.q.out ql/src/test/results/clientpositive/vectorization_8.q.out index d5f635f81b..7e7420d336 100644 --- ql/src/test/results/clientpositive/vectorization_8.q.out +++ ql/src/test/results/clientpositive/vectorization_8.q.out @@ -89,6 +89,7 @@ STAGE PLANS: Statistics: Num rows: 3059 Data size: 526290 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: timestamp), _col1 (type: double), _col2 (type: boolean), _col3 (type: string), _col4 (type: float), _col5 (type: double), _col6 (type: double), _col7 (type: double), _col8 (type: float), _col9 (type: double), _col10 (type: double), _col11 (type: float), _col12 (type: float), _col13 (type: double) + null sort order: zzzzzzzzzzzzzz sort order: ++++++++++++++ Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -301,6 +302,7 @@ STAGE PLANS: Statistics: Num rows: 3059 Data size: 526290 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: timestamp), _col1 (type: double), _col2 (type: boolean), _col3 (type: string), _col4 (type: float), _col5 (type: double), _col6 (type: double), _col7 (type: double), _col8 (type: float), _col9 (type: double), _col10 (type: double), _col11 (type: float), _col12 (type: float), _col13 (type: double) + null sort order: zzzzzzzzzzzzzz sort order: ++++++++++++++ Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/vectorization_9.q.out ql/src/test/results/clientpositive/vectorization_9.q.out index 9c782f230b..66c68e4be1 100644 --- ql/src/test/results/clientpositive/vectorization_9.q.out +++ ql/src/test/results/clientpositive/vectorization_9.q.out @@ -94,6 +94,7 @@ STAGE PLANS: Statistics: Num rows: 3072 Data size: 424052 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: double), _col2 (type: timestamp) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: double), _col2 (type: timestamp) Reduce Sink Vectorization: diff --git ql/src/test/results/clientpositive/vectorization_limit.q.out ql/src/test/results/clientpositive/vectorization_limit.q.out index 43612a4c9b..232807f619 100644 --- ql/src/test/results/clientpositive/vectorization_limit.q.out +++ ql/src/test/results/clientpositive/vectorization_limit.q.out @@ -34,6 +34,7 @@ STAGE PLANS: Statistics: Num rows: 2048 Data size: 24480 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint), _col1 (type: double) + null sort order: zz sort order: ++ Statistics: Num rows: 2048 Data size: 24480 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -135,6 +136,7 @@ STAGE PLANS: Statistics: Num rows: 9173 Data size: 109584 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint), _col1 (type: double), _col2 (type: smallint) + null sort order: zzz sort order: +++ Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -268,6 +270,7 @@ STAGE PLANS: Statistics: Num rows: 131 Data size: 2492 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: tinyint) Reduce Sink Vectorization: @@ -324,6 +327,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:_col0:tinyint, 1:_col1:double] Reduce Output Operator key expressions: _col0 (type: tinyint), _col1 (type: double) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -453,6 +457,7 @@ STAGE PLANS: Statistics: Num rows: 131 Data size: 396 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint) + null sort order: z sort order: + Map-reduce partition columns: _col0 (type: tinyint) Reduce Sink Vectorization: @@ -572,6 +577,7 @@ STAGE PLANS: Statistics: Num rows: 6144 Data size: 104204 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint), _col1 (type: double) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: tinyint) Statistics: Num rows: 6144 Data size: 104204 Basic stats: COMPLETE Column stats: COMPLETE @@ -608,6 +614,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:_col0:tinyint, 1:_col1:bigint] Reduce Output Operator key expressions: _col0 (type: tinyint), _col1 (type: bigint) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -772,6 +779,7 @@ STAGE PLANS: Statistics: Num rows: 4586 Data size: 64088 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: double) Reduce Sink Vectorization: @@ -824,6 +832,7 @@ STAGE PLANS: vectorizationSchemaColumns: [0:_col0:double, 1:_col1:bigint] Reduce Output Operator key expressions: _col1 (type: bigint), _col0 (type: double) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/vectorization_nested_udf.q.out ql/src/test/results/clientpositive/vectorization_nested_udf.q.out index 33c5281b2e..81bfaa9cd7 100644 --- ql/src/test/results/clientpositive/vectorization_nested_udf.q.out +++ ql/src/test/results/clientpositive/vectorization_nested_udf.q.out @@ -49,6 +49,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/vectorization_numeric_overflows.q.out ql/src/test/results/clientpositive/vectorization_numeric_overflows.q.out index 3edf0da0a7..f369d7544f 100644 --- ql/src/test/results/clientpositive/vectorization_numeric_overflows.q.out +++ ql/src/test/results/clientpositive/vectorization_numeric_overflows.q.out @@ -149,6 +149,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -258,6 +259,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -365,6 +367,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -472,6 +475,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -581,6 +585,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -688,6 +693,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: smallint) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -773,6 +779,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: smallint) + null sort order: z sort order: + Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col1 (type: int) @@ -857,6 +864,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: tinyint) + null sort order: z sort order: - Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: tinyint), _col1 (type: tinyint) @@ -941,6 +949,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col2 (type: int) + null sort order: z sort order: - Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -1146,6 +1155,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 64 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/vectorization_offset_limit.q.out ql/src/test/results/clientpositive/vectorization_offset_limit.q.out index 4b43c94585..7b587a0266 100644 --- ql/src/test/results/clientpositive/vectorization_offset_limit.q.out +++ ql/src/test/results/clientpositive/vectorization_offset_limit.q.out @@ -114,6 +114,7 @@ STAGE PLANS: Statistics: Num rows: 9173 Data size: 109584 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint), _col1 (type: double) + null sort order: zz sort order: ++ Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/vectorization_parquet_projection.q.out ql/src/test/results/clientpositive/vectorization_parquet_projection.q.out index 385e4c2d9a..ca211b3a69 100644 --- ql/src/test/results/clientpositive/vectorization_parquet_projection.q.out +++ ql/src/test/results/clientpositive/vectorization_parquet_projection.q.out @@ -223,6 +223,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -307,6 +308,7 @@ STAGE PLANS: Statistics: Num rows: 22 Data size: 88 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 22 Data size: 88 Basic stats: COMPLETE Column stats: NONE @@ -397,6 +399,7 @@ STAGE PLANS: Statistics: Num rows: 22 Data size: 20240 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 22 Data size: 20240 Basic stats: COMPLETE Column stats: NONE @@ -502,6 +505,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) @@ -586,6 +590,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint) diff --git ql/src/test/results/clientpositive/vectorization_part_project.q.out ql/src/test/results/clientpositive/vectorization_part_project.q.out index 79e149c861..37b06bbede 100644 --- ql/src/test/results/clientpositive/vectorization_part_project.q.out +++ ql/src/test/results/clientpositive/vectorization_part_project.q.out @@ -79,6 +79,7 @@ STAGE PLANS: Statistics: Num rows: 200 Data size: 1600 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: double) + null sort order: z sort order: + Statistics: Num rows: 200 Data size: 1600 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 diff --git ql/src/test/results/clientpositive/vectorization_pushdown.q.out ql/src/test/results/clientpositive/vectorization_pushdown.q.out index f7693332ff..14e920dc71 100644 --- ql/src/test/results/clientpositive/vectorization_pushdown.q.out +++ ql/src/test/results/clientpositive/vectorization_pushdown.q.out @@ -37,6 +37,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: bigint), _col1 (type: bigint) diff --git ql/src/test/results/clientpositive/vectorized_case.q.out ql/src/test/results/clientpositive/vectorized_case.q.out index 3892f7da4f..8d374bc43a 100644 --- ql/src/test/results/clientpositive/vectorized_case.q.out +++ ql/src/test/results/clientpositive/vectorized_case.q.out @@ -313,6 +313,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -433,6 +434,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/vectorized_distinct_gby.q.out ql/src/test/results/clientpositive/vectorized_distinct_gby.q.out index 623b9348ec..0be0bc1c91 100644 --- ql/src/test/results/clientpositive/vectorized_distinct_gby.q.out +++ ql/src/test/results/clientpositive/vectorized_distinct_gby.q.out @@ -55,6 +55,7 @@ STAGE PLANS: Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: COMPLETE Map Vectorization: @@ -134,6 +135,7 @@ STAGE PLANS: Statistics: Num rows: 12288 Data size: 601608 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int), _col1 (type: double), _col2 (type: double) + null sort order: aaa sort order: +++ Statistics: Num rows: 12288 Data size: 601608 Basic stats: COMPLETE Column stats: COMPLETE Map Vectorization: diff --git ql/src/test/results/clientpositive/vectorized_join46_mr.q.out ql/src/test/results/clientpositive/vectorized_join46_mr.q.out index b474e05d7b..4c46ed4102 100644 --- ql/src/test/results/clientpositive/vectorized_join46_mr.q.out +++ ql/src/test/results/clientpositive/vectorized_join46_mr.q.out @@ -1789,6 +1789,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -1800,6 +1801,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -1907,6 +1909,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -1918,6 +1921,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -2023,6 +2027,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -2034,6 +2039,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: int), _col1 (type: int), _col2 (type: string) @@ -2138,6 +2144,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 6 Data size: 572 Basic stats: COMPLETE Column stats: COMPLETE @@ -2151,6 +2158,7 @@ STAGE PLANS: Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: int) Statistics: Num rows: 4 Data size: 380 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/vectorized_mapjoin.q.out ql/src/test/results/clientpositive/vectorized_mapjoin.q.out index 0177f3afd5..e74875823b 100644 --- ql/src/test/results/clientpositive/vectorized_mapjoin.q.out +++ ql/src/test/results/clientpositive/vectorized_mapjoin.q.out @@ -106,6 +106,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3, _col4 Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/vectorized_mapjoin2.q.out ql/src/test/results/clientpositive/vectorized_mapjoin2.q.out index a82375cd7e..dc0043114f 100644 --- ql/src/test/results/clientpositive/vectorized_mapjoin2.q.out +++ ql/src/test/results/clientpositive/vectorized_mapjoin2.q.out @@ -129,6 +129,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/vectorized_mapjoin3.q.out ql/src/test/results/clientpositive/vectorized_mapjoin3.q.out index b9b203c0d2..d95728ae0f 100644 --- ql/src/test/results/clientpositive/vectorized_mapjoin3.q.out +++ ql/src/test/results/clientpositive/vectorized_mapjoin3.q.out @@ -214,6 +214,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -396,6 +397,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -578,6 +580,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/vectorized_parquet_types.q.out ql/src/test/results/clientpositive/vectorized_parquet_types.q.out index 1323aed769..c437f09366 100644 --- ql/src/test/results/clientpositive/vectorized_parquet_types.q.out +++ ql/src/test/results/clientpositive/vectorized_parquet_types.q.out @@ -381,6 +381,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 516 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: tinyint) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: tinyint) Reduce Sink Vectorization: @@ -430,6 +431,7 @@ STAGE PLANS: native: true Reduce Output Operator key expressions: _col0 (type: tinyint) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -755,6 +757,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 80 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Statistics: Num rows: 1 Data size: 80 Basic stats: COMPLETE Column stats: COMPLETE value expressions: _col0 (type: timestamp), _col1 (type: timestamp) diff --git ql/src/test/results/clientpositive/vectorized_shufflejoin.q.out ql/src/test/results/clientpositive/vectorized_shufflejoin.q.out index e6b64c3622..0d49402534 100644 --- ql/src/test/results/clientpositive/vectorized_shufflejoin.q.out +++ ql/src/test/results/clientpositive/vectorized_shufflejoin.q.out @@ -36,6 +36,7 @@ STAGE PLANS: Statistics: Num rows: 9173 Data size: 27396 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 9173 Data size: 27396 Basic stats: COMPLETE Column stats: COMPLETE @@ -52,6 +53,7 @@ STAGE PLANS: Statistics: Num rows: 9173 Data size: 27396 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 9173 Data size: 27396 Basic stats: COMPLETE Column stats: COMPLETE @@ -95,6 +97,7 @@ STAGE PLANS: TableScan Vectorization: native: true Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/vectorized_timestamp.q.out ql/src/test/results/clientpositive/vectorized_timestamp.q.out index c8199c1f86..2df82be803 100644 --- ql/src/test/results/clientpositive/vectorized_timestamp.q.out +++ ql/src/test/results/clientpositive/vectorized_timestamp.q.out @@ -150,6 +150,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 80 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -347,6 +348,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1 Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -459,6 +461,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2 Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/vectorized_timestamp_funcs.q.out ql/src/test/results/clientpositive/vectorized_timestamp_funcs.q.out index 5c1fe268a5..907edb665c 100644 --- ql/src/test/results/clientpositive/vectorized_timestamp_funcs.q.out +++ ql/src/test/results/clientpositive/vectorized_timestamp_funcs.q.out @@ -271,6 +271,7 @@ STAGE PLANS: Statistics: Num rows: 52 Data size: 16436 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -468,6 +469,7 @@ STAGE PLANS: Statistics: Num rows: 52 Data size: 2080 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -649,6 +651,7 @@ STAGE PLANS: Statistics: Num rows: 52 Data size: 1872 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -830,6 +833,7 @@ STAGE PLANS: Statistics: Num rows: 3 Data size: 120 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: bigint) + null sort order: z sort order: + Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -961,6 +965,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 96 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -1073,6 +1078,7 @@ STAGE PLANS: outputColumnNames: _col0 Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkOperator @@ -1198,6 +1204,7 @@ STAGE PLANS: outputColumnNames: _col0, _col1, _col2, _col3 Statistics: Num rows: 1 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator + null sort order: sort order: Reduce Sink Vectorization: className: VectorReduceSinkOperator diff --git ql/src/test/results/clientpositive/view_cbo.q.out ql/src/test/results/clientpositive/view_cbo.q.out index 3d47944590..9affd53eee 100644 --- ql/src/test/results/clientpositive/view_cbo.q.out +++ ql/src/test/results/clientpositive/view_cbo.q.out @@ -37,6 +37,7 @@ STAGE PLANS: Statistics: Num rows: 750 Data size: 151500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) + null sort order: aaa sort order: +++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string), _col2 (type: bigint) Statistics: Num rows: 750 Data size: 151500 Basic stats: COMPLETE Column stats: COMPLETE @@ -67,6 +68,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: zz sort order: ++ Statistics: Num rows: 750 Data size: 139500 Basic stats: COMPLETE Column stats: COMPLETE TopN Hash Memory Usage: 0.1 @@ -692,6 +694,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE @@ -734,6 +737,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 48500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 48500 Basic stats: COMPLETE Column stats: COMPLETE @@ -754,6 +758,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 48500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 48500 Basic stats: COMPLETE Column stats: COMPLETE @@ -801,6 +806,7 @@ STAGE PLANS: Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 250 Data size: 46500 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/windowing_gby2.q.out ql/src/test/results/clientpositive/windowing_gby2.q.out index 4ac79eee88..5e589da86a 100644 --- ql/src/test/results/clientpositive/windowing_gby2.q.out +++ ql/src/test/results/clientpositive/windowing_gby2.q.out @@ -37,6 +37,7 @@ STAGE PLANS: Statistics: Num rows: 7 Data size: 651 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 7 Data size: 651 Basic stats: COMPLETE Column stats: COMPLETE @@ -66,6 +67,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: 0 (type: int), _col1 (type: bigint) + null sort order: az sort order: ++ Map-reduce partition columns: 0 (type: int) Statistics: Num rows: 7 Data size: 651 Basic stats: COMPLETE Column stats: COMPLETE @@ -172,6 +174,7 @@ STAGE PLANS: Statistics: Num rows: 6 Data size: 1176 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: int) Statistics: Num rows: 6 Data size: 1176 Basic stats: COMPLETE Column stats: COMPLETE @@ -197,6 +200,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col1 (type: string), _col2 (type: bigint) + null sort order: az sort order: ++ Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 6 Data size: 1176 Basic stats: COMPLETE Column stats: COMPLETE @@ -306,6 +310,7 @@ STAGE PLANS: Statistics: Num rows: 10 Data size: 1980 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string), _col1 (type: string) + null sort order: aa sort order: ++ Map-reduce partition columns: _col0 (type: string), _col1 (type: string) Statistics: Num rows: 10 Data size: 1980 Basic stats: COMPLETE Column stats: COMPLETE @@ -331,6 +336,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: string), _col2 (type: double) + null sort order: az sort order: +- Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 10 Data size: 1980 Basic stats: COMPLETE Column stats: COMPLETE @@ -379,6 +385,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: lower(_col1) (type: string), _col3 (type: double) + null sort order: az sort order: ++ Map-reduce partition columns: lower(_col1) (type: string) Statistics: Num rows: 10 Data size: 1980 Basic stats: COMPLETE Column stats: COMPLETE @@ -427,6 +434,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col5 (type: int), _col6 (type: double) + null sort order: az sort order: ++ Map-reduce partition columns: _col5 (type: int) Statistics: Num rows: 10 Data size: 1005 Basic stats: COMPLETE Column stats: COMPLETE @@ -538,6 +546,7 @@ STAGE PLANS: Statistics: Num rows: 18 Data size: 1581 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col0 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: string) Statistics: Num rows: 18 Data size: 1581 Basic stats: COMPLETE Column stats: COMPLETE @@ -555,6 +564,7 @@ STAGE PLANS: Statistics: Num rows: 9174 Data size: 671296 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: _col1 (type: string) + null sort order: a sort order: + Map-reduce partition columns: _col1 (type: string) Statistics: Num rows: 9174 Data size: 671296 Basic stats: COMPLETE Column stats: COMPLETE @@ -588,6 +598,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: _col0 (type: boolean) + null sort order: a sort order: + Map-reduce partition columns: _col0 (type: boolean) Statistics: Num rows: 3 Data size: 60 Basic stats: COMPLETE Column stats: COMPLETE @@ -617,6 +628,7 @@ STAGE PLANS: TableScan Reduce Output Operator key expressions: 0 (type: int), (UDFToDouble(_col1) / UDFToDouble(_col2)) (type: double) + null sort order: az sort order: ++ Map-reduce partition columns: 0 (type: int) Statistics: Num rows: 2 Data size: 40 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/windowing_navfn.q.out ql/src/test/results/clientpositive/windowing_navfn.q.out index 7802411777..a130be93e7 100644 --- ql/src/test/results/clientpositive/windowing_navfn.q.out +++ ql/src/test/results/clientpositive/windowing_navfn.q.out @@ -69,6 +69,7 @@ STAGE PLANS: Statistics: Num rows: 2 Data size: 174 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: 0 (type: int) + null sort order: a sort order: + Map-reduce partition columns: 0 (type: int) Statistics: Num rows: 2 Data size: 174 Basic stats: COMPLETE Column stats: COMPLETE diff --git ql/src/test/results/clientpositive/windowing_streaming.q.out ql/src/test/results/clientpositive/windowing_streaming.q.out index d8002c5b60..ec24ce4dfb 100644 --- ql/src/test/results/clientpositive/windowing_streaming.q.out +++ ql/src/test/results/clientpositive/windowing_streaming.q.out @@ -69,6 +69,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 5694 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 5694 Basic stats: COMPLETE Column stats: COMPLETE @@ -144,6 +145,7 @@ STAGE PLANS: Statistics: Num rows: 26 Data size: 5694 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: p_mfgr (type: string), p_name (type: string) + null sort order: az sort order: ++ Map-reduce partition columns: p_mfgr (type: string) Statistics: Num rows: 26 Data size: 5694 Basic stats: COMPLETE Column stats: COMPLETE @@ -349,6 +351,7 @@ STAGE PLANS: Statistics: Num rows: 12288 Data size: 110096 Basic stats: COMPLETE Column stats: COMPLETE Reduce Output Operator key expressions: ctinyint (type: tinyint), cdouble (type: double) + null sort order: az sort order: ++ Map-reduce partition columns: ctinyint (type: tinyint) Statistics: Num rows: 12288 Data size: 110096 Basic stats: COMPLETE Column stats: COMPLETE